Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 148809523.81
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2009-3n-hsw:
155         - 21  # rls2009 NDRPDR iter env 5
156         - 22  # rls2009 NDRPDR iter env 5
157         - 24  # rls2009 NDRPDR iter env 5
158         - 25  # rls2009 NDRPDR iter env 5
159         - 26  # rls2009 NDRPDR iter env 5
160         - 27  # rls2009 NDRPDR iter env 5
161         - 28  # rls2009 NDRPDR iter env 5
162         - 29  # rls2009 NDRPDR iter env 5
163         - 30  # rls2009 NDRPDR iter env 5
164         - 31  # rls2009 NDRPDR iter env 5
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2009-3n-hsw:
168         - 22  # rls2009 NDRPDR iter env 5
169
170     plot-vpp-hoststack-3n-hsw:
171       csit-vpp-perf-report-iterative-2009-3n-hsw:
172         - 32  # rls2009 Hoststack iter env 5
173         - 33  # rls2009 Hoststack iter env 5
174         - 34  # rls2009 Hoststack iter env 5
175         - 35  # rls2009 Hoststack iter env 5
176         - 36  # rls2009 Hoststack iter env 5
177         - 37  # rls2009 Hoststack iter env 5
178         - 38  # rls2009 Hoststack iter env 5
179         - 39  # rls2009 Hoststack iter env 5
180         - 40  # rls2009 Hoststack iter env 5
181         - 41  # rls2009 Hoststack iter env 5
182
183     plot-dpdk-throughput-latency-3n-hsw:
184       csit-dpdk-perf-report-iterative-2009-3n-hsw:
185         - 6   # NDRPDR iter env5
186         - 7   # NDRPDR iter env5
187         - 8   # NDRPDR iter env5
188         - 9   # NDRPDR iter env5
189         - 10  # NDRPDR iter env5
190         - 11  # NDRPDR iter env5
191         - 12  # NDRPDR iter env5
192         - 13  # NDRPDR iter env5
193         - 14  # NDRPDR iter env5
194         - 15  # NDRPDR iter env5
195
196     plot-dpdk-hdrh-lat-3n-hsw:
197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
198         - 6   # NDRPDR iter env5
199
200     # 3n-skx
201
202     plot-vpp-throughput-lat-tsa-3n-skx:
203       # TODO: Add:
204       csit-vpp-perf-report-iterative-2009-3n-skx:
205         - 26  # rls2009 NDRPDR iter env 5
206         - 27  # rls2009 NDRPDR iter env 5
207         - 28  # rls2009 NDRPDR iter env 5
208         - 29  # rls2009 NDRPDR iter env 5
209         - 35  # rls2009 NDRPDR iter env 5
210         - 36  # rls2009 NDRPDR iter env 5
211         - 37  # rls2009 NDRPDR iter env 5
212         - 39  # rls2009 NDRPDR iter env 5
213         - 40  # rls2009 NDRPDR iter env 5
214
215     plot-vpp-hdrh-lat-3n-skx:
216       csit-vpp-perf-report-iterative-2009-3n-skx:
217         - 27  # rls2009 NDRPDR iter env 5
218
219 #    plot-vpp-nfv-3n-skx-ndrpdr:
220 #      # No data
221 #      csit-vpp-perf-report-iterative-2009-3n-skx:
222
223 #    plot-vpp-nfv-3n-skx-mrr:
224 #      # No data
225 #      csit-vpp-perf-report-iterative-2009-3n-skx:
226
227     plot-dpdk-throughput-latency-3n-skx:
228       csit-dpdk-perf-report-iterative-2009-3n-skx:
229         - 4   # NDRPDR sel env5
230         - 5   # NDRPDR sel env5
231         - 6   # NDRPDR sel env5
232         - 7   # NDRPDR sel env5
233         - 8   # NDRPDR sel env5
234         - 9   # NDRPDR sel env5
235         - 14  # NDRPDR sel env5
236         - 11  # NDRPDR sel env5
237         - 12  # NDRPDR sel env5
238         - 13  # NDRPDR sel env5
239
240     plot-dpdk-hdrh-lat-3n-skx:
241       csit-dpdk-perf-report-iterative-2009-3n-skx:
242         - 4   # NDRPDR sel env5
243
244     # 2n-skx
245
246     plot-vpp-throughput-lat-tsa-2n-skx:
247       csit-vpp-perf-report-iterative-2009-2n-skx:
248         - 35  # rls2009 NDRPDR iter env 5
249         - 36  # rls2009 NDRPDR iter env 5
250         - 37  # rls2009 NDRPDR iter env 5
251         - 39  # rls2009 NDRPDR iter env 5
252         - 40  # rls2009 NDRPDR iter env 5
253         - 42  # rls2009 NDRPDR iter env 5
254         - 43  # rls2009 NDRPDR iter env 5
255         - 44  # rls2009 NDRPDR iter env 5
256         - 46  # rls2009 NDRPDR iter env 5
257         - 48  # rls2009 NDRPDR iter env 5
258         - 51  # rls2009 NDRPDR iter NAT44 env 5
259         - 52  # rls2009 NDRPDR iter NAT44 env 5
260         - 53  # rls2009 NDRPDR iter NAT44 env 5
261         - 54  # rls2009 NDRPDR iter NAT44 env 5
262         - 55  # rls2009 NDRPDR iter NAT44 env 5
263         - 56  # rls2009 NDRPDR iter NAT44 env 5
264         - 57  # rls2009 NDRPDR iter NAT44 env 5
265         - 58  # rls2009 NDRPDR iter NAT44 env 5
266         - 59  # rls2009 NDRPDR iter NAT44 env 5
267         - 60  # rls2009 NDRPDR iter NAT44 env 5
268
269     plot-vpp-hdrh-lat-2n-skx:
270       csit-vpp-perf-report-iterative-2009-2n-skx:
271         - 35  # rls2009 NDRPDR iter env 5
272
273     plot-vpp-hdrh-lat-2n-skx-nat44:
274       csit-vpp-perf-report-iterative-2009-2n-skx:
275         - 51  # rls2009 NDRPDR iter NAT44 env 5
276
277     plot-vpp-soak-2n-skx:
278       csit-vpp-perf-report-iterative-2009-2n-skx:
279         - 33  # rls2009 soak env 5
280         - 34  # rls2009 soak env 5
281
282     plot-vpp-nfv-2n-skx-ndrpdr:
283       csit-vpp-perf-report-iterative-2009-2n-skx:
284         - 38  # rls2009 nf-density iter env 5
285         - 41  # rls2009 nf-density iter env 5
286         - 45  # rls2009 nf-density iter env 5
287         - 47  # rls2009 nf-density iter env 5
288         - 49  # rls2009 nf-density iter env 5
289         - 63  # rls2009 nf-density iter env 5
290         - 65  # rls2009 nf-density iter env 5
291         - 66  # rls2009 nf-density iter env 5
292         - 71  # rls2009 nf-density iter env 5
293         - 72  # rls2009 nf-density iter env 5
294
295     plot-vpp-nfv-2n-skx-mrr:
296       csit-vpp-perf-report-iterative-2009-2n-skx:
297         - 50  # rls2009 MRR nf-density iter env 5
298
299     plot-vpp-nfv-reconf-2n-skx:
300       csit-vpp-perf-report-iterative-2009-2n-skx:
301         - 27  # rls2009 reconf env 5
302         - 28  # rls2009 reconf env 5
303         - 29  # rls2009 reconf env 5
304         - 30  # rls2009 reconf env 5
305         - 31  # rls2009 reconf env 5
306         - 32  # rls2009 reconf env 5
307         - 61  # rls2009 reconf env 5
308         - 62  # rls2009 reconf env 5
309         - 68  # rls2009 reconf env 5
310         - 70  # rls2009 reconf env 5
311
312     plot-dpdk-throughput-latency-2n-skx:
313       csit-dpdk-perf-report-iterative-2009-2n-skx:
314         - 4   # NDRPDR iter env5
315         - 5   # NDRPDR iter env5
316         - 6   # NDRPDR iter env5
317         - 7   # NDRPDR iter env5
318         - 8   # NDRPDR iter env5
319         - 9   # NDRPDR iter env5
320         - 10  # NDRPDR iter env5
321         - 11  # NDRPDR iter env5
322         - 12  # NDRPDR iter env5
323         - 13  # NDRPDR iter env5
324
325     plot-dpdk-hdrh-lat-2n-skx:
326       csit-dpdk-perf-report-iterative-2009-2n-skx:
327         - 4   # NDRPDR iter env5
328
329     # 2n-clx
330
331     plot-vpp-throughput-lat-tsa-2n-clx:
332       csit-vpp-perf-report-iterative-2009-2n-clx:
333         - 36  # rls2009 NDRPDR iter env 5
334         - 38  # rls2009 NDRPDR iter env 5
335         - 39  # rls2009 NDRPDR iter env 5
336         - 40  # rls2009 NDRPDR iter env 5
337         - 41  # rls2009 NDRPDR iter env 5
338         - 42  # rls2009 NDRPDR iter env 5
339         - 64  # rls2009 NDRPDR iter env 5
340         - 65  # rls2009 NDRPDR iter env 5
341         - 66  # rls2009 NDRPDR iter env 5
342         - 67  # rls2009 NDRPDR iter env 5
343
344     plot-vpp-hdrh-lat-2n-clx:
345       csit-vpp-perf-report-iterative-2009-2n-clx:
346         - 36  # rls2009 NDRPDR iter env 5
347
348     plot-vpp-nfv-2n-clx-ndrpdr:
349       csit-vpp-perf-report-iterative-2009-2n-clx:
350         - 37  # rls2009 nf-density iter env 5
351         - 43  # rls2009 nf-density iter env 5
352         - 69  # rls2009 nf-density iter env 5
353         - 70  # rls2009 nf-density iter env 5
354         - 71  # rls2009 nf-density iter env 5
355         - 72  # rls2009 nf-density iter env 5
356         - 73  # rls2009 nf-density iter env 5
357         - 74  # rls2009 nf-density iter env 5
358         - 75  # rls2009 nf-density iter env 5
359         - 76  # rls2009 nf-density iter env 5
360
361     plot-vpp-nfv-2n-clx-mrr:
362       csit-vpp-perf-report-iterative-2009-2n-clx:
363         - 45  # rls2009 MRR nf-density iter env 5
364
365     plot-vpp-nfv-reconf-2n-clx:
366       csit-vpp-perf-report-iterative-2009-2n-clx:
367         - 25  # rls2009 reconf env 5
368         - 27  # rls2009 reconf env 5
369         - 28  # rls2009 reconf env 5
370         - 29  # rls2009 reconf env 5
371         - 30  # rls2009 reconf env 5
372         - 30  # rls2009 reconf env 5
373         - 32  # rls2009 reconf env 5
374         - 48  # rls2009 reconf env 5
375         - 53  # rls2009 reconf env 5
376         - 68  # rls2009 reconf env 5
377
378     plot-vpp-soak-2n-clx:
379       csit-vpp-perf-report-iterative-2009-2n-clx:
380         - 33  # rls2009 soak env 5
381         - 34  # rls2009 soak env 5
382
383     plot-dpdk-throughput-latency-2n-clx:
384       csit-dpdk-perf-report-iterative-2009-2n-clx:
385         - 4   # NDRPDR iter env5
386         - 5   # NDRPDR iter env5
387         - 6   # NDRPDR iter env5
388         - 7   # NDRPDR iter env5
389         - 8   # NDRPDR iter env5
390         - 9   # NDRPDR iter env5
391         - 10  # NDRPDR iter env5
392         - 11  # NDRPDR iter env5
393         - 12  # NDRPDR iter env5
394         - 13  # NDRPDR iter env5
395
396     plot-dpdk-hdrh-lat-2n-clx:
397       csit-dpdk-perf-report-iterative-2009-2n-clx:
398         - 4   # NDRPDR iter env5
399
400     # 3n-tsh
401
402     plot-vpp-throughput-lat-tsa-3n-tsh:
403       # TODO: Add:
404       csit-vpp-perf-report-iterative-2009-3n-tsh:
405         - 14  # rls2009 NDRPDR iter env 5
406         - 20  # rls2009 NDRPDR iter env 5
407         - 22  # rls2009 NDRPDR iter env 5
408         - 23  # rls2009 NDRPDR iter env 5
409
410     plot-vpp-hdrh-lat-3n-tsh:
411       csit-vpp-perf-report-iterative-2009-3n-tsh:
412         - 14  # rls2009 NDRPDR iter env 5
413
414     plot-dpdk-throughput-latency-3n-tsh:
415       # TODO: Add:
416       csit-dpdk-perf-report-iterative-2009-3n-tsh:
417         - 1   # NDRPDR iter env5
418         - 2   # NDRPDR iter env5
419         - 3   # NDRPDR iter env5
420         - 4   # NDRPDR iter env5
421         - 5   # NDRPDR iter env5
422         - 6   # NDRPDR iter env5
423         - 7   # NDRPDR iter env5
424         - 9   # NDRPDR iter env5
425         - 10  # NDRPDR iter env5
426
427     plot-dpdk-hdrh-lat-3n-tsh:
428       csit-dpdk-perf-report-iterative-2009-3n-tsh:
429         - 1   # NDRPDR iter env5
430
431     # 3n-dnv
432
433     plot-vpp-throughput-lat-tsa-3n-dnv:
434       csit-vpp-perf-report-iterative-2009-3n-dnv:
435         - 3   # rls2009 NDRPDR iter env 5
436         - 6   # rls2009 NDRPDR iter env 5
437         - 7   # rls2009 NDRPDR iter env 5
438         - 8   # rls2009 NDRPDR iter env 5
439         - 10  # rls2009 NDRPDR iter env 5
440         - 11  # rls2009 NDRPDR iter env 5
441         - 12  # rls2009 NDRPDR iter env 5
442         - 14  # rls2009 NDRPDR iter env 5
443         - 15  # rls2009 NDRPDR iter env 5
444         - 24  # rls2009 NDRPDR iter env 5
445
446 #    plot-dpdk-throughput-latency-3n-dnv:
447 #      # No data
448 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
449
450     # 2n-dnv
451
452     plot-vpp-throughput-lat-tsa-2n-dnv:
453       csit-vpp-perf-report-iterative-2009-2n-dnv:
454         - 3   # rls2009 NDRPDR iter env 5
455         - 5   # rls2009 NDRPDR iter env 5
456         - 6   # rls2009 NDRPDR iter env 5
457         - 7   # rls2009 NDRPDR iter env 5
458         - 9   # rls2009 NDRPDR iter env 5
459         - 10  # rls2009 NDRPDR iter env 5
460         - 11  # rls2009 NDRPDR iter env 5
461         - 12  # rls2009 NDRPDR iter env 5
462         - 14  # rls2009 NDRPDR iter env 5
463         - 15  # rls2009 NDRPDR iter env 5
464
465 #    plot-dpdk-throughput-latency-2n-dnv:
466 #      # No data
467 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
468
469     ###########################################################################
470     # Simple tables (only one data set):
471
472     # NIC Comparisons
473
474     vpp-nic-comparison-3n-skx:
475       # TODO: Add:
476       csit-vpp-perf-report-iterative-2009-3n-skx:
477         - 26  # rls2009 NDRPDR iter env 5
478         - 27  # rls2009 NDRPDR iter env 5
479         - 28  # rls2009 NDRPDR iter env 5
480         - 29  # rls2009 NDRPDR iter env 5
481         - 35  # rls2009 NDRPDR iter env 5
482         - 36  # rls2009 NDRPDR iter env 5
483         - 37  # rls2009 NDRPDR iter env 5
484         - 39  # rls2009 NDRPDR iter env 5
485         - 40  # rls2009 NDRPDR iter env 5
486
487     vpp-nic-comparison-2n-skx:
488       csit-vpp-perf-report-iterative-2009-2n-skx:
489         - 35  # rls2009 NDRPDR iter env 5
490         - 36  # rls2009 NDRPDR iter env 5
491         - 37  # rls2009 NDRPDR iter env 5
492         - 39  # rls2009 NDRPDR iter env 5
493         - 40  # rls2009 NDRPDR iter env 5
494         - 42  # rls2009 NDRPDR iter env 5
495         - 43  # rls2009 NDRPDR iter env 5
496         - 44  # rls2009 NDRPDR iter env 5
497         - 46  # rls2009 NDRPDR iter env 5
498         - 48  # rls2009 NDRPDR iter env 5
499         - 51  # rls2009 NDRPDR iter NAT44 env 5
500         - 52  # rls2009 NDRPDR iter NAT44 env 5
501         - 53  # rls2009 NDRPDR iter NAT44 env 5
502         - 54  # rls2009 NDRPDR iter NAT44 env 5
503         - 55  # rls2009 NDRPDR iter NAT44 env 5
504         - 56  # rls2009 NDRPDR iter NAT44 env 5
505         - 57  # rls2009 NDRPDR iter NAT44 env 5
506         - 58  # rls2009 NDRPDR iter NAT44 env 5
507         - 59  # rls2009 NDRPDR iter NAT44 env 5
508         - 60  # rls2009 NDRPDR iter NAT44 env 5
509
510     vpp-nic-comparison-3n-skx-mrr:
511       csit-vpp-perf-report-iterative-2009-3n-skx:
512         - 24  # rls2009 MRR iter env 5
513
514     vpp-nic-comparison-2n-skx-mrr:
515       csit-vpp-perf-report-iterative-2009-2n-skx:
516         - 26  # rls2009 MRR iter env 5
517
518     # Results
519
520     vpp-perf-results-3n-hsw:
521       csit-vpp-perf-report-coverage-2009-3n-hsw:
522         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
523         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
524         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
525         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
526         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
527         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
528         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
529         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
530         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
531         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
532         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
533         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
534         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
535         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
536         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
537         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
538         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
539         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
540         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
541         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
542         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
543         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
544         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
545         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
546         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
547         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
548         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
549         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
550         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
551         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
552         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
553         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
554         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
555         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
556         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
557
558     vpp-perf-results-3n-skx:
559       # TODO: Add:
560       csit-vpp-perf-report-coverage-2009-3n-skx:
561         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
562         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
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         - 21  # 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         - 78  # 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         - 22  # rls2009 NDRPDR iter env 5
982         - 23  # rls2009 NDRPDR iter env 5
983
984     vpp-soak-vs-ndr-2n-skx-ref:
985       csit-vpp-perf-report-iterative-2009-2n-skx:
986         - 35  # rls2009 NDRPDR iter env 5
987         - 36  # rls2009 NDRPDR iter env 5
988         - 37  # rls2009 NDRPDR iter env 5
989         - 39  # rls2009 NDRPDR iter env 5
990         - 40  # rls2009 NDRPDR iter env 5
991         - 42  # rls2009 NDRPDR iter env 5
992         - 43  # rls2009 NDRPDR iter env 5
993         - 44  # rls2009 NDRPDR iter env 5
994         - 46  # rls2009 NDRPDR iter env 5
995         - 48  # rls2009 NDRPDR iter env 5
996     vpp-soak-vs-ndr-2n-skx-cmp:
997       csit-vpp-perf-report-iterative-2009-2n-skx:
998         - 33  # rls2009 soak env 5
999         - 34  # rls2009 soak env 5
1000     vpp-soak-vs-ndr-2n-skx:
1001       csit-vpp-perf-report-iterative-2009-2n-skx:
1002         - 35  # rls2009 NDRPDR iter env 5
1003         - 36  # rls2009 NDRPDR iter env 5
1004         - 37  # rls2009 NDRPDR iter env 5
1005         - 39  # rls2009 NDRPDR iter env 5
1006         - 40  # rls2009 NDRPDR iter env 5
1007         - 42  # rls2009 NDRPDR iter env 5
1008         - 43  # rls2009 NDRPDR iter env 5
1009         - 44  # rls2009 NDRPDR iter env 5
1010         - 46  # rls2009 NDRPDR iter env 5
1011         - 48  # rls2009 NDRPDR iter env 5
1012         - 33  # rls2009 soak env 5
1013         - 34  # rls2009 soak env 5
1014
1015     vpp-soak-vs-ndr-2n-clx-ref:
1016       csit-vpp-perf-report-iterative-2009-2n-clx:
1017         - 36  # rls2009 NDRPDR iter env 5
1018         - 38  # rls2009 NDRPDR iter env 5
1019         - 39  # rls2009 NDRPDR iter env 5
1020         - 40  # rls2009 NDRPDR iter env 5
1021         - 41  # rls2009 NDRPDR iter env 5
1022         - 42  # rls2009 NDRPDR iter env 5
1023         - 64  # rls2009 NDRPDR iter env 5
1024         - 65  # rls2009 NDRPDR iter env 5
1025         - 66  # rls2009 NDRPDR iter env 5
1026         - 67  # rls2009 NDRPDR iter env 5
1027     vpp-soak-vs-ndr-2n-clx-cmp:
1028       csit-vpp-perf-report-iterative-2009-2n-clx:
1029         - 33  # rls2009 soak env 5
1030         - 34  # rls2009 soak env 5
1031     vpp-soak-vs-ndr-2n-clx:
1032       csit-vpp-perf-report-iterative-2009-2n-clx:
1033         - 36  # rls2009 NDRPDR iter env 5
1034         - 38  # rls2009 NDRPDR iter env 5
1035         - 39  # rls2009 NDRPDR iter env 5
1036         - 40  # rls2009 NDRPDR iter env 5
1037         - 41  # rls2009 NDRPDR iter env 5
1038         - 42  # rls2009 NDRPDR iter env 5
1039         - 64  # rls2009 NDRPDR iter env 5
1040         - 65  # rls2009 NDRPDR iter env 5
1041         - 66  # rls2009 NDRPDR iter env 5
1042         - 67  # rls2009 NDRPDR iter env 5
1043         - 33  # rls2009 soak env 5
1044         - 34  # rls2009 soak env 5
1045
1046     vpp-performance-changes-3n-hsw-mrr-h1:
1047       csit-vpp-perf-verify-2001-3n-hsw:
1048         - 17  # MRR sel
1049     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1050       csit-vpp-perf-report-iterative-2005-3n-hsw:
1051         - 30  # MRR env 4
1052     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1053       csit-vpp-perf-report-iterative-2009-3n-hsw:
1054         - 18  # rls2005 MRR iter env 5
1055     vpp-performance-changes-3n-hsw-mrr-cmp:
1056       csit-vpp-perf-report-iterative-2009-3n-hsw:
1057         - 23  # rls2009 MRR iter env 5
1058
1059     vpp-performance-changes-3n-skx-mrr-h1:
1060       csit-vpp-perf-verify-2001-3n-skx:
1061         - 50  # MRR sel
1062         - 53  # MRR sel addition
1063     vpp-performance-changes-3n-skx-mrr-ref-env4:
1064       csit-vpp-perf-report-iterative-2005-3n-skx:
1065         - 49  # MRR sel env 4
1066     vpp-performance-changes-3n-skx-mrr-ref-env5:
1067       csit-vpp-perf-report-iterative-2009-3n-skx:
1068         - 17  # rls2005 MRR iter env 5
1069     vpp-performance-changes-3n-skx-mrr-cmp:
1070       csit-vpp-perf-report-iterative-2009-3n-skx:
1071         - 24  # rls2009 MRR iter env 5
1072
1073     vpp-performance-changes-2n-skx-mrr-h1:
1074       csit-vpp-perf-verify-2001-2n-skx:
1075         - 101 # MRR sel
1076         - 128 # MRR sel addition
1077     vpp-performance-changes-2n-skx-mrr-ref-env4:
1078       csit-vpp-perf-report-iterative-2005-2n-skx:
1079         - 99  # MRR sel env 4
1080     vpp-performance-changes-2n-skx-mrr-ref-env5:
1081       csit-vpp-perf-report-iterative-2009-2n-skx:
1082         - 20  # rls2005 MRR iter env 5
1083     vpp-performance-changes-2n-skx-mrr-cmp:
1084       csit-vpp-perf-report-iterative-2009-2n-skx:
1085         - 26  # rls2009 MRR iter env 5
1086
1087     vpp-performance-changes-2n-clx-mrr-h1:
1088       csit-vpp-perf-verify-2001-2n-clx:
1089         - 39  # MRR
1090     vpp-performance-changes-2n-clx-mrr-ref-env4:
1091       csit-vpp-perf-report-iterative-2005-2n-clx:
1092         - 72   # MRR sel env 4
1093     vpp-performance-changes-2n-clx-mrr-ref-env5:
1094       csit-vpp-perf-report-iterative-2009-2n-clx:
1095         - 77  # rls2005 MRR iter env 5
1096     vpp-performance-changes-2n-clx-mrr-cmp:
1097       csit-vpp-perf-report-iterative-2009-2n-clx:
1098         - 78  # rls2009 MRR iter env 5
1099
1100     vpp-performance-changes-2n-dnv-mrr-h1:
1101       csit-vpp-perf-verify-2001-2n-dnv:
1102         - 12  # MRR sel
1103     vpp-performance-changes-2n-dnv-mrr-ref:
1104       csit-vpp-perf-report-iterative-2009-2n-dnv:
1105         - 23  # rls2005 MRR iter env 5
1106     vpp-performance-changes-2n-dnv-mrr-cmp:
1107       csit-vpp-perf-report-iterative-2009-2n-dnv:
1108         - 13  # rls2009 MRR iter env 5
1109
1110     vpp-performance-changes-3n-dnv-mrr-h1:
1111       csit-vpp-perf-verify-2001-3n-dnv:
1112         - 11  # MRR sel
1113     vpp-performance-changes-3n-dnv-mrr-ref:
1114       csit-vpp-perf-report-iterative-2009-3n-dnv:
1115         - 19  # rls2005 MRR iter env 5
1116     vpp-performance-changes-3n-dnv-mrr-cmp:
1117       csit-vpp-perf-report-iterative-2009-3n-dnv:
1118         - 22  # rls2009 MRR iter env 5
1119
1120     vpp-performance-changes-3n-tsh-mrr-h1:
1121       csit-vpp-perf-verify-2001-3n-tsh:
1122         - 9   # MRR sel
1123     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1124       csit-vpp-perf-report-iterative-2005-3n-tsh:
1125         - 27  # MRR sel env 4
1126     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1127       csit-vpp-perf-report-iterative-2009-3n-tsh:
1128         - 13  # rls2005 MRR iter env 5
1129     vpp-performance-changes-3n-tsh-mrr-cmp:
1130       csit-vpp-perf-report-iterative-2009-3n-tsh:
1131         - 15  # rls2006 MRR iter env 5
1132
1133     dpdk-performance-changes-3n-hsw-h1:
1134       csit-dpdk-perf-verify-2001-3n-hsw:
1135         - 4   # NDRPDR sel
1136         - 5   # NDRPDR sel
1137         - 6   # NDRPDR sel
1138         - 7   # NDRPDR sel
1139         - 8   # NDRPDR sel
1140         - 9   # NDRPDR sel
1141         - 10  # NDRPDR sel
1142         - 11  # NDRPDR sel
1143         - 12  # NDRPDR sel
1144         - 13  # NDRPDR sel
1145         - 15  # NDRPDR sel
1146         - 16  # NDRPDR sel
1147         - 17  # NDRPDR sel
1148         - 18  # NDRPDR sel
1149         - 19  # NDRPDR sel
1150         - 20  # NDRPDR sel
1151         - 21  # NDRPDR sel
1152         - 22  # NDRPDR sel
1153         - 23  # NDRPDR sel
1154         - 24  # NDRPDR sel
1155     dpdk-performance-changes-3n-hsw-ref:
1156       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1157         - 25  # NDRPDR iter
1158         - 26  # NDRPDR iter
1159         - 27  # NDRPDR iter
1160         - 28  # NDRPDR iter
1161         - 29  # NDRPDR iter
1162         - 30  # NDRPDR iter
1163         - 31  # NDRPDR iter
1164         - 32  # NDRPDR iter
1165         - 33  # NDRPDR iter
1166         - 34  # NDRPDR iter
1167     dpdk-performance-changes-3n-hsw-cmp:
1168       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1169         - 6   # NDRPDR iter env5
1170         - 7   # NDRPDR iter env5
1171         - 8   # NDRPDR iter env5
1172         - 9   # NDRPDR iter env5
1173         - 10  # NDRPDR iter env5
1174         - 11  # NDRPDR iter env5
1175         - 12  # NDRPDR iter env5
1176         - 13  # NDRPDR iter env5
1177         - 14  # NDRPDR iter env5
1178         - 15  # NDRPDR iter env5
1179
1180     dpdk-performance-changes-3n-skx-h1:
1181       csit-dpdk-perf-verify-2001-3n-skx:
1182         - 29  # NDRPDR sel xxv710
1183         - 33  # NDRPDR sel xxv710
1184         - 34  # NDRPDR sel xxv710
1185         - 35  # NDRPDR sel xxv710
1186         - 36  # NDRPDR sel xxv710
1187         - 37  # NDRPDR sel xxv710
1188         - 41  # NDRPDR sel xxv710
1189         - 42  # NDRPDR sel xxv710
1190         - 43  # NDRPDR sel xxv710
1191         - 45  # NDRPDR sel xxv710
1192         - 30  # NDRPDR sel x710
1193         - 31  # NDRPDR sel x710
1194         - 32  # NDRPDR sel x710
1195         - 38  # NDRPDR sel x710
1196         - 39  # NDRPDR sel x710
1197         - 40  # NDRPDR sel x710
1198         - 44  # NDRPDR sel x710
1199         - 46  # NDRPDR sel x710
1200         - 47  # NDRPDR sel x710
1201         - 48  # NDRPDR sel x710
1202     dpdk-performance-changes-3n-skx-ref:
1203       csit-dpdk-perf-report-iterative-2005-3n-skx:
1204         - 28  # NDRPDR iter
1205         - 29  # NDRPDR iter
1206         - 30  # NDRPDR iter
1207         - 31  # NDRPDR iter
1208         - 32  # NDRPDR iter
1209         - 33  # NDRPDR iter
1210         - 34  # NDRPDR iter
1211         - 35  # NDRPDR iter
1212         - 36  # NDRPDR iter
1213         - 37  # NDRPDR iter
1214     dpdk-performance-changes-3n-skx-cmp:
1215       csit-dpdk-perf-report-iterative-2009-3n-skx:
1216         - 4   # NDRPDR sel env5
1217         - 5   # NDRPDR sel env5
1218         - 6   # NDRPDR sel env5
1219         - 7   # NDRPDR sel env5
1220         - 8   # NDRPDR sel env5
1221         - 9   # NDRPDR sel env5
1222         - 14  # NDRPDR sel env5
1223         - 11  # NDRPDR sel env5
1224         - 12  # NDRPDR sel env5
1225         - 13  # NDRPDR sel env5
1226
1227     dpdk-performance-changes-2n-skx-h1:
1228       csit-dpdk-perf-verify-2001-2n-skx:
1229         - 35  # NDRPDR sel xxv710
1230         - 36  # NDRPDR sel xxv710
1231         - 37  # NDRPDR sel xxv710
1232         - 41  # NDRPDR sel xxv710
1233         - 42  # NDRPDR sel xxv710
1234         - 43  # NDRPDR sel xxv710
1235         - 46  # NDRPDR sel xxv710
1236         - 47  # NDRPDR sel xxv710
1237         - 52  # NDRPDR sel xxv710
1238         - 53  # NDRPDR sel xxv710
1239         - 38  # NDRPDR sel x710
1240         - 39  # NDRPDR sel x710
1241         - 40  # NDRPDR sel x710
1242         - 44  # NDRPDR sel x710
1243         - 45  # NDRPDR sel x710
1244         - 48  # NDRPDR sel x710
1245         - 49  # NDRPDR sel x710
1246         - 50  # NDRPDR sel x710
1247         - 51  # NDRPDR sel x710
1248         - 54  # NDRPDR sel x710
1249     dpdk-performance-changes-2n-skx-ref:
1250       csit-dpdk-perf-report-iterative-2005-2n-skx:
1251         - 20  # NDRPDR iter
1252         - 21  # NDRPDR iter
1253         - 22  # NDRPDR iter
1254         - 23  # NDRPDR iter
1255         - 24  # NDRPDR iter
1256         - 25  # NDRPDR iter
1257         - 26  # NDRPDR iter
1258         - 27  # NDRPDR iter
1259         - 28  # NDRPDR iter
1260         - 29  # NDRPDR iter
1261     dpdk-performance-changes-2n-skx-cmp:
1262       csit-dpdk-perf-report-iterative-2009-2n-skx:
1263         - 4   # NDRPDR iter env5
1264         - 5   # NDRPDR iter env5
1265         - 6   # NDRPDR iter env5
1266         - 7   # NDRPDR iter env5
1267         - 8   # NDRPDR iter env5
1268         - 9   # NDRPDR iter env5
1269         - 10  # NDRPDR iter env5
1270         - 11  # NDRPDR iter env5
1271         - 12  # NDRPDR iter env5
1272         - 13  # NDRPDR iter env5
1273
1274     dpdk-performance-changes-2n-clx-h1:
1275       csit-dpdk-perf-verify-2001-2n-clx:
1276         - 15  # NDRPDR sel
1277         - 16  # NDRPDR sel
1278         - 17  # NDRPDR sel
1279         - 18  # NDRPDR sel
1280         - 19  # NDRPDR sel
1281         - 20  # NDRPDR sel
1282         - 21  # NDRPDR sel
1283         - 22  # NDRPDR sel
1284         - 23  # NDRPDR sel
1285         - 24  # NDRPDR sel
1286         - 25  # NDRPDR sel
1287         - 26  # NDRPDR sel
1288         - 27  # NDRPDR sel
1289         - 28  # NDRPDR sel
1290         - 29  # NDRPDR sel
1291         - 30  # NDRPDR sel
1292         - 31  # NDRPDR sel
1293         - 32  # NDRPDR sel
1294         - 33  # NDRPDR sel
1295         - 34  # NDRPDR sel
1296     dpdk-performance-changes-2n-clx-ref:
1297       csit-dpdk-perf-report-iterative-2005-2n-clx:
1298         - 20  # NDRPDR iter
1299         - 21  # NDRPDR iter
1300         - 22  # NDRPDR iter
1301         - 23  # NDRPDR iter
1302         - 24  # NDRPDR iter
1303         - 25  # NDRPDR iter
1304         - 26  # NDRPDR iter
1305         - 27  # NDRPDR iter
1306         - 28  # NDRPDR iter
1307         - 29  # NDRPDR iter
1308     dpdk-performance-changes-2n-clx-cmp:
1309       csit-dpdk-perf-report-iterative-2009-2n-clx:
1310         - 4   # NDRPDR iter env5
1311         - 5   # NDRPDR iter env5
1312         - 6   # NDRPDR iter env5
1313         - 7   # NDRPDR iter env5
1314         - 8   # NDRPDR iter env5
1315         - 9   # NDRPDR iter env5
1316         - 10  # NDRPDR iter env5
1317         - 11  # NDRPDR iter env5
1318         - 12  # NDRPDR iter env5
1319         - 13  # NDRPDR iter env5
1320
1321 #    dpdk-performance-changes-2n-dnv-h1:
1322 #      csit-dpdk-perf-verify-2001-2n-dnv:
1323 #        - 9   # NDRPDR sel
1324 #        - 10  # NDRPDR sel
1325 #        - 11  # NDRPDR sel
1326 #        - 12  # NDRPDR sel
1327 #        - 13  # NDRPDR sel
1328 #        - 14  # NDRPDR sel
1329 #        - 15  # NDRPDR sel
1330 #        - 16  # NDRPDR sel
1331 #        - 17  # NDRPDR sel
1332 #        - 18  # NDRPDR sel
1333 #    dpdk-performance-changes-2n-dnv-ref:
1334 #      # No data
1335 #    dpdk-performance-changes-2n-dnv-cmp:
1336 #      # No data
1337 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1338
1339 #    dpdk-performance-changes-3n-dnv-h1:
1340 #      csit-dpdk-perf-verify-2001-3n-dnv:
1341 #        - 12  # NDRPDR sel
1342 #        - 13  # NDRPDR sel
1343 #        - 14  # NDRPDR sel
1344 #        - 15  # NDRPDR sel
1345 #        - 16  # NDRPDR sel
1346 #        - 17  # NDRPDR sel
1347 #        - 18  # NDRPDR sel
1348 #        - 19  # NDRPDR sel
1349 #        - 20  # NDRPDR sel
1350 #        - 22  # NDRPDR sel
1351 #    dpdk-performance-changes-3n-dnv-ref:
1352 #      # No data
1353 #    dpdk-performance-changes-3n-dnv-cmp:
1354 #      # No data
1355 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1356
1357     dpdk-performance-changes-3n-tsh-h1:
1358       csit-dpdk-perf-verify-2001-3n-tsh:
1359         - 3   # NDRPDR sel
1360         - 4   # NDRPDR sel
1361         - 5   # NDRPDR sel
1362         - 9   # NDRPDR sel
1363         - 10  # NDRPDR sel
1364         - 11  # NDRPDR sel
1365         - 12  # NDRPDR sel
1366         - 14  # NDRPDR sel
1367         - 15  # NDRPDR sel
1368         - 18  # NDRPDR sel
1369     dpdk-performance-changes-3n-tsh-ref:
1370       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1371         - 5   # NDRPDR sel
1372     dpdk-performance-changes-3n-tsh-cmp:
1373       # TODO: Add:
1374       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1375         - 1   # NDRPDR iter env5
1376         - 2   # NDRPDR iter env5
1377         - 3   # NDRPDR iter env5
1378         - 4   # NDRPDR iter env5
1379         - 5   # NDRPDR iter env5
1380         - 6   # NDRPDR iter env5
1381         - 7   # NDRPDR iter env5
1382         - 9   # NDRPDR iter env5
1383         - 10  # NDRPDR iter env5
1384
1385     # Compare testbeds
1386
1387     vpp-compare-testbeds-ref:
1388       csit-vpp-perf-report-iterative-2009-3n-hsw:
1389         - 21  # rls2009 NDRPDR iter env 5
1390         - 22  # rls2009 NDRPDR iter env 5
1391         - 24  # rls2009 NDRPDR iter env 5
1392         - 25  # rls2009 NDRPDR iter env 5
1393         - 26  # rls2009 NDRPDR iter env 5
1394         - 27  # rls2009 NDRPDR iter env 5
1395         - 28  # rls2009 NDRPDR iter env 5
1396         - 29  # rls2009 NDRPDR iter env 5
1397         - 30  # rls2009 NDRPDR iter env 5
1398         - 31  # rls2009 NDRPDR iter env 5
1399     vpp-compare-testbeds-cmp:
1400       # TODO: Add:
1401       csit-vpp-perf-report-iterative-2009-3n-skx:
1402         - 26  # rls2009 NDRPDR iter env 5
1403         - 27  # rls2009 NDRPDR iter env 5
1404         - 28  # rls2009 NDRPDR iter env 5
1405         - 29  # rls2009 NDRPDR iter env 5
1406         - 35  # rls2009 NDRPDR iter env 5
1407         - 36  # rls2009 NDRPDR iter env 5
1408         - 37  # rls2009 NDRPDR iter env 5
1409         - 39  # rls2009 NDRPDR iter env 5
1410         - 40  # rls2009 NDRPDR iter env 5
1411
1412     vpp-compare-testbeds-skx-clx-ref:
1413       csit-vpp-perf-report-iterative-2009-2n-skx:
1414         - 35  # rls2009 NDRPDR iter env 5
1415         - 36  # rls2009 NDRPDR iter env 5
1416         - 37  # rls2009 NDRPDR iter env 5
1417         - 39  # rls2009 NDRPDR iter env 5
1418         - 40  # rls2009 NDRPDR iter env 5
1419         - 42  # rls2009 NDRPDR iter env 5
1420         - 43  # rls2009 NDRPDR iter env 5
1421         - 44  # rls2009 NDRPDR iter env 5
1422         - 46  # rls2009 NDRPDR iter env 5
1423         - 48  # rls2009 NDRPDR iter env 5
1424         - 51  # rls2009 NDRPDR iter NAT44 env 5
1425         - 52  # rls2009 NDRPDR iter NAT44 env 5
1426         - 53  # rls2009 NDRPDR iter NAT44 env 5
1427         - 54  # rls2009 NDRPDR iter NAT44 env 5
1428         - 55  # rls2009 NDRPDR iter NAT44 env 5
1429         - 56  # rls2009 NDRPDR iter NAT44 env 5
1430         - 57  # rls2009 NDRPDR iter NAT44 env 5
1431         - 58  # rls2009 NDRPDR iter NAT44 env 5
1432         - 59  # rls2009 NDRPDR iter NAT44 env 5
1433         - 60  # rls2009 NDRPDR iter NAT44 env 5
1434     vpp-compare-testbeds-skx-clx-cmp:
1435       csit-vpp-perf-report-iterative-2009-2n-clx:
1436         - 36  # rls2009 NDRPDR iter env 5
1437         - 38  # rls2009 NDRPDR iter env 5
1438         - 39  # rls2009 NDRPDR iter env 5
1439         - 40  # rls2009 NDRPDR iter env 5
1440         - 41  # rls2009 NDRPDR iter env 5
1441         - 42  # rls2009 NDRPDR iter env 5
1442         - 64  # rls2009 NDRPDR iter env 5
1443         - 65  # rls2009 NDRPDR iter env 5
1444         - 66  # rls2009 NDRPDR iter env 5
1445         - 67  # rls2009 NDRPDR iter env 5
1446
1447     vpp-compare-testbeds-hsw-clx-ref:
1448       csit-vpp-perf-report-iterative-2009-3n-hsw:
1449         - 21  # rls2009 NDRPDR iter env 5
1450         - 22  # rls2009 NDRPDR iter env 5
1451         - 24  # rls2009 NDRPDR iter env 5
1452         - 25  # rls2009 NDRPDR iter env 5
1453         - 26  # rls2009 NDRPDR iter env 5
1454         - 27  # rls2009 NDRPDR iter env 5
1455         - 28  # rls2009 NDRPDR iter env 5
1456         - 29  # rls2009 NDRPDR iter env 5
1457         - 30  # rls2009 NDRPDR iter env 5
1458         - 31  # rls2009 NDRPDR iter env 5
1459     vpp-compare-testbeds-hsw-clx-cmp:
1460       csit-vpp-perf-report-iterative-2009-2n-clx:
1461         - 36  # rls2009 NDRPDR iter env 5
1462         - 38  # rls2009 NDRPDR iter env 5
1463         - 39  # rls2009 NDRPDR iter env 5
1464         - 40  # rls2009 NDRPDR iter env 5
1465         - 41  # rls2009 NDRPDR iter env 5
1466         - 42  # rls2009 NDRPDR iter env 5
1467         - 64  # rls2009 NDRPDR iter env 5
1468         - 65  # rls2009 NDRPDR iter env 5
1469         - 66  # rls2009 NDRPDR iter env 5
1470         - 67  # rls2009 NDRPDR iter env 5
1471
1472     vpp-compare-testbeds-mrr-ref:
1473       csit-vpp-perf-report-iterative-2009-3n-hsw:
1474         - 23  # rls2009 MRR iter env 5
1475     vpp-compare-testbeds-mrr-cmp:
1476       csit-vpp-perf-report-iterative-2009-3n-skx:
1477         - 24  # rls2009 MRR iter env 5
1478
1479     vpp-compare-testbeds-mrr-skx-clx-ref:
1480       csit-vpp-perf-report-iterative-2009-2n-skx:
1481         - 26  # rls2009 MRR iter env 5
1482     vpp-compare-testbeds-mrr-skx-clx-cmp:
1483       csit-vpp-perf-report-iterative-2009-2n-clx:
1484         - 78  # rls2009 MRR iter env 5
1485
1486     vpp-compare-testbeds-mrr-hsw-clx-ref:
1487       csit-vpp-perf-report-iterative-2009-3n-hsw:
1488         - 23  # rls2009 MRR iter env 5
1489     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1490       csit-vpp-perf-report-iterative-2009-2n-clx:
1491         - 78  # rls2009 MRR iter env 5
1492
1493     dpdk-compare-testbeds-ref:
1494       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1495         - 6   # NDRPDR iter env5
1496         - 7   # NDRPDR iter env5
1497         - 8   # NDRPDR iter env5
1498         - 9   # NDRPDR iter env5
1499         - 10  # NDRPDR iter env5
1500         - 11  # NDRPDR iter env5
1501         - 12  # NDRPDR iter env5
1502         - 13  # NDRPDR iter env5
1503         - 14  # NDRPDR iter env5
1504         - 15  # NDRPDR iter env5
1505     dpdk-compare-testbeds-cmp:
1506       csit-dpdk-perf-report-iterative-2009-3n-skx:
1507         - 4   # NDRPDR sel env5
1508         - 5   # NDRPDR sel env5
1509         - 6   # NDRPDR sel env5
1510         - 7   # NDRPDR sel env5
1511         - 8   # NDRPDR sel env5
1512         - 9   # NDRPDR sel env5
1513         - 14  # NDRPDR sel env5
1514         - 11  # NDRPDR sel env5
1515         - 12  # NDRPDR sel env5
1516         - 13  # NDRPDR sel env5
1517
1518     dpdk-compare-testbeds-skx-clx-ref:
1519       csit-dpdk-perf-report-iterative-2009-2n-skx:
1520         - 4   # NDRPDR iter env5
1521         - 5   # NDRPDR iter env5
1522         - 6   # NDRPDR iter env5
1523         - 7   # NDRPDR iter env5
1524         - 8   # NDRPDR iter env5
1525         - 9   # NDRPDR iter env5
1526         - 10  # NDRPDR iter env5
1527         - 11  # NDRPDR iter env5
1528         - 12  # NDRPDR iter env5
1529         - 13  # NDRPDR iter env5
1530     dpdk-compare-testbeds-skx-clx-cmp:
1531       csit-dpdk-perf-report-iterative-2009-2n-clx:
1532         - 4   # NDRPDR iter env5
1533         - 5   # NDRPDR iter env5
1534         - 6   # NDRPDR iter env5
1535         - 7   # NDRPDR iter env5
1536         - 8   # NDRPDR iter env5
1537         - 9   # NDRPDR iter env5
1538         - 10  # NDRPDR iter env5
1539         - 11  # NDRPDR iter env5
1540         - 12  # NDRPDR iter env5
1541         - 13  # NDRPDR iter env5
1542
1543     # Compare topologies
1544
1545     vpp-compare-topologies-ref:
1546       # TODO: Add:
1547       csit-vpp-perf-report-iterative-2009-3n-skx:
1548         - 26  # rls2009 NDRPDR iter env 5
1549         - 27  # rls2009 NDRPDR iter env 5
1550         - 28  # rls2009 NDRPDR iter env 5
1551         - 29  # rls2009 NDRPDR iter env 5
1552         - 35  # rls2009 NDRPDR iter env 5
1553         - 36  # rls2009 NDRPDR iter env 5
1554         - 37  # rls2009 NDRPDR iter env 5
1555         - 39  # rls2009 NDRPDR iter env 5
1556         - 40  # rls2009 NDRPDR iter env 5
1557     vpp-compare-topologies-cmp:
1558       csit-vpp-perf-report-iterative-2009-2n-skx:
1559         - 35  # rls2009 NDRPDR iter env 5
1560         - 36  # rls2009 NDRPDR iter env 5
1561         - 37  # rls2009 NDRPDR iter env 5
1562         - 39  # rls2009 NDRPDR iter env 5
1563         - 40  # rls2009 NDRPDR iter env 5
1564         - 42  # rls2009 NDRPDR iter env 5
1565         - 43  # rls2009 NDRPDR iter env 5
1566         - 44  # rls2009 NDRPDR iter env 5
1567         - 46  # rls2009 NDRPDR iter env 5
1568         - 48  # rls2009 NDRPDR iter env 5
1569
1570     vpp-compare-topologies-mrr-ref:
1571       csit-vpp-perf-report-iterative-2009-3n-skx:
1572         - 24  # rls2009 MRR iter env 5
1573     vpp-compare-topologies-mrr-cmp:
1574       csit-vpp-perf-report-iterative-2009-2n-skx:
1575         - 26  # rls2009 MRR iter env 5
1576
1577     dpdk-compare-topologies-ref:
1578       csit-dpdk-perf-report-iterative-2009-3n-skx:
1579         - 4   # NDRPDR sel env5
1580         - 5   # NDRPDR sel env5
1581         - 6   # NDRPDR sel env5
1582         - 7   # NDRPDR sel env5
1583         - 8   # NDRPDR sel env5
1584         - 9   # NDRPDR sel env5
1585         - 14  # NDRPDR sel env5
1586         - 11  # NDRPDR sel env5
1587         - 12  # NDRPDR sel env5
1588         - 13  # NDRPDR sel env5
1589     dpdk-compare-topologies-cmp:
1590       csit-dpdk-perf-report-iterative-2009-2n-skx:
1591         - 4   # NDRPDR iter env5
1592         - 5   # NDRPDR iter env5
1593         - 6   # NDRPDR iter env5
1594         - 7   # NDRPDR iter env5
1595         - 8   # NDRPDR iter env5
1596         - 9   # NDRPDR iter env5
1597         - 10  # NDRPDR iter env5
1598         - 11  # NDRPDR iter env5
1599         - 12  # NDRPDR iter env5
1600         - 13  # NDRPDR iter env5
1601
1602   plot-layouts:
1603
1604     plot-soak-throughput:
1605       titlefont:
1606         size: 16
1607       xaxis:
1608         title: "<b>Test Cases [Index]</b>"
1609         titlefont:
1610           size: 14
1611         autorange: True
1612         fixedrange: False
1613         gridcolor: "rgb(230, 230, 230)"
1614         linecolor: "rgb(220, 220, 220)"
1615         linewidth: 1
1616         showgrid: True
1617         showline: True
1618         showticklabels: True
1619         tickcolor: "rgb(220, 220, 220)"
1620         tickmode: "linear"
1621         tickfont:
1622           size: 14
1623         zeroline: False
1624       yaxis:
1625         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1626         titlefont:
1627           size: 14
1628         gridcolor: "rgb(230, 230, 230)"
1629         hoverformat: ".4r"
1630         tickformat: ".3r"
1631         linecolor: "rgb(220, 220, 220)"
1632         linewidth: 1
1633         showgrid: True
1634         showline: True
1635         showticklabels: True
1636         tickcolor: "rgb(220, 220, 220)"
1637         tickfont:
1638           size: 14
1639         zeroline: False
1640         range: [0,50]
1641       autosize: False
1642       margin:
1643         t: 50
1644         b: 0
1645         l: 80
1646         r: 20
1647       showlegend: True
1648       legend:
1649         orientation: "h"
1650         font:
1651           size: 14
1652       width: 700
1653       height: 900
1654       paper_bgcolor: "#fff"
1655       plot_bgcolor: "#fff"
1656       hoverlabel:
1657         namelength: -1
1658
1659     plot-service-density:
1660       titlefont:
1661         size: 16
1662       xaxis:
1663         side: "top"
1664         autorange: True
1665         fixedrange: False
1666         showgrid: False
1667         showline: False
1668         showticklabels: False
1669         ticks: ""
1670         ticklen: 0
1671         tickwidth: 0
1672         zeroline: False
1673       yaxis:
1674         autorange: "reversed"
1675         showgrid: False
1676         showline: False
1677         showticklabels: False
1678         ticks: ""
1679         ticklen: 0
1680         tickwidth: 0
1681         zeroline: False
1682       showlegend: False
1683       paper_bgcolor: "#fff"
1684       plot_bgcolor: "#fff"
1685       width: 700
1686       height: 700
1687       hoverlabel:
1688         namelength: -1
1689
1690     plot-hoststack:
1691       titlefont:
1692         size: 16
1693       xaxis:
1694         title: "<b>Test Cases [Index]</b>"
1695         titlefont:
1696           size: 14
1697         autorange: True
1698         fixedrange: False
1699         gridcolor: "rgb(230, 230, 230)"
1700         linecolor: "rgb(220, 220, 220)"
1701         linewidth: 1
1702         showgrid: True
1703         showline: True
1704         showticklabels: True
1705         tickcolor: "rgb(220, 220, 220)"
1706         tickmode: "linear"
1707         tickfont:
1708           size: 14
1709         zeroline: False
1710       yaxis:
1711         title: "<b>Bandwidth [Gbps]</b>"
1712         titlefont:
1713           size: 14
1714         gridcolor: "rgb(230, 230, 230)"
1715         hoverformat: ".4s"
1716         linecolor: "rgb(220, 220, 220)"
1717         linewidth: 1
1718         rangemode: "tozero"
1719         showgrid: True
1720         showline: True
1721         showticklabels: True
1722         tickcolor: "rgb(230, 230, 230)"
1723         tickformat: ".3s"
1724         tickfont:
1725           size: 14
1726         zeroline: False
1727       autosize: False
1728       margin:
1729         t: 50
1730         b: 20
1731         l: 80
1732         r: 20
1733       showlegend: True
1734       legend:
1735         orientation: "h"
1736         font:
1737           size: 14
1738       width: 700
1739       height: 800
1740       paper_bgcolor: "#fff"
1741       plot_bgcolor: "#fff"
1742       hoverlabel:
1743         namelength: -1
1744
1745     plot-throughput:
1746       titlefont:
1747         size: 16
1748       xaxis:
1749         title: "<b>Test Cases [Index]</b>"
1750         titlefont:
1751           size: 14
1752         autorange: True
1753         fixedrange: False
1754         gridcolor: "rgb(230, 230, 230)"
1755         linecolor: "rgb(220, 220, 220)"
1756         linewidth: 1
1757         showgrid: True
1758         showline: True
1759         showticklabels: True
1760         tickcolor: "rgb(220, 220, 220)"
1761         tickmode: "linear"
1762         tickfont:
1763           size: 14
1764         zeroline: False
1765       yaxis:
1766         title: "<b>Packet Throughput [Mpps]</b>"
1767         titlefont:
1768           size: 14
1769         gridcolor: "rgb(230, 230, 230)"
1770         hoverformat: ".4r"
1771         tickformat: ".3r"
1772         linecolor: "rgb(220, 220, 220)"
1773         linewidth: 1
1774         showgrid: True
1775         showline: True
1776         showticklabels: True
1777         tickcolor: "rgb(220, 220, 220)"
1778         tickfont:
1779           size: 14
1780         zeroline: False
1781         range: [0,50]
1782       autosize: False
1783       margin:
1784         t: 50
1785         b: 0
1786         l: 80
1787         r: 20
1788       showlegend: True
1789       legend:
1790         orientation: "h"
1791         font:
1792           size: 14
1793       width: 700
1794       height: 900
1795       paper_bgcolor: "#fff"
1796       plot_bgcolor: "#fff"
1797       hoverlabel:
1798         namelength: -1
1799
1800     plot-throughput-speedup-analysis:
1801       titlefont:
1802         size: 16
1803       xaxis:
1804         title: "<b>Number of Cores [Qty]</b>"
1805         titlefont:
1806           size: 14
1807         autorange: True
1808         fixedrange: False
1809         gridcolor: "rgb(230, 230, 230)"
1810         linecolor: "rgb(220, 220, 220)"
1811         linewidth: 1
1812         showgrid: True
1813         showline: True
1814         showticklabels: True
1815         tickcolor: "rgb(238, 238, 238)"
1816         tickmode: "linear"
1817         tickfont:
1818           size: 14
1819         zeroline: False
1820       yaxis:
1821         title: "<b>Packet Throughput [Mpps]</b>"
1822         titlefont:
1823           size: 14
1824         type: "linear"
1825         gridcolor: "rgb(230, 230, 230)"
1826         hoverformat: ".4s"
1827         linecolor: "rgb(220, 220, 220)"
1828         linewidth: 1
1829         showgrid: True
1830         showline: True
1831         showticklabels: True
1832         tickcolor: "rgb(220, 220, 220)"
1833         tickformat: ".4s"
1834         tickfont:
1835           size: 14
1836         zeroline: True
1837         rangemode: "tozero"
1838         range: [0,100]
1839       legend:
1840         orientation: "h"
1841         font:
1842           size: 14
1843         xanchor: "left"
1844         yanchor: "top"
1845         x: 0
1846         y: -0.2
1847         bgcolor: "rgba(255, 255, 255, 0)"
1848         bordercolor: "rgba(255, 255, 255, 0)"
1849         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1850       autosize: False
1851       margin:
1852           't': 50
1853           'b': 150
1854           'l': 85
1855           'r': 10
1856       showlegend: True
1857       width: 700
1858       height: 700
1859       paper_bgcolor: "#fff"
1860       plot_bgcolor: "#fff"
1861       hoverlabel:
1862         namelength: -1
1863       annotations: [
1864         {
1865           text: "_ _          __          ...",
1866           align: "left",
1867           showarrow: False,
1868           xref: "paper",
1869           yref: "paper",
1870           xanchor: "left",
1871           yanchor: "top",
1872           x: 0,
1873           y: -0.14,
1874           font: {
1875             family: "Consolas, Courier New",
1876             size: 13
1877           },
1878         },
1879         {
1880           text: "    Perfect     Measured     Limit",
1881           align: "left",
1882           showarrow: False,
1883           xref: "paper",
1884           yref: "paper",
1885           xanchor: "left",
1886           yanchor: "top",
1887           x: 0,
1888           y: -0.15,
1889           font: {
1890             family: "Consolas, Courier New",
1891             size: 13
1892           },
1893         },
1894       ]
1895
1896     plot-latency:
1897       titlefont:
1898         size: 16
1899       xaxis:
1900         title: "<b>Direction</b>"
1901         titlefont:
1902           size: 14
1903         autorange: True
1904         fixedrange: False
1905         gridcolor: "rgb(230, 230, 230)"
1906         linecolor: "rgb(220, 220, 220)"
1907         linewidth: 1
1908         showgrid: True
1909         showline: True
1910         showticklabels: False
1911         tickcolor: "rgb(220, 220, 220)"
1912         tickmode: "linear"
1913         tickfont:
1914           size: 14
1915         zeroline: False
1916       yaxis:
1917         title: "<b>Packet Latency [uSec]</b>"
1918         titlefont:
1919           size: 14
1920         type: "linear"
1921         gridcolor: "rgb(230, 230, 230)"
1922         hoverformat: ".4s"
1923         linecolor: "rgb(220, 220, 220)"
1924         linewidth: 1
1925         showgrid: True
1926         showline: True
1927         showticklabels: True
1928         tickcolor: "rgb(220, 220, 220)"
1929         tickformat: ".4s"
1930         tickfont:
1931           size: 14
1932         zeroline: True
1933         rangemode: "tozero"
1934       legend:
1935         orientation: "h"
1936         font:
1937           size: 14
1938         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1939       autosize: False
1940       margin:
1941           't': 50
1942           'b': 150
1943           'l': 80
1944           'r': 10
1945       showlegend: True
1946       width: 700
1947       height: 700
1948       paper_bgcolor: "#fff"
1949       plot_bgcolor: "#fff"
1950       hoverlabel:
1951         namelength: -1
1952
1953     plot-hdrh-latency:
1954       title:
1955         text: ""
1956         xanchor: "center"
1957         x: 0.5
1958         font:
1959           size: 16
1960       width: 700
1961       plot_bgcolor: "white"
1962       annotations:
1963         - font:
1964             size: 14
1965           showarrow: False
1966           text: "<b>Packet Latency [uSec]</b>"
1967           x: 1
1968           xanchor: "right"
1969           xref: "paper"
1970           y: -0.045
1971           yanchor: "top"
1972           yref: "paper"
1973         - font:
1974             size: 14
1975           showarrow: False
1976           text: "<b>Probability [%]</b>"
1977           textangle: 270
1978           x: -0.06
1979           xanchor: "center"
1980           xref: "paper"
1981           y: 0.5
1982           yanchor: "middle"
1983           yref: "paper"
1984         - font:
1985             size: 14
1986           showarrow: False
1987           text: "<b>Direction: E-W</b>"
1988           x: 0.24
1989           xanchor: "center"
1990           xref: "paper"
1991           y: 1.05
1992           yanchor: "bottom"
1993           yref: "paper"
1994         - font:
1995             size: 14
1996           showarrow: False
1997           text: "<b>Direction: W-E</b>"
1998           x: 0.74
1999           xanchor: "center"
2000           xref: "paper"
2001           y: 1.05
2002           yanchor: "bottom"
2003           yref: "paper"
2004
2005     plot-hdrh-latency-percentile:
2006       title:
2007         text: ""
2008         xanchor: "center"
2009         x: 0.5
2010         font:
2011           size: 16
2012       xaxis:
2013         type: "log"
2014         title: "<b>Percentile [%]</b>"
2015         titlefont:
2016           size: 14
2017         autorange: True
2018         fixedrange: False
2019         gridcolor: "rgb(230, 230, 230)"
2020         linecolor: "rgb(220, 220, 220)"
2021         linewidth: 1
2022         showgrid: True
2023         showline: True
2024         showticklabels: True
2025         tickcolor: "rgb(220, 220, 220)"
2026         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2027         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2028         tickfont:
2029           size: 14
2030       yaxis:
2031         title: "<b>Packet Latency [uSec]</b>"
2032         titlefont:
2033           size: 14
2034         gridcolor: "rgb(230, 230, 230)"
2035         linecolor: "rgb(220, 220, 220)"
2036         linewidth: 1
2037         showgrid: True
2038         showline: True
2039         showticklabels: True
2040         tickcolor: "rgb(220, 220, 220)"
2041         tickfont:
2042           size: 14
2043       autosize: False
2044       showlegend: True
2045       legend:
2046         traceorder: "normal"
2047         orientation: "h"
2048         font:
2049           size: 14
2050         xanchor: "left"
2051         yanchor: "top"
2052         x: 0
2053         y: -0.15
2054         bgcolor: "rgba(255, 255, 255, 0)"
2055         bordercolor: "rgba(255, 255, 255, 0)"
2056       width: 700
2057       height: 700
2058       paper_bgcolor: "white"
2059       plot_bgcolor: "white"
2060
2061     plot-hdrh-latency-by-percentile:
2062       title:
2063         text: "<b>Latency by Percentile Distribution</b>"
2064         xanchor: "center"
2065         x: 0.5
2066         font:
2067           size: 18
2068       showlegend: True
2069       legend:
2070         traceorder: "normal"
2071         orientation: "h"
2072         font:
2073           size: 16
2074         xanchor: "left"
2075         yanchor: "top"
2076         x: 0
2077         y: -0.2
2078         bgcolor: "rgba(255, 255, 255, 0)"
2079         bordercolor: "rgba(255, 255, 255, 0)"
2080       xaxis:
2081         type: "linear"
2082         title: "<b>Percentile [%]</b>"
2083         titlefont:
2084           size: 14
2085         autorange: False
2086         fixedrange: False
2087         range: [0, 100]
2088         gridcolor: "rgb(230, 230, 230)"
2089         linecolor: "rgb(220, 220, 220)"
2090         linewidth: 1
2091         showgrid: True
2092         showline: True
2093         showticklabels: True
2094         tickcolor: "rgb(220, 220, 220)"
2095         tickvals: [0, 25, 50, 75, 100]
2096         ticktext: [0, 25, 50, 75, 100]
2097         tickfont:
2098           size: 14
2099       yaxis:
2100         title: "<b>One-Way Latency per Direction [uSec]</b>"
2101         titlefont:
2102           size: 14
2103         gridcolor: "rgb(230, 230, 230)"
2104         linecolor: "rgb(220, 220, 220)"
2105         linewidth: 1
2106         showgrid: True
2107         showline: True
2108         showticklabels: True
2109         tickcolor: "rgb(220, 220, 220)"
2110         tickfont:
2111           size: 14
2112       width: 700
2113       height: 700
2114       paper_bgcolor: "white"
2115       plot_bgcolor: "white"
2116
2117 - type: "static"
2118   src-path: "{DIR[RST]}"
2119   dst-path: "{DIR[WORKING,SRC]}"
2120
2121 - type: "input"
2122   general:
2123     file-name: "output_info.xml.gz"
2124     file-format: ".gz"
2125     arch-file-format:
2126       - ".gz"
2127       - ".zip"
2128     download-path: "{job}/{build}/archives/{filename}"
2129     extract: "output.xml"
2130
2131     zip-file-name: "robot-plugin.zip"
2132     zip-file-format: ".zip"
2133     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2134     zip-extract: "robot-plugin/output.xml"
2135
2136   builds:
2137
2138     csit-vpp-perf-verify-2001-3n-hsw:
2139       - 17  # MRR sel
2140     csit-vpp-perf-report-iterative-2005-3n-hsw:
2141       - 20  # NDRPDR sel env 4
2142       - 21  # NDRPDR sel env 4
2143       - 22  # NDRPDR sel env 4
2144       - 23  # NDRPDR sel env 4
2145       - 24  # NDRPDR sel env 4
2146       - 25  # NDRPDR sel env 4
2147       - 26  # NDRPDR sel env 4
2148       - 27  # NDRPDR sel env 4
2149       - 28  # NDRPDR sel env 4
2150       - 29  # NDRPDR sel env 4
2151       - 30  # MRR env 4
2152       - 31  # NDRPDR sel 2001.0-4
2153       - 32  # NDRPDR sel 2001.0-4
2154       - 33  # NDRPDR sel 2001.0-4
2155       - 34  # NDRPDR sel 2001.0-4
2156       - 35  # NDRPDR sel 2001.0-4
2157       - 36  # NDRPDR sel 2001.0-4
2158       - 38  # NDRPDR sel 2001.0-4
2159     csit-vpp-perf-report-iterative-2009-3n-hsw:
2160       - 18  # rls2005 MRR iter env 5
2161       - 9   # rls2005 NDRPDR iter env 5
2162       - 10  # rls2005 NDRPDR iter env 5
2163       - 11  # rls2005 NDRPDR iter env 5
2164       - 12  # rls2005 NDRPDR iter env 5
2165       - 13  # rls2005 NDRPDR iter env 5
2166       - 14  # rls2005 NDRPDR iter env 5
2167       - 15  # rls2005 NDRPDR iter env 5
2168       - 16  # rls2005 NDRPDR iter env 5
2169       - 17  # rls2005 NDRPDR iter env 5
2170       - 19  # rls2005 NDRPDR iter env 5
2171       - 23  # rls2009 MRR iter env 5
2172       - 21  # rls2009 NDRPDR iter env 5
2173       - 22  # rls2009 NDRPDR iter env 5
2174       - 24  # rls2009 NDRPDR iter env 5
2175       - 25  # rls2009 NDRPDR iter env 5
2176       - 26  # rls2009 NDRPDR iter env 5
2177       - 27  # rls2009 NDRPDR iter env 5
2178       - 28  # rls2009 NDRPDR iter env 5
2179       - 29  # rls2009 NDRPDR iter env 5
2180       - 30  # rls2009 NDRPDR iter env 5
2181       - 31  # rls2009 NDRPDR iter env 5
2182       - 32  # rls2009 Hoststack iter env 5
2183       - 33  # rls2009 Hoststack iter env 5
2184       - 34  # rls2009 Hoststack iter env 5
2185       - 35  # rls2009 Hoststack iter env 5
2186       - 36  # rls2009 Hoststack iter env 5
2187       - 37  # rls2009 Hoststack iter env 5
2188       - 38  # rls2009 Hoststack iter env 5
2189       - 39  # rls2009 Hoststack iter env 5
2190       - 40  # rls2009 Hoststack iter env 5
2191       - 41  # rls2009 Hoststack iter env 5
2192     csit-vpp-perf-report-coverage-2009-3n-hsw:
2193       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2194       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2195       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2196       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2197       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2198       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2199       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2200       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2201       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2202       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2203       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2204       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2205       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2206       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2207       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2208       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2209       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2210       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2211       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2212       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2213       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2214       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2215       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2216       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2217       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2218       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2219       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2220       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2221       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2222       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2223       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2224       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2225       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2226       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2227       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2228
2229     csit-vpp-perf-verify-2001-3n-skx:
2230       - 50  # MRR sel
2231       - 53  # MRR sel addition
2232     csit-vpp-perf-report-iterative-2005-3n-skx:
2233       - 4   # NDRPDR sel
2234       - 5   # NDRPDR sel ??? all x710 failed
2235       - 33  # NDRPDR sel
2236       - 28  # NDRPDR sel
2237       - 34  # NDRPDR sel
2238       - 42  # NDRPDR sel env 4
2239       - 43  # NDRPDR sel env 4
2240       - 44  # NDRPDR sel env 4
2241       - 45  # NDRPDR sel env 4
2242       - 47  # NDRPDR sel env 4
2243       - 55  # NDRPDR sel env 4
2244       - 56  # NDRPDR sel env 4
2245       - 57  # NDRPDR sel env 4
2246       - 61  # NDRPDR sel env 4
2247       - 62  # NDRPDR sel env 4
2248       - 50  # NDRPDR sel 2001.0-4
2249       - 51  # NDRPDR sel 2001.0-4
2250       - 52  # NDRPDR sel 2001.0-4
2251       - 53  # NDRPDR sel 2001.0-4
2252       - 54  # NDRPDR sel 2001.0-4
2253       - 49  # MRR sel env 4
2254     # TODO: Add:
2255     csit-vpp-perf-report-iterative-2009-3n-skx:
2256       - 17  # rls2005 MRR iter env 5
2257       - 13  # rls2005 NDRPDR iter env 5
2258       - 18  # rls2005 NDRPDR iter env 5
2259       - 19  # rls2005 NDRPDR iter env 5
2260       - 41  # rls2005 NDRPDR iter env 5
2261       - 24  # rls2009 MRR iter env 5
2262       - 26  # rls2009 NDRPDR iter env 5
2263       - 27  # rls2009 NDRPDR iter env 5
2264       - 28  # rls2009 NDRPDR iter env 5
2265       - 29  # rls2009 NDRPDR iter env 5
2266       - 35  # rls2009 NDRPDR iter env 5
2267       - 36  # rls2009 NDRPDR iter env 5
2268       - 37  # rls2009 NDRPDR iter env 5
2269       - 39  # rls2009 NDRPDR iter env 5
2270       - 40  # rls2009 NDRPDR iter env 5
2271     # TODO: Add:
2272     csit-vpp-perf-report-coverage-2009-3n-skx:
2273       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2274       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2275       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2276
2277     csit-vpp-perf-verify-2001-2n-skx:
2278       - 101  # MRR sel - old
2279       - 128  # MRR sel addition - old
2280     csit-vpp-perf-report-iterative-2005-2n-skx:
2281       - 88  # NDRPDR sel env 4
2282       - 89  # NDRPDR sel env 4
2283       - 90  # NDRPDR sel env 4
2284       - 91  # NDRPDR sel env 4
2285       - 92  # NDRPDR sel env 4
2286       - 93  # NDRPDR sel env 4
2287       - 94  # NDRPDR sel env 4
2288       - 125 # NDRPDR sel env 4
2289       - 126 # NDRPDR sel env 4
2290       - 127 # NDRPDR sel env 4
2291       - 100 # NDRPDR sel 2001.0-4
2292       - 101 # NDRPDR sel 2001.0-4
2293       - 102 # NDRPDR sel 2001.0-4
2294       - 103 # NDRPDR sel 2001.0-4
2295       - 104 # NDRPDR sel 2001.0-4
2296       - 105 # NDRPDR sel 2001.0-4
2297       - 99  # MRR sel env 4
2298     csit-vpp-perf-report-iterative-2009-2n-skx:
2299       - 20  # rls2005 MRR iter env 5
2300       - 13  # rls2005 NDRPDR iter env 5
2301       - 16  # rls2005 NDRPDR iter env 5
2302       - 17  # rls2005 NDRPDR iter env 5
2303       - 18  # rls2005 NDRPDR iter env 5
2304       - 19  # rls2005 NDRPDR iter env 5
2305       - 21  # rls2005 NDRPDR iter env 5
2306       - 22  # rls2005 NDRPDR iter env 5
2307       - 23  # rls2005 NDRPDR iter env 5
2308       - 24  # rls2005 NDRPDR iter env 5
2309       - 25  # rls2005 NDRPDR iter env 5
2310       - 26  # rls2009 MRR iter env 5
2311       - 35  # rls2009 NDRPDR iter env 5
2312       - 36  # rls2009 NDRPDR iter env 5
2313       - 37  # rls2009 NDRPDR iter env 5
2314       - 39  # rls2009 NDRPDR iter env 5
2315       - 40  # rls2009 NDRPDR iter env 5
2316       - 42  # rls2009 NDRPDR iter env 5
2317       - 43  # rls2009 NDRPDR iter env 5
2318       - 44  # rls2009 NDRPDR iter env 5
2319       - 46  # rls2009 NDRPDR iter env 5
2320       - 48  # rls2009 NDRPDR iter env 5
2321       - 51  # rls2009 NDRPDR iter NAT44 env 5
2322       - 52  # rls2009 NDRPDR iter NAT44 env 5
2323       - 53  # rls2009 NDRPDR iter NAT44 env 5
2324       - 54  # rls2009 NDRPDR iter NAT44 env 5
2325       - 55  # rls2009 NDRPDR iter NAT44 env 5
2326       - 56  # rls2009 NDRPDR iter NAT44 env 5
2327       - 57  # rls2009 NDRPDR iter NAT44 env 5
2328       - 58  # rls2009 NDRPDR iter NAT44 env 5
2329       - 59  # rls2009 NDRPDR iter NAT44 env 5
2330       - 60  # rls2009 NDRPDR iter NAT44 env 5
2331       - 38  # rls2009 nf-density iter env 5
2332       - 41  # rls2009 nf-density iter env 5
2333       - 45  # rls2009 nf-density iter env 5
2334       - 47  # rls2009 nf-density iter env 5
2335       - 49  # rls2009 nf-density iter env 5
2336       - 63  # rls2009 nf-density iter env 5
2337       - 65  # rls2009 nf-density iter env 5
2338       - 66  # rls2009 nf-density iter env 5
2339       - 71  # rls2009 nf-density iter env 5
2340       - 72  # rls2009 nf-density iter env 5
2341       - 50  # rls2009 MRR nf-density iter env 5
2342       - 27  # rls2009 reconf env 5
2343       - 28  # rls2009 reconf env 5
2344       - 29  # rls2009 reconf env 5
2345       - 30  # rls2009 reconf env 5
2346       - 31  # rls2009 reconf env 5
2347       - 32  # rls2009 reconf env 5
2348       - 61  # rls2009 reconf env 5
2349       - 62  # rls2009 reconf env 5
2350       - 68  # rls2009 reconf env 5
2351       - 70  # rls2009 reconf env 5
2352       - 33  # rls2009 soak env 5
2353       - 34  # rls2009 soak env 5
2354     csit-vpp-perf-report-coverage-2009-2n-skx:
2355       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2356       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2357       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2358       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2359       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2360       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2361       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2362       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2363       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2364       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2365       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2366       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2367       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2368       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2369       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2370
2371     csit-vpp-perf-verify-2001-2n-clx:
2372       - 39  # MRR
2373     csit-vpp-perf-report-iterative-2005-2n-clx:
2374       - 62  # NDRPDR sel env 4
2375       - 63  # NDRPDR sel env 4
2376       - 64  # NDRPDR sel env 4
2377       - 65  # NDRPDR sel env 4
2378       - 66  # NDRPDR sel env 4
2379       - 68  # NDRPDR sel env 4
2380       - 69  # NDRPDR sel env 4
2381       - 70  # NDRPDR sel env 4
2382       - 103 # NDRPDR sel env 4
2383       - 104 # NDRPDR sel env 4
2384       - 73  # NDRPDR sel 2001.0-4
2385       - 74  # NDRPDR sel 2001.0-4
2386       - 75  # NDRPDR sel 2001.0-4
2387       - 76  # NDRPDR sel 2001.0-4
2388       - 77  # NDRPDR sel 2001.0-4
2389       - 78  # NDRPDR sel 2001.0-4
2390       - 79  # NDRPDR sel 2001.0-4
2391       - 80  # NDRPDR sel 2001.0-4
2392       - 72  # MRR env 4
2393     csit-vpp-perf-report-iterative-2009-2n-clx:
2394       - 77  # rls2005 MRR iter env 5
2395       - 13  # rls2005 NDRPDR iter env 5
2396       - 15  # rls2005 NDRPDR iter env 5
2397       - 17  # rls2005 NDRPDR iter env 5
2398       - 18  # rls2005 NDRPDR iter env 5
2399       - 19  # rls2005 NDRPDR iter env 5
2400       - 20  # rls2005 NDRPDR iter env 5
2401       - 21  # rls2005 NDRPDR iter env 5
2402       - 22  # rls2005 NDRPDR iter env 5
2403       - 23  # rls2005 NDRPDR iter env 5
2404       - 24  # rls2005 NDRPDR iter env 5
2405       - 78  # rls2009 MRR iter env 5
2406       - 36  # rls2009 NDRPDR iter env 5
2407       - 38  # rls2009 NDRPDR iter env 5
2408       - 39  # rls2009 NDRPDR iter env 5
2409       - 40  # rls2009 NDRPDR iter env 5
2410       - 41  # rls2009 NDRPDR iter env 5
2411       - 42  # rls2009 NDRPDR iter env 5
2412       - 64  # rls2009 NDRPDR iter env 5
2413       - 65  # rls2009 NDRPDR iter env 5
2414       - 66  # rls2009 NDRPDR iter env 5
2415       - 67  # rls2009 NDRPDR iter env 5
2416       - 37  # rls2009 nf-density iter env 5
2417       - 43  # rls2009 nf-density iter env 5
2418       - 69  # rls2009 nf-density iter env 5
2419       - 70  # rls2009 nf-density iter env 5
2420       - 71  # rls2009 nf-density iter env 5
2421       - 72  # rls2009 nf-density iter env 5
2422       - 73  # rls2009 nf-density iter env 5
2423       - 74  # rls2009 nf-density iter env 5
2424       - 75  # rls2009 nf-density iter env 5
2425       - 76  # rls2009 nf-density iter env 5
2426       - 45  # rls2009 MRR nf-density iter env 5
2427       - 25  # rls2009 reconf env 5
2428       - 27  # rls2009 reconf env 5
2429       - 28  # rls2009 reconf env 5
2430       - 29  # rls2009 reconf env 5
2431       - 30  # rls2009 reconf env 5
2432       - 30  # rls2009 reconf env 5
2433       - 32  # rls2009 reconf env 5
2434       - 48  # rls2009 reconf env 5
2435       - 53  # rls2009 reconf env 5
2436       - 68  # rls2009 reconf env 5
2437       - 33  # rls2009 soak env 5
2438       - 34  # rls2009 soak env 5
2439     # TODO: Add:
2440     csit-vpp-perf-report-coverage-2009-2n-clx:
2441       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2442       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2443       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2444       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2445       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2446       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2447       - 8   # rls2009 NDRPDR cov 2n-clx-ip6-00
2448       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2449       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2450       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2451       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2452       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2453       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2454       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2455       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2456
2457     csit-vpp-perf-verify-2001-3n-tsh:
2458       - 9   # MRR sel
2459     csit-vpp-perf-report-iterative-2005-3n-tsh:
2460       - 23  # NDRPDR sel env 4
2461       - 25  # NDRPDR sel env 4
2462       - 33  # NDRPDR sel env 4
2463       - 34  # NDRPDR sel env 4
2464       - 35  # NDRPDR sel env 4
2465       - 36  # NDRPDR sel env 4
2466       - 37  # NDRPDR sel env 4
2467       - 38  # NDRPDR sel env 4
2468       - 39  # NDRPDR sel env 4
2469       - 40  # NDRPDR sel env 4
2470       - 28  # NDRPDR sel 2001.0-4
2471       - 29  # NDRPDR sel 2001.0-4
2472       - 31  # NDRPDR sel 2001.0-4
2473       - 27  # MRR sel env 4
2474     # TODO: Add:
2475     csit-vpp-perf-report-iterative-2009-3n-tsh:
2476       - 8   # rls2005 NDRPDR iter env 5
2477       - 11  # rls2005 NDRPDR iter env 5
2478       - 12  # rls2005 NDRPDR iter env 5
2479       - 13  # rls2005 MRR iter env 5
2480       - 14  # rls2009 NDRPDR iter env 5
2481       - 20  # rls2009 NDRPDR iter env 5
2482       - 22  # rls2009 NDRPDR iter env 5
2483       - 23  # rls2009 NDRPDR iter env 5
2484       - 15  # rls2006 MRR iter env 5
2485 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2486 #      -
2487
2488     csit-vpp-perf-verify-2001-3n-dnv:
2489       - 5   # NDRPDR sel
2490       - 6   # NDRPDR sel
2491       - 7   # NDRPDR sel
2492       - 8   # NDRPDR sel
2493       - 9   # NDRPDR sel
2494       - 10  # NDRPDR sel
2495       - 12  # NDRPDR sel
2496       - 16  # NDRPDR sel
2497       - 17  # NDRPDR sel
2498       - 18  # NDRPDR sel
2499       - 11  # MRR sel
2500     csit-vpp-perf-report-iterative-2009-3n-dnv:
2501       - 16  # rls2005 NDRPDR iter env 5
2502       - 23  # rls2005 NDRPDR iter env 5
2503       - 25  # rls2005 NDRPDR iter env 5
2504       - 26  # rls2005 NDRPDR iter env 5
2505       - 27  # rls2005 NDRPDR iter env 5
2506       - 28  # rls2005 NDRPDR iter env 5
2507       - 29  # rls2005 NDRPDR iter env 5
2508       - 30  # rls2005 NDRPDR iter env 5
2509       - 31  # rls2005 NDRPDR iter env 5
2510       - 32  # rls2005 NDRPDR iter env 5
2511       - 19  # rls2005 MRR iter env 5
2512       - 3   # rls2009 NDRPDR iter env 5
2513       - 6   # rls2009 NDRPDR iter env 5
2514       - 7   # rls2009 NDRPDR iter env 5
2515       - 8   # rls2009 NDRPDR iter env 5
2516       - 10  # rls2009 NDRPDR iter env 5
2517       - 11  # rls2009 NDRPDR iter env 5
2518       - 12  # rls2009 NDRPDR iter env 5
2519       - 14  # rls2009 NDRPDR iter env 5
2520       - 15  # rls2009 NDRPDR iter env 5
2521       - 24  # rls2009 NDRPDR iter env 5
2522       - 22  # rls2009 MRR iter env 5
2523     csit-vpp-perf-report-coverage-2009-3n-dnv:
2524       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2525       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2526       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2527       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2528       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2529       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2530       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2531       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2532       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2533
2534     csit-vpp-perf-verify-2001-2n-dnv:
2535       - 4   # NDRPDR sel
2536       - 5   # NDRPDR sel
2537       - 6   # NDRPDR sel
2538       - 7   # NDRPDR sel
2539       - 8   # NDRPDR sel
2540       - 9   # NDRPDR sel
2541       - 10  # NDRPDR sel
2542       - 11  # NDRPDR sel
2543       - 13  # NDRPDR sel
2544       - 16  # NDRPDR sel
2545       - 12  # MRR sel
2546     csit-vpp-perf-report-iterative-2009-2n-dnv:
2547       - 16  # rls2005 NDRPDR iter env 5
2548       - 17  # rls2005 NDRPDR iter env 5
2549       - 18  # rls2005 NDRPDR iter env 5
2550       - 19  # rls2005 NDRPDR iter env 5
2551       - 21  # rls2005 NDRPDR iter env 5
2552       - 24  # rls2005 NDRPDR iter env 5
2553       - 27  # rls2005 NDRPDR iter env 5
2554       - 28  # rls2005 NDRPDR iter env 5
2555       - 29  # rls2005 NDRPDR iter env 5
2556       - 30  # rls2005 NDRPDR iter env 5
2557       - 23  # rls2005 MRR iter env 5
2558       - 3   # rls2009 NDRPDR iter env 5
2559       - 5   # rls2009 NDRPDR iter env 5
2560       - 6   # rls2009 NDRPDR iter env 5
2561       - 7   # rls2009 NDRPDR iter env 5
2562       - 9   # rls2009 NDRPDR iter env 5
2563       - 10  # rls2009 NDRPDR iter env 5
2564       - 11  # rls2009 NDRPDR iter env 5
2565       - 12  # rls2009 NDRPDR iter env 5
2566       - 14  # rls2009 NDRPDR iter env 5
2567       - 15  # rls2009 NDRPDR iter env 5
2568       - 13  # rls2009 MRR iter env 5
2569     csit-vpp-perf-report-coverage-2009-2n-dnv:
2570       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2571       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2572       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2573       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2574       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2575       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2576
2577     csit-dpdk-perf-verify-2001-3n-hsw:
2578       - 4   # NDRPDR sel
2579       - 5   # NDRPDR sel
2580       - 6   # NDRPDR sel
2581       - 7   # NDRPDR sel
2582       - 8   # NDRPDR sel
2583       - 9   # NDRPDR sel
2584       - 10  # NDRPDR sel
2585       - 11  # NDRPDR sel
2586       - 12  # NDRPDR sel
2587       - 13  # NDRPDR sel
2588       - 15  # NDRPDR sel
2589       - 16  # NDRPDR sel
2590       - 17  # NDRPDR sel
2591       - 18  # NDRPDR sel
2592       - 19  # NDRPDR sel
2593       - 20  # NDRPDR sel
2594       - 21  # NDRPDR sel
2595       - 22  # NDRPDR sel
2596       - 23  # NDRPDR sel
2597       - 24  # NDRPDR sel
2598     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2599       - 25  # NDRPDR iter
2600       - 26  # NDRPDR iter
2601       - 27  # NDRPDR iter
2602       - 28  # NDRPDR iter
2603       - 29  # NDRPDR iter
2604       - 30  # NDRPDR iter
2605       - 31  # NDRPDR iter
2606       - 32  # NDRPDR iter
2607       - 33  # NDRPDR iter
2608       - 34  # NDRPDR iter
2609     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2610       - 6   # NDRPDR iter env5
2611       - 7   # NDRPDR iter env5
2612       - 8   # NDRPDR iter env5
2613       - 9   # NDRPDR iter env5
2614       - 10  # NDRPDR iter env5
2615       - 11  # NDRPDR iter env5
2616       - 12  # NDRPDR iter env5
2617       - 13  # NDRPDR iter env5
2618       - 14  # NDRPDR iter env5
2619       - 15  # NDRPDR iter env5
2620
2621     csit-dpdk-perf-verify-2001-3n-skx:
2622       - 29  # NDRPDR sel xxv710
2623       - 33  # NDRPDR sel xxv710
2624       - 34  # NDRPDR sel xxv710
2625       - 35  # NDRPDR sel xxv710
2626       - 36  # NDRPDR sel xxv710
2627       - 37  # NDRPDR sel xxv710
2628       - 41  # NDRPDR sel xxv710
2629       - 42  # NDRPDR sel xxv710
2630       - 43  # NDRPDR sel xxv710
2631       - 45  # NDRPDR sel xxv710
2632       - 30  # NDRPDR sel x710
2633       - 31  # NDRPDR sel x710
2634       - 32  # NDRPDR sel x710
2635       - 38  # NDRPDR sel x710
2636       - 39  # NDRPDR sel x710
2637       - 40  # NDRPDR sel x710
2638       - 44  # NDRPDR sel x710
2639       - 46  # NDRPDR sel x710
2640       - 47  # NDRPDR sel x710
2641       - 48  # NDRPDR sel x710
2642     csit-dpdk-perf-report-iterative-2005-3n-skx:
2643       - 28  # NDRPDR iter
2644       - 29  # NDRPDR iter
2645       - 30  # NDRPDR iter
2646       - 31  # NDRPDR iter
2647       - 32  # NDRPDR iter
2648       - 33  # NDRPDR iter
2649       - 34  # NDRPDR iter
2650       - 35  # NDRPDR iter
2651       - 36  # NDRPDR iter
2652       - 37  # NDRPDR iter
2653     csit-dpdk-perf-report-iterative-2009-3n-skx:
2654       - 4   # NDRPDR sel env5
2655       - 5   # NDRPDR sel env5
2656       - 6   # NDRPDR sel env5
2657       - 7   # NDRPDR sel env5
2658       - 8   # NDRPDR sel env5
2659       - 9   # NDRPDR sel env5
2660       - 14  # NDRPDR sel env5
2661       - 11  # NDRPDR sel env5
2662       - 12  # NDRPDR sel env5
2663       - 13  # NDRPDR sel env5
2664
2665     csit-dpdk-perf-verify-2001-2n-skx:
2666       - 35  # NDRPDR sel xxv710
2667       - 36  # NDRPDR sel xxv710
2668       - 37  # NDRPDR sel xxv710
2669       - 41  # NDRPDR sel xxv710
2670       - 42  # NDRPDR sel xxv710
2671       - 43  # NDRPDR sel xxv710
2672       - 46  # NDRPDR sel xxv710
2673       - 47  # NDRPDR sel xxv710
2674       - 52  # NDRPDR sel xxv710
2675       - 53  # NDRPDR sel xxv710
2676       - 38  # NDRPDR sel x710
2677       - 39  # NDRPDR sel x710
2678       - 40  # NDRPDR sel x710
2679       - 44  # NDRPDR sel x710
2680       - 45  # NDRPDR sel x710
2681       - 48  # NDRPDR sel x710
2682       - 49  # NDRPDR sel x710
2683       - 50  # NDRPDR sel x710
2684       - 51  # NDRPDR sel x710
2685       - 54  # NDRPDR sel x710
2686     csit-dpdk-perf-report-iterative-2005-2n-skx:
2687       - 20  # NDRPDR iter
2688       - 21  # NDRPDR iter
2689       - 22  # NDRPDR iter
2690       - 23  # NDRPDR iter
2691       - 24  # NDRPDR iter
2692       - 25  # NDRPDR iter
2693       - 26  # NDRPDR iter
2694       - 27  # NDRPDR iter
2695       - 28  # NDRPDR iter
2696       - 29  # NDRPDR iter
2697     csit-dpdk-perf-report-iterative-2009-2n-skx:
2698       - 4   # NDRPDR iter env5
2699       - 5   # NDRPDR iter env5
2700       - 6   # NDRPDR iter env5
2701       - 7   # NDRPDR iter env5
2702       - 8   # NDRPDR iter env5
2703       - 9   # NDRPDR iter env5
2704       - 10  # NDRPDR iter env5
2705       - 11  # NDRPDR iter env5
2706       - 12  # NDRPDR iter env5
2707       - 13  # NDRPDR iter env5
2708
2709     csit-dpdk-perf-verify-2001-2n-clx:
2710       - 15  # NDRPDR sel
2711       - 16  # NDRPDR sel
2712       - 17  # NDRPDR sel
2713       - 18  # NDRPDR sel
2714       - 19  # NDRPDR sel
2715       - 20  # NDRPDR sel
2716       - 21  # NDRPDR sel
2717       - 22  # NDRPDR sel
2718       - 23  # NDRPDR sel
2719       - 24  # NDRPDR sel
2720       - 25  # NDRPDR sel
2721       - 26  # NDRPDR sel
2722       - 27  # NDRPDR sel
2723       - 28  # NDRPDR sel
2724       - 29  # NDRPDR sel
2725       - 30  # NDRPDR sel
2726       - 31  # NDRPDR sel
2727       - 32  # NDRPDR sel
2728       - 33  # NDRPDR sel
2729       - 34  # NDRPDR sel
2730     csit-dpdk-perf-report-iterative-2005-2n-clx:
2731       - 20  # NDRPDR iter
2732       - 21  # NDRPDR iter
2733       - 22  # NDRPDR iter
2734       - 23  # NDRPDR iter
2735       - 24  # NDRPDR iter
2736       - 25  # NDRPDR iter
2737       - 26  # NDRPDR iter
2738       - 27  # NDRPDR iter
2739       - 28  # NDRPDR iter
2740       - 29  # NDRPDR iter
2741     csit-dpdk-perf-report-iterative-2009-2n-clx:
2742       - 4   # NDRPDR iter env5
2743       - 5   # NDRPDR iter env5
2744       - 6   # NDRPDR iter env5
2745       - 7   # NDRPDR iter env5
2746       - 8   # NDRPDR iter env5
2747       - 9   # NDRPDR iter env5
2748       - 10  # NDRPDR iter env5
2749       - 11  # NDRPDR iter env5
2750       - 12  # NDRPDR iter env5
2751       - 13  # NDRPDR iter env5
2752
2753 #    csit-dpdk-perf-verify-2001-2n-dnv:
2754 #      - 9   # NDRPDR sel
2755 #      - 10  # NDRPDR sel
2756 #      - 11  # NDRPDR sel
2757 #      - 12  # NDRPDR sel
2758 #      - 13  # NDRPDR sel
2759 #      - 14  # NDRPDR sel
2760 #      - 15  # NDRPDR sel
2761 #      - 16  # NDRPDR sel
2762 #      - 17  # NDRPDR sel
2763 #      - 18  # NDRPDR sel
2764 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2765 #      # No data
2766 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2767 #      # No data
2768
2769 #    csit-dpdk-perf-verify-2001-3n-dnv:
2770 #      - 12  # NDRPDR sel
2771 #      - 13  # NDRPDR sel
2772 #      - 14  # NDRPDR sel
2773 #      - 15  # NDRPDR sel
2774 #      - 16  # NDRPDR sel
2775 #      - 17  # NDRPDR sel
2776 #      - 18  # NDRPDR sel
2777 #      - 19  # NDRPDR sel
2778 #      - 20  # NDRPDR sel
2779 #      - 22  # NDRPDR sel
2780 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2781 #      # No data
2782 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2783 #      # No data
2784
2785     csit-dpdk-perf-verify-2001-3n-tsh:
2786       - 3   # NDRPDR sel
2787       - 4   # NDRPDR sel
2788       - 5   # NDRPDR sel
2789       - 9   # NDRPDR sel
2790       - 10  # NDRPDR sel
2791       - 11  # NDRPDR sel
2792       - 12  # NDRPDR sel
2793       - 14  # NDRPDR sel
2794       - 15  # NDRPDR sel
2795       - 18  # NDRPDR sel
2796     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2797       - 5   # NDRPDR sel
2798     # TODO: Add:
2799     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2800       - 1   # NDRPDR iter env5
2801       - 2   # NDRPDR iter env5
2802       - 3   # NDRPDR iter env5
2803       - 4   # NDRPDR iter env5
2804       - 5   # NDRPDR iter env5
2805       - 6   # NDRPDR iter env5
2806       - 7   # NDRPDR iter env5
2807       - 9   # NDRPDR iter env5
2808       - 10  # NDRPDR iter env5
2809
2810     csit-vpp-device-2009-ubuntu1804-1n-skx:
2811       - 131 # rls2009 env 5
2812
2813 - type: "output"
2814   output: "report"
2815   format:
2816     html:
2817     - full
2818     pdf:
2819     - minimal
2820
2821 ################################################################################
2822 ###                               T A B L E S                                ###
2823 ################################################################################
2824
2825 # VPP Soak vs NDR - 2n-skx
2826 - type: "table"
2827   title: "VPP Soak vs NDR 2n-skx"
2828   algorithm: "table_soak_vs_ndr"
2829   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2830   reference:
2831     title: "NDR"
2832     data: "vpp-soak-vs-ndr-2n-skx-ref"
2833   compare:
2834     title: "Soak"
2835     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2836   data: "vpp-soak-vs-ndr-2n-skx"
2837   include-tests: "NDR"
2838   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2839   parameters:
2840     - "throughput"
2841     - "name"
2842     - "parent"
2843
2844 # VPP Soak vs NDR - 2n-clx
2845 - type: "table"
2846   title: "VPP Soak vs NDR 2n-clx"
2847   algorithm: "table_soak_vs_ndr"
2848   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2849   reference:
2850     title: "NDR"
2851     data: "vpp-soak-vs-ndr-2n-clx-ref"
2852   compare:
2853     title: "Soak"
2854     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2855   data: "vpp-soak-vs-ndr-2n-clx"
2856   include-tests: "NDR"
2857   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2858   parameters:
2859     - "throughput"
2860     - "name"
2861     - "parent"
2862
2863 ################################################################################
2864
2865 ## VPP Compare NICs 3n-skx 2t1c ndr
2866 #- type: "table"
2867 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2868 #  algorithm: "table_comparison"
2869 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2870 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2871 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2872 #  columns:
2873 #    - title: "x710"
2874 #      data-set: "vpp-nic-comparison-3n-skx"
2875 #      tag: "NIC_Intel-X710"
2876 #    - title: "xxv710"
2877 #      data-set: "vpp-nic-comparison-3n-skx"
2878 #      tag: "NIC_Intel-XXV710"
2879 #  comparisons:
2880 #    - title: "Diff"
2881 #      reference: 1
2882 #      compare: 2
2883 #  legend:
2884 #    - ""
2885 #    - "x710, xxv710 - NICs tested."
2886 #    - "Diff - difference between x710 and xxv710 NIC."
2887 #
2888 ## VPP Compare NICs 3n-skx 4t2c ndr
2889 #- type: "table"
2890 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2891 #  algorithm: "table_comparison"
2892 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2893 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2894 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2895 #  columns:
2896 #    - title: "x710"
2897 #      data-set: "vpp-nic-comparison-3n-skx"
2898 #      tag: "NIC_Intel-X710"
2899 #    - title: "xxv710"
2900 #      data-set: "vpp-nic-comparison-3n-skx"
2901 #      tag: "NIC_Intel-XXV710"
2902 #  comparisons:
2903 #    - title: "Diff"
2904 #      reference: 1
2905 #      compare: 2
2906 #  legend:
2907 #    - ""
2908 #    - "x710, xxv710 - NICs tested."
2909 #    - "Diff - difference between x710 and xxv710 NIC."
2910 #
2911 ## VPP Compare NICs 3n-skx 2t1c pdr
2912 #- type: "table"
2913 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2914 #  algorithm: "table_comparison"
2915 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2916 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2917 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2918 #  columns:
2919 #    - title: "x710"
2920 #      data-set: "vpp-nic-comparison-3n-skx"
2921 #      tag: "NIC_Intel-X710"
2922 #    - title: "xxv710"
2923 #      data-set: "vpp-nic-comparison-3n-skx"
2924 #      tag: "NIC_Intel-XXV710"
2925 #  comparisons:
2926 #    - title: "Diff"
2927 #      reference: 1
2928 #      compare: 2
2929 #  legend:
2930 #    - ""
2931 #    - "x710, xxv710 - NICs tested."
2932 #    - "Diff - difference between x710 and xxv710 NIC."
2933 #
2934 ## VPP Compare NICs 3n-skx 4t2c pdr
2935 #- type: "table"
2936 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2937 #  algorithm: "table_comparison"
2938 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2939 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2940 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2941 #  columns:
2942 #    - title: "x710"
2943 #      data-set: "vpp-nic-comparison-3n-skx"
2944 #      tag: "NIC_Intel-X710"
2945 #    - title: "xxv710"
2946 #      data-set: "vpp-nic-comparison-3n-skx"
2947 #      tag: "NIC_Intel-XXV710"
2948 #  comparisons:
2949 #    - title: "Diff"
2950 #      reference: 1
2951 #      compare: 2
2952 #  legend:
2953 #    - ""
2954 #    - "x710, xxv710 - NICs tested."
2955 #    - "Diff - difference between x710 and xxv710 NIC."
2956
2957 ## VPP Compare NICs 3n-skx 2t1c mrr
2958 #- type: "table"
2959 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2960 #  algorithm: "table_comparison"
2961 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2962 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2963 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2964 #  columns:
2965 #    - title: "x710"
2966 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2967 #      tag: "NIC_Intel-X710"
2968 #    - title: "xxv710"
2969 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2970 #      tag: "NIC_Intel-XXV710"
2971 #  comparisons:
2972 #    - title: "Diff"
2973 #      reference: 1
2974 #      compare: 2
2975 #  legend:
2976 #    - ""
2977 #    - "x710, xxv710 - NICs tested."
2978 #    - "Diff - difference between x710 and xxv710 NIC."
2979 #
2980 ## VPP Compare NICs 3n-skx 4t2c mrr
2981 #- type: "table"
2982 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2983 #  algorithm: "table_comparison"
2984 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2985 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2986 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2987 #  columns:
2988 #    - title: "x710"
2989 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2990 #      tag: "NIC_Intel-X710"
2991 #    - title: "xxv710"
2992 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2993 #      tag: "NIC_Intel-XXV710"
2994 #  comparisons:
2995 #    - title: "Diff"
2996 #      reference: 1
2997 #      compare: 2
2998 #  legend:
2999 #    - ""
3000 #    - "x710, xxv710 - NICs tested."
3001 #    - "Diff - difference between x710 and xxv710 NIC."
3002 #
3003 ## VPP Compare NICs 3n-skx 8t4c mrr
3004 #- type: "table"
3005 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3006 #  algorithm: "table_comparison"
3007 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3008 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3009 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3010 #  columns:
3011 #    - title: "x710"
3012 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3013 #      tag: "NIC_Intel-X710"
3014 #    - title: "xxv710"
3015 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3016 #      tag: "NIC_Intel-XXV710"
3017 #  comparisons:
3018 #    - title: "Diff"
3019 #      reference: 1
3020 #      compare: 2
3021 #  legend:
3022 #    - ""
3023 #    - "x710, xxv710 - NICs tested."
3024 #    - "Diff - difference between x710 and xxv710 NIC."
3025
3026 # VPP Compare NICs 2n-skx 2t1c ndr
3027 - type: "table"
3028   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3029   algorithm: "table_comparison"
3030   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3031   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3032   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3033   columns:
3034     - title: "x710"
3035       data-set: "vpp-nic-comparison-2n-skx"
3036       tag: "NIC_Intel-X710"
3037     - title: "xxv710"
3038       data-set: "vpp-nic-comparison-2n-skx"
3039       tag: "NIC_Intel-XXV710"
3040   comparisons:
3041     - title: "Diff"
3042       reference: 1
3043       compare: 2
3044   legend:
3045     - ""
3046     - "x710, xxv710 - NICs tested."
3047     - "Diff - difference between x710 and xxv710 NIC."
3048
3049 # VPP Compare NICs 2n-skx 4t2c ndr
3050 - type: "table"
3051   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3052   algorithm: "table_comparison"
3053   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3055   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3056   columns:
3057     - title: "x710"
3058       data-set: "vpp-nic-comparison-2n-skx"
3059       tag: "NIC_Intel-X710"
3060     - title: "xxv710"
3061       data-set: "vpp-nic-comparison-2n-skx"
3062       tag: "NIC_Intel-XXV710"
3063   comparisons:
3064     - title: "Diff"
3065       reference: 1
3066       compare: 2
3067   legend:
3068     - ""
3069     - "x710, xxv710 - NICs tested."
3070     - "Diff - difference between x710 and xxv710 NIC."
3071
3072 # VPP Compare NICs 2n-skx 2t1c pdr
3073 - type: "table"
3074   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3075   algorithm: "table_comparison"
3076   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3077   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3078   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3079   columns:
3080     - title: "x710"
3081       data-set: "vpp-nic-comparison-2n-skx"
3082       tag: "NIC_Intel-X710"
3083     - title: "xxv710"
3084       data-set: "vpp-nic-comparison-2n-skx"
3085       tag: "NIC_Intel-XXV710"
3086   comparisons:
3087     - title: "Diff"
3088       reference: 1
3089       compare: 2
3090   legend:
3091     - ""
3092     - "x710, xxv710 - NICs tested."
3093     - "Diff - difference between x710 and xxv710 NIC."
3094
3095 # VPP Compare NICs 2n-skx 4t2c pdr
3096 - type: "table"
3097   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3098   algorithm: "table_comparison"
3099   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3100   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3101   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3102   columns:
3103     - title: "x710"
3104       data-set: "vpp-nic-comparison-2n-skx"
3105       tag: "NIC_Intel-X710"
3106     - title: "xxv710"
3107       data-set: "vpp-nic-comparison-2n-skx"
3108       tag: "NIC_Intel-XXV710"
3109   comparisons:
3110     - title: "Diff"
3111       reference: 1
3112       compare: 2
3113   legend:
3114     - ""
3115     - "x710, xxv710 - NICs tested."
3116     - "Diff - difference between x710 and xxv710 NIC."
3117
3118 # VPP Compare NICs 2n-skx 2t1c mrr
3119 - type: "table"
3120   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3121   algorithm: "table_comparison"
3122   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3124   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3125   columns:
3126     - title: "x710"
3127       data-set: "vpp-nic-comparison-2n-skx-mrr"
3128       tag: "NIC_Intel-X710"
3129     - title: "xxv710"
3130       data-set: "vpp-nic-comparison-2n-skx-mrr"
3131       tag: "NIC_Intel-XXV710"
3132   comparisons:
3133     - title: "Diff"
3134       reference: 1
3135       compare: 2
3136   legend:
3137     - ""
3138     - "x710, xxv710 - NICs tested."
3139     - "Diff - difference between x710 and xxv710 NIC."
3140
3141 # VPP Compare NICs 2n-skx 4t2c mrr
3142 - type: "table"
3143   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3144   algorithm: "table_comparison"
3145   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3146   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3147   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3148   columns:
3149     - title: "x710"
3150       data-set: "vpp-nic-comparison-2n-skx-mrr"
3151       tag: "NIC_Intel-X710"
3152     - title: "xxv710"
3153       data-set: "vpp-nic-comparison-2n-skx-mrr"
3154       tag: "NIC_Intel-XXV710"
3155   comparisons:
3156     - title: "Diff"
3157       reference: 1
3158       compare: 2
3159   legend:
3160     - ""
3161     - "x710, xxv710 - NICs tested."
3162     - "Diff - difference between x710 and xxv710 NIC."
3163
3164 # VPP Compare NICs 2n-skx 8t4c mrr
3165 - type: "table"
3166   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3167   algorithm: "table_comparison"
3168   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3170   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3171   columns:
3172     - title: "x710"
3173       data-set: "vpp-nic-comparison-2n-skx-mrr"
3174       tag: "NIC_Intel-X710"
3175     - title: "xxv710"
3176       data-set: "vpp-nic-comparison-2n-skx-mrr"
3177       tag: "NIC_Intel-XXV710"
3178   comparisons:
3179     - title: "Diff"
3180       reference: 1
3181       compare: 2
3182   legend:
3183     - ""
3184     - "x710, xxv710 - NICs tested."
3185     - "Diff - difference between x710 and xxv710 NIC."
3186
3187 ################################################################################
3188 # VPP
3189
3190 # VPP Performance Changes 3n-hsw 1t1c pdr
3191 - type: "table"
3192   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3193   algorithm: "table_comparison"
3194   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3196   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3197   columns:
3198     - title: "2001.0-4"
3199       data-set: "vpp-performance-changes-3n-hsw-h1"
3200     - title: "2005.0-4"
3201       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3202     - title: "2005.0-5"
3203       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3204     - title: "2009.0-5"
3205       data-set: "vpp-performance-changes-3n-hsw-cmp"
3206   comparisons:
3207     - title: "2005.0-5 vs 2005.0-4"
3208       reference: 2
3209       compare: 3
3210 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3211     - title: "2009.0-5 vs 2005.0-5"
3212       reference: 3
3213       compare: 4
3214 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3215   legend:
3216     - ''
3217     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3218     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3219     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3220     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3221     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3222
3223 # VPP Performance Changes 3n-hsw 2t2c pdr
3224 - type: "table"
3225   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3226   algorithm: "table_comparison"
3227   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3229   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3230   columns:
3231     - title: "2001.0-4"
3232       data-set: "vpp-performance-changes-3n-hsw-h1"
3233     - title: "2005.0-4"
3234       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3235     - title: "2005.0-5"
3236       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3237     - title: "2009.0-5"
3238       data-set: "vpp-performance-changes-3n-hsw-cmp"
3239   comparisons:
3240     - title: "2005.0-5 vs 2005.0-4"
3241       reference: 2
3242       compare: 3
3243 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3244     - title: "2009.0-5 vs 2005.0-5"
3245       reference: 3
3246       compare: 4
3247 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3248   legend:
3249     - ''
3250     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3251     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3252     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3253     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3254     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3255
3256 # VPP Performance Changes 3n-hsw 1t1c ndr
3257 - type: "table"
3258   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3259   algorithm: "table_comparison"
3260   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3262   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3263   columns:
3264     - title: "2001.0-4"
3265       data-set: "vpp-performance-changes-3n-hsw-h1"
3266     - title: "2005.0-4"
3267       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3268     - title: "2005.0-5"
3269       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3270     - title: "2009.0-5"
3271       data-set: "vpp-performance-changes-3n-hsw-cmp"
3272   comparisons:
3273     - title: "2005.0-5 vs 2005.0-4"
3274       reference: 2
3275       compare: 3
3276 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3277     - title: "2009.0-5 vs 2005.0-5"
3278       reference: 3
3279       compare: 4
3280 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3281   legend:
3282     - ''
3283     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3284     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3285     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3286     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3287     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3288
3289 # VPP Performance Changes 3n-hsw 2t2c ndr
3290 - type: "table"
3291   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3292   algorithm: "table_comparison"
3293   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3294   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3295   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3296   columns:
3297     - title: "2001.0-4"
3298       data-set: "vpp-performance-changes-3n-hsw-h1"
3299     - title: "2005.0-4"
3300       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3301     - title: "2005.0-5"
3302       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3303     - title: "2009.0-5"
3304       data-set: "vpp-performance-changes-3n-hsw-cmp"
3305   comparisons:
3306     - title: "2005.0-5 vs 2005.0-4"
3307       reference: 2
3308       compare: 3
3309 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3310     - title: "2009.0-5 vs 2005.0-5"
3311       reference: 3
3312       compare: 4
3313 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3314   legend:
3315     - ''
3316     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3317     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3318     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3319     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3320     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3321
3322 # VPP Performance Changes 3n-skx 2t1c pdr
3323 - type: "table"
3324   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3325   algorithm: "table_comparison"
3326   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3328   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3329   columns:
3330     - title: "2001.0-4"
3331       data-set: "vpp-performance-changes-3n-skx-h1"
3332     - title: "2005.0-4"
3333       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3334     - title: "2005.0-5"
3335       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3336     - title: "2009.0-5"
3337       data-set: "vpp-performance-changes-3n-skx-cmp"
3338   comparisons:
3339     - title: "2005.0-5 vs 2005.0-4"
3340       reference: 2
3341       compare: 3
3342 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3343     - title: "2009.0-5 vs 2005.0-5"
3344       reference: 3
3345       compare: 4
3346 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3347   legend:
3348     - ''
3349     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3350     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3351     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3352     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3353     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3354
3355 # VPP Performance Changes 3n-skx 4t2c pdr
3356 - type: "table"
3357   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3358   algorithm: "table_comparison"
3359   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3360   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3361   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3362   columns:
3363     - title: "2001.0-4"
3364       data-set: "vpp-performance-changes-3n-skx-h1"
3365     - title: "2005.0-4"
3366       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3367     - title: "2005.0-5"
3368       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3369     - title: "2009.0-5"
3370       data-set: "vpp-performance-changes-3n-skx-cmp"
3371   comparisons:
3372     - title: "2005.0-5 vs 2005.0-4"
3373       reference: 2
3374       compare: 3
3375 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3376     - title: "2009.0-5 vs 2005.0-5"
3377       reference: 3
3378       compare: 4
3379 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3380   legend:
3381     - ''
3382     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3383     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3384     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3385     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3386     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3387
3388 # VPP Performance Changes 3n-skx 2t1c ndr
3389 - type: "table"
3390   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3391   algorithm: "table_comparison"
3392   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3394   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3395   columns:
3396     - title: "2001.0-4"
3397       data-set: "vpp-performance-changes-3n-skx-h1"
3398     - title: "2005.0-4"
3399       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3400     - title: "2005.0-5"
3401       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3402     - title: "2009.0-5"
3403       data-set: "vpp-performance-changes-3n-skx-cmp"
3404   comparisons:
3405     - title: "2005.0-5 vs 2005.0-4"
3406       reference: 2
3407       compare: 3
3408 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3409     - title: "2009.0-5 vs 2005.0-5"
3410       reference: 3
3411       compare: 4
3412 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3413   legend:
3414     - ''
3415     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3416     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3417     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3418     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3419     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3420
3421 # VPP Performance Changes 3n-skx 4t2c ndr
3422 - type: "table"
3423   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3424   algorithm: "table_comparison"
3425   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3427   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3428   columns:
3429     - title: "2001.0-4"
3430       data-set: "vpp-performance-changes-3n-skx-h1"
3431     - title: "2005.0-4"
3432       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3433     - title: "2005.0-5"
3434       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3435     - title: "2009.0-5"
3436       data-set: "vpp-performance-changes-3n-skx-cmp"
3437   comparisons:
3438     - title: "2005.0-5 vs 2005.0-4"
3439       reference: 2
3440       compare: 3
3441 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3442     - title: "2009.0-5 vs 2005.0-5"
3443       reference: 3
3444       compare: 4
3445 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3446   legend:
3447     - ''
3448     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3449     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3450     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3451     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3452     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3453
3454 # VPP Performance Changes 2n-skx 2t1c pdr
3455 - type: "table"
3456   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3461   columns:
3462     - title: "2001.0-4"
3463       data-set: "vpp-performance-changes-2n-skx-h1"
3464     - title: "2005.0-4"
3465       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3466     - title: "2005.0-5"
3467       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3468     - title: "2009.0-5"
3469       data-set: "vpp-performance-changes-2n-skx-cmp"
3470   comparisons:
3471     - title: "2005.0-5 vs 2005.0-4"
3472       reference: 2
3473       compare: 3
3474 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3475     - title: "2009.0-5 vs 2005.0-5"
3476       reference: 3
3477       compare: 4
3478 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3479   legend:
3480     - ''
3481     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3482     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3483     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3484     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3485     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3486
3487 # VPP Performance Changes 2n-skx 4t2c pdr
3488 - type: "table"
3489   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3490   algorithm: "table_comparison"
3491   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3493   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3494   columns:
3495     - title: "2001.0-4"
3496       data-set: "vpp-performance-changes-2n-skx-h1"
3497     - title: "2005.0-4"
3498       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3499     - title: "2005.0-5"
3500       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3501     - title: "2009.0-5"
3502       data-set: "vpp-performance-changes-2n-skx-cmp"
3503   comparisons:
3504     - title: "2005.0-5 vs 2005.0-4"
3505       reference: 2
3506       compare: 3
3507 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3508     - title: "2009.0-5 vs 2005.0-5"
3509       reference: 3
3510       compare: 4
3511 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3512   legend:
3513     - ''
3514     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3515     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3516     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3517     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3518     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3519
3520 # VPP Performance Changes 2n-skx 2t1c ndr
3521 - type: "table"
3522   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3523   algorithm: "table_comparison"
3524   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3526   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3527   columns:
3528     - title: "2001.0-4"
3529       data-set: "vpp-performance-changes-2n-skx-h1"
3530     - title: "2005.0-4"
3531       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3532     - title: "2005.0-5"
3533       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3534     - title: "2009.0-5"
3535       data-set: "vpp-performance-changes-2n-skx-cmp"
3536   comparisons:
3537     - title: "2005.0-5 vs 2005.0-4"
3538       reference: 2
3539       compare: 3
3540 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3541     - title: "2009.0-5 vs 2005.0-5"
3542       reference: 3
3543       compare: 4
3544 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3545   legend:
3546     - ''
3547     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3548     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3549     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3550     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3551     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3552
3553 # VPP Performance Changes 2n-skx 4t2c ndr
3554 - type: "table"
3555   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3556   algorithm: "table_comparison"
3557   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3559   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3560   columns:
3561     - title: "2001.0-4"
3562       data-set: "vpp-performance-changes-2n-skx-h1"
3563     - title: "2005.0-4"
3564       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3565     - title: "2005.0-5"
3566       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3567     - title: "2009.0-5"
3568       data-set: "vpp-performance-changes-2n-skx-cmp"
3569   comparisons:
3570     - title: "2005.0-5 vs 2005.0-4"
3571       reference: 2
3572       compare: 3
3573 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3574     - title: "2009.0-5 vs 2005.0-5"
3575       reference: 3
3576       compare: 4
3577 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3578   legend:
3579     - ''
3580     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3581     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3582     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3583     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3584     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3585
3586 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3587 - type: "table"
3588   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3589   algorithm: "table_comparison"
3590   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3592   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3593   columns:
3594     - title: "2001.0-4"
3595       data-set: "vpp-performance-changes-2n-clx-h1"
3596     - title: "2005.0-4"
3597       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3598     - title: "2005.0-5"
3599       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3600     - title: "2009.0-5"
3601       data-set: "vpp-performance-changes-2n-clx-cmp"
3602   comparisons:
3603     - title: "2005.0-5 vs 2005.0-4"
3604       reference: 2
3605       compare: 3
3606 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3607     - title: "2009.0-5 vs 2005.0-5"
3608       reference: 3
3609       compare: 4
3610 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3611   legend:
3612     - ''
3613     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3614     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3615     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3616     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3617     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3618
3619 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3620 - type: "table"
3621   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3622   algorithm: "table_comparison"
3623   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3625   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3626   columns:
3627     - title: "2001.0-4"
3628       data-set: "vpp-performance-changes-2n-clx-h1"
3629     - title: "2005.0-4"
3630       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3631     - title: "2005.0-5"
3632       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3633     - title: "2009.0-5"
3634       data-set: "vpp-performance-changes-2n-clx-cmp"
3635   comparisons:
3636     - title: "2005.0-5 vs 2005.0-4"
3637       reference: 2
3638       compare: 3
3639 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3640     - title: "2009.0-5 vs 2005.0-5"
3641       reference: 3
3642       compare: 4
3643 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3644   legend:
3645     - ''
3646     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3647     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3648     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3649     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3650     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3651
3652 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3653 - type: "table"
3654   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3655   algorithm: "table_comparison"
3656   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3658   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3659   columns:
3660     - title: "2001.0-4"
3661       data-set: "vpp-performance-changes-2n-clx-h1"
3662     - title: "2005.0-4"
3663       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3664     - title: "2005.0-5"
3665       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3666     - title: "2009.0-5"
3667       data-set: "vpp-performance-changes-2n-clx-cmp"
3668   comparisons:
3669     - title: "2005.0-5 vs 2005.0-4"
3670       reference: 2
3671       compare: 3
3672 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3673     - title: "2009.0-5 vs 2005.0-5"
3674       reference: 3
3675       compare: 4
3676 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3677   legend:
3678     - ''
3679     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3680     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3681     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3682     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3683     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3684
3685 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3686 - type: "table"
3687   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3688   algorithm: "table_comparison"
3689   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3691   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3692   columns:
3693     - title: "2001.0-4"
3694       data-set: "vpp-performance-changes-2n-clx-h1"
3695     - title: "2005.0-4"
3696       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3697     - title: "2005.0-5"
3698       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3699     - title: "2009.0-5"
3700       data-set: "vpp-performance-changes-2n-clx-cmp"
3701   comparisons:
3702     - title: "2005.0-5 vs 2005.0-4"
3703       reference: 2
3704       compare: 3
3705 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3706     - title: "2009.0-5 vs 2005.0-5"
3707       reference: 3
3708       compare: 4
3709 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3710   legend:
3711     - ''
3712     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3713     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3714     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3715     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3716     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3717
3718 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3719 #- type: "table"
3720 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3721 #  algorithm: "table_comparison"
3722 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3723 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3724 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3725 #  columns:
3726 #    - title: "2001.0-2"
3727 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3728 #    - title: "2005.0-3"
3729 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3730 #  comparisons:
3731 #    - title: "Diff"
3732 #      reference: 1
3733 #      compare: 2
3734 #  legend:
3735 #    - ''
3736 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3737 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3738 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3739 #    - '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.'
3740 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3741 #
3742 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3743 #- type: "table"
3744 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3745 #  algorithm: "table_comparison"
3746 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3747 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3748 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3749 #  columns:
3750 #    - title: "2001.0-2"
3751 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3752 #    - title: "2005.0-3"
3753 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3754 #  comparisons:
3755 #    - title: "Diff"
3756 #      reference: 1
3757 #      compare: 2
3758 #  legend:
3759 #    - ''
3760 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3761 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3762 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3763 #    - '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.'
3764 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3765 #
3766 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3767 #- type: "table"
3768 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3769 #  algorithm: "table_comparison"
3770 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3771 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3772 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3773 #  columns:
3774 #    - title: "2001.0-2"
3775 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3776 #    - title: "2005.0-3"
3777 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3778 #  comparisons:
3779 #    - title: "Diff"
3780 #      reference: 1
3781 #      compare: 2
3782 #  legend:
3783 #    - ''
3784 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3785 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3786 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3787 #    - '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.'
3788 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3789 #
3790 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3791 #- type: "table"
3792 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3793 #  algorithm: "table_comparison"
3794 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3795 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3796 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3797 #  columns:
3798 #    - title: "2001.0-2"
3799 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3800 #    - title: "2005.0-3"
3801 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3802 #  comparisons:
3803 #    - title: "Diff"
3804 #      reference: 1
3805 #      compare: 2
3806 #  legend:
3807 #    - ''
3808 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3809 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3810 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3811 #    - '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.'
3812 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3813
3814 # VPP Performance Changes 2n-dnv 1t1c pdr
3815 - type: "table"
3816   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3817   algorithm: "table_comparison"
3818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3820   filter: "'1T1C'"
3821   columns:
3822     - title: "2001.0-2"
3823       data-set: "vpp-performance-changes-2n-dnv-h1"
3824     - title: "2005.0-5"
3825       data-set: "vpp-performance-changes-2n-dnv-ref"
3826     - title: "2009.0-5"
3827       data-set: "vpp-performance-changes-2n-dnv-cmp"
3828   comparisons:
3829     - title: "2009.0-5 vs 2005.0-5"
3830       reference: 2
3831       compare: 3
3832   legend:
3833     - ''
3834     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3835     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3836     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3837     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3838
3839 # VPP Performance Changes 2n-dnv 2t2c pdr
3840 - type: "table"
3841   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3842   algorithm: "table_comparison"
3843   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3844   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3845   filter: "'2T2C'"
3846   columns:
3847     - title: "2001.0-2"
3848       data-set: "vpp-performance-changes-2n-dnv-h1"
3849     - title: "2005.0-5"
3850       data-set: "vpp-performance-changes-2n-dnv-ref"
3851     - title: "2009.0-5"
3852       data-set: "vpp-performance-changes-2n-dnv-cmp"
3853   comparisons:
3854     - title: "2009.0-5 vs 2005.0-5"
3855       reference: 2
3856       compare: 3
3857   legend:
3858     - ''
3859     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3860     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3861     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3862     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3863
3864 # VPP Performance Changes 2n-dnv 1t1c ndr
3865 - type: "table"
3866   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3867   algorithm: "table_comparison"
3868   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3870   filter: "'1T1C'"
3871   columns:
3872     - title: "2001.0-2"
3873       data-set: "vpp-performance-changes-2n-dnv-h1"
3874     - title: "2005.0-5"
3875       data-set: "vpp-performance-changes-2n-dnv-ref"
3876     - title: "2009.0-5"
3877       data-set: "vpp-performance-changes-2n-dnv-cmp"
3878   comparisons:
3879     - title: "2009.0-5 vs 2005.0-5"
3880       reference: 2
3881       compare: 3
3882   legend:
3883     - ''
3884     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3885     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3886     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3887     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3888
3889 # VPP Performance Changes 2n-dnv 2t2c ndr
3890 - type: "table"
3891   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3892   algorithm: "table_comparison"
3893   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3895   filter: "'2T2C'"
3896   columns:
3897     - title: "2001.0-2"
3898       data-set: "vpp-performance-changes-2n-dnv-h1"
3899     - title: "2005.0-5"
3900       data-set: "vpp-performance-changes-2n-dnv-ref"
3901     - title: "2009.0-5"
3902       data-set: "vpp-performance-changes-2n-dnv-cmp"
3903   comparisons:
3904     - title: "2009.0-5 vs 2005.0-5"
3905       reference: 2
3906       compare: 3
3907   legend:
3908     - ''
3909     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3910     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3911     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3912     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3913
3914 # VPP Performance Changes 3n-dnv 1t1c pdr
3915 - type: "table"
3916   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3917   algorithm: "table_comparison"
3918   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3920   filter: "'1T1C'"
3921   columns:
3922     - title: "2001.0-2"
3923       data-set: "vpp-performance-changes-3n-dnv-h1"
3924     - title: "2005.0-5"
3925       data-set: "vpp-performance-changes-3n-dnv-ref"
3926     - title: "2009.0-5"
3927       data-set: "vpp-performance-changes-3n-dnv-cmp"
3928   comparisons:
3929     - title: "2009.0-5 vs 2005.0-5"
3930       reference: 2
3931       compare: 3
3932   legend:
3933     - ''
3934     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3935     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3936     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3937     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3938
3939 # VPP Performance Changes 3n-dnv 2t2c pdr
3940 - type: "table"
3941   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3942   algorithm: "table_comparison"
3943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3945   filter: "'2T2C'"
3946   columns:
3947     - title: "2001.0-2"
3948       data-set: "vpp-performance-changes-3n-dnv-h1"
3949     - title: "2005.0-5"
3950       data-set: "vpp-performance-changes-3n-dnv-ref"
3951     - title: "2009.0-5"
3952       data-set: "vpp-performance-changes-3n-dnv-cmp"
3953   comparisons:
3954     - title: "2009.0-5 vs 2005.0-5"
3955       reference: 2
3956       compare: 3
3957   legend:
3958     - ''
3959     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3960     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3961     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3962     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3963
3964 # VPP Performance Changes 3n-dnv 1t1c ndr
3965 - type: "table"
3966   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3967   algorithm: "table_comparison"
3968   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3969   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3970   filter: "'1T1C'"
3971   columns:
3972     - title: "2001.0-2"
3973       data-set: "vpp-performance-changes-3n-dnv-h1"
3974     - title: "2005.0-5"
3975       data-set: "vpp-performance-changes-3n-dnv-ref"
3976     - title: "2009.0-5"
3977       data-set: "vpp-performance-changes-3n-dnv-cmp"
3978   comparisons:
3979     - title: "2009.0-5 vs 2005.0-5"
3980       reference: 2
3981       compare: 3
3982   legend:
3983     - ''
3984     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3985     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3986     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3987     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3988
3989 # VPP Performance Changes 3n-dnv 2t2c ndr
3990 - type: "table"
3991   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3992   algorithm: "table_comparison"
3993   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3994   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3995   filter: "'2T2C'"
3996   columns:
3997     - title: "2001.0-2"
3998       data-set: "vpp-performance-changes-3n-dnv-h1"
3999     - title: "2005.0-5"
4000       data-set: "vpp-performance-changes-3n-dnv-ref"
4001     - title: "2009.0-5"
4002       data-set: "vpp-performance-changes-3n-dnv-cmp"
4003   comparisons:
4004     - title: "2009.0-5 vs 2005.0-5"
4005       reference: 2
4006       compare: 3
4007   legend:
4008     - ''
4009     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4010     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4011     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4012     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4013
4014 # VPP Performance Changes 3n-tsh 1t1c pdr
4015 - type: "table"
4016   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4017   algorithm: "table_comparison"
4018   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4020   filter: "'1T1C'"
4021   columns:
4022     - title: "2001.0-4"
4023       data-set: "vpp-performance-changes-3n-tsh-h1"
4024     - title: "2005.0-4"
4025       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4026     - title: "2005.0-5"
4027       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4028     - title: "2009.0-5"
4029       data-set: "vpp-performance-changes-3n-tsh-cmp"
4030   comparisons:
4031     - title: "2005.0-5 vs 2005.0-4"
4032       reference: 2
4033       compare: 3
4034 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4035     - title: "2009.0-5 vs 2005.0-5"
4036       reference: 3
4037       compare: 4
4038 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4039   legend:
4040     - ''
4041     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4042     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4043     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4044     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4045     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4046
4047 # VPP Performance Changes 3n-tsh 2t2c pdr
4048 - type: "table"
4049   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4050   algorithm: "table_comparison"
4051   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4053   filter: "'2T2C'"
4054   columns:
4055     - title: "2001.0-4"
4056       data-set: "vpp-performance-changes-3n-tsh-h1"
4057     - title: "2005.0-4"
4058       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4059     - title: "2005.0-5"
4060       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4061     - title: "2009.0-5"
4062       data-set: "vpp-performance-changes-3n-tsh-cmp"
4063   comparisons:
4064     - title: "2005.0-5 vs 2005.0-4"
4065       reference: 2
4066       compare: 3
4067 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4068     - title: "2009.0-5 vs 2005.0-5"
4069       reference: 3
4070       compare: 4
4071 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4072   legend:
4073     - ''
4074     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4075     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4076     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4077     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4078     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4079
4080 # VPP Performance Changes 3n-tsh 1t1c ndr
4081 - type: "table"
4082   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4083   algorithm: "table_comparison"
4084   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4086   filter: "'1T1C'"
4087   columns:
4088     - title: "2001.0-4"
4089       data-set: "vpp-performance-changes-3n-tsh-h1"
4090     - title: "2005.0-4"
4091       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4092     - title: "2005.0-5"
4093       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4094     - title: "2009.0-5"
4095       data-set: "vpp-performance-changes-3n-tsh-cmp"
4096   comparisons:
4097     - title: "2005.0-5 vs 2005.0-4"
4098       reference: 2
4099       compare: 3
4100 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4101     - title: "2009.0-5 vs 2005.0-5"
4102       reference: 3
4103       compare: 4
4104 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4105   legend:
4106     - ''
4107     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4108     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4109     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4110     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4111     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4112
4113 # VPP Performance Changes 3n-tsh 2t2c ndr
4114 - type: "table"
4115   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4116   algorithm: "table_comparison"
4117   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4119   filter: "'2T2C'"
4120   columns:
4121     - title: "2001.0-4"
4122       data-set: "vpp-performance-changes-3n-tsh-h1"
4123     - title: "2005.0-4"
4124       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4125     - title: "2005.0-5"
4126       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4127     - title: "2009.0-5"
4128       data-set: "vpp-performance-changes-3n-tsh-cmp"
4129   comparisons:
4130     - title: "2005.0-5 vs 2005.0-4"
4131       reference: 2
4132       compare: 3
4133 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4134     - title: "2009.0-5 vs 2005.0-5"
4135       reference: 3
4136       compare: 4
4137 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4138   legend:
4139     - ''
4140     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4141     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4142     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4143     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4144     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4145
4146 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4147 - type: "table"
4148   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4149   algorithm: "table_comparison"
4150   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4152   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4153   columns:
4154     - title: "3n-hsw xl710"
4155       data-set: "vpp-compare-testbeds-ref"
4156       tag: "NIC_Intel-XL710"
4157     - title: "3n-skx xxv710"
4158       data-set: "vpp-compare-testbeds-cmp"
4159       tag: "NIC_Intel-XXV710"
4160   comparisons:
4161     - title: "Diff"
4162       reference: 1
4163       compare: 2
4164   legend:
4165     - ""
4166     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4167     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4168
4169 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4170 - type: "table"
4171   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4172   algorithm: "table_comparison"
4173   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4175   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4176   columns:
4177     - title: "3n-hsw xl710"
4178       data-set: "vpp-compare-testbeds-ref"
4179       tag: "NIC_Intel-XL710"
4180     - title: "3n-skx xxv710"
4181       data-set: "vpp-compare-testbeds-cmp"
4182       tag: "NIC_Intel-XXV710"
4183   comparisons:
4184     - title: "Diff"
4185       reference: 1
4186       compare: 2
4187   legend:
4188     - ""
4189     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4190     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4191
4192 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4193 - type: "table"
4194   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4195   algorithm: "table_comparison"
4196   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4198   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4199   columns:
4200     - title: "3n-hsw xl710"
4201       data-set: "vpp-compare-testbeds-ref"
4202       tag: "NIC_Intel-XL710"
4203     - title: "3n-skx xxv710"
4204       data-set: "vpp-compare-testbeds-cmp"
4205       tag: "NIC_Intel-XXV710"
4206   comparisons:
4207     - title: "Diff"
4208       reference: 1
4209       compare: 2
4210   legend:
4211     - ""
4212     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4213     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4214
4215 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4216 - type: "table"
4217   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4218   algorithm: "table_comparison"
4219   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4221   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4222   columns:
4223     - title: "3n-hsw xl710"
4224       data-set: "vpp-compare-testbeds-ref"
4225       tag: "NIC_Intel-XL710"
4226     - title: "3n-skx xxv710"
4227       data-set: "vpp-compare-testbeds-cmp"
4228       tag: "NIC_Intel-XXV710"
4229   comparisons:
4230     - title: "Diff"
4231       reference: 1
4232       compare: 2
4233   legend:
4234     - ""
4235     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4236     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4237
4238 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4239 - type: "table"
4240   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4241   algorithm: "table_comparison"
4242   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4244   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4245   columns:
4246     - title: "2n-skx"
4247       data-set: "vpp-compare-testbeds-skx-clx-ref"
4248     - title: "2n-clx"
4249       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4250   comparisons:
4251     - title: "Diff"
4252       reference: 1
4253       compare: 2
4254   legend:
4255     - ""
4256     - "2n-skx, 2n-clx - testbeds and NICs tested."
4257     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4258
4259 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4260 - type: "table"
4261   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4262   algorithm: "table_comparison"
4263   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4265   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4266   columns:
4267     - title: "2n-skx"
4268       data-set: "vpp-compare-testbeds-skx-clx-ref"
4269     - title: "2n-clx"
4270       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4271   comparisons:
4272     - title: "Diff"
4273       reference: 1
4274       compare: 2
4275   legend:
4276     - ""
4277     - "2n-skx, 2n-clx - testbeds and NICs tested."
4278     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4279
4280 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4281 - type: "table"
4282   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4283   algorithm: "table_comparison"
4284   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4286   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4287   columns:
4288     - title: "2n-skx"
4289       data-set: "vpp-compare-testbeds-skx-clx-ref"
4290     - title: "2n-clx"
4291       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4292   comparisons:
4293     - title: "Diff"
4294       reference: 1
4295       compare: 2
4296   legend:
4297     - ""
4298     - "2n-skx, 2n-clx - testbeds and NICs tested."
4299     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4300
4301 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4302 - type: "table"
4303   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4304   algorithm: "table_comparison"
4305   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4307   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4308   columns:
4309     - title: "2n-skx"
4310       data-set: "vpp-compare-testbeds-skx-clx-ref"
4311     - title: "2n-clx"
4312       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4313   comparisons:
4314     - title: "Diff"
4315       reference: 1
4316       compare: 2
4317   legend:
4318     - ""
4319     - "2n-skx, 2n-clx - testbeds and NICs tested."
4320     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4321
4322 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4323 - type: "table"
4324   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4325   algorithm: "table_comparison"
4326   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4328   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4329   columns:
4330     - title: "3n-hsw xl710"
4331       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4332       tag: "NIC_Intel-XL710"
4333     - title: "2n-clx xxv710"
4334       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4335       tag: "NIC_Intel-XXV710"
4336   comparisons:
4337     - title: "Diff"
4338       reference: 1
4339       compare: 2
4340   legend:
4341     - ""
4342     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4343     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4344
4345 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4346 - type: "table"
4347   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4348   algorithm: "table_comparison"
4349   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4351   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4352   columns:
4353     - title: "3n-hsw xl710"
4354       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4355       tag: "NIC_Intel-XL710"
4356     - title: "2n-clx xxv710"
4357       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4358       tag: "NIC_Intel-XXV710"
4359   comparisons:
4360     - title: "Diff"
4361       reference: 1
4362       compare: 2
4363   legend:
4364     - ""
4365     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4366     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4367
4368 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4369 - type: "table"
4370   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4371   algorithm: "table_comparison"
4372   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4373   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4374   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4375   columns:
4376     - title: "3n-hsw xl710"
4377       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4378       tag: "NIC_Intel-XL710"
4379     - title: "2n-clx xxv710"
4380       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4381       tag: "NIC_Intel-XXV710"
4382   comparisons:
4383     - title: "Diff"
4384       reference: 1
4385       compare: 2
4386   legend:
4387     - ""
4388     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4389     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4390
4391 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4392 - type: "table"
4393   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4394   algorithm: "table_comparison"
4395   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4396   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4397   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4398   columns:
4399     - title: "3n-hsw xl710"
4400       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4401       tag: "NIC_Intel-XL710"
4402     - title: "2n-clx xxv710"
4403       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4404       tag: "NIC_Intel-XXV710"
4405   comparisons:
4406     - title: "Diff"
4407       reference: 1
4408       compare: 2
4409   legend:
4410     - ""
4411     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4412     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4413
4414 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4415 - type: "table"
4416   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4417   algorithm: "table_comparison"
4418   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4420   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4421   columns:
4422     - title: "3n-skx"
4423       data-set: "vpp-compare-topologies-ref"
4424     - title: "2n-skx"
4425       data-set: "vpp-compare-topologies-cmp"
4426   comparisons:
4427     - title: "Diff"
4428       reference: 1
4429       compare: 2
4430   legend:
4431     - ""
4432     - "3n-skx, 2n-skx - topologies tested."
4433     - "Diff - difference between 3n-skx and 2n-skx topologies."
4434
4435 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4436 - type: "table"
4437   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4438   algorithm: "table_comparison"
4439   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4441   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4442   columns:
4443     - title: "3n-skx"
4444       data-set: "vpp-compare-topologies-ref"
4445     - title: "2n-skx"
4446       data-set: "vpp-compare-topologies-cmp"
4447   comparisons:
4448     - title: "Diff"
4449       reference: 1
4450       compare: 2
4451   legend:
4452     - ""
4453     - "3n-skx, 2n-skx - topologies tested."
4454     - "Diff - difference between 3n-skx and 2n-skx topologies."
4455
4456 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4457 - type: "table"
4458   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4459   algorithm: "table_comparison"
4460   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4462   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4463   columns:
4464     - title: "3n-skx"
4465       data-set: "vpp-compare-topologies-ref"
4466     - title: "2n-skx"
4467       data-set: "vpp-compare-topologies-cmp"
4468   comparisons:
4469     - title: "Diff"
4470       reference: 1
4471       compare: 2
4472   legend:
4473     - ""
4474     - "3n-skx, 2n-skx - topologies tested."
4475     - "Diff - difference between 3n-skx and 2n-skx topologies."
4476
4477 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4478 - type: "table"
4479   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4480   algorithm: "table_comparison"
4481   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4483   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4484   columns:
4485     - title: "3n-skx"
4486       data-set: "vpp-compare-topologies-ref"
4487     - title: "2n-skx"
4488       data-set: "vpp-compare-topologies-cmp"
4489   comparisons:
4490     - title: "Diff"
4491       reference: 1
4492       compare: 2
4493   legend:
4494     - ""
4495     - "3n-skx, 2n-skx - topologies tested."
4496     - "Diff - difference between 3n-skx and 2n-skx topologies."
4497
4498 # VPP Performance Changes 3n-hsw 1t1c mrr
4499 - type: "table"
4500   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4501   algorithm: "table_comparison"
4502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4504   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4505   columns:
4506     - title: "2001.0-2"
4507       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4508     - title: "2005.0-4"
4509       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4510     - title: "2005.0-5"
4511       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4512     - title: "2009.0-5"
4513       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4514   comparisons:
4515     - title: "2005.0-5 vs 2005.0-4"
4516       reference: 2
4517       compare: 3
4518 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4519     - title: "2009.0-5 vs 2005.0-5"
4520       reference: 3
4521       compare: 4
4522 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4523   legend:
4524     - ''
4525     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4526     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4527     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4528     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4529     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4530
4531 # VPP Performance Changes 3n-hsw 2t2c mrr
4532 - type: "table"
4533   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4534   algorithm: "table_comparison"
4535   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4536   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4537   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4538   columns:
4539     - title: "2001.0-2"
4540       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4541     - title: "2005.0-4"
4542       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4543     - title: "2005.0-5"
4544       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4545     - title: "2009.0-5"
4546       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4547   comparisons:
4548     - title: "2005.0-5 vs 2005.0-4"
4549       reference: 2
4550       compare: 3
4551 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4552     - title: "2009.0-5 vs 2005.0-5"
4553       reference: 3
4554       compare: 4
4555 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4556   legend:
4557     - ''
4558     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4559     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4560     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4561     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4562     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4563
4564 # VPP Performance Changes 3n-hsw 4t4c mrr
4565 - type: "table"
4566   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4567   algorithm: "table_comparison"
4568   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4570   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4571   columns:
4572     - title: "2001.0-2"
4573       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4574     - title: "2005.0-4"
4575       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4576     - title: "2005.0-5"
4577       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4578     - title: "2009.0-5"
4579       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4580   comparisons:
4581     - title: "2005.0-5 vs 2005.0-4"
4582       reference: 2
4583       compare: 3
4584 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4585     - title: "2009.0-5 vs 2005.0-5"
4586       reference: 3
4587       compare: 4
4588 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4589   legend:
4590     - ''
4591     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4592     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4593     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4594     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4595     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4596
4597 # VPP Performance Changes 3n-skx 2t1c mrr
4598 - type: "table"
4599   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4600   algorithm: "table_comparison"
4601   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4603   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4604   columns:
4605     - title: "2001.0-2"
4606       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4607     - title: "2005.0-4"
4608       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4609     - title: "2005.0-5"
4610       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4611     - title: "2009.0-5"
4612       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4613   comparisons:
4614     - title: "2005.0-5 vs 2005.0-4"
4615       reference: 2
4616       compare: 3
4617 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4618     - title: "2009.0-5 vs 2005.0-5"
4619       reference: 2
4620       compare: 3
4621 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4622   legend:
4623     - ''
4624     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4625     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4626     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4627     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4628     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4629
4630 # VPP Performance Changes 3n-skx 4t2c mrr
4631 - type: "table"
4632   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4633   algorithm: "table_comparison"
4634   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4636   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4637   columns:
4638     - title: "2001.0-2"
4639       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4640     - title: "2005.0-4"
4641       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4642     - title: "2005.0-5"
4643       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4644     - title: "2009.0-5"
4645       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4646   comparisons:
4647     - title: "2005.0-5 vs 2005.0-4"
4648       reference: 2
4649       compare: 3
4650 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4651     - title: "2009.0-5 vs 2005.0-5"
4652       reference: 2
4653       compare: 3
4654 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4655   legend:
4656     - ''
4657     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4658     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4659     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4660     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4661     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4662
4663 # VPP Performance Changes 3n-skx 8t4c mrr
4664 - type: "table"
4665   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4666   algorithm: "table_comparison"
4667   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4669   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4670   columns:
4671     - title: "2001.0-2"
4672       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4673     - title: "2005.0-4"
4674       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4675     - title: "2005.0-5"
4676       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4677     - title: "2009.0-5"
4678       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4679   comparisons:
4680     - title: "2005.0-5 vs 2005.0-4"
4681       reference: 2
4682       compare: 3
4683 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4684     - title: "2009.0-5 vs 2005.0-5"
4685       reference: 2
4686       compare: 3
4687 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4688   legend:
4689     - ''
4690     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4691     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4692     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4693     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4694     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4695
4696 # VPP Performance Changes 2n-skx 2t1c mrr
4697 - type: "table"
4698   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4699   algorithm: "table_comparison"
4700   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4702   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4703   columns:
4704     - title: "2001.0-2"
4705       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4706     - title: "2005.0-4"
4707       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4708     - title: "2005.0-5"
4709       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4710     - title: "2009.0-5"
4711       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4712   comparisons:
4713     - title: "2005.0-5 vs 2005.0-4"
4714       reference: 2
4715       compare: 3
4716 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4717     - title: "2009.0-5 vs 2005.0-4"
4718       reference: 3
4719       compare: 4
4720 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4721   legend:
4722     - ''
4723     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4724     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4725     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4726     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4727     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4728
4729 # VPP Performance Changes 2n-skx 4t2c mrr
4730 - type: "table"
4731   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4732   algorithm: "table_comparison"
4733   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4734   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4735   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4736   columns:
4737     - title: "2001.0-2"
4738       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4739     - title: "2005.0-4"
4740       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4741     - title: "2005.0-5"
4742       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4743     - title: "2009.0-5"
4744       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4745   comparisons:
4746     - title: "2005.0-5 vs 2005.0-4"
4747       reference: 2
4748       compare: 3
4749 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4750     - title: "2009.0-5 vs 2005.0-4"
4751       reference: 3
4752       compare: 4
4753 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4754   legend:
4755     - ''
4756     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4757     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4758     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4759     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4760     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4761
4762 # VPP Performance Changes 2n-skx 8t4c mrr
4763 - type: "table"
4764   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4765   algorithm: "table_comparison"
4766   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4768   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4769   columns:
4770     - title: "2001.0-2"
4771       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4772     - title: "2005.0-4"
4773       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4774     - title: "2005.0-5"
4775       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4776     - title: "2009.0-5"
4777       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4778   comparisons:
4779     - title: "2005.0-5 vs 2005.0-4"
4780       reference: 2
4781       compare: 3
4782 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4783     - title: "2009.0-5 vs 2005.0-4"
4784       reference: 3
4785       compare: 4
4786 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4787   legend:
4788     - ''
4789     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4790     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4791     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4792     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4793     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4794
4795 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4796 - type: "table"
4797   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4798   algorithm: "table_comparison"
4799   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4801   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4802   columns:
4803     - title: "2001.0-2"
4804       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4805     - title: "2005.0-4"
4806       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4807     - title: "2005.0-5"
4808       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4809     - title: "2009.0-5"
4810       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4811   comparisons:
4812     - title: "2005.0-5 vs 2005.0-4"
4813       reference: 2
4814       compare: 3
4815 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4816     - title: "2009.0-5 vs 2005.0-5"
4817       reference: 3
4818       compare: 4
4819 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4820   legend:
4821     - ''
4822     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4823     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4824     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4825     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4826     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4827
4828 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4829 - type: "table"
4830   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4831   algorithm: "table_comparison"
4832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4834   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4835   columns:
4836     - title: "2001.0-2"
4837       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4838     - title: "2005.0-4"
4839       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4840     - title: "2005.0-5"
4841       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4842     - title: "2009.0-5"
4843       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4844   comparisons:
4845     - title: "2005.0-5 vs 2005.0-4"
4846       reference: 2
4847       compare: 3
4848 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4849     - title: "2009.0-5 vs 2005.0-5"
4850       reference: 3
4851       compare: 4
4852 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4853   legend:
4854     - ''
4855     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4856     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4857     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4858     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4859     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4860
4861 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4862 - type: "table"
4863   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4864   algorithm: "table_comparison"
4865   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4867   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4868   columns:
4869     - title: "2001.0-2"
4870       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4871     - title: "2005.0-4"
4872       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4873     - title: "2005.0-5"
4874       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4875     - title: "2009.0-5"
4876       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4877   comparisons:
4878     - title: "2005.0-5 vs 2005.0-4"
4879       reference: 2
4880       compare: 3
4881 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4882     - title: "2009.0-5 vs 2005.0-5"
4883       reference: 3
4884       compare: 4
4885 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4886   legend:
4887     - ''
4888     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4889     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4890     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4891     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4892     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4893
4894 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4895 #- type: "table"
4896 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4897 #  algorithm: "table_comparison"
4898 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4899 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4900 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4901 #  columns:
4902 #    - title: "2001"
4903 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4904 #    - title: "2005"
4905 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4906 #  comparisons:
4907 #    - title: "Diff"
4908 #      reference: 1
4909 #      compare: 2
4910 #  legend:
4911 #    - ""
4912 #    - "2001, 2005 - VPP versions tested."
4913 #    - "Diff - difference between 2001 and 2005 VPP version."
4914 #
4915 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4916 #- type: "table"
4917 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4918 #  algorithm: "table_comparison"
4919 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4920 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4921 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4922 #  columns:
4923 #    - title: "2001"
4924 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4925 #    - title: "2005"
4926 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4927 #  comparisons:
4928 #    - title: "Diff"
4929 #      reference: 1
4930 #      compare: 2
4931 #  legend:
4932 #    - ""
4933 #    - "2001, 2005 - VPP versions tested."
4934 #    - "Diff - difference between 2001 and 2005 VPP version."
4935 #
4936 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4937 #- type: "table"
4938 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4939 #  algorithm: "table_comparison"
4940 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4941 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4942 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4943 #  columns:
4944 #    - title: "2001"
4945 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4946 #    - title: "2005"
4947 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4948 #  comparisons:
4949 #    - title: "Diff"
4950 #      reference: 1
4951 #      compare: 2
4952 #  legend:
4953 #    - ""
4954 #    - "2001, 2005 - VPP versions tested."
4955 #    - "Diff - difference between 2001 and 2005 VPP version."
4956
4957 # VPP Performance Changes 2n-dnv 1t1c mrr
4958 - type: "table"
4959   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4960   algorithm: "table_comparison"
4961   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4963   filter: "'1T1C'"
4964   columns:
4965     - title: "2001.0-2"
4966       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4967     - title: "2005.0-5"
4968       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4969     - title: "2009.0-5"
4970       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4971   comparisons:
4972     - title: "2009.0-5 vs 2005.0-5"
4973       reference: 2
4974       compare: 3
4975   legend:
4976     - ''
4977     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4978     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4979     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4980     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4981
4982 # VPP Performance Changes 2n-dnv 2t2c mrr
4983 - type: "table"
4984   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4985   algorithm: "table_comparison"
4986   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4988   filter: "'2T2C'"
4989   columns:
4990     - title: "2001.0-2"
4991       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4992     - title: "2005.0-5"
4993       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4994     - title: "2009.0-5"
4995       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4996   comparisons:
4997     - title: "2009.0-5 vs 2005.0-5"
4998       reference: 2
4999       compare: 3
5000   legend:
5001     - ''
5002     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5003     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5004     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5005     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5006
5007 # VPP Performance Changes 2n-dnv 4t4c mrr
5008 - type: "table"
5009   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5010   algorithm: "table_comparison"
5011   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5013   filter: "'4T4C'"
5014   columns:
5015     - title: "2001.0-2"
5016       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5017     - title: "2005.0-5"
5018       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5019     - title: "2009.0-5"
5020       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5021   comparisons:
5022     - title: "2009.0-5 vs 2005.0-5"
5023       reference: 2
5024       compare: 3
5025   legend:
5026     - ''
5027     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5028     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5029     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5030     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5031
5032 # VPP Performance Changes 3n-dnv 1t1c mrr
5033 - type: "table"
5034   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5035   algorithm: "table_comparison"
5036   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5038   filter: "'1T1C'"
5039   columns:
5040     - title: "2001.0-2"
5041       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5042     - title: "2005.0-5"
5043       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5044     - title: "2009.0-5"
5045       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5046   comparisons:
5047     - title: "2009.0-5 vs 2005.0-5"
5048       reference: 2
5049       compare: 3
5050   legend:
5051     - ''
5052     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5053     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5054     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5055     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5056
5057 # VPP Performance Changes 3n-dnv 2t2c mrr
5058 - type: "table"
5059   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5060   algorithm: "table_comparison"
5061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5063   filter: "'2T2C'"
5064   columns:
5065     - title: "2001.0-2"
5066       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5067     - title: "2005.0-5"
5068       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5069     - title: "2009.0-5"
5070       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5071   comparisons:
5072     - title: "2009.0-5 vs 2005.0-5"
5073       reference: 2
5074       compare: 3
5075   legend:
5076     - ''
5077     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5078     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5079     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5080     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5081
5082 # VPP Performance Changes 3n-dnv 4t4c mrr
5083 - type: "table"
5084   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5085   algorithm: "table_comparison"
5086   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5088   filter: "'4T4C'"
5089   columns:
5090     - title: "2001.0-2"
5091       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5092     - title: "2005.0-5"
5093       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5094     - title: "2009.0-5"
5095       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5096   comparisons:
5097     - title: "2009.0-5 vs 2005.0-5"
5098       reference: 2
5099       compare: 3
5100   legend:
5101     - ''
5102     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5103     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5104     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5105     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5106
5107 # VPP Performance Changes 3n-tsh 1t1c mrr
5108 - type: "table"
5109   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5110   algorithm: "table_comparison"
5111   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5113   filter: "'1T1C'"
5114   columns:
5115     - title: "2001.0-2"
5116       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5117     - title: "2005.0-4"
5118       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5119     - title: "2005.0-5"
5120       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5121     - title: "2009.0-5"
5122       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5123   comparisons:
5124     - title: "2005.0-5 vs 2005.0-4"
5125       reference: 2
5126       compare: 3
5127 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5128     - title: "2009.0-5 vs 2005.0-5"
5129       reference: 3
5130       compare: 4
5131 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5132   legend:
5133     - ''
5134     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5135     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5136     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5137     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5138     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5139
5140 # VPP Performance Changes 3n-tsh 2t2c mrr
5141 - type: "table"
5142   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5143   algorithm: "table_comparison"
5144   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5146   filter: "'2T2C'"
5147   columns:
5148     - title: "2001.0-2"
5149       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5150     - title: "2005.0-4"
5151       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5152     - title: "2005.0-5"
5153       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5154     - title: "2009.0-5"
5155       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5156   comparisons:
5157     - title: "2005.0-5 vs 2005.0-4"
5158       reference: 2
5159       compare: 3
5160 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5161     - title: "2009.0-5 vs 2005.0-5"
5162       reference: 3
5163       compare: 4
5164 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5165   legend:
5166     - ''
5167     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5168     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5169     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5170     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5171     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5172
5173 # VPP Performance Changes 3n-tsh 4t4c mrr
5174 - type: "table"
5175   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5176   algorithm: "table_comparison"
5177   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5179   filter: "'4T4C'"
5180   columns:
5181     - title: "2001.0-2"
5182       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5183     - title: "2005.0-4"
5184       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5185     - title: "2005.0-5"
5186       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5187     - title: "2009.0-5"
5188       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5189   comparisons:
5190     - title: "2005.0-5 vs 2005.0-4"
5191       reference: 2
5192       compare: 3
5193 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5194     - title: "2009.0-5 vs 2005.0-5"
5195       reference: 3
5196       compare: 4
5197 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5198   legend:
5199     - ''
5200     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5201     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5202     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5203     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5204     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5205
5206 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5207 - type: "table"
5208   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5209   algorithm: "table_comparison"
5210   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5212   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5213   columns:
5214     - title: "3n-hsw xl710"
5215       data-set: "vpp-compare-testbeds-mrr-ref"
5216       tag: "NIC_Intel-XL710"
5217     - title: "3n-skx xxv710"
5218       data-set: "vpp-compare-testbeds-mrr-cmp"
5219       tag: "NIC_Intel-XXV710"
5220   comparisons:
5221     - title: "Diff"
5222       reference: 1
5223       compare: 2
5224   legend:
5225     - ""
5226     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5227     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5228
5229 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5230 - type: "table"
5231   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5232   algorithm: "table_comparison"
5233   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5235   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5236   columns:
5237     - title: "3n-hsw xl710"
5238       data-set: "vpp-compare-testbeds-mrr-ref"
5239       tag: "NIC_Intel-XL710"
5240     - title: "3n-skx xxv710"
5241       data-set: "vpp-compare-testbeds-mrr-cmp"
5242       tag: "NIC_Intel-XXV710"
5243   comparisons:
5244     - title: "Diff"
5245       reference: 1
5246       compare: 2
5247   legend:
5248     - ""
5249     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5250     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5251
5252 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5253 - type: "table"
5254   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5255   algorithm: "table_comparison"
5256   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5258   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5259   columns:
5260     - title: "3n-hsw xl710"
5261       data-set: "vpp-compare-testbeds-mrr-ref"
5262       tag: "NIC_Intel-XL710"
5263     - title: "3n-skx xxv710"
5264       data-set: "vpp-compare-testbeds-mrr-cmp"
5265       tag: "NIC_Intel-XXV710"
5266   comparisons:
5267     - title: "Diff"
5268       reference: 1
5269       compare: 2
5270   legend:
5271     - ""
5272     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5273     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5274
5275 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5276 - type: "table"
5277   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5278   algorithm: "table_comparison"
5279   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5281   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5282   columns:
5283     - title: "2n-skx"
5284       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5285     - title: "2n-clx"
5286       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5287   comparisons:
5288     - title: "Diff"
5289       reference: 1
5290       compare: 2
5291   legend:
5292     - ""
5293     - "2n-skx, 2n-clx - testbeds and NICs tested."
5294     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5295
5296 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5297 - type: "table"
5298   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5299   algorithm: "table_comparison"
5300   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5301   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5302   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5303   columns:
5304     - title: "2n-skx"
5305       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5306     - title: "2n-clx"
5307       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5308   comparisons:
5309     - title: "Diff"
5310       reference: 1
5311       compare: 2
5312   legend:
5313     - ""
5314     - "2n-skx, 2n-clx - testbeds and NICs tested."
5315     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5316
5317 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5318 - type: "table"
5319   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5320   algorithm: "table_comparison"
5321   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5322   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5323   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5324   columns:
5325     - title: "2n-skx"
5326       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5327     - title: "2n-clx"
5328       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5329   comparisons:
5330     - title: "Diff"
5331       reference: 1
5332       compare: 2
5333   legend:
5334     - ""
5335     - "2n-skx, 2n-clx - testbeds and NICs tested."
5336     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5337
5338 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5339 - type: "table"
5340   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5341   algorithm: "table_comparison"
5342   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5344   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5345   columns:
5346     - title: "3n-skx"
5347       data-set: "vpp-compare-topologies-mrr-ref"
5348     - title: "2n-skx"
5349       data-set: "vpp-compare-topologies-mrr-cmp"
5350   comparisons:
5351     - title: "Diff"
5352       reference: 1
5353       compare: 2
5354   legend:
5355     - ""
5356     - "3n-skx, 2n-skx - topologies tested."
5357     - "Diff - difference between 3n-skx and 2n-skx topologies."
5358
5359 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5360 - type: "table"
5361   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5362   algorithm: "table_comparison"
5363   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5364   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5365   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5366   columns:
5367     - title: "3n-skx"
5368       data-set: "vpp-compare-topologies-mrr-ref"
5369     - title: "2n-skx"
5370       data-set: "vpp-compare-topologies-mrr-cmp"
5371   comparisons:
5372     - title: "Diff"
5373       reference: 1
5374       compare: 2
5375   legend:
5376     - ""
5377     - "3n-skx, 2n-skx - topologies tested."
5378     - "Diff - difference between 3n-skx and 2n-skx topologies."
5379
5380 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5381 - type: "table"
5382   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5383   algorithm: "table_comparison"
5384   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5385   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5386   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5387   columns:
5388     - title: "3n-skx"
5389       data-set: "vpp-compare-topologies-mrr-ref"
5390     - title: "2n-skx"
5391       data-set: "vpp-compare-topologies-mrr-cmp"
5392   comparisons:
5393     - title: "Diff"
5394       reference: 1
5395       compare: 2
5396   legend:
5397     - ""
5398     - "3n-skx, 2n-skx - topologies tested."
5399     - "Diff - difference between 3n-skx and 2n-skx topologies."
5400
5401 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5402 - type: "table"
5403   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5404   algorithm: "table_comparison"
5405   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5406   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5407   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5408   columns:
5409     - title: "3n-hsw xl710"
5410       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5411       tag: "NIC_Intel-XL710"
5412     - title: "2n-clx xxv710"
5413       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5414       tag: "NIC_Intel-XXV710"
5415   comparisons:
5416     - title: "Diff"
5417       reference: 1
5418       compare: 2
5419   legend:
5420     - ""
5421     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5422     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5423
5424 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5425 - type: "table"
5426   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5427   algorithm: "table_comparison"
5428   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5429   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5430   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5431   columns:
5432     - title: "3n-hsw xl710"
5433       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5434       tag: "NIC_Intel-XL710"
5435     - title: "2n-clx xxv710"
5436       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5437       tag: "NIC_Intel-XXV710"
5438   comparisons:
5439     - title: "Diff"
5440       reference: 1
5441       compare: 2
5442   legend:
5443     - ""
5444     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5445     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5446
5447 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5448 - type: "table"
5449   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5450   algorithm: "table_comparison"
5451   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5452   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5453   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5454   columns:
5455     - title: "3n-hsw xl710"
5456       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5457       tag: "NIC_Intel-XL710"
5458     - title: "2n-clx xxv710"
5459       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5460       tag: "NIC_Intel-XXV710"
5461   comparisons:
5462     - title: "Diff"
5463       reference: 1
5464       compare: 2
5465   legend:
5466     - ""
5467     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5468     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5469
5470 # Detailed Test Results - VPP Performance Results 3n-hsw
5471 - type: "table"
5472   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5473   algorithm: "table_merged_details"
5474   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5475   columns:
5476     - title: " |prein| Test Name |preout| "
5477       data: "data name"
5478     - 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| "
5479       data: "data msg"
5480   data: "vpp-perf-results-3n-hsw"
5481   filter: "all"
5482   parameters:
5483   - "name"
5484   - "parent"
5485   - "msg"
5486
5487 # Detailed Test Results - VPP Performance Results 3n-skx
5488 - type: "table"
5489   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5490   algorithm: "table_merged_details"
5491   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5492   columns:
5493     - title: " |prein| Test Name |preout| "
5494       data: "data name"
5495     - 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| "
5496       data: "data msg"
5497   data: "vpp-perf-results-3n-skx"
5498   filter: "all"
5499   remove-ndr: False
5500   parameters:
5501   - "name"
5502   - "parent"
5503   - "msg"
5504
5505 # Detailed Test Results - VPP Performance Results 2n-skx
5506 - type: "table"
5507   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5508   algorithm: "table_merged_details"
5509   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5510   columns:
5511     - title: " |prein| Test Name |preout| "
5512       data: "data name"
5513     - 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| "
5514       data: "data msg"
5515   data: "vpp-perf-results-2n-skx"
5516   filter: "all"
5517   remove-ndr: False
5518   parameters:
5519   - "name"
5520   - "parent"
5521   - "msg"
5522
5523 # Detailed Test Results - VPP Performance Results 2n-clx
5524 - type: "table"
5525   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5526   algorithm: "table_merged_details"
5527   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5528   columns:
5529     - title: " |prein| Test Name |preout| "
5530       data: "data name"
5531     - 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| "
5532       data: "data msg"
5533   data: "vpp-perf-results-2n-clx"
5534   filter: "all"
5535   parameters:
5536   - "name"
5537   - "parent"
5538   - "msg"
5539
5540 # Detailed Test Results - VPP Performance Results 3n-tsh
5541 - type: "table"
5542   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5543   algorithm: "table_merged_details"
5544   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5545   columns:
5546     - title: " |prein| Test Name |preout| "
5547       data: "data name"
5548     - 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| "
5549       data: "data msg"
5550   data: "vpp-perf-results-3n-tsh"
5551   filter: "all"
5552   parameters:
5553   - "name"
5554   - "parent"
5555   - "msg"
5556
5557 # Detailed Test Results - VPP Performance Results 3n-dnv
5558 - type: "table"
5559   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5560   algorithm: "table_merged_details"
5561   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5562   columns:
5563     - title: " |prein| Test Name |preout| "
5564       data: "data name"
5565     - 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| "
5566       data: "data msg"
5567   data: "vpp-perf-results-3n-dnv"
5568   filter: "all"
5569   parameters:
5570   - "name"
5571   - "parent"
5572   - "msg"
5573
5574 # Detailed Test Results - VPP Performance Results 2n-dnv
5575 - type: "table"
5576   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5577   algorithm: "table_merged_details"
5578   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5579   columns:
5580     - title: " |prein| Test Name |preout| "
5581       data: "data name"
5582     - 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| "
5583       data: "data msg"
5584   data: "vpp-perf-results-2n-dnv"
5585   filter: "all"
5586   parameters:
5587   - "name"
5588   - "parent"
5589   - "msg"
5590
5591 # Test configuration - VPP Performance Test Configs 3n-hsw
5592 - type: "table"
5593   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5594   algorithm: "table_merged_details"
5595   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5596   columns:
5597     - title: " |prein| Test Name |preout| "
5598       data: "data name"
5599     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5600       data: "data conf-history"
5601   data: "vpp-perf-results-3n-hsw"
5602   filter: "all"
5603   parameters:
5604   - "parent"
5605   - "name"
5606   - "conf-history"
5607
5608 # Test configuration - VPP Performance Test Configs 3n-skx
5609 - type: "table"
5610   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5611   algorithm: "table_merged_details"
5612   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5613   columns:
5614     - title: " |prein| Test Name |preout| "
5615       data: "data name"
5616     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5617       data: "data conf-history"
5618   data: "vpp-perf-results-3n-skx"
5619   filter: "all"
5620   parameters:
5621   - "parent"
5622   - "name"
5623   - "conf-history"
5624
5625 # Test configuration - VPP Performance Test Configs 2n-skx
5626 - type: "table"
5627   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5628   algorithm: "table_merged_details"
5629   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5630   columns:
5631     - title: " |prein| Test Name |preout| "
5632       data: "data name"
5633     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5634       data: "data conf-history"
5635   data: "vpp-perf-results-2n-skx"
5636   filter: "all"
5637   parameters:
5638   - "parent"
5639   - "name"
5640   - "conf-history"
5641
5642 # Test configuration - VPP Performance Test Configs 2n-clx
5643 - type: "table"
5644   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5645   algorithm: "table_merged_details"
5646   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5647   columns:
5648     - title: " |prein| Test Name |preout| "
5649       data: "data name"
5650     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5651       data: "data conf-history"
5652   data: "vpp-perf-results-2n-clx"
5653   filter: "all"
5654   parameters:
5655   - "parent"
5656   - "name"
5657   - "conf-history"
5658
5659 # Test configuration - VPP Performance Test Configs 3n-tsh
5660 - type: "table"
5661   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5662   algorithm: "table_merged_details"
5663   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5664   columns:
5665     - title: " |prein| Test Name |preout| "
5666       data: "data name"
5667     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5668       data: "data conf-history"
5669   data: "vpp-perf-results-3n-tsh"
5670   filter: "all"
5671   parameters:
5672   - "parent"
5673   - "name"
5674   - "conf-history"
5675
5676 # Test configuration - VPP Performance Test Configs 3n-dnv
5677 - type: "table"
5678   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5679   algorithm: "table_merged_details"
5680   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5681   columns:
5682     - title: " |prein| Test Name |preout| "
5683       data: "data name"
5684     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5685       data: "data conf-history"
5686   data: "vpp-perf-results-3n-dnv"
5687   filter: "all"
5688   parameters:
5689   - "parent"
5690   - "name"
5691   - "conf-history"
5692
5693 # Test configuration - VPP Performance Test Configs 2n-dnv
5694 - type: "table"
5695   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5696   algorithm: "table_merged_details"
5697   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5698   columns:
5699     - title: " |prein| Test Name |preout| "
5700       data: "data name"
5701     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5702       data: "data conf-history"
5703   data: "vpp-perf-results-2n-dnv"
5704   filter: "all"
5705   parameters:
5706   - "parent"
5707   - "name"
5708   - "conf-history"
5709
5710 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5711 - type: "table"
5712   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5713   algorithm: "table_oper_data_html"
5714   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5715   data: "vpp-perf-results-3n-hsw"
5716   filter: "all"
5717
5718 # Test Operational Data - VPP Performance Operational Data 3n-skx
5719 - type: "table"
5720   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5721   algorithm: "table_oper_data_html"
5722   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5723   data: "vpp-perf-results-3n-skx"
5724   filter: "all"
5725
5726 # Test Operational Data - VPP Performance Operational Data 2n-skx
5727 - type: "table"
5728   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5729   algorithm: "table_oper_data_html"
5730   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5731   data: "vpp-perf-results-2n-skx"
5732   filter: "all"
5733
5734 # Test Operational Data - VPP Performance Operational Data 2n-clx
5735 - type: "table"
5736   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5737   algorithm: "table_oper_data_html"
5738   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5739   data: "vpp-perf-results-2n-clx"
5740   filter: "all"
5741
5742 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5743 - type: "table"
5744   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5745   algorithm: "table_oper_data_html"
5746   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5747   data: "vpp-perf-results-3n-tsh"
5748   filter: "all"
5749
5750 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5751 - type: "table"
5752   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5753   algorithm: "table_oper_data_html"
5754   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5755   data: "vpp-perf-results-3n-dnv"
5756   filter: "all"
5757
5758 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5759 - type: "table"
5760   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5761   algorithm: "table_oper_data_html"
5762   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5763   data: "vpp-perf-results-2n-dnv"
5764   filter: "all"
5765
5766 # Detailed Test Results - VPP MRR Results 3n-hsw
5767 - type: "table"
5768   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5769   algorithm: "table_merged_details"
5770   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5771   columns:
5772     - title: " |prein| Test Name |preout| "
5773       data: "data name"
5774     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5775       data: "data msg"
5776   data: "vpp-mrr-results-3n-hsw"
5777   filter: "all"
5778   parameters:
5779   - "name"
5780   - "parent"
5781   - "msg"
5782
5783 # Detailed Test Results - VPP MRR Results 3n-skx
5784 - type: "table"
5785   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5786   algorithm: "table_merged_details"
5787   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5788   columns:
5789     - title: " |prein| Test Name |preout| "
5790       data: "data name"
5791     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5792       data: "data msg"
5793   data: "vpp-mrr-results-3n-skx"
5794   filter: "all"
5795   parameters:
5796   - "name"
5797   - "parent"
5798   - "msg"
5799
5800 # Detailed Test Results - VPP MRR Results 2n-skx
5801 - type: "table"
5802   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5803   algorithm: "table_merged_details"
5804   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5805   columns:
5806     - title: " |prein| Test Name |preout| "
5807       data: "data name"
5808     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5809       data: "data msg"
5810   data: "vpp-mrr-results-2n-skx"
5811   filter: "all"
5812   parameters:
5813   - "name"
5814   - "parent"
5815   - "msg"
5816
5817 # Detailed Test Results - VPP MRR Results 2n-clx
5818 - type: "table"
5819   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5820   algorithm: "table_merged_details"
5821   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5822   columns:
5823     - title: " |prein| Test Name |preout| "
5824       data: "data name"
5825     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5826       data: "data msg"
5827   data: "vpp-mrr-results-2n-clx"
5828   filter: "all"
5829   parameters:
5830   - "name"
5831   - "parent"
5832   - "msg"
5833
5834 # Detailed Test Results - VPP MRR Results 3n-tsh
5835 - type: "table"
5836   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5837   algorithm: "table_merged_details"
5838   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5839   columns:
5840     - title: " |prein| Test Name |preout| "
5841       data: "data name"
5842     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5843       data: "data msg"
5844   data: "vpp-mrr-results-3n-tsh"
5845   filter: "all"
5846   parameters:
5847   - "name"
5848   - "parent"
5849   - "msg"
5850
5851 # Detailed Test Results - VPP MRR Results 3n-dnv
5852 - type: "table"
5853   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5854   algorithm: "table_merged_details"
5855   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5856   columns:
5857     - title: " |prein| Test Name |preout| "
5858       data: "data name"
5859     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5860       data: "data msg"
5861   data: "vpp-mrr-results-3n-dnv"
5862   filter: "all"
5863   parameters:
5864   - "name"
5865   - "parent"
5866   - "msg"
5867
5868 # Detailed Test Results - VPP MRR Results 2n-dnv
5869 - type: "table"
5870   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5871   algorithm: "table_merged_details"
5872   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5873   columns:
5874     - title: " |prein| Test Name |preout| "
5875       data: "data name"
5876     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5877       data: "data msg"
5878   data: "vpp-mrr-results-2n-dnv"
5879   filter: "all"
5880   parameters:
5881   - "name"
5882   - "parent"
5883   - "msg"
5884
5885 # Test configuration - VPP MRR Test Configs 3n-hsw
5886 - type: "table"
5887   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5888   algorithm: "table_merged_details"
5889   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5890   columns:
5891     - title: " |prein| Test Name |preout| "
5892       data: "data name"
5893     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5894       data: "data conf-history"
5895   data: "vpp-mrr-results-3n-hsw"
5896   filter: "all"
5897   parameters:
5898   - "parent"
5899   - "name"
5900   - "conf-history"
5901
5902 # Test configuration - VPP MRR Test Configs 3n-skx
5903 - type: "table"
5904   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5905   algorithm: "table_merged_details"
5906   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5907   columns:
5908     - title: " |prein| Test Name |preout| "
5909       data: "data name"
5910     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5911       data: "data conf-history"
5912   data: "vpp-mrr-results-3n-skx"
5913   filter: "all"
5914   parameters:
5915   - "parent"
5916   - "name"
5917   - "conf-history"
5918
5919 # Test configuration - VPP MRR Test Configs 2n-skx
5920 - type: "table"
5921   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5922   algorithm: "table_merged_details"
5923   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5924   columns:
5925     - title: " |prein| Test Name |preout| "
5926       data: "data name"
5927     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5928       data: "data conf-history"
5929   data: "vpp-mrr-results-2n-skx"
5930   filter: "all"
5931   parameters:
5932   - "parent"
5933   - "name"
5934   - "conf-history"
5935
5936 # Test configuration - VPP MRR Test Configs 2n-clx
5937 - type: "table"
5938   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5939   algorithm: "table_merged_details"
5940   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5941   columns:
5942     - title: " |prein| Test Name |preout| "
5943       data: "data name"
5944     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5945       data: "data conf-history"
5946   data: "vpp-mrr-results-2n-clx"
5947   filter: "all"
5948   parameters:
5949   - "parent"
5950   - "name"
5951   - "conf-history"
5952
5953 # Test configuration - VPP MRR Test Configs 3n-tsh
5954 - type: "table"
5955   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5956   algorithm: "table_merged_details"
5957   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5958   columns:
5959     - title: " |prein| Test Name |preout| "
5960       data: "data name"
5961     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5962       data: "data conf-history"
5963   data: "vpp-mrr-results-3n-tsh"
5964   filter: "all"
5965   parameters:
5966   - "parent"
5967   - "name"
5968   - "conf-history"
5969
5970 # Test configuration - VPP MRR Test Configs 3n-dnv
5971 - type: "table"
5972   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5973   algorithm: "table_merged_details"
5974   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5975   columns:
5976     - title: " |prein| Test Name |preout| "
5977       data: "data name"
5978     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5979       data: "data conf-history"
5980   data: "vpp-mrr-results-3n-dnv"
5981   filter: "all"
5982   parameters:
5983   - "parent"
5984   - "name"
5985   - "conf-history"
5986
5987 # Test configuration - VPP MRR Test Configs 2n-dnv
5988 - type: "table"
5989   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5990   algorithm: "table_merged_details"
5991   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5992   columns:
5993     - title: " |prein| Test Name |preout| "
5994       data: "data name"
5995     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5996       data: "data conf-history"
5997   data: "vpp-mrr-results-2n-dnv"
5998   filter: "all"
5999   parameters:
6000   - "parent"
6001   - "name"
6002   - "conf-history"
6003
6004 # Detailed Test Results - VPP Device Results - Ubuntu
6005 - type: "table"
6006   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6007   algorithm: "table_merged_details"
6008   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6009   columns:
6010     - title: " |prein| Test Name |preout| "
6011       data: "data name"
6012     - title: " |prein| Status |preout| "
6013       data: "data status"
6014   data: "vpp-device-results-ubuntu"
6015   filter: "all"
6016   parameters:
6017   - "name"
6018   - "parent"
6019   - "doc"
6020   - "status"
6021
6022 # Test configuration - VPP Device Test Configs - Ubuntu
6023 - type: "table"
6024   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6025   algorithm: "table_merged_details"
6026   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6027   columns:
6028     - title: " |prein| Test Name |preout| "
6029       data: "data name"
6030     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6031       data: "data conf-history"
6032   data: "vpp-device-results-ubuntu"
6033   filter: "all"
6034   parameters:
6035   - "parent"
6036   - "name"
6037   - "conf-history"
6038
6039 ################################################################################
6040
6041 # DPDK Performance Changes 3n-hsw 1t1c pdr
6042 - type: "table"
6043   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6044   algorithm: "table_comparison"
6045   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6047   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6048   columns:
6049     - title: "2001"
6050       data-set: "dpdk-performance-changes-3n-hsw-h1"
6051     - title: "2005"
6052       data-set: "dpdk-performance-changes-3n-hsw-ref"
6053     - title: "2009"
6054       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6055   comparisons:
6056     - title: "Diff"
6057       reference: 2
6058       compare: 3
6059   legend:
6060     - ""
6061     - "2001, 2005, 2009 - DPDK versions tested."
6062     - "Diff - difference between 2005 and 2009 DPDK version."
6063
6064 # DPDK Performance Changes 3n-hsw 2t2c pdr
6065 - type: "table"
6066   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6067   algorithm: "table_comparison"
6068   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6070   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6071   columns:
6072     - title: "2001"
6073       data-set: "dpdk-performance-changes-3n-hsw-h1"
6074     - title: "2005"
6075       data-set: "dpdk-performance-changes-3n-hsw-ref"
6076     - title: "2009"
6077       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6078   comparisons:
6079     - title: "Diff"
6080       reference: 2
6081       compare: 3
6082   legend:
6083     - ""
6084     - "2001, 2005, 2009 - DPDK versions tested."
6085     - "Diff - difference between 2005 and 2009 DPDK version."
6086
6087 # DPDK Performance Changes 3n-hsw 1t1c pdr
6088 - type: "table"
6089   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6090   algorithm: "table_comparison"
6091   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6093   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6094   columns:
6095     - title: "2001"
6096       data-set: "dpdk-performance-changes-3n-hsw-h1"
6097     - title: "2005"
6098       data-set: "dpdk-performance-changes-3n-hsw-ref"
6099     - title: "2009"
6100       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6101   comparisons:
6102     - title: "Diff"
6103       reference: 2
6104       compare: 3
6105   legend:
6106     - ""
6107     - "2001, 2005, 2009 - DPDK versions tested."
6108     - "Diff - difference between 2005 and 2009 DPDK version."
6109
6110 # DPDK Performance Changes 3n-hsw 2t2c ndr
6111 - type: "table"
6112   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6113   algorithm: "table_comparison"
6114   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6116   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6117   columns:
6118     - title: "2001"
6119       data-set: "dpdk-performance-changes-3n-hsw-h1"
6120     - title: "2005"
6121       data-set: "dpdk-performance-changes-3n-hsw-ref"
6122     - title: "2009"
6123       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6124   comparisons:
6125     - title: "Diff"
6126       reference: 2
6127       compare: 3
6128   legend:
6129     - ""
6130     - "2001, 2005, 2009 - DPDK versions tested."
6131     - "Diff - difference between 2005 and 2009 DPDK version."
6132
6133 # DPDK Performance Changes 3n-skx 2t1c pdr
6134 - type: "table"
6135   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6136   algorithm: "table_comparison"
6137   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6139   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6140   columns:
6141     - title: "2001"
6142       data-set: "dpdk-performance-changes-3n-skx-h1"
6143     - title: "2005"
6144       data-set: "dpdk-performance-changes-3n-skx-ref"
6145     - title: "2009"
6146       data-set: "dpdk-performance-changes-3n-skx-cmp"
6147   comparisons:
6148     - title: "Diff"
6149       reference: 2
6150       compare: 3
6151   legend:
6152     - ""
6153     - "2001, 2005, 2009 - DPDK versions tested."
6154     - "Diff - difference between 2005 and 2009 DPDK version."
6155
6156 # DPDK Performance Changes 3n-skx 4t2c pdr
6157 - type: "table"
6158   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6159   algorithm: "table_comparison"
6160   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6162   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6163   columns:
6164     - title: "2001"
6165       data-set: "dpdk-performance-changes-3n-skx-h1"
6166     - title: "2005"
6167       data-set: "dpdk-performance-changes-3n-skx-ref"
6168     - title: "2009"
6169       data-set: "dpdk-performance-changes-3n-skx-cmp"
6170   comparisons:
6171     - title: "Diff"
6172       reference: 2
6173       compare: 3
6174   legend:
6175     - ""
6176     - "2001, 2005, 2009 - DPDK versions tested."
6177     - "Diff - difference between 2005 and 2009 DPDK version."
6178
6179 # DPDK Performance Changes 3n-skx 2t1c ndr
6180 - type: "table"
6181   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6182   algorithm: "table_comparison"
6183   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6185   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6186   columns:
6187     - title: "2001"
6188       data-set: "dpdk-performance-changes-3n-skx-h1"
6189     - title: "2005"
6190       data-set: "dpdk-performance-changes-3n-skx-ref"
6191     - title: "2009"
6192       data-set: "dpdk-performance-changes-3n-skx-cmp"
6193   comparisons:
6194     - title: "Diff"
6195       reference: 2
6196       compare: 3
6197   legend:
6198     - ""
6199     - "2001, 2005, 2009 - DPDK versions tested."
6200     - "Diff - difference between 2005 and 2009 DPDK version."
6201
6202 # DPDK Performance Changes 3n-skx 4t2c ndr
6203 - type: "table"
6204   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6205   algorithm: "table_comparison"
6206   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6208   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6209   columns:
6210     - title: "2001"
6211       data-set: "dpdk-performance-changes-3n-skx-h1"
6212     - title: "2005"
6213       data-set: "dpdk-performance-changes-3n-skx-ref"
6214     - title: "2009"
6215       data-set: "dpdk-performance-changes-3n-skx-cmp"
6216   comparisons:
6217     - title: "Diff"
6218       reference: 2
6219       compare: 3
6220   legend:
6221     - ""
6222     - "2001, 2005, 2009 - DPDK versions tested."
6223     - "Diff - difference between 2005 and 2009 DPDK version."
6224
6225 # DPDK Performance Changes 2n-skx 2t1c pdr
6226 - type: "table"
6227   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6228   algorithm: "table_comparison"
6229   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6231   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6232   columns:
6233     - title: "2001"
6234       data-set: "dpdk-performance-changes-2n-skx-h1"
6235     - title: "2005"
6236       data-set: "dpdk-performance-changes-2n-skx-ref"
6237     - title: "2009"
6238       data-set: "dpdk-performance-changes-2n-skx-cmp"
6239   comparisons:
6240     - title: "Diff"
6241       reference: 2
6242       compare: 3
6243   legend:
6244     - ""
6245     - "2001, 2005, 2009 - DPDK versions tested."
6246     - "Diff - difference between 2005 and 2009 DPDK version."
6247
6248 # DPDK Performance Changes 2n-skx 4t2c pdr
6249 - type: "table"
6250   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6251   algorithm: "table_comparison"
6252   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6254   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6255   columns:
6256     - title: "2001"
6257       data-set: "dpdk-performance-changes-2n-skx-h1"
6258     - title: "2005"
6259       data-set: "dpdk-performance-changes-2n-skx-ref"
6260     - title: "2009"
6261       data-set: "dpdk-performance-changes-2n-skx-cmp"
6262   comparisons:
6263     - title: "Diff"
6264       reference: 2
6265       compare: 3
6266   legend:
6267     - ""
6268     - "2001, 2005, 2009 - DPDK versions tested."
6269     - "Diff - difference between 2005 and 2009 DPDK version."
6270
6271 # DPDK Performance Changes 2n-skx 2t1c ndr
6272 - type: "table"
6273   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6274   algorithm: "table_comparison"
6275   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6277   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6278   columns:
6279     - title: "2001"
6280       data-set: "dpdk-performance-changes-2n-skx-h1"
6281     - title: "2005"
6282       data-set: "dpdk-performance-changes-2n-skx-ref"
6283     - title: "2009"
6284       data-set: "dpdk-performance-changes-2n-skx-cmp"
6285   comparisons:
6286     - title: "Diff"
6287       reference: 2
6288       compare: 3
6289   legend:
6290     - ""
6291     - "2001, 2005, 2009 - DPDK versions tested."
6292     - "Diff - difference between 2005 and 2009 DPDK version."
6293
6294 # DPDK Performance Changes 2n-skx 4t2c ndr
6295 - type: "table"
6296   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6297   algorithm: "table_comparison"
6298   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6300   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6301   columns:
6302     - title: "2001"
6303       data-set: "dpdk-performance-changes-2n-skx-h1"
6304     - title: "2005"
6305       data-set: "dpdk-performance-changes-2n-skx-ref"
6306     - title: "2009"
6307       data-set: "dpdk-performance-changes-2n-skx-cmp"
6308   comparisons:
6309     - title: "Diff"
6310       reference: 2
6311       compare: 3
6312   legend:
6313     - ""
6314     - "2001, 2005, 2009 - DPDK versions tested."
6315     - "Diff - difference between 2005 and 2009 DPDK version."
6316
6317 # DPDK Performance Changes 2n-clx 2t1c pdr
6318 - type: "table"
6319   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6320   algorithm: "table_comparison"
6321   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6323   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6324   columns:
6325     - title: "2001"
6326       data-set: "dpdk-performance-changes-2n-clx-h1"
6327     - title: "2005"
6328       data-set: "dpdk-performance-changes-2n-clx-ref"
6329     - title: "2009"
6330       data-set: "dpdk-performance-changes-2n-clx-cmp"
6331   comparisons:
6332     - title: "Diff"
6333       reference: 2
6334       compare: 3
6335   legend:
6336     - ""
6337     - "2001, 2005, 2009 - DPDK versions tested."
6338     - "Diff - difference between 2005 and 2009 DPDK version."
6339
6340 # DPDK Performance Changes 2n-clx 4t2c pdr
6341 - type: "table"
6342   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6343   algorithm: "table_comparison"
6344   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6346   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6347   columns:
6348     - title: "2001"
6349       data-set: "dpdk-performance-changes-2n-clx-h1"
6350     - title: "2005"
6351       data-set: "dpdk-performance-changes-2n-clx-ref"
6352     - title: "2009"
6353       data-set: "dpdk-performance-changes-2n-clx-cmp"
6354   comparisons:
6355     - title: "Diff"
6356       reference: 2
6357       compare: 3
6358   legend:
6359     - ""
6360     - "2001, 2005, 2009 - DPDK versions tested."
6361     - "Diff - difference between 2005 and 2009 DPDK version."
6362
6363 # DPDK Performance Changes 2n-clx 2t1c ndr
6364 - type: "table"
6365   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6366   algorithm: "table_comparison"
6367   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6368   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6369   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6370   columns:
6371     - title: "2001"
6372       data-set: "dpdk-performance-changes-2n-clx-h1"
6373     - title: "2005"
6374       data-set: "dpdk-performance-changes-2n-clx-ref"
6375     - title: "2009"
6376       data-set: "dpdk-performance-changes-2n-clx-cmp"
6377   comparisons:
6378     - title: "Diff"
6379       reference: 2
6380       compare: 3
6381   legend:
6382     - ""
6383     - "2001, 2005, 2009 - DPDK versions tested."
6384     - "Diff - difference between 2005 and 2009 DPDK version."
6385
6386 # DPDK Performance Changes 2n-clx 4t2c ndr
6387 - type: "table"
6388   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6389   algorithm: "table_comparison"
6390   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6392   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6393   columns:
6394     - title: "2001"
6395       data-set: "dpdk-performance-changes-2n-clx-h1"
6396     - title: "2005"
6397       data-set: "dpdk-performance-changes-2n-clx-ref"
6398     - title: "2009"
6399       data-set: "dpdk-performance-changes-2n-clx-cmp"
6400   comparisons:
6401     - title: "Diff"
6402       reference: 2
6403       compare: 3
6404   legend:
6405     - ""
6406     - "2001, 2005, 2009 - DPDK versions tested."
6407     - "Diff - difference between 2005 and 2009 DPDK version."
6408
6409 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6410 #- type: "table"
6411 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6412 #  algorithm: "table_comparison"
6413 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6414 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6415 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6416 #  columns:
6417 #    - title: "2001"
6418 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6419 #    - title: "2005"
6420 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6421 #    - title: "2009"
6422 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6423 #  comparisons:
6424 #    - title: "Diff"
6425 #      reference: 2
6426 #      compare: 3
6427 #  legend:
6428 #    - ""
6429 #    - "2001, 2005, 2009 - DPDK versions tested."
6430 #    - "Diff - difference between 2005 and 2009 DPDK version."
6431 #
6432 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6433 #- type: "table"
6434 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6435 #  algorithm: "table_comparison"
6436 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6437 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6438 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6439 #  columns:
6440 #    - title: "2001"
6441 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6442 #    - title: "2005"
6443 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6444 #    - title: "2009"
6445 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6446 #  comparisons:
6447 #    - title: "Diff"
6448 #      reference: 2
6449 #      compare: 3
6450 #  legend:
6451 #    - ""
6452 #    - "2001, 2005, 2009 - DPDK versions tested."
6453 #    - "Diff - difference between 2005 and 2009 DPDK version."
6454 #
6455 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6456 #- type: "table"
6457 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6458 #  algorithm: "table_comparison"
6459 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6460 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6461 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6462 #  columns:
6463 #    - title: "2001"
6464 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6465 #    - title: "2005"
6466 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6467 #    - title: "2009"
6468 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6469 #  comparisons:
6470 #    - title: "Diff"
6471 #      reference: 2
6472 #      compare: 3
6473 #  legend:
6474 #    - ""
6475 #    - "2001, 2005, 2009 - DPDK versions tested."
6476 #    - "Diff - difference between 2005 and 2009 DPDK version."
6477 #
6478 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6479 #- type: "table"
6480 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6481 #  algorithm: "table_comparison"
6482 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6483 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6484 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6485 #  columns:
6486 #    - title: "2001"
6487 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6488 #    - title: "2005"
6489 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6490 #    - title: "2009"
6491 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6492 #  comparisons:
6493 #    - title: "Diff"
6494 #      reference: 2
6495 #      compare: 3
6496 #  legend:
6497 #    - ""
6498 #    - "2001, 2005, 2009 - DPDK versions tested."
6499 #    - "Diff - difference between 2005 and 2009 DPDK version."
6500 #
6501 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6502 #- type: "table"
6503 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6504 #  algorithm: "table_comparison"
6505 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6506 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6507 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6508 #  columns:
6509 #    - title: "2001"
6510 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6511 #    - title: "2005"
6512 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6513 #    - title: "2009"
6514 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6515 #  comparisons:
6516 #    - title: "Diff"
6517 #      reference: 2
6518 #      compare: 3
6519 #  legend:
6520 #    - ""
6521 #    - "2001, 2005, 2009 - DPDK versions tested."
6522 #    - "Diff - difference between 2005 and 2009 DPDK version."
6523 #
6524 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6525 #- type: "table"
6526 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6527 #  algorithm: "table_comparison"
6528 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6529 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6530 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6531 #  columns:
6532 #    - title: "2001"
6533 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6534 #    - title: "2005"
6535 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6536 #    - title: "2009"
6537 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6538 #  comparisons:
6539 #    - title: "Diff"
6540 #      reference: 2
6541 #      compare: 3
6542 #  legend:
6543 #    - ""
6544 #    - "2001, 2005, 2009 - DPDK versions tested."
6545 #    - "Diff - difference between 2005 and 2009 DPDK version."
6546 #
6547 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6548 #- type: "table"
6549 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6550 #  algorithm: "table_comparison"
6551 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6552 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6553 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6554 #  columns:
6555 #    - title: "2001"
6556 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6557 #    - title: "2005"
6558 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6559 #    - title: "2009"
6560 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6561 #  comparisons:
6562 #    - title: "Diff"
6563 #      reference: 2
6564 #      compare: 3
6565 #  legend:
6566 #    - ""
6567 #    - "2001, 2005, 2009 - DPDK versions tested."
6568 #    - "Diff - difference between 2005 and 2009 DPDK version."
6569 #
6570 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6571 #- type: "table"
6572 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6573 #  algorithm: "table_comparison"
6574 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6575 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6576 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6577 #  columns:
6578 #    - title: "2001"
6579 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6580 #    - title: "2005"
6581 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6582 #    - title: "2009"
6583 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6584 #  comparisons:
6585 #    - title: "Diff"
6586 #      reference: 2
6587 #      compare: 3
6588 #  legend:
6589 #    - ""
6590 #    - "2001, 2005, 2009 - DPDK versions tested."
6591 #    - "Diff - difference between 2005 and 2009 DPDK version."
6592
6593 # DPDK Performance Changes 3n-tsh 1t1c pdr
6594 - type: "table"
6595   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6596   algorithm: "table_comparison"
6597   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6599   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6600   columns:
6601     - title: "2001"
6602       data-set: "dpdk-performance-changes-3n-tsh-h1"
6603     - title: "2005"
6604       data-set: "dpdk-performance-changes-3n-tsh-ref"
6605     - title: "2009"
6606       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6607   comparisons:
6608     - title: "Diff"
6609       reference: 2
6610       compare: 3
6611   legend:
6612     - ""
6613     - "2001, 2005, 2009 - DPDK versions tested."
6614     - "Diff - difference between 2005 and 2009 DPDK version."
6615
6616 # DPDK Performance Changes 3n-tsh 2t2c pdr
6617 - type: "table"
6618   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6619   algorithm: "table_comparison"
6620   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6622   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6623   columns:
6624     - title: "2001"
6625       data-set: "dpdk-performance-changes-3n-tsh-h1"
6626     - title: "2005"
6627       data-set: "dpdk-performance-changes-3n-tsh-ref"
6628     - title: "2009"
6629       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6630   comparisons:
6631     - title: "Diff"
6632       reference: 2
6633       compare: 3
6634   legend:
6635     - ""
6636     - "2001, 2005, 2009 - DPDK versions tested."
6637     - "Diff - difference between 2005 and 2009 DPDK version."
6638
6639 # DPDK Performance Changes 3n-tsh 1t1c ndr
6640 - type: "table"
6641   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6642   algorithm: "table_comparison"
6643   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6645   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6646   columns:
6647     - title: "2001"
6648       data-set: "dpdk-performance-changes-3n-tsh-h1"
6649     - title: "2005"
6650       data-set: "dpdk-performance-changes-3n-tsh-ref"
6651     - title: "2009"
6652       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6653   comparisons:
6654     - title: "Diff"
6655       reference: 2
6656       compare: 3
6657   legend:
6658     - ""
6659     - "2001, 2005, 2009 - DPDK versions tested."
6660     - "Diff - difference between 2005 and 2009 DPDK version."
6661
6662 # DPDK Performance Changes 3n-tsh 2t2c ndr
6663 - type: "table"
6664   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6665   algorithm: "table_comparison"
6666   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6668   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6669   columns:
6670     - title: "2001"
6671       data-set: "dpdk-performance-changes-3n-tsh-h1"
6672     - title: "2005"
6673       data-set: "dpdk-performance-changes-3n-tsh-ref"
6674     - title: "2009"
6675       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6676   comparisons:
6677     - title: "Diff"
6678       reference: 2
6679       compare: 3
6680   legend:
6681     - ""
6682     - "2001, 2005, 2009 - DPDK versions tested."
6683     - "Diff - difference between 2005 and 2009 DPDK version."
6684
6685 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6686 - type: "table"
6687   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6688   algorithm: "table_comparison"
6689   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6691   filter: "'NIC_Intel-X710'"
6692   columns:
6693     - title: "3n-hsw x710"
6694       data-set: "dpdk-compare-testbeds-ref"
6695     - title: "3n-skx x710"
6696       data-set: "dpdk-compare-testbeds-cmp"
6697   comparisons:
6698     - title: "Diff"
6699       reference: 1
6700       compare: 2
6701   legend:
6702     - ""
6703     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6704     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6705
6706 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6707 - type: "table"
6708   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6709   algorithm: "table_comparison"
6710   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6712   filter: "'NIC_Intel-X710'"
6713   columns:
6714     - title: "3n-hsw x710"
6715       data-set: "dpdk-compare-testbeds-ref"
6716     - title: "3n-skx x710"
6717       data-set: "dpdk-compare-testbeds-cmp"
6718   comparisons:
6719     - title: "Diff"
6720       reference: 1
6721       compare: 2
6722   legend:
6723     - ""
6724     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6725     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6726
6727 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6728 - type: "table"
6729   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6730   algorithm: "table_comparison"
6731   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6733   filter: "'NIC_Intel-XXV710'"
6734   columns:
6735     - title: "2n-skx"
6736       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6737     - title: "2n-clx"
6738       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6739   comparisons:
6740     - title: "Diff"
6741       reference: 1
6742       compare: 2
6743   legend:
6744     - ""
6745     - "2n-skx, 2n-clx - testbeds and NICs tested."
6746     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6747
6748 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6749 - type: "table"
6750   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6751   algorithm: "table_comparison"
6752   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6754   filter: "'NIC_Intel-XXV710'"
6755   columns:
6756     - title: "2n-skx"
6757       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6758     - title: "2n-clx"
6759       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6760   comparisons:
6761     - title: "Diff"
6762       reference: 1
6763       compare: 2
6764   legend:
6765     - ""
6766     - "2n-skx, 2n-clx - testbeds and NICs tested."
6767     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6768
6769 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6770 - type: "table"
6771   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6772   algorithm: "table_comparison"
6773   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6775   filter: "'NIC_Intel-XXV710'"
6776   columns:
6777     - title: "3n-skx"
6778       data-set: "dpdk-compare-topologies-ref"
6779     - title: "2n-skx"
6780       data-set: "dpdk-compare-topologies-cmp"
6781   comparisons:
6782     - title: "Diff"
6783       reference: 1
6784       compare: 2
6785   legend:
6786     - ""
6787     - "3n-skx, 2n-skx - topologies tested."
6788     - "Diff - difference between 3n-skx and 2n-skx topologies."
6789
6790 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6791 - type: "table"
6792   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6793   algorithm: "table_comparison"
6794   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6796   filter: "'NIC_Intel-XXV710'"
6797   columns:
6798     - title: "3n-skx"
6799       data-set: "dpdk-compare-topologies-ref"
6800     - title: "2n-skx"
6801       data-set: "dpdk-compare-topologies-cmp"
6802   comparisons:
6803     - title: "Diff"
6804       reference: 1
6805       compare: 2
6806   legend:
6807     - ""
6808     - "3n-skx, 2n-skx - topologies tested."
6809     - "Diff - difference between 3n-skx and 2n-skx topologies."
6810
6811 # Detailed Test Results - DPDK Performance Results 3n-hsw
6812 - type: "table"
6813   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6814   algorithm: "table_merged_details"
6815   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6816   columns:
6817     - title: " |prein| Test Name |preout| "
6818       data: "data name"
6819     - 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| "
6820       data: "data msg"
6821   data: "dpdk-perf-results-3n-hsw"
6822   filter: "all"
6823   parameters:
6824   - "name"
6825   - "parent"
6826   - "msg"
6827
6828 # Detailed Test Results - DPDK Performance Results 3n-skx
6829 - type: "table"
6830   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6831   algorithm: "table_merged_details"
6832   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6833   columns:
6834     - title: " |prein| Test Name |preout| "
6835       data: "data name"
6836     - 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| "
6837       data: "data msg"
6838   data: "dpdk-perf-results-3n-skx"
6839   filter: "all"
6840   remove-ndr: False
6841   parameters:
6842   - "name"
6843   - "parent"
6844   - "msg"
6845
6846 # Detailed Test Results - DPDK Performance Results 2n-skx
6847 - type: "table"
6848   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6849   algorithm: "table_merged_details"
6850   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6851   columns:
6852     - title: " |prein| Test Name |preout| "
6853       data: "data name"
6854     - 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| "
6855       data: "data msg"
6856   data: "dpdk-perf-results-2n-skx"
6857   filter: "all"
6858   remove-ndr: False
6859   parameters:
6860   - "name"
6861   - "parent"
6862   - "msg"
6863
6864 # Detailed Test Results - DPDK Performance Results 2n-clx
6865 - type: "table"
6866   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6867   algorithm: "table_merged_details"
6868   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6869   columns:
6870     - title: " |prein| Test Name |preout| "
6871       data: "data name"
6872     - 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| "
6873       data: "data msg"
6874   data: "dpdk-perf-results-2n-clx"
6875   filter: "all"
6876   parameters:
6877   - "name"
6878   - "parent"
6879   - "msg"
6880
6881 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6882 #- type: "table"
6883 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6884 #  algorithm: "table_merged_details"
6885 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6886 #  columns:
6887 #    - title: " |prein| Test Name |preout| "
6888 #      data: "data name"
6889 #    - 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| "
6890 #      data: "data msg"
6891 #  data: "dpdk-perf-results-2n-dnv"
6892 #  filter: "all"
6893 #  parameters:
6894 #  - "name"
6895 #  - "parent"
6896 #  - "msg"
6897 #
6898 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6899 #- type: "table"
6900 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6901 #  algorithm: "table_merged_details"
6902 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6903 #  columns:
6904 #    - title: " |prein| Test Name |preout| "
6905 #      data: "data name"
6906 #    - 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| "
6907 #      data: "data msg"
6908 #  data: "dpdk-perf-results-3n-dnv"
6909 #  filter: "all"
6910 #  parameters:
6911 #  - "name"
6912 #  - "parent"
6913 #  - "msg"
6914
6915 # Detailed Test Results - DPDK Performance Results 3n-tsh
6916 - type: "table"
6917   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6918   algorithm: "table_merged_details"
6919   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6920   columns:
6921     - title: " |prein| Test Name |preout| "
6922       data: "data name"
6923     - 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| "
6924       data: "data msg"
6925   data: "dpdk-perf-results-3n-tsh"
6926   filter: "all"
6927   parameters:
6928   - "name"
6929   - "parent"
6930   - "msg"
6931
6932 ################################################################################
6933 ###                                F I L E S                                 ###
6934 ################################################################################
6935
6936 # VPP Performance Results
6937 - type: "file"
6938   title: "VPP Performance Results"
6939   algorithm: "file_details_split"
6940   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6941   dir-tables:
6942     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6943     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6944     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6945     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6946     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6947     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6948     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6949   data:
6950     - "vpp-perf-results-2n-skx"
6951     - "vpp-perf-results-3n-skx"
6952     - "vpp-perf-results-2n-clx"
6953     - "vpp-perf-results-3n-hsw"
6954     - "vpp-perf-results-3n-tsh"
6955     - "vpp-perf-results-2n-dnv"
6956     - "vpp-perf-results-3n-dnv"
6957   filter: "all"
6958   data-start-level: 4
6959   order-chapters:
6960     level-1:
6961       - "l2"
6962       - "ip4"
6963       - "ip6"
6964       - "srv6"
6965       - "ip4_tunnels"
6966       - "ip6_tunnels"
6967       - "vm_vhost"
6968       - "container_memif"
6969       - "crypto"
6970       - "vts"
6971       - "lb"
6972       - "nfv_density"
6973       - "hoststack"
6974     level-2:
6975       - "2n-skx"
6976       - "3n-skx"
6977       - "2n-clx"
6978       - "3n-hsw"
6979       - "3n-tsh"
6980       - "2n-dnv"
6981       - "3n-dnv"
6982     level-3:
6983       - "xl710"
6984       - "x520"
6985       - "xxv710"
6986       - "x710"
6987       - "x553"
6988       - "cx556a"
6989       - "vic1227"
6990       - "vic1385"
6991
6992 # VPP Performance Configuration
6993 - type: "file"
6994   title: "VPP Performance Configuration"
6995   algorithm: "file_details_split"
6996   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6997   dir-tables:
6998     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6999     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7000     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7001     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7002     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7003     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7004     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7005   data:
7006     - "vpp-perf-results-2n-skx"
7007     - "vpp-perf-results-3n-skx"
7008     - "vpp-perf-results-2n-clx"
7009     - "vpp-perf-results-3n-hsw"
7010     - "vpp-perf-results-3n-tsh"
7011     - "vpp-perf-results-2n-dnv"
7012     - "vpp-perf-results-3n-dnv"
7013   filter: "all"
7014   data-start-level: 4
7015   order-chapters:
7016     level-1:
7017       - "l2"
7018       - "ip4"
7019       - "ip6"
7020       - "srv6"
7021       - "ip4_tunnels"
7022       - "ip6_tunnels"
7023       - "vm_vhost"
7024       - "container_memif"
7025       - "crypto"
7026       - "vts"
7027       - "lb"
7028       - "nfv_density"
7029       - "hoststack"
7030     level-2:
7031       - "2n-skx"
7032       - "3n-skx"
7033       - "2n-clx"
7034       - "3n-hsw"
7035       - "3n-tsh"
7036       - "2n-dnv"
7037       - "3n-dnv"
7038     level-3:
7039       - "xl710"
7040       - "x520"
7041       - "xxv710"
7042       - "x710"
7043       - "x553"
7044       - "cx556a"
7045       - "vic1227"
7046       - "vic1385"
7047
7048 # VPP Performance Operational
7049 - type: "file"
7050   title: "VPP Performance Operational"
7051   algorithm: "file_details_split_html"
7052   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7053   dir-tables:
7054     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7055     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7056     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7057     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7058     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7059     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7060     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7061   data:
7062     - "vpp-perf-results-2n-skx"
7063     - "vpp-perf-results-3n-skx"
7064     - "vpp-perf-results-2n-clx"
7065     - "vpp-perf-results-3n-hsw"
7066     - "vpp-perf-results-3n-tsh"
7067     - "vpp-perf-results-2n-dnv"
7068     - "vpp-perf-results-3n-dnv"
7069   filter: "all"
7070   data-start-level: 4
7071   order-chapters:
7072     level-1:
7073       - "l2"
7074       - "ip4"
7075       - "ip6"
7076       - "srv6"
7077       - "ip4_tunnels"
7078       - "ip6_tunnels"
7079       - "vm_vhost"
7080       - "container_memif"
7081       - "crypto"
7082       - "vts"
7083       - "lb"
7084       - "nfv_density"
7085       - "hoststack"
7086     level-2:
7087       - "2n-skx"
7088       - "3n-skx"
7089       - "2n-clx"
7090       - "3n-hsw"
7091       - "3n-tsh"
7092       - "2n-dnv"
7093       - "3n-dnv"
7094     level-3:
7095       - "xl710"
7096       - "x520"
7097       - "xxv710"
7098       - "x710"
7099       - "x553"
7100       - "cx556a"
7101       - "vic1227"
7102       - "vic1385"
7103
7104 # VPP MRR Results
7105 - type: "file"
7106   title: "VPP MRR Results"
7107   algorithm: "file_details_split"
7108   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7109   dir-tables:
7110     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7111     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7112     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7113     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7114     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7115     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7116     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7117   data:
7118     - "vpp-mrr-results-2n-skx"
7119     - "vpp-mrr-results-3n-skx"
7120     - "vpp-mrr-results-2n-clx"
7121     - "vpp-mrr-results-3n-hsw"
7122     - "vpp-mrr-results-3n-tsh"
7123     - "vpp-mrr-results-2n-dnv"
7124     - "vpp-mrr-results-3n-dnv"
7125   filter: "all"
7126   data-start-level: 4
7127   order-chapters:
7128     level-1:
7129       - "l2"
7130       - "ip4"
7131       - "ip6"
7132       - "srv6"
7133       - "ip4_tunnels"
7134       - "ip6_tunnels"
7135       - "vm_vhost"
7136       - "container_memif"
7137       - "crypto"
7138       - "vts"
7139       - "lb"
7140       - "nfv_density"
7141       - "hoststack"
7142     level-2:
7143       - "2n-skx"
7144       - "3n-skx"
7145       - "2n-clx"
7146       - "3n-hsw"
7147       - "3n-tsh"
7148       - "2n-dnv"
7149       - "3n-dnv"
7150     level-3:
7151       - "xl710"
7152       - "x520"
7153       - "xxv710"
7154       - "x710"
7155       - "x553"
7156       - "cx556a"
7157       - "vic1227"
7158       - "vic1385"
7159
7160 # VPP MRR Configuration
7161 - type: "file"
7162   title: "VPP MRR Configuration"
7163   algorithm: "file_details_split"
7164   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7165   dir-tables:
7166     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7167     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7168     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7169     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7170     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7171     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7172     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7173   data:
7174     - "vpp-mrr-results-2n-skx"
7175     - "vpp-mrr-results-3n-skx"
7176     - "vpp-mrr-results-2n-clx"
7177     - "vpp-mrr-results-3n-hsw"
7178     - "vpp-mrr-results-3n-tsh"
7179     - "vpp-mrr-results-2n-dnv"
7180     - "vpp-mrr-results-3n-dnv"
7181   filter: "all"
7182   data-start-level: 4
7183   order-chapters:
7184     level-1:
7185       - "l2"
7186       - "ip4"
7187       - "ip6"
7188       - "srv6"
7189       - "ip4_tunnels"
7190       - "ip6_tunnels"
7191       - "vm_vhost"
7192       - "container_memif"
7193       - "crypto"
7194       - "vts"
7195       - "lb"
7196       - "nfv_density"
7197       - "hoststack"
7198     level-2:
7199       - "2n-skx"
7200       - "3n-skx"
7201       - "2n-clx"
7202       - "3n-hsw"
7203       - "3n-tsh"
7204       - "2n-dnv"
7205       - "3n-dnv"
7206     level-3:
7207       - "xl710"
7208       - "x520"
7209       - "xxv710"
7210       - "x710"
7211       - "x553"
7212       - "cx556a"
7213       - "vic1227"
7214       - "vic1385"
7215
7216 # VPP Device Results - Ubuntu
7217 - type: "file"
7218   title: "VPP Device Results - Ubuntu"
7219   algorithm: "file_test_results"
7220   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7221   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7222   data: "vpp-device-results-ubuntu"
7223   filter: "all"
7224   data-start-level: 4
7225
7226 # VPP Device Configuration - Ubuntu
7227 - type: "file"
7228   title: "VPP Device Configuration - Ubuntu"
7229   algorithm: "file_test_results"
7230   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7231   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7232   data: "vpp-device-results-ubuntu"
7233   filter: "all"
7234   data-start-level: 4
7235
7236 # DPDK Performance Results 3n-hsw
7237 - type: "file"
7238   title: "DPDK Performance Results 3n-hsw"
7239   algorithm: "file_test_results"
7240   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7241   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7242   data: "dpdk-perf-results-3n-hsw"
7243   filter: "all"
7244   data-start-level: 4
7245
7246 # DPDK Performance Results 3n-skx
7247 - type: "file"
7248   title: "DPDK Performance Results 3n-skx"
7249   algorithm: "file_test_results"
7250   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7251   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7252   data: "dpdk-perf-results-3n-skx"
7253   filter: "all"
7254   data-start-level: 4
7255
7256 # DPDK Performance Results 2n-skx
7257 - type: "file"
7258   title: "DPDK Performance Results 2n-skx"
7259   algorithm: "file_test_results"
7260   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7261   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7262   data: "dpdk-perf-results-2n-skx"
7263   filter: "all"
7264   data-start-level: 4
7265
7266 # DPDK Performance Results 2n-clx
7267 - type: "file"
7268   title: "DPDK Performance Results 2n-clx"
7269   algorithm: "file_test_results"
7270   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7271   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7272   data: "dpdk-perf-results-2n-clx"
7273   filter: "all"
7274   data-start-level: 4
7275
7276 ## DPDK Performance Results 2n-dnv
7277 #- type: "file"
7278 #  title: "DPDK Performance Results 2n-dnv"
7279 #  algorithm: "file_test_results"
7280 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7281 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7282 #  data: "dpdk-perf-results-2n-dnv"
7283 #  filter: "all"
7284 #  data-start-level: 4
7285 #
7286 ## DPDK Performance Results 3n-dnv
7287 #- type: "file"
7288 #  title: "DPDK Performance Results 3n-dnv"
7289 #  algorithm: "file_test_results"
7290 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7291 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7292 #  data: "dpdk-perf-results-3n-dnv"
7293 #  filter: "all"
7294 #  data-start-level: 4
7295
7296 # DPDK Performance Results 3n-tsh
7297 - type: "file"
7298   title: "DPDK Performance Results 3n-tsh"
7299   algorithm: "file_test_results"
7300   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7301   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7302   data: "dpdk-perf-results-3n-tsh"
7303   filter: "all"
7304   data-start-level: 4
7305
7306 ################################################################################
7307 ###                                P L O T S                                 ###
7308 ################################################################################
7309
7310 # Hoststack tests 3n-hsw
7311
7312 - type: "plot"
7313   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7314   algorithm: "plot_perf_box_name"
7315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7316   data: "plot-vpp-hoststack-3n-hsw"
7317   include:
7318     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7319     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7320   layout:
7321     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7322     layout: "plot-hoststack"
7323
7324 - type: "plot"
7325   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7326   algorithm: "plot_perf_box_name"
7327   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7328   data: "plot-vpp-hoststack-3n-hsw"
7329   include:
7330     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7331     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7332   layout:
7333     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7334     layout: "plot-hoststack"
7335
7336 - type: "plot"
7337   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7338   algorithm: "plot_perf_box_name"
7339   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7340   data: "plot-vpp-hoststack-3n-hsw"
7341   include:
7342     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7343     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7344     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7345     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7346   layout:
7347     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7348     layout: "plot-hoststack"
7349
7350 ################################################################################
7351
7352 # Soak Test (PLRsearch), boxes - 2n-clx
7353 - type: "plot"
7354   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7355   algorithm: "plot_perf_box_name"
7356   output-file-type: ".html"
7357   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7358   data: "plot-vpp-soak-2n-clx"
7359   include:
7360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7366   layout:
7367     title: "30 Minutes Soak Test (PLRsearch)"
7368     layout: "plot-soak-throughput"
7369
7370 # Soak Test (PLRsearch), boxes - 2n-clx
7371 - type: "plot"
7372   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7373   algorithm: "plot_perf_box_name"
7374   output-file-type: ".html"
7375   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7376   data: "plot-vpp-soak-2n-clx"
7377   include:
7378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7380     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7381     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7383     - "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"
7384   layout:
7385     title: "30 Minutes Soak Test (PLRsearch)"
7386     layout: "plot-soak-throughput"
7387
7388 # Soak Test (PLRsearch), boxes - 2n-skx
7389 - type: "plot"
7390   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7391   algorithm: "plot_perf_box_name"
7392   output-file-type: ".html"
7393   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7394   data: "plot-vpp-soak-2n-skx"
7395   include:
7396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7402   layout:
7403     title: "30 Minutes Soak Test (PLRsearch)"
7404     layout: "plot-soak-throughput"
7405
7406 # Soak Test (PLRsearch), boxes - 2n-skx
7407 - type: "plot"
7408   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7409   algorithm: "plot_perf_box_name"
7410   output-file-type: ".html"
7411   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7412   data: "plot-vpp-soak-2n-skx"
7413   include:
7414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7415     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7416     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7417     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7419     - "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"
7420   layout:
7421     title: "30 Minutes Soak Test (PLRsearch)"
7422     layout: "plot-soak-throughput"
7423
7424 ###############################################################################
7425
7426 # Reconf tests 2n-skx
7427
7428 - type: "plot"
7429   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7430   algorithm: "plot_nf_reconf_box_name"
7431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7432   data: "plot-vpp-nfv-reconf-2n-skx"
7433   include:
7434     - "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"
7435     - "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"
7436     - "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"
7437     - "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"
7438     - "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"
7439     - "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"
7440   layout:
7441     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7442     layout: "plot-throughput"
7443
7444 - type: "plot"
7445   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7446   algorithm: "plot_nf_reconf_box_name"
7447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7448   data: "plot-vpp-nfv-reconf-2n-skx"
7449   include:
7450     - "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"
7451     - "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"
7452     - "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"
7453     - "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"
7454     - "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"
7455     - "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"
7456   layout:
7457     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7458     layout: "plot-throughput"
7459
7460 - type: "plot"
7461   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7462   algorithm: "plot_nf_reconf_box_name"
7463   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7464   data: "plot-vpp-nfv-reconf-2n-skx"
7465   include:
7466     - "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"
7467     - "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"
7468     - "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"
7469     - "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"
7470     - "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"
7471     - "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"
7472   layout:
7473     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7474     layout: "plot-throughput"
7475
7476 ###############################################################################
7477
7478 # Reconf tests 2n-clx
7479
7480 - type: "plot"
7481   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7482   algorithm: "plot_nf_reconf_box_name"
7483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7484   data: "plot-vpp-nfv-reconf-2n-clx"
7485   include:
7486     - "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"
7487     - "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"
7488     - "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"
7489     - "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"
7490   layout:
7491     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7492     layout: "plot-throughput"
7493
7494 - type: "plot"
7495   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7496   algorithm: "plot_nf_reconf_box_name"
7497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7498   data: "plot-vpp-nfv-reconf-2n-clx"
7499   include:
7500     - "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"
7501     - "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"
7502     - "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"
7503     - "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"
7504   layout:
7505     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7506     layout: "plot-throughput"
7507
7508 - type: "plot"
7509   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7510   algorithm: "plot_nf_reconf_box_name"
7511   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7512   data: "plot-vpp-nfv-reconf-2n-clx"
7513   include:
7514     - "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"
7515     - "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"
7516     - "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"
7517     - "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"
7518   layout:
7519     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7520     layout: "plot-throughput"
7521
7522 ###############################################################################
7523
7524 # Plots - NF Density - VSC - MRR IMIX
7525 - type: "plot"
7526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7527   algorithm: "plot_nf_heatmap"
7528   output-file-type: ".html"
7529   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7530   data: "plot-vpp-nfv-2n-skx-mrr"
7531   filter: "'NIC_Intel-XXV710' and
7532            'NF_DENSITY' and
7533            'VHOST' and
7534            not 'VXLAN' and
7535            'CHAIN' and
7536            'NF_VPPIP4' and
7537            'IMIX' and
7538            '2T1C' and
7539            'MRR'"
7540   parameters:
7541   - "result"
7542   - "name"
7543   - "tags"
7544   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7545   x-axis: "X = VNFs per Service Chain"
7546   y-axis: "Y = Number of Service Chains"
7547   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7548   layout:
7549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7550     layout: "plot-service-density"
7551
7552 - type: "plot"
7553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7554   algorithm: "plot_nf_heatmap"
7555   output-file-type: ".html"
7556   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7557   data: "plot-vpp-nfv-2n-skx-mrr"
7558   filter: "'NIC_Intel-XXV710' and
7559            'NF_DENSITY' and
7560            'VHOST' and
7561            not 'VXLAN' and
7562            'CHAIN' and
7563            'NF_VPPIP4' and
7564            'IMIX' and
7565            '4T2C' and
7566            'MRR'"
7567   parameters:
7568   - "result"
7569   - "name"
7570   - "tags"
7571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7572   x-axis: "X = VNFs per Service Chain"
7573   y-axis: "Y = Number of Service Chains"
7574   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7575   layout:
7576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7577     layout: "plot-service-density"
7578
7579 - type: "plot"
7580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7581   algorithm: "plot_nf_heatmap"
7582   output-file-type: ".html"
7583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7584   data: "plot-vpp-nfv-2n-skx-mrr"
7585   filter: "'NIC_Intel-XXV710' and
7586            'NF_DENSITY' and
7587            'VHOST' and
7588            not 'VXLAN' and
7589            'CHAIN' and
7590            'NF_VPPIP4' and
7591            'IMIX' and
7592            '8T4C' and
7593            'MRR'"
7594   parameters:
7595   - "result"
7596   - "name"
7597   - "tags"
7598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7599   x-axis: "X = VNFs per Service Chain"
7600   y-axis: "Y = Number of Service Chains"
7601   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7602   layout:
7603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7604     layout: "plot-service-density"
7605
7606 # Plots - NF Density - VSC - NDR IMIX
7607 - type: "plot"
7608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7609   algorithm: "plot_nf_heatmap"
7610   output-file-type: ".html"
7611   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7612   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7613   filter: "'NIC_Intel-XXV710' and
7614            'NF_DENSITY' and
7615            'VHOST' and
7616            not 'VXLAN' and
7617            'CHAIN' and
7618            'NF_VPPIP4' and
7619            'IMIX' and
7620            '2T1C' and
7621            'NDRPDR'"
7622   parameters:
7623   - "throughput"
7624   - "name"
7625   - "tags"
7626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7627   x-axis: "X = VNFs per Service Chain"
7628   y-axis: "Y = Number of Service Chains"
7629   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7630   layout:
7631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7632     layout: "plot-service-density"
7633
7634 - type: "plot"
7635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7636   algorithm: "plot_nf_heatmap"
7637   output-file-type: ".html"
7638   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7639   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7640   filter: "'NIC_Intel-XXV710' and
7641            'NF_DENSITY' and
7642            'VHOST' and
7643            not 'VXLAN' and
7644            'CHAIN' and
7645            'NF_VPPIP4' and
7646            'IMIX' and
7647            '4T2C' and
7648            'NDRPDR'"
7649   parameters:
7650   - "throughput"
7651   - "name"
7652   - "tags"
7653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7654   x-axis: "X = VNFs per Service Chain"
7655   y-axis: "Y = Number of Service Chains"
7656   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7657   layout:
7658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7659     layout: "plot-service-density"
7660
7661 - type: "plot"
7662   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7663   algorithm: "plot_nf_heatmap"
7664   output-file-type: ".html"
7665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7666   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7667   filter: "'NIC_Intel-XXV710' and
7668            'NF_DENSITY' and
7669            'VHOST' and
7670            not 'VXLAN' and
7671            'CHAIN' and
7672            'NF_VPPIP4' and
7673            'IMIX' and
7674            '8T4C' and
7675            'NDRPDR'"
7676   parameters:
7677   - "throughput"
7678   - "name"
7679   - "tags"
7680   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7681   x-axis: "X = VNFs per Service Chain"
7682   y-axis: "Y = Number of Service Chains"
7683   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7684   layout:
7685     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7686     layout: "plot-service-density"
7687
7688 # Plots - NF Density - VSC - PDR IMIX
7689 - type: "plot"
7690   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7691   algorithm: "plot_nf_heatmap"
7692   output-file-type: ".html"
7693   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7694   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7695   filter: "'NIC_Intel-XXV710' and
7696            'NF_DENSITY' and
7697            'VHOST' and
7698            not 'VXLAN' and
7699            'CHAIN' and
7700            'NF_VPPIP4' and
7701            'IMIX' and
7702            '2T1C' and
7703            'NDRPDR'"
7704   parameters:
7705   - "throughput"
7706   - "name"
7707   - "tags"
7708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7709   x-axis: "X = VNFs per Service Chain"
7710   y-axis: "Y = Number of Service Chains"
7711   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7712   layout:
7713     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7714     layout: "plot-service-density"
7715
7716 - type: "plot"
7717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7718   algorithm: "plot_nf_heatmap"
7719   output-file-type: ".html"
7720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7721   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7722   filter: "'NIC_Intel-XXV710' and
7723            'NF_DENSITY' and
7724            'VHOST' and
7725            not 'VXLAN' and
7726            'CHAIN' and
7727            'NF_VPPIP4' and
7728            'IMIX' and
7729            '4T2C' and
7730            'NDRPDR'"
7731   parameters:
7732   - "throughput"
7733   - "name"
7734   - "tags"
7735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7736   x-axis: "X = VNFs per Service Chain"
7737   y-axis: "Y = Number of Service Chains"
7738   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7739   layout:
7740     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7741     layout: "plot-service-density"
7742
7743 - type: "plot"
7744   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7745   algorithm: "plot_nf_heatmap"
7746   output-file-type: ".html"
7747   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7748   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7749   filter: "'NIC_Intel-XXV710' and
7750            'NF_DENSITY' and
7751            'VHOST' and
7752            not 'VXLAN' and
7753            'CHAIN' and
7754            'NF_VPPIP4' and
7755            'IMIX' and
7756            '8T4C' and
7757            'NDRPDR'"
7758   parameters:
7759   - "throughput"
7760   - "name"
7761   - "tags"
7762   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7763   x-axis: "X = VNFs per Service Chain"
7764   y-axis: "Y = Number of Service Chains"
7765   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7766   layout:
7767     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7768     layout: "plot-service-density"
7769
7770 ###############################################################################
7771
7772 # Plots - NF Density - VSC - MRR IMIX
7773 - type: "plot"
7774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7775   algorithm: "plot_nf_heatmap"
7776   output-file-type: ".html"
7777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7778   data: "plot-vpp-nfv-2n-skx-mrr"
7779   filter: "'NIC_Intel-XXV710' and
7780            'NF_DENSITY' and
7781            'VHOST' and
7782            'VXLAN' and
7783            'CHAIN' and
7784            'IMIX' and
7785            '2T1C' and
7786            'MRR'"
7787   parameters:
7788   - "result"
7789   - "name"
7790   - "tags"
7791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7792   x-axis: "X = VNFs per Service Chain"
7793   y-axis: "Y = Number of Service Chains"
7794   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7795   layout:
7796     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7797     layout: "plot-service-density"
7798
7799 - type: "plot"
7800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7801   algorithm: "plot_nf_heatmap"
7802   output-file-type: ".html"
7803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7804   data: "plot-vpp-nfv-2n-skx-mrr"
7805   filter: "'NIC_Intel-XXV710' and
7806            'NF_DENSITY' and
7807            'VHOST' and
7808            'VXLAN' and
7809            'CHAIN' and
7810            'IMIX' and
7811            '4T2C' and
7812            'MRR'"
7813   parameters:
7814   - "result"
7815   - "name"
7816   - "tags"
7817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7818   x-axis: "X = VNFs per Service Chain"
7819   y-axis: "Y = Number of Service Chains"
7820   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7821   layout:
7822     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7823     layout: "plot-service-density"
7824
7825 - type: "plot"
7826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7827   algorithm: "plot_nf_heatmap"
7828   output-file-type: ".html"
7829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7830   data: "plot-vpp-nfv-2n-skx-mrr"
7831   filter: "'NIC_Intel-XXV710' and
7832            'NF_DENSITY' and
7833            'VHOST' and
7834            'VXLAN' and
7835            'CHAIN' and
7836            'IMIX' and
7837            '8T4C' and
7838            'MRR'"
7839   parameters:
7840   - "result"
7841   - "name"
7842   - "tags"
7843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7844   x-axis: "X = VNFs per Service Chain"
7845   y-axis: "Y = Number of Service Chains"
7846   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7847   layout:
7848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7849     layout: "plot-service-density"
7850
7851 # Plots - NF Density - VSC - NDR IMIX
7852 - type: "plot"
7853   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7854   algorithm: "plot_nf_heatmap"
7855   output-file-type: ".html"
7856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7857   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7858   filter: "'NIC_Intel-XXV710' and
7859            'NF_DENSITY' and
7860            'VHOST' and
7861            'VXLAN' and
7862            'CHAIN' and
7863            'IMIX' and
7864            '2T1C' and
7865            'NDRPDR'"
7866   parameters:
7867   - "throughput"
7868   - "name"
7869   - "tags"
7870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7871   x-axis: "X = VNFs per Service Chain"
7872   y-axis: "Y = Number of Service Chains"
7873   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7874   layout:
7875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7876     layout: "plot-service-density"
7877
7878 - type: "plot"
7879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7880   algorithm: "plot_nf_heatmap"
7881   output-file-type: ".html"
7882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7883   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7884   filter: "'NIC_Intel-XXV710' and
7885            'NF_DENSITY' and
7886            'VHOST' and
7887            'VXLAN' and
7888            'CHAIN' and
7889            'IMIX' and
7890            '4T2C' and
7891            'NDRPDR'"
7892   parameters:
7893   - "throughput"
7894   - "name"
7895   - "tags"
7896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7897   x-axis: "X = VNFs per Service Chain"
7898   y-axis: "Y = Number of Service Chains"
7899   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7900   layout:
7901     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7902     layout: "plot-service-density"
7903
7904 - type: "plot"
7905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7906   algorithm: "plot_nf_heatmap"
7907   output-file-type: ".html"
7908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7909   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7910   filter: "'NIC_Intel-XXV710' and
7911            'NF_DENSITY' and
7912            'VHOST' and
7913            'VXLAN' and
7914            'CHAIN' and
7915            'IMIX' and
7916            '8T4C' and
7917            'NDRPDR'"
7918   parameters:
7919   - "throughput"
7920   - "name"
7921   - "tags"
7922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7923   x-axis: "X = VNFs per Service Chain"
7924   y-axis: "Y = Number of Service Chains"
7925   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7926   layout:
7927     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7928     layout: "plot-service-density"
7929
7930 # Plots - NF Density - VSC - PDR IMIX
7931 - type: "plot"
7932   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7933   algorithm: "plot_nf_heatmap"
7934   output-file-type: ".html"
7935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7936   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7937   filter: "'NIC_Intel-XXV710' and
7938            'NF_DENSITY' and
7939            'VHOST' and
7940            'VXLAN' and
7941            'CHAIN' and
7942            'IMIX' and
7943            '2T1C' and
7944            'NDRPDR'"
7945   parameters:
7946   - "throughput"
7947   - "name"
7948   - "tags"
7949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7950   x-axis: "X = VNFs per Service Chain"
7951   y-axis: "Y = Number of Service Chains"
7952   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7953   layout:
7954     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7955     layout: "plot-service-density"
7956
7957 - type: "plot"
7958   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7959   algorithm: "plot_nf_heatmap"
7960   output-file-type: ".html"
7961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7962   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7963   filter: "'NIC_Intel-XXV710' and
7964            'NF_DENSITY' and
7965            'VHOST' and
7966            'VXLAN' and
7967            'CHAIN' and
7968            'IMIX' and
7969            '4T2C' and
7970            'NDRPDR'"
7971   parameters:
7972   - "throughput"
7973   - "name"
7974   - "tags"
7975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7976   x-axis: "X = VNFs per Service Chain"
7977   y-axis: "Y = Number of Service Chains"
7978   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7979   layout:
7980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7981     layout: "plot-service-density"
7982
7983 - type: "plot"
7984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7985   algorithm: "plot_nf_heatmap"
7986   output-file-type: ".html"
7987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7988   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7989   filter: "'NIC_Intel-XXV710' and
7990            'NF_DENSITY' and
7991            'VHOST' and
7992            'VXLAN' and
7993            'CHAIN' and
7994            'IMIX' and
7995            '8T4C' and
7996            'NDRPDR'"
7997   parameters:
7998   - "throughput"
7999   - "name"
8000   - "tags"
8001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8002   x-axis: "X = VNFs per Service Chain"
8003   y-axis: "Y = Number of Service Chains"
8004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8005   layout:
8006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8007     layout: "plot-service-density"
8008
8009 ###############################################################################
8010
8011 # Plots - NF Density - CSC - MRR IMIX
8012 - type: "plot"
8013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8014   algorithm: "plot_nf_heatmap"
8015   output-file-type: ".html"
8016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8017   data: "plot-vpp-nfv-2n-skx-mrr"
8018   filter: "'NIC_Intel-XXV710' and
8019            'NF_DENSITY' and
8020            'DOCKER' and
8021            'CHAIN' and
8022            'NF_VPPIP4' and
8023            'IMIX' and
8024            '2T1C' and
8025            'MRR'"
8026   parameters:
8027   - "result"
8028   - "name"
8029   - "tags"
8030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8031   x-axis: "X = CNFs per Service Chain"
8032   y-axis: "Y = Number of Service Chains"
8033   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8034   layout:
8035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8036     layout: "plot-service-density"
8037
8038 - type: "plot"
8039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8040   algorithm: "plot_nf_heatmap"
8041   output-file-type: ".html"
8042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8043   data: "plot-vpp-nfv-2n-skx-mrr"
8044   filter: "'NIC_Intel-XXV710' and
8045            'NF_DENSITY' and
8046            'DOCKER' and
8047            'CHAIN' and
8048            'NF_VPPIP4' and
8049            'IMIX' and
8050            '4T2C' and
8051            'MRR'"
8052   parameters:
8053   - "result"
8054   - "name"
8055   - "tags"
8056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8057   x-axis: "X = CNFs per Service Chain"
8058   y-axis: "Y = Number of Service Chains"
8059   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8060   layout:
8061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8062     layout: "plot-service-density"
8063
8064 - type: "plot"
8065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8066   algorithm: "plot_nf_heatmap"
8067   output-file-type: ".html"
8068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8069   data: "plot-vpp-nfv-2n-skx-mrr"
8070   filter: "'NIC_Intel-XXV710' and
8071            'NF_DENSITY' and
8072            'DOCKER' and
8073            'CHAIN' and
8074            'NF_VPPIP4' and
8075            'IMIX' and
8076            '8T4C' and
8077            'MRR'"
8078   parameters:
8079   - "result"
8080   - "name"
8081   - "tags"
8082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8083   x-axis: "X = CNFs per Service Chain"
8084   y-axis: "Y = Number of Service Chains"
8085   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8086   layout:
8087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8088     layout: "plot-service-density"
8089
8090 # Plots - NF Density - CSC - NDR IMIX
8091 - type: "plot"
8092   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8093   algorithm: "plot_nf_heatmap"
8094   output-file-type: ".html"
8095   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8096   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8097   filter: "'NIC_Intel-XXV710' and
8098            'NF_DENSITY' and
8099            'DOCKER' and
8100            'CHAIN' and
8101            'NF_VPPIP4' and
8102            'IMIX' and
8103            '2T1C' and
8104            'NDRPDR'"
8105   parameters:
8106   - "throughput"
8107   - "name"
8108   - "tags"
8109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8110   x-axis: "X = CNFs per Service Chain"
8111   y-axis: "Y = Number of Service Chains"
8112   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8113   layout:
8114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8115     layout: "plot-service-density"
8116
8117 - type: "plot"
8118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8119   algorithm: "plot_nf_heatmap"
8120   output-file-type: ".html"
8121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8122   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8123   filter: "'NIC_Intel-XXV710' and
8124            'NF_DENSITY' and
8125            'DOCKER' and
8126            'CHAIN' and
8127            'NF_VPPIP4' and
8128            'IMIX' and
8129            '4T2C' and
8130            'NDRPDR'"
8131   parameters:
8132   - "throughput"
8133   - "name"
8134   - "tags"
8135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8136   x-axis: "X = CNFs per Service Chain"
8137   y-axis: "Y = Number of Service Chains"
8138   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8139   layout:
8140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8141     layout: "plot-service-density"
8142
8143 - type: "plot"
8144   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8145   algorithm: "plot_nf_heatmap"
8146   output-file-type: ".html"
8147   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8148   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8149   filter: "'NIC_Intel-XXV710' and
8150            'NF_DENSITY' and
8151            'DOCKER' and
8152            'CHAIN' and
8153            'NF_VPPIP4' and
8154            'IMIX' and
8155            '8T4C' and
8156            'NDRPDR'"
8157   parameters:
8158   - "throughput"
8159   - "name"
8160   - "tags"
8161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8162   x-axis: "X = CNFs per Service Chain"
8163   y-axis: "Y = Number of Service Chains"
8164   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8165   layout:
8166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8167     layout: "plot-service-density"
8168
8169 # Plots - NF Density - CSC - PDR IMIX
8170 - type: "plot"
8171   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8172   algorithm: "plot_nf_heatmap"
8173   output-file-type: ".html"
8174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8175   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8176   filter: "'NIC_Intel-XXV710' and
8177            'NF_DENSITY' and
8178            'DOCKER' and
8179            'CHAIN' and
8180            'NF_VPPIP4' and
8181            'IMIX' and
8182            '2T1C' and
8183            'NDRPDR'"
8184   parameters:
8185   - "throughput"
8186   - "name"
8187   - "tags"
8188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8189   x-axis: "X = CNFs per Service Chain"
8190   y-axis: "Y = Number of Service Chains"
8191   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8192   layout:
8193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8194     layout: "plot-service-density"
8195
8196 - type: "plot"
8197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8198   algorithm: "plot_nf_heatmap"
8199   output-file-type: ".html"
8200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8201   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8202   filter: "'NIC_Intel-XXV710' and
8203            'NF_DENSITY' and
8204            'DOCKER' and
8205            'CHAIN' and
8206            'NF_VPPIP4' and
8207            'IMIX' and
8208            '4T2C' and
8209            'NDRPDR'"
8210   parameters:
8211   - "throughput"
8212   - "name"
8213   - "tags"
8214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8215   x-axis: "X = CNFs per Service Chain"
8216   y-axis: "Y = Number of Service Chains"
8217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8218   layout:
8219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8220     layout: "plot-service-density"
8221
8222 - type: "plot"
8223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8224   algorithm: "plot_nf_heatmap"
8225   output-file-type: ".html"
8226   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8227   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8228   filter: "'NIC_Intel-XXV710' and
8229            'NF_DENSITY' and
8230            'DOCKER' and
8231            'CHAIN' and
8232            'NF_VPPIP4' and
8233            'IMIX' and
8234            '8T4C' and
8235            'NDRPDR'"
8236   parameters:
8237   - "throughput"
8238   - "name"
8239   - "tags"
8240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8241   x-axis: "X = CNFs per Service Chain"
8242   y-axis: "Y = Number of Service Chains"
8243   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8244   layout:
8245     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8246     layout: "plot-service-density"
8247
8248 ################################################################################
8249 #
8250 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8251 #- type: "plot"
8252 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8253 #  algorithm: "plot_nf_heatmap"
8254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8255 #  data: "plot-vpp-nfv-3n-skx-mrr"
8256 #  filter: "'NIC_Intel-XXV710' and
8257 #           'NF_DENSITY' and
8258 #           'DOCKER' and
8259 #           'CHAIN' and
8260 #           'NF_VPPIP4' and
8261 #           'IPSEC' and
8262 #           'TNL_4' and
8263 #           'IMIX' and
8264 #           '2T1C' and
8265 #           'MRR'"
8266 #  parameters:
8267 #  - "result"
8268 #  - "name"
8269 #  - "tags"
8270 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8271 #  x-axis: "X = CNFs per Service Chain"
8272 #  y-axis: "Y = Number of Service Chains"
8273 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8274 #  layout:
8275 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8276 #    layout: "plot-service-density"
8277 #
8278 #- type: "plot"
8279 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8280 #  algorithm: "plot_nf_heatmap"
8281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8282 #  data: "plot-vpp-nfv-3n-skx-mrr"
8283 #  filter: "'NIC_Intel-XXV710' and
8284 #           'NF_DENSITY' and
8285 #           'DOCKER' and
8286 #           'CHAIN' and
8287 #           'NF_VPPIP4' and
8288 #           'IPSEC' and
8289 #           'TNL_4' and
8290 #           'IMIX' and
8291 #           '4T2C' and
8292 #           'MRR'"
8293 #  parameters:
8294 #  - "result"
8295 #  - "name"
8296 #  - "tags"
8297 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8298 #  x-axis: "X = CNFs per Service Chain"
8299 #  y-axis: "Y = Number of Service Chains"
8300 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8301 #  layout:
8302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8303 #    layout: "plot-service-density"
8304 #
8305 #- type: "plot"
8306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8307 #  algorithm: "plot_nf_heatmap"
8308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8309 #  data: "plot-vpp-nfv-3n-skx-mrr"
8310 #  filter: "'NIC_Intel-XXV710' and
8311 #           'NF_DENSITY' and
8312 #           'DOCKER' and
8313 #           'CHAIN' and
8314 #           'NF_VPPIP4' and
8315 #           'IPSEC' and
8316 #           'TNL_4' and
8317 #           'IMIX' and
8318 #           '8T4C' and
8319 #           'MRR'"
8320 #  parameters:
8321 #  - "result"
8322 #  - "name"
8323 #  - "tags"
8324 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8325 #  x-axis: "X = CNFs per Service Chain"
8326 #  y-axis: "Y = Number of Service Chains"
8327 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8328 #  layout:
8329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8330 #    layout: "plot-service-density"
8331
8332 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8333 #- type: "plot"
8334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8335 #  algorithm: "plot_nf_heatmap"
8336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8337 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8338 #  filter: "'NIC_Intel-XXV710' and
8339 #           'NF_DENSITY' and
8340 #           'DOCKER' and
8341 #           'CHAIN' and
8342 #           'NF_VPPIP4' and
8343 #           'IPSEC' and
8344 #           'TNL_4' and
8345 #           'IMIX' and
8346 #           '2T1C' and
8347 #           'NDRPDR'"
8348 #  parameters:
8349 #  - "throughput"
8350 #  - "name"
8351 #  - "tags"
8352 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8353 #  x-axis: "X = CNFs per Service Chain"
8354 #  y-axis: "Y = Number of Service Chains"
8355 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8356 #  layout:
8357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8358 #    layout: "plot-service-density"
8359 #
8360 #- type: "plot"
8361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8362 #  algorithm: "plot_nf_heatmap"
8363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8364 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8365 #  filter: "'NIC_Intel-XXV710' and
8366 #           'NF_DENSITY' and
8367 #           'DOCKER' and
8368 #           'CHAIN' and
8369 #           'NF_VPPIP4' and
8370 #           'IPSEC' and
8371 #           'TNL_4' and
8372 #           'IMIX' and
8373 #           '4T2C' and
8374 #           'NDRPDR'"
8375 #  parameters:
8376 #  - "throughput"
8377 #  - "name"
8378 #  - "tags"
8379 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8380 #  x-axis: "X = CNFs per Service Chain"
8381 #  y-axis: "Y = Number of Service Chains"
8382 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8383 #  layout:
8384 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8385 #    layout: "plot-service-density"
8386 #
8387 #- type: "plot"
8388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8389 #  algorithm: "plot_nf_heatmap"
8390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8391 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8392 #  filter: "'NIC_Intel-XXV710' and
8393 #           'NF_DENSITY' and
8394 #           'DOCKER' and
8395 #           'CHAIN' and
8396 #           'NF_VPPIP4' and
8397 #           'IPSEC' and
8398 #           'TNL_4' and
8399 #           'IMIX' and
8400 #           '8T4C' and
8401 #           'NDRPDR'"
8402 #  parameters:
8403 #  - "throughput"
8404 #  - "name"
8405 #  - "tags"
8406 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8407 #  x-axis: "X = CNFs per Service Chain"
8408 #  y-axis: "Y = Number of Service Chains"
8409 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8410 #  layout:
8411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8412 #    layout: "plot-service-density"
8413 #
8414 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8415 #- type: "plot"
8416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8417 #  algorithm: "plot_nf_heatmap"
8418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8419 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8420 #  filter: "'NIC_Intel-XXV710' and
8421 #           'NF_DENSITY' and
8422 #           'DOCKER' and
8423 #           'CHAIN' and
8424 #           'NF_VPPIP4' and
8425 #           'IPSEC' and
8426 #           'TNL_4' and
8427 #           'IMIX' and
8428 #           '2T1C' and
8429 #           'NDRPDR'"
8430 #  parameters:
8431 #  - "throughput"
8432 #  - "name"
8433 #  - "tags"
8434 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8435 #  x-axis: "X = CNFs per Service Chain"
8436 #  y-axis: "Y = Number of Service Chains"
8437 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8438 #  layout:
8439 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8440 #    layout: "plot-service-density"
8441 #
8442 #- type: "plot"
8443 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8444 #  algorithm: "plot_nf_heatmap"
8445 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8446 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8447 #  filter: "'NIC_Intel-XXV710' and
8448 #           'NF_DENSITY' and
8449 #           'DOCKER' and
8450 #           'CHAIN' and
8451 #           'NF_VPPIP4' and
8452 #           'IPSEC' and
8453 #           'TNL_4' and
8454 #           'IMIX' and
8455 #           '4T2C' and
8456 #           'NDRPDR'"
8457 #  parameters:
8458 #  - "throughput"
8459 #  - "name"
8460 #  - "tags"
8461 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8462 #  x-axis: "X = CNFs per Service Chain"
8463 #  y-axis: "Y = Number of Service Chains"
8464 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8465 #  layout:
8466 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8467 #    layout: "plot-service-density"
8468 #
8469 #- type: "plot"
8470 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8471 #  algorithm: "plot_nf_heatmap"
8472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8473 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8474 #  filter: "'NIC_Intel-XXV710' and
8475 #           'NF_DENSITY' and
8476 #           'DOCKER' and
8477 #           'CHAIN' and
8478 #           'NF_VPPIP4' and
8479 #           'IPSEC' and
8480 #           'TNL_4' and
8481 #           'IMIX' and
8482 #           '8T4C' and
8483 #           'NDRPDR'"
8484 #  parameters:
8485 #  - "throughput"
8486 #  - "name"
8487 #  - "tags"
8488 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8489 #  x-axis: "X = CNFs per Service Chain"
8490 #  y-axis: "Y = Number of Service Chains"
8491 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8492 #  layout:
8493 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8494 #    layout: "plot-service-density"
8495
8496 ###############################################################################
8497
8498 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8499 #- type: "plot"
8500 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8501 #  algorithm: "plot_nf_heatmap"
8502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8503 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8504 #  filter: "'NIC_Intel-XL710' and
8505 #           'NF_DENSITY' and
8506 #           'DOCKER' and
8507 #           'CHAIN' and
8508 #           'NF_VPPIP4' and
8509 #           'IMIX' and
8510 #           'TNL_4' and
8511 #           '1T1C' and
8512 #           'MRR'"
8513 #  parameters:
8514 #  - "result"
8515 #  - "name"
8516 #  - "tags"
8517 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8518 #  x-axis: "X = CNFs per Service Chain"
8519 #  y-axis: "Y = Number of Service Chains"
8520 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8521 #  layout:
8522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8523 #    layout: "plot-service-density"
8524 #
8525 #- type: "plot"
8526 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8527 #  algorithm: "plot_nf_heatmap"
8528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8529 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8530 #  filter: "'NIC_Intel-XL710' and
8531 #           'NF_DENSITY' and
8532 #           'DOCKER' and
8533 #           'CHAIN' and
8534 #           'NF_VPPIP4' and
8535 #           'IPSEC' and
8536 #           'TNL_4' and
8537 #           'IMIX' and
8538 #           '2T2C' and
8539 #           'MRR'"
8540 #  parameters:
8541 #  - "result"
8542 #  - "name"
8543 #  - "tags"
8544 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8545 #  x-axis: "X = CNFs per Service Chain"
8546 #  y-axis: "Y = Number of Service Chains"
8547 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8548 #  layout:
8549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8550 #    layout: "plot-service-density"
8551 #
8552 #- type: "plot"
8553 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8554 #  algorithm: "plot_nf_heatmap"
8555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8556 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8557 #  filter: "'NIC_Intel-XL710' and
8558 #           'NF_DENSITY' and
8559 #           'DOCKER' and
8560 #           'CHAIN' and
8561 #           'NF_VPPIP4' and
8562 #           'IPSEC' and
8563 #           'TNL_4' and
8564 #           'IMIX' and
8565 #           '4T4C' and
8566 #           'MRR'"
8567 #  parameters:
8568 #  - "result"
8569 #  - "name"
8570 #  - "tags"
8571 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8572 #  x-axis: "X = CNFs per Service Chain"
8573 #  y-axis: "Y = Number of Service Chains"
8574 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8575 #  layout:
8576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8577 #    layout: "plot-service-density"
8578
8579 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8580 #- type: "plot"
8581 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8582 #  algorithm: "plot_nf_heatmap"
8583 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8584 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8585 #  filter: "'NIC_Intel-XL710' and
8586 #           'NF_DENSITY' and
8587 #           'DOCKER' and
8588 #           'CHAIN' and
8589 #           'NF_VPPIP4' and
8590 #           'IPSEC' and
8591 #           'TNL_4' and
8592 #           'IMIX' and
8593 #           '1T1C' and
8594 #           'NDRPDR'"
8595 #  parameters:
8596 #  - "throughput"
8597 #  - "name"
8598 #  - "tags"
8599 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8600 #  x-axis: "X = CNFs per Service Chain"
8601 #  y-axis: "Y = Number of Service Chains"
8602 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8603 #  layout:
8604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8605 #    layout: "plot-service-density"
8606 #
8607 #- type: "plot"
8608 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8609 #  algorithm: "plot_nf_heatmap"
8610 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8611 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8612 #  filter: "'NIC_Intel-XL710' and
8613 #           'NF_DENSITY' and
8614 #           'DOCKER' and
8615 #           'CHAIN' and
8616 #           'NF_VPPIP4' and
8617 #           'IPSEC' and
8618 #           'TNL_4' and
8619 #           'IMIX' and
8620 #           '2T2C' and
8621 #           'NDRPDR'"
8622 #  parameters:
8623 #  - "throughput"
8624 #  - "name"
8625 #  - "tags"
8626 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8627 #  x-axis: "X = CNFs per Service Chain"
8628 #  y-axis: "Y = Number of Service Chains"
8629 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8630 #  layout:
8631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8632 #    layout: "plot-service-density"
8633 #
8634 #- type: "plot"
8635 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8636 #  algorithm: "plot_nf_heatmap"
8637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8638 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8639 #  filter: "'NIC_Intel-XL710' and
8640 #           'NF_DENSITY' and
8641 #           'DOCKER' and
8642 #           'CHAIN' and
8643 #           'NF_VPPIP4' and
8644 #           'IPSEC' and
8645 #           'TNL_4' and
8646 #           'IMIX' and
8647 #           '4T4C' and
8648 #           'NDRPDR'"
8649 #  parameters:
8650 #  - "throughput"
8651 #  - "name"
8652 #  - "tags"
8653 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8654 #  x-axis: "X = CNFs per Service Chain"
8655 #  y-axis: "Y = Number of Service Chains"
8656 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8657 #  layout:
8658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8659 #    layout: "plot-service-density"
8660 #
8661 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8662 #- type: "plot"
8663 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8664 #  algorithm: "plot_nf_heatmap"
8665 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8666 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8667 #  filter: "'NIC_Intel-XL710' and
8668 #           'NF_DENSITY' and
8669 #           'DOCKER' and
8670 #           'CHAIN' and
8671 #           'NF_VPPIP4' and
8672 #           'IPSEC' and
8673 #           'TNL_4' and
8674 #           'IMIX' and
8675 #           '1T1C' and
8676 #           'NDRPDR'"
8677 #  parameters:
8678 #  - "throughput"
8679 #  - "name"
8680 #  - "tags"
8681 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8682 #  x-axis: "X = CNFs per Service Chain"
8683 #  y-axis: "Y = Number of Service Chains"
8684 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8685 #  layout:
8686 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8687 #    layout: "plot-service-density"
8688 #
8689 #- type: "plot"
8690 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8691 #  algorithm: "plot_nf_heatmap"
8692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8693 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8694 #  filter: "'NIC_Intel-XL710' and
8695 #           'NF_DENSITY' and
8696 #           'DOCKER' and
8697 #           'CHAIN' and
8698 #           'NF_VPPIP4' and
8699 #           'IPSEC' and
8700 #           'TNL_4' and
8701 #           'IMIX' and
8702 #           '2T2C' and
8703 #           'NDRPDR'"
8704 #  parameters:
8705 #  - "throughput"
8706 #  - "name"
8707 #  - "tags"
8708 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8709 #  x-axis: "X = CNFs per Service Chain"
8710 #  y-axis: "Y = Number of Service Chains"
8711 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8712 #  layout:
8713 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8714 #    layout: "plot-service-density"
8715 #
8716 #- type: "plot"
8717 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8718 #  algorithm: "plot_nf_heatmap"
8719 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8720 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8721 #  filter: "'NIC_Intel-XL710' and
8722 #           'NF_DENSITY' and
8723 #           'DOCKER' and
8724 #           'CHAIN' and
8725 #           'NF_VPPIP4' and
8726 #           'IPSEC' and
8727 #           'TNL_4' and
8728 #           'IMIX' and
8729 #           '4T4C' and
8730 #           'NDRPDR'"
8731 #  parameters:
8732 #  - "throughput"
8733 #  - "name"
8734 #  - "tags"
8735 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8736 #  x-axis: "X = CNFs per Service Chain"
8737 #  y-axis: "Y = Number of Service Chains"
8738 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8739 #  layout:
8740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8741 #    layout: "plot-service-density"
8742
8743 ###############################################################################
8744
8745 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8746 #- type: "plot"
8747 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8748 #  algorithm: "plot_nf_heatmap"
8749 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8750 #  data: "plot-vpp-nfv-3n-skx-mrr"
8751 #  filter: "'NIC_Intel-XXV710' and
8752 #           'NF_DENSITY' and
8753 #           'DOCKER' and
8754 #           'CHAIN' and
8755 #           'NF_VPPIP4' and
8756 #           'IPSEC' and
8757 #           'TNL_1000' and
8758 #           'IMIX' and
8759 #           '2T1C' and
8760 #           'MRR'"
8761 #  parameters:
8762 #  - "result"
8763 #  - "name"
8764 #  - "tags"
8765 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8766 #  x-axis: "X = CNFs per Service Chain"
8767 #  y-axis: "Y = Number of Service Chains"
8768 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8769 #  layout:
8770 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8771 #    layout: "plot-service-density"
8772 #
8773 #- type: "plot"
8774 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8775 #  algorithm: "plot_nf_heatmap"
8776 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8777 #  data: "plot-vpp-nfv-3n-skx-mrr"
8778 #  filter: "'NIC_Intel-XXV710' and
8779 #           'NF_DENSITY' and
8780 #           'DOCKER' and
8781 #           'CHAIN' and
8782 #           'NF_VPPIP4' and
8783 #           'IPSEC' and
8784 #           'TNL_1000' and
8785 #           'IMIX' and
8786 #           '4T2C' and
8787 #           'MRR'"
8788 #  parameters:
8789 #  - "result"
8790 #  - "name"
8791 #  - "tags"
8792 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8793 #  x-axis: "X = CNFs per Service Chain"
8794 #  y-axis: "Y = Number of Service Chains"
8795 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8796 #  layout:
8797 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8798 #    layout: "plot-service-density"
8799 #
8800 #- type: "plot"
8801 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8802 #  algorithm: "plot_nf_heatmap"
8803 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8804 #  data: "plot-vpp-nfv-3n-skx-mrr"
8805 #  filter: "'NIC_Intel-XXV710' and
8806 #           'NF_DENSITY' and
8807 #           'DOCKER' and
8808 #           'CHAIN' and
8809 #           'NF_VPPIP4' and
8810 #           'IPSEC' and
8811 #           'TNL_1000' and
8812 #           'IMIX' and
8813 #           '8T4C' and
8814 #           'MRR'"
8815 #  parameters:
8816 #  - "result"
8817 #  - "name"
8818 #  - "tags"
8819 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8820 #  x-axis: "X = CNFs per Service Chain"
8821 #  y-axis: "Y = Number of Service Chains"
8822 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8823 #  layout:
8824 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8825 #    layout: "plot-service-density"
8826
8827 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8828 #- type: "plot"
8829 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8830 #  algorithm: "plot_nf_heatmap"
8831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8832 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8833 #  filter: "'NIC_Intel-XXV710' and
8834 #           'NF_DENSITY' and
8835 #           'DOCKER' and
8836 #           'CHAIN' and
8837 #           'NF_VPPIP4' and
8838 #           'IPSEC' and
8839 #           'TNL_1000' and
8840 #           'IMIX' and
8841 #           '2T1C' and
8842 #           'NDRPDR'"
8843 #  parameters:
8844 #  - "throughput"
8845 #  - "name"
8846 #  - "tags"
8847 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8848 #  x-axis: "X = CNFs per Service Chain"
8849 #  y-axis: "Y = Number of Service Chains"
8850 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8851 #  layout:
8852 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8853 #    layout: "plot-service-density"
8854 #
8855 #- type: "plot"
8856 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8857 #  algorithm: "plot_nf_heatmap"
8858 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8859 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8860 #  filter: "'NIC_Intel-XXV710' and
8861 #           'NF_DENSITY' and
8862 #           'DOCKER' and
8863 #           'CHAIN' and
8864 #           'NF_VPPIP4' and
8865 #           'IPSEC' and
8866 #           'TNL_1000' and
8867 #           'IMIX' and
8868 #           '4T2C' and
8869 #           'NDRPDR'"
8870 #  parameters:
8871 #  - "throughput"
8872 #  - "name"
8873 #  - "tags"
8874 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8875 #  x-axis: "X = CNFs per Service Chain"
8876 #  y-axis: "Y = Number of Service Chains"
8877 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8878 #  layout:
8879 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8880 #    layout: "plot-service-density"
8881 #
8882 #- type: "plot"
8883 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8884 #  algorithm: "plot_nf_heatmap"
8885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8886 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8887 #  filter: "'NIC_Intel-XXV710' and
8888 #           'NF_DENSITY' and
8889 #           'DOCKER' and
8890 #           'CHAIN' and
8891 #           'NF_VPPIP4' and
8892 #           'IPSEC' and
8893 #           'TNL_1000' and
8894 #           'IMIX' and
8895 #           '8T4C' and
8896 #           'NDRPDR'"
8897 #  parameters:
8898 #  - "throughput"
8899 #  - "name"
8900 #  - "tags"
8901 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8902 #  x-axis: "X = CNFs per Service Chain"
8903 #  y-axis: "Y = Number of Service Chains"
8904 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8905 #  layout:
8906 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8907 #    layout: "plot-service-density"
8908 #
8909 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8910 #- type: "plot"
8911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8912 #  algorithm: "plot_nf_heatmap"
8913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8914 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8915 #  filter: "'NIC_Intel-XXV710' and
8916 #           'NF_DENSITY' and
8917 #           'DOCKER' and
8918 #           'CHAIN' and
8919 #           'NF_VPPIP4' and
8920 #           'IPSEC' and
8921 #           'TNL_1000' and
8922 #           'IMIX' and
8923 #           '2T1C' and
8924 #           'NDRPDR'"
8925 #  parameters:
8926 #  - "throughput"
8927 #  - "name"
8928 #  - "tags"
8929 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8930 #  x-axis: "X = CNFs per Service Chain"
8931 #  y-axis: "Y = Number of Service Chains"
8932 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8933 #  layout:
8934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8935 #    layout: "plot-service-density"
8936 #
8937 #- type: "plot"
8938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8939 #  algorithm: "plot_nf_heatmap"
8940 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8941 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8942 #  filter: "'NIC_Intel-XXV710' and
8943 #           'NF_DENSITY' and
8944 #           'DOCKER' and
8945 #           'CHAIN' and
8946 #           'NF_VPPIP4' and
8947 #           'IPSEC' and
8948 #           'TNL_1000' and
8949 #           'IMIX' and
8950 #           '4T2C' and
8951 #           'NDRPDR'"
8952 #  parameters:
8953 #  - "throughput"
8954 #  - "name"
8955 #  - "tags"
8956 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8957 #  x-axis: "X = CNFs per Service Chain"
8958 #  y-axis: "Y = Number of Service Chains"
8959 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8960 #  layout:
8961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8962 #    layout: "plot-service-density"
8963 #
8964 #- type: "plot"
8965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8966 #  algorithm: "plot_nf_heatmap"
8967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8968 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8969 #  filter: "'NIC_Intel-XXV710' and
8970 #           'NF_DENSITY' and
8971 #           'DOCKER' and
8972 #           'CHAIN' and
8973 #           'NF_VPPIP4' and
8974 #           'IPSEC' and
8975 #           'TNL_1000' and
8976 #           'IMIX' and
8977 #           '8T4C' and
8978 #           'NDRPDR'"
8979 #  parameters:
8980 #  - "throughput"
8981 #  - "name"
8982 #  - "tags"
8983 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8984 #  x-axis: "X = CNFs per Service Chain"
8985 #  y-axis: "Y = Number of Service Chains"
8986 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8987 #  layout:
8988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8989 #    layout: "plot-service-density"
8990
8991 ###############################################################################
8992
8993 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8994 #- type: "plot"
8995 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8996 #  algorithm: "plot_nf_heatmap"
8997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8998 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8999 #  filter: "'NIC_Intel-XL710' and
9000 #           'NF_DENSITY' and
9001 #           'DOCKER' and
9002 #           'CHAIN' and
9003 #           'NF_VPPIP4' and
9004 #           'IMIX' and
9005 #           'TNL_1000' and
9006 #           '1T1C' and
9007 #           'MRR'"
9008 #  parameters:
9009 #  - "result"
9010 #  - "name"
9011 #  - "tags"
9012 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9013 #  x-axis: "X = CNFs per Service Chain"
9014 #  y-axis: "Y = Number of Service Chains"
9015 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9016 #  layout:
9017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9018 #    layout: "plot-service-density"
9019 #
9020 #- type: "plot"
9021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9022 #  algorithm: "plot_nf_heatmap"
9023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9024 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9025 #  filter: "'NIC_Intel-XL710' and
9026 #           'NF_DENSITY' and
9027 #           'DOCKER' and
9028 #           'CHAIN' and
9029 #           'NF_VPPIP4' and
9030 #           'IPSEC' and
9031 #           'TNL_1000' and
9032 #           'IMIX' and
9033 #           '2T2C' and
9034 #           'MRR'"
9035 #  parameters:
9036 #  - "result"
9037 #  - "name"
9038 #  - "tags"
9039 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9040 #  x-axis: "X = CNFs per Service Chain"
9041 #  y-axis: "Y = Number of Service Chains"
9042 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9043 #  layout:
9044 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9045 #    layout: "plot-service-density"
9046 #
9047 #- type: "plot"
9048 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9049 #  algorithm: "plot_nf_heatmap"
9050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9051 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9052 #  filter: "'NIC_Intel-XL710' and
9053 #           'NF_DENSITY' and
9054 #           'DOCKER' and
9055 #           'CHAIN' and
9056 #           'NF_VPPIP4' and
9057 #           'IPSEC' and
9058 #           'TNL_1000' and
9059 #           'IMIX' and
9060 #           '4T4C' and
9061 #           'MRR'"
9062 #  parameters:
9063 #  - "result"
9064 #  - "name"
9065 #  - "tags"
9066 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9067 #  x-axis: "X = CNFs per Service Chain"
9068 #  y-axis: "Y = Number of Service Chains"
9069 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9070 #  layout:
9071 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9072 #    layout: "plot-service-density"
9073
9074 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9075 #- type: "plot"
9076 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9077 #  algorithm: "plot_nf_heatmap"
9078 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9079 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9080 #  filter: "'NIC_Intel-XL710' and
9081 #           'NF_DENSITY' and
9082 #           'DOCKER' and
9083 #           'CHAIN' and
9084 #           'NF_VPPIP4' and
9085 #           'IPSEC' and
9086 #           'TNL_1000' and
9087 #           'IMIX' and
9088 #           '1T1C' and
9089 #           'NDRPDR'"
9090 #  parameters:
9091 #  - "throughput"
9092 #  - "name"
9093 #  - "tags"
9094 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9095 #  x-axis: "X = CNFs per Service Chain"
9096 #  y-axis: "Y = Number of Service Chains"
9097 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9098 #  layout:
9099 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9100 #    layout: "plot-service-density"
9101 #
9102 #- type: "plot"
9103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9104 #  algorithm: "plot_nf_heatmap"
9105 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9106 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9107 #  filter: "'NIC_Intel-XL710' and
9108 #           'NF_DENSITY' and
9109 #           'DOCKER' and
9110 #           'CHAIN' and
9111 #           'NF_VPPIP4' and
9112 #           'IPSEC' and
9113 #           'TNL_1000' and
9114 #           'IMIX' and
9115 #           '2T2C' and
9116 #           'NDRPDR'"
9117 #  parameters:
9118 #  - "throughput"
9119 #  - "name"
9120 #  - "tags"
9121 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9122 #  x-axis: "X = CNFs per Service Chain"
9123 #  y-axis: "Y = Number of Service Chains"
9124 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9125 #  layout:
9126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9127 #    layout: "plot-service-density"
9128 #
9129 #- type: "plot"
9130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9131 #  algorithm: "plot_nf_heatmap"
9132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9133 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9134 #  filter: "'NIC_Intel-XL710' and
9135 #           'NF_DENSITY' and
9136 #           'DOCKER' and
9137 #           'CHAIN' and
9138 #           'NF_VPPIP4' and
9139 #           'IPSEC' and
9140 #           'TNL_1000' and
9141 #           'IMIX' and
9142 #           '4T4C' and
9143 #           'NDRPDR'"
9144 #  parameters:
9145 #  - "throughput"
9146 #  - "name"
9147 #  - "tags"
9148 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9149 #  x-axis: "X = CNFs per Service Chain"
9150 #  y-axis: "Y = Number of Service Chains"
9151 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9152 #  layout:
9153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9154 #    layout: "plot-service-density"
9155 #
9156 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9157 #- type: "plot"
9158 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9159 #  algorithm: "plot_nf_heatmap"
9160 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9161 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9162 #  filter: "'NIC_Intel-XL710' and
9163 #           'NF_DENSITY' and
9164 #           'DOCKER' and
9165 #           'CHAIN' and
9166 #           'NF_VPPIP4' and
9167 #           'IPSEC' and
9168 #           'TNL_1000' and
9169 #           'IMIX' and
9170 #           '1T1C' and
9171 #           'NDRPDR'"
9172 #  parameters:
9173 #  - "throughput"
9174 #  - "name"
9175 #  - "tags"
9176 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9177 #  x-axis: "X = CNFs per Service Chain"
9178 #  y-axis: "Y = Number of Service Chains"
9179 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9180 #  layout:
9181 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9182 #    layout: "plot-service-density"
9183 #
9184 #- type: "plot"
9185 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9186 #  algorithm: "plot_nf_heatmap"
9187 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9188 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9189 #  filter: "'NIC_Intel-XL710' and
9190 #           'NF_DENSITY' and
9191 #           'DOCKER' and
9192 #           'CHAIN' and
9193 #           'NF_VPPIP4' and
9194 #           'IPSEC' and
9195 #           'TNL_1000' and
9196 #           'IMIX' and
9197 #           '2T2C' and
9198 #           'NDRPDR'"
9199 #  parameters:
9200 #  - "throughput"
9201 #  - "name"
9202 #  - "tags"
9203 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9204 #  x-axis: "X = CNFs per Service Chain"
9205 #  y-axis: "Y = Number of Service Chains"
9206 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9207 #  layout:
9208 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9209 #    layout: "plot-service-density"
9210 #
9211 #- type: "plot"
9212 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9213 #  algorithm: "plot_nf_heatmap"
9214 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9215 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9216 #  filter: "'NIC_Intel-XL710' and
9217 #           'NF_DENSITY' and
9218 #           'DOCKER' and
9219 #           'CHAIN' and
9220 #           'NF_VPPIP4' and
9221 #           'IPSEC' and
9222 #           'TNL_1000' and
9223 #           'IMIX' and
9224 #           '4T4C' and
9225 #           'NDRPDR'"
9226 #  parameters:
9227 #  - "throughput"
9228 #  - "name"
9229 #  - "tags"
9230 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9231 #  x-axis: "X = CNFs per Service Chain"
9232 #  y-axis: "Y = Number of Service Chains"
9233 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9234 #  layout:
9235 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9236 #    layout: "plot-service-density"
9237
9238 ###############################################################################
9239
9240 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9241 #- type: "plot"
9242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9243 #  algorithm: "plot_nf_heatmap"
9244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9245 #  data: "plot-vpp-nfv-3n-skx-mrr"
9246 #  filter: "'NIC_Intel-XXV710' and
9247 #           'NF_DENSITY' and
9248 #           'DOCKER' and
9249 #           'CHAIN' and
9250 #           'NF_VPPIP4' and
9251 #           'IPSEC' and
9252 #           'TNL_10000' and
9253 #           'IMIX' and
9254 #           '2T1C' and
9255 #           'MRR'"
9256 #  parameters:
9257 #  - "result"
9258 #  - "name"
9259 #  - "tags"
9260 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9261 #  x-axis: "X = CNFs per Service Chain"
9262 #  y-axis: "Y = Number of Service Chains"
9263 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9264 #  layout:
9265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9266 #    layout: "plot-service-density"
9267 #
9268 #- type: "plot"
9269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9270 #  algorithm: "plot_nf_heatmap"
9271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9272 #  data: "plot-vpp-nfv-3n-skx-mrr"
9273 #  filter: "'NIC_Intel-XXV710' and
9274 #           'NF_DENSITY' and
9275 #           'DOCKER' and
9276 #           'CHAIN' and
9277 #           'NF_VPPIP4' and
9278 #           'IPSEC' and
9279 #           'TNL_10000' and
9280 #           'IMIX' and
9281 #           '4T2C' and
9282 #           'MRR'"
9283 #  parameters:
9284 #  - "result"
9285 #  - "name"
9286 #  - "tags"
9287 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9288 #  x-axis: "X = CNFs per Service Chain"
9289 #  y-axis: "Y = Number of Service Chains"
9290 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9291 #  layout:
9292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9293 #    layout: "plot-service-density"
9294 #
9295 #- type: "plot"
9296 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9297 #  algorithm: "plot_nf_heatmap"
9298 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9299 #  data: "plot-vpp-nfv-3n-skx-mrr"
9300 #  filter: "'NIC_Intel-XXV710' and
9301 #           'NF_DENSITY' and
9302 #           'DOCKER' and
9303 #           'CHAIN' and
9304 #           'NF_VPPIP4' and
9305 #           'IPSEC' and
9306 #           'TNL_10000' and
9307 #           'IMIX' and
9308 #           '8T4C' and
9309 #           'MRR'"
9310 #  parameters:
9311 #  - "result"
9312 #  - "name"
9313 #  - "tags"
9314 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9315 #  x-axis: "X = CNFs per Service Chain"
9316 #  y-axis: "Y = Number of Service Chains"
9317 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9318 #  layout:
9319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9320 #    layout: "plot-service-density"
9321
9322 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9323 #- type: "plot"
9324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9325 #  algorithm: "plot_nf_heatmap"
9326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9327 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9328 #  filter: "'NIC_Intel-XXV710' and
9329 #           'NF_DENSITY' and
9330 #           'DOCKER' and
9331 #           'CHAIN' and
9332 #           'NF_VPPIP4' and
9333 #           'IPSEC' and
9334 #           'TNL_10000' and
9335 #           'IMIX' and
9336 #           '2T1C' and
9337 #           'NDRPDR'"
9338 #  parameters:
9339 #  - "throughput"
9340 #  - "name"
9341 #  - "tags"
9342 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9343 #  x-axis: "X = CNFs per Service Chain"
9344 #  y-axis: "Y = Number of Service Chains"
9345 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9346 #  layout:
9347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9348 #    layout: "plot-service-density"
9349 #
9350 #- type: "plot"
9351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9352 #  algorithm: "plot_nf_heatmap"
9353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9354 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9355 #  filter: "'NIC_Intel-XXV710' and
9356 #           'NF_DENSITY' and
9357 #           'DOCKER' and
9358 #           'CHAIN' and
9359 #           'NF_VPPIP4' and
9360 #           'IPSEC' and
9361 #           'TNL_10000' and
9362 #           'IMIX' and
9363 #           '4T2C' and
9364 #           'NDRPDR'"
9365 #  parameters:
9366 #  - "throughput"
9367 #  - "name"
9368 #  - "tags"
9369 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9370 #  x-axis: "X = CNFs per Service Chain"
9371 #  y-axis: "Y = Number of Service Chains"
9372 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9373 #  layout:
9374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9375 #    layout: "plot-service-density"
9376 #
9377 #- type: "plot"
9378 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9379 #  algorithm: "plot_nf_heatmap"
9380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9381 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9382 #  filter: "'NIC_Intel-XXV710' and
9383 #           'NF_DENSITY' and
9384 #           'DOCKER' and
9385 #           'CHAIN' and
9386 #           'NF_VPPIP4' and
9387 #           'IPSEC' and
9388 #           'TNL_10000' and
9389 #           'IMIX' and
9390 #           '8T4C' and
9391 #           'NDRPDR'"
9392 #  parameters:
9393 #  - "throughput"
9394 #  - "name"
9395 #  - "tags"
9396 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9397 #  x-axis: "X = CNFs per Service Chain"
9398 #  y-axis: "Y = Number of Service Chains"
9399 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9400 #  layout:
9401 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9402 #    layout: "plot-service-density"
9403 #
9404 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9405 #- type: "plot"
9406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9407 #  algorithm: "plot_nf_heatmap"
9408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9409 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9410 #  filter: "'NIC_Intel-XXV710' and
9411 #           'NF_DENSITY' and
9412 #           'DOCKER' and
9413 #           'CHAIN' and
9414 #           'NF_VPPIP4' and
9415 #           'IPSEC' and
9416 #           'TNL_10000' and
9417 #           'IMIX' and
9418 #           '2T1C' and
9419 #           'NDRPDR'"
9420 #  parameters:
9421 #  - "throughput"
9422 #  - "name"
9423 #  - "tags"
9424 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9425 #  x-axis: "X = CNFs per Service Chain"
9426 #  y-axis: "Y = Number of Service Chains"
9427 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9428 #  layout:
9429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9430 #    layout: "plot-service-density"
9431 #
9432 #- type: "plot"
9433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9434 #  algorithm: "plot_nf_heatmap"
9435 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9436 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9437 #  filter: "'NIC_Intel-XXV710' and
9438 #           'NF_DENSITY' and
9439 #           'DOCKER' and
9440 #           'CHAIN' and
9441 #           'NF_VPPIP4' and
9442 #           'IPSEC' and
9443 #           'TNL_10000' and
9444 #           'IMIX' and
9445 #           '4T2C' and
9446 #           'NDRPDR'"
9447 #  parameters:
9448 #  - "throughput"
9449 #  - "name"
9450 #  - "tags"
9451 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9452 #  x-axis: "X = CNFs per Service Chain"
9453 #  y-axis: "Y = Number of Service Chains"
9454 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9455 #  layout:
9456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9457 #    layout: "plot-service-density"
9458 #
9459 #- type: "plot"
9460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9461 #  algorithm: "plot_nf_heatmap"
9462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9463 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9464 #  filter: "'NIC_Intel-XXV710' and
9465 #           'NF_DENSITY' and
9466 #           'DOCKER' and
9467 #           'CHAIN' and
9468 #           'NF_VPPIP4' and
9469 #           'IPSEC' and
9470 #           'TNL_10000' and
9471 #           'IMIX' and
9472 #           '8T4C' and
9473 #           'NDRPDR'"
9474 #  parameters:
9475 #  - "throughput"
9476 #  - "name"
9477 #  - "tags"
9478 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9479 #  x-axis: "X = CNFs per Service Chain"
9480 #  y-axis: "Y = Number of Service Chains"
9481 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9482 #  layout:
9483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9484 #    layout: "plot-service-density"
9485
9486 ###############################################################################
9487
9488 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9489 #- type: "plot"
9490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9491 #  algorithm: "plot_nf_heatmap"
9492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9493 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9494 #  filter: "'NIC_Intel-XL710' and
9495 #           'NF_DENSITY' and
9496 #           'DOCKER' and
9497 #           'CHAIN' and
9498 #           'NF_VPPIP4' and
9499 #           'IMIX' and
9500 #           'TNL_10000' and
9501 #           '1T1C' and
9502 #           'MRR'"
9503 #  parameters:
9504 #  - "result"
9505 #  - "name"
9506 #  - "tags"
9507 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9508 #  x-axis: "X = CNFs per Service Chain"
9509 #  y-axis: "Y = Number of Service Chains"
9510 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9511 #  layout:
9512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9513 #    layout: "plot-service-density"
9514 #
9515 #- type: "plot"
9516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9517 #  algorithm: "plot_nf_heatmap"
9518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9519 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9520 #  filter: "'NIC_Intel-XL710' and
9521 #           'NF_DENSITY' and
9522 #           'DOCKER' and
9523 #           'CHAIN' and
9524 #           'NF_VPPIP4' and
9525 #           'IPSEC' and
9526 #           'TNL_10000' and
9527 #           'IMIX' and
9528 #           '2T2C' and
9529 #           'MRR'"
9530 #  parameters:
9531 #  - "result"
9532 #  - "name"
9533 #  - "tags"
9534 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9535 #  x-axis: "X = CNFs per Service Chain"
9536 #  y-axis: "Y = Number of Service Chains"
9537 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9538 #  layout:
9539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9540 #    layout: "plot-service-density"
9541 #
9542 #- type: "plot"
9543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9544 #  algorithm: "plot_nf_heatmap"
9545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9546 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9547 #  filter: "'NIC_Intel-XL710' and
9548 #           'NF_DENSITY' and
9549 #           'DOCKER' and
9550 #           'CHAIN' and
9551 #           'NF_VPPIP4' and
9552 #           'IPSEC' and
9553 #           'TNL_10000' and
9554 #           'IMIX' and
9555 #           '4T4C' and
9556 #           'MRR'"
9557 #  parameters:
9558 #  - "result"
9559 #  - "name"
9560 #  - "tags"
9561 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9562 #  x-axis: "X = CNFs per Service Chain"
9563 #  y-axis: "Y = Number of Service Chains"
9564 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9565 #  layout:
9566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9567 #    layout: "plot-service-density"
9568
9569 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9570 #- type: "plot"
9571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9572 #  algorithm: "plot_nf_heatmap"
9573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9574 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9575 #  filter: "'NIC_Intel-XL710' and
9576 #           'NF_DENSITY' and
9577 #           'DOCKER' and
9578 #           'CHAIN' and
9579 #           'NF_VPPIP4' and
9580 #           'IPSEC' and
9581 #           'TNL_10000' and
9582 #           'IMIX' and
9583 #           '1T1C' and
9584 #           'NDRPDR'"
9585 #  parameters:
9586 #  - "throughput"
9587 #  - "name"
9588 #  - "tags"
9589 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9590 #  x-axis: "X = CNFs per Service Chain"
9591 #  y-axis: "Y = Number of Service Chains"
9592 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9593 #  layout:
9594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9595 #    layout: "plot-service-density"
9596 #
9597 #- type: "plot"
9598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9599 #  algorithm: "plot_nf_heatmap"
9600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9601 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9602 #  filter: "'NIC_Intel-XL710' and
9603 #           'NF_DENSITY' and
9604 #           'DOCKER' and
9605 #           'CHAIN' and
9606 #           'NF_VPPIP4' and
9607 #           'IPSEC' and
9608 #           'TNL_10000' and
9609 #           'IMIX' and
9610 #           '2T2C' and
9611 #           'NDRPDR'"
9612 #  parameters:
9613 #  - "throughput"
9614 #  - "name"
9615 #  - "tags"
9616 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9617 #  x-axis: "X = CNFs per Service Chain"
9618 #  y-axis: "Y = Number of Service Chains"
9619 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9620 #  layout:
9621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9622 #    layout: "plot-service-density"
9623 #
9624 #- type: "plot"
9625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9626 #  algorithm: "plot_nf_heatmap"
9627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9628 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9629 #  filter: "'NIC_Intel-XL710' and
9630 #           'NF_DENSITY' and
9631 #           'DOCKER' and
9632 #           'CHAIN' and
9633 #           'NF_VPPIP4' and
9634 #           'IPSEC' and
9635 #           'TNL_10000' and
9636 #           'IMIX' and
9637 #           '4T4C' and
9638 #           'NDRPDR'"
9639 #  parameters:
9640 #  - "throughput"
9641 #  - "name"
9642 #  - "tags"
9643 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9644 #  x-axis: "X = CNFs per Service Chain"
9645 #  y-axis: "Y = Number of Service Chains"
9646 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9647 #  layout:
9648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9649 #    layout: "plot-service-density"
9650 #
9651 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9652 #- type: "plot"
9653 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9654 #  algorithm: "plot_nf_heatmap"
9655 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9656 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9657 #  filter: "'NIC_Intel-XL710' and
9658 #           'NF_DENSITY' and
9659 #           'DOCKER' and
9660 #           'CHAIN' and
9661 #           'NF_VPPIP4' and
9662 #           'IPSEC' and
9663 #           'TNL_10000' and
9664 #           'IMIX' and
9665 #           '1T1C' and
9666 #           'NDRPDR'"
9667 #  parameters:
9668 #  - "throughput"
9669 #  - "name"
9670 #  - "tags"
9671 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9672 #  x-axis: "X = CNFs per Service Chain"
9673 #  y-axis: "Y = Number of Service Chains"
9674 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9675 #  layout:
9676 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9677 #    layout: "plot-service-density"
9678 #
9679 #- type: "plot"
9680 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9681 #  algorithm: "plot_nf_heatmap"
9682 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9683 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9684 #  filter: "'NIC_Intel-XL710' and
9685 #           'NF_DENSITY' and
9686 #           'DOCKER' and
9687 #           'CHAIN' and
9688 #           'NF_VPPIP4' and
9689 #           'IPSEC' and
9690 #           'TNL_10000' and
9691 #           'IMIX' and
9692 #           '2T2C' and
9693 #           'NDRPDR'"
9694 #  parameters:
9695 #  - "throughput"
9696 #  - "name"
9697 #  - "tags"
9698 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9699 #  x-axis: "X = CNFs per Service Chain"
9700 #  y-axis: "Y = Number of Service Chains"
9701 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9702 #  layout:
9703 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9704 #    layout: "plot-service-density"
9705 #
9706 #- type: "plot"
9707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9708 #  algorithm: "plot_nf_heatmap"
9709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9710 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9711 #  filter: "'NIC_Intel-XL710' and
9712 #           'NF_DENSITY' and
9713 #           'DOCKER' and
9714 #           'CHAIN' and
9715 #           'NF_VPPIP4' and
9716 #           'IPSEC' and
9717 #           'TNL_10000' and
9718 #           'IMIX' and
9719 #           '4T4C' and
9720 #           'NDRPDR'"
9721 #  parameters:
9722 #  - "throughput"
9723 #  - "name"
9724 #  - "tags"
9725 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9726 #  x-axis: "X = CNFs per Service Chain"
9727 #  y-axis: "Y = Number of Service Chains"
9728 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9729 #  layout:
9730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9731 #    layout: "plot-service-density"
9732
9733 ###############################################################################
9734
9735 # Plots - NF Density - CSP - MRR IMIX
9736 - type: "plot"
9737   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9738   algorithm: "plot_nf_heatmap"
9739   output-file-type: ".html"
9740   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9741   data: "plot-vpp-nfv-2n-skx-mrr"
9742   filter: "'NIC_Intel-XXV710' and
9743            'NF_DENSITY' and
9744            'DOCKER' and
9745            'PIPELINE' and
9746            'NF_VPPIP4' and
9747            'IMIX' and
9748            '2T1C' and
9749            'MRR'"
9750   parameters:
9751   - "result"
9752   - "name"
9753   - "tags"
9754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9755   x-axis: "X = CNFs per Service Pipeline"
9756   y-axis: "Y = Number of Service Pipelines"
9757   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9758   layout:
9759     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9760     layout: "plot-service-density"
9761
9762 - type: "plot"
9763   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9764   algorithm: "plot_nf_heatmap"
9765   output-file-type: ".html"
9766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9767   data: "plot-vpp-nfv-2n-skx-mrr"
9768   filter: "'NIC_Intel-XXV710' and
9769            'NF_DENSITY' and
9770            'DOCKER' and
9771            'PIPELINE' and
9772            'NF_VPPIP4' and
9773            'IMIX' and
9774            '4T2C' and
9775            'MRR'"
9776   parameters:
9777   - "result"
9778   - "name"
9779   - "tags"
9780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9781   x-axis: "X = CNFs per Service Pipeline"
9782   y-axis: "Y = Number of Service Pipelines"
9783   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9784   layout:
9785     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9786     layout: "plot-service-density"
9787
9788 - type: "plot"
9789   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9790   algorithm: "plot_nf_heatmap"
9791   output-file-type: ".html"
9792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9793   data: "plot-vpp-nfv-2n-skx-mrr"
9794   filter: "'NIC_Intel-XXV710' and
9795            'NF_DENSITY' and
9796            'DOCKER' and
9797            'PIPELINE' and
9798            'NF_VPPIP4' and
9799            'IMIX' and
9800            '8T4C' and
9801            'MRR'"
9802   parameters:
9803   - "result"
9804   - "name"
9805   - "tags"
9806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9807   x-axis: "X = CNFs per Service Pipeline"
9808   y-axis: "Y = Number of Service Pipelines"
9809   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9810   layout:
9811     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9812     layout: "plot-service-density"
9813
9814 # Plots - NF Density - CSP - NDR IMIX
9815 - type: "plot"
9816   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9817   algorithm: "plot_nf_heatmap"
9818   output-file-type: ".html"
9819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9820   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9821   filter: "'NIC_Intel-XXV710' and
9822            'NF_DENSITY' and
9823            'DOCKER' and
9824            'PIPELINE' and
9825            'NF_VPPIP4' and
9826            'IMIX' and
9827            '2T1C' and
9828            'NDRPDR'"
9829   parameters:
9830   - "throughput"
9831   - "name"
9832   - "tags"
9833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9834   x-axis: "X = CNFs per Service Pipeline"
9835   y-axis: "Y = Number of Service Pipelines"
9836   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9837   layout:
9838     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9839     layout: "plot-service-density"
9840
9841 - type: "plot"
9842   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9843   algorithm: "plot_nf_heatmap"
9844   output-file-type: ".html"
9845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9846   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9847   filter: "'NIC_Intel-XXV710' and
9848            'NF_DENSITY' and
9849            'DOCKER' and
9850            'PIPELINE' and
9851            'NF_VPPIP4' and
9852            'IMIX' and
9853            '4T2C' and
9854            'NDRPDR'"
9855   parameters:
9856   - "throughput"
9857   - "name"
9858   - "tags"
9859   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9860   x-axis: "X = CNFs per Service Pipeline"
9861   y-axis: "Y = Number of Service Pipelines"
9862   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9863   layout:
9864     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9865     layout: "plot-service-density"
9866
9867 - type: "plot"
9868   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9869   algorithm: "plot_nf_heatmap"
9870   output-file-type: ".html"
9871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9872   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9873   filter: "'NIC_Intel-XXV710' and
9874            'NF_DENSITY' and
9875            'DOCKER' and
9876            'PIPELINE' and
9877            'NF_VPPIP4' and
9878            'IMIX' and
9879            '8T4C' and
9880            'NDRPDR'"
9881   parameters:
9882   - "throughput"
9883   - "name"
9884   - "tags"
9885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9886   x-axis: "X = CNFs per Service Pipeline"
9887   y-axis: "Y = Number of Service Pipelines"
9888   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9889   layout:
9890     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9891     layout: "plot-service-density"
9892
9893 # Plots - NF Density - CSP - PDR IMIX
9894 - type: "plot"
9895   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9896   algorithm: "plot_nf_heatmap"
9897   output-file-type: ".html"
9898   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9899   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9900   filter: "'NIC_Intel-XXV710' and
9901            'NF_DENSITY' and
9902            'DOCKER' and
9903            'PIPELINE' and
9904            'NF_VPPIP4' and
9905            'IMIX' and
9906            '2T1C' and
9907            'NDRPDR'"
9908   parameters:
9909   - "throughput"
9910   - "name"
9911   - "tags"
9912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9913   x-axis: "X = CNFs per Service Pipeline"
9914   y-axis: "Y = Number of Service Pipelines"
9915   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9916   layout:
9917     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9918     layout: "plot-service-density"
9919
9920 - type: "plot"
9921   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9922   algorithm: "plot_nf_heatmap"
9923   output-file-type: ".html"
9924   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9925   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9926   filter: "'NIC_Intel-XXV710' and
9927            'NF_DENSITY' and
9928            'DOCKER' and
9929            'PIPELINE' and
9930            'NF_VPPIP4' and
9931            'IMIX' and
9932            '4T2C' and
9933            'NDRPDR'"
9934   parameters:
9935   - "throughput"
9936   - "name"
9937   - "tags"
9938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9939   x-axis: "X = CNFs per Service Pipeline"
9940   y-axis: "Y = Number of Service Pipelines"
9941   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9942   layout:
9943     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9944     layout: "plot-service-density"
9945
9946 - type: "plot"
9947   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9948   algorithm: "plot_nf_heatmap"
9949   output-file-type: ".html"
9950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9951   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9952   filter: "'NIC_Intel-XXV710' and
9953            'NF_DENSITY' and
9954            'DOCKER' and
9955            'PIPELINE' and
9956            'NF_VPPIP4' and
9957            'IMIX' and
9958            '8T4C' and
9959            'NDRPDR'"
9960   parameters:
9961   - "throughput"
9962   - "name"
9963   - "tags"
9964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9965   x-axis: "X = CNFs per Service Pipeline"
9966   y-axis: "Y = Number of Service Pipelines"
9967   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9968   layout:
9969     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9970     layout: "plot-service-density"
9971
9972 ###############################################################################
9973 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9974
9975 - type: "plot"
9976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9977   algorithm: "plot_nf_heatmap"
9978   output-file-type: ".html"
9979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9980   data: "plot-vpp-nfv-2n-clx-mrr"
9981   filter: "'NIC_Intel-XXV710' and
9982            'NF_DENSITY' and
9983            'VHOST' and
9984            not 'VXLAN' and
9985            'CHAIN' and
9986            'NF_VPPIP4' and
9987            'IMIX' and
9988            '2T1C' and
9989            'MRR'"
9990   parameters:
9991   - "result"
9992   - "name"
9993   - "tags"
9994   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9995   x-axis: "X = VNFs per Service Chain"
9996   y-axis: "Y = Number of Service Chains"
9997   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9998   layout:
9999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10000     layout: "plot-service-density"
10001
10002 - type: "plot"
10003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10004   algorithm: "plot_nf_heatmap"
10005   output-file-type: ".html"
10006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10007   data: "plot-vpp-nfv-2n-clx-mrr"
10008   filter: "'NIC_Intel-XXV710' and
10009            'NF_DENSITY' and
10010            'VHOST' and
10011            not 'VXLAN' and
10012            'CHAIN' and
10013            'NF_VPPIP4' and
10014            'IMIX' and
10015            '4T2C' and
10016            'MRR'"
10017   parameters:
10018   - "result"
10019   - "name"
10020   - "tags"
10021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10022   x-axis: "X = VNFs per Service Chain"
10023   y-axis: "Y = Number of Service Chains"
10024   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10025   layout:
10026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10027     layout: "plot-service-density"
10028
10029 - type: "plot"
10030   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10031   algorithm: "plot_nf_heatmap"
10032   output-file-type: ".html"
10033   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10034   data: "plot-vpp-nfv-2n-clx-mrr"
10035   filter: "'NIC_Intel-XXV710' and
10036            'NF_DENSITY' and
10037            'VHOST' and
10038            not 'VXLAN' and
10039            'CHAIN' and
10040            'NF_VPPIP4' and
10041            'IMIX' and
10042            '8T4C' and
10043            'MRR'"
10044   parameters:
10045   - "result"
10046   - "name"
10047   - "tags"
10048   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10049   x-axis: "X = VNFs per Service Chain"
10050   y-axis: "Y = Number of Service Chains"
10051   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10052   layout:
10053     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10054     layout: "plot-service-density"
10055
10056 # Plots - NF Density - VSC - NDR IMIX
10057 - type: "plot"
10058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10059   algorithm: "plot_nf_heatmap"
10060   output-file-type: ".html"
10061   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10062   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10063   filter: "'NIC_Intel-XXV710' and
10064            'NF_DENSITY' and
10065            'VHOST' and
10066            not 'VXLAN' and
10067            'CHAIN' and
10068            'NF_VPPIP4' and
10069            'IMIX' and
10070            '2T1C' and
10071            'NDRPDR'"
10072   parameters:
10073   - "throughput"
10074   - "name"
10075   - "tags"
10076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10077   x-axis: "X = VNFs per Service Chain"
10078   y-axis: "Y = Number of Service Chains"
10079   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10080   layout:
10081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10082     layout: "plot-service-density"
10083
10084 - type: "plot"
10085   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10086   algorithm: "plot_nf_heatmap"
10087   output-file-type: ".html"
10088   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10089   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10090   filter: "'NIC_Intel-XXV710' and
10091            'NF_DENSITY' and
10092            'VHOST' and
10093            not 'VXLAN' and
10094            'CHAIN' and
10095            'NF_VPPIP4' and
10096            'IMIX' and
10097            '4T2C' and
10098            'NDRPDR'"
10099   parameters:
10100   - "throughput"
10101   - "name"
10102   - "tags"
10103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10104   x-axis: "X = VNFs per Service Chain"
10105   y-axis: "Y = Number of Service Chains"
10106   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10107   layout:
10108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10109     layout: "plot-service-density"
10110
10111 - type: "plot"
10112   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10113   algorithm: "plot_nf_heatmap"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10116   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10117   filter: "'NIC_Intel-XXV710' and
10118            'NF_DENSITY' and
10119            'VHOST' and
10120            not 'VXLAN' and
10121            'CHAIN' and
10122            'NF_VPPIP4' and
10123            'IMIX' and
10124            '8T4C' and
10125            'NDRPDR'"
10126   parameters:
10127   - "throughput"
10128   - "name"
10129   - "tags"
10130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10131   x-axis: "X = VNFs per Service Chain"
10132   y-axis: "Y = Number of Service Chains"
10133   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10134   layout:
10135     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10136     layout: "plot-service-density"
10137
10138 # Plots - NF Density - VSC - PDR IMIX
10139 - type: "plot"
10140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10141   algorithm: "plot_nf_heatmap"
10142   output-file-type: ".html"
10143   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10144   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10145   filter: "'NIC_Intel-XXV710' and
10146            'NF_DENSITY' and
10147            'VHOST' and
10148            not 'VXLAN' and
10149            'CHAIN' and
10150            'NF_VPPIP4' and
10151            'IMIX' and
10152            '2T1C' and
10153            'NDRPDR'"
10154   parameters:
10155   - "throughput"
10156   - "name"
10157   - "tags"
10158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10159   x-axis: "X = VNFs per Service Chain"
10160   y-axis: "Y = Number of Service Chains"
10161   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10162   layout:
10163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10164     layout: "plot-service-density"
10165
10166 - type: "plot"
10167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10168   algorithm: "plot_nf_heatmap"
10169   output-file-type: ".html"
10170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10171   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10172   filter: "'NIC_Intel-XXV710' and
10173            'NF_DENSITY' and
10174            'VHOST' and
10175            not 'VXLAN' and
10176            'CHAIN' and
10177            'NF_VPPIP4' and
10178            'IMIX' and
10179            '4T2C' and
10180            'NDRPDR'"
10181   parameters:
10182   - "throughput"
10183   - "name"
10184   - "tags"
10185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10186   x-axis: "X = VNFs per Service Chain"
10187   y-axis: "Y = Number of Service Chains"
10188   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10189   layout:
10190     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10191     layout: "plot-service-density"
10192
10193 - type: "plot"
10194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10195   algorithm: "plot_nf_heatmap"
10196   output-file-type: ".html"
10197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10198   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10199   filter: "'NIC_Intel-XXV710' and
10200            'NF_DENSITY' and
10201            'VHOST' and
10202            not 'VXLAN' and
10203            'CHAIN' and
10204            'NF_VPPIP4' and
10205            'IMIX' and
10206            '8T4C' and
10207            'NDRPDR'"
10208   parameters:
10209   - "throughput"
10210   - "name"
10211   - "tags"
10212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10213   x-axis: "X = VNFs per Service Chain"
10214   y-axis: "Y = Number of Service Chains"
10215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10216   layout:
10217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10218     layout: "plot-service-density"
10219
10220 # Plots - NF Density - VSC - MRR IMIX
10221 - type: "plot"
10222   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10223   algorithm: "plot_nf_heatmap"
10224   output-file-type: ".html"
10225   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10226   data: "plot-vpp-nfv-2n-clx-mrr"
10227   filter: "'NIC_Intel-XXV710' and
10228            'NF_DENSITY' and
10229            'VHOST' and
10230            'VXLAN' and
10231            'CHAIN' and
10232            'IMIX' and
10233            '2T1C' and
10234            'MRR'"
10235   parameters:
10236   - "result"
10237   - "name"
10238   - "tags"
10239   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10240   x-axis: "X = VNFs per Service Chain"
10241   y-axis: "Y = Number of Service Chains"
10242   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10243   layout:
10244     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10245     layout: "plot-service-density"
10246
10247 - type: "plot"
10248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10249   algorithm: "plot_nf_heatmap"
10250   output-file-type: ".html"
10251   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10252   data: "plot-vpp-nfv-2n-clx-mrr"
10253   filter: "'NIC_Intel-XXV710' and
10254            'NF_DENSITY' and
10255            'VHOST' and
10256            'VXLAN' and
10257            'CHAIN' and
10258            'IMIX' and
10259            '4T2C' and
10260            'MRR'"
10261   parameters:
10262   - "result"
10263   - "name"
10264   - "tags"
10265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10266   x-axis: "X = VNFs per Service Chain"
10267   y-axis: "Y = Number of Service Chains"
10268   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10269   layout:
10270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10271     layout: "plot-service-density"
10272
10273 - type: "plot"
10274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10275   algorithm: "plot_nf_heatmap"
10276   output-file-type: ".html"
10277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10278   data: "plot-vpp-nfv-2n-clx-mrr"
10279   filter: "'NIC_Intel-XXV710' and
10280            'NF_DENSITY' and
10281            'VHOST' and
10282            'VXLAN' and
10283            'CHAIN' and
10284            'IMIX' and
10285            '8T4C' and
10286            'MRR'"
10287   parameters:
10288   - "result"
10289   - "name"
10290   - "tags"
10291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10292   x-axis: "X = VNFs per Service Chain"
10293   y-axis: "Y = Number of Service Chains"
10294   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10295   layout:
10296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10297     layout: "plot-service-density"
10298
10299 # Plots - NF Density - VSC - NDR IMIX
10300 - type: "plot"
10301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10302   algorithm: "plot_nf_heatmap"
10303   output-file-type: ".html"
10304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10305   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10306   filter: "'NIC_Intel-XXV710' and
10307            'NF_DENSITY' and
10308            'VHOST' and
10309            'VXLAN' and
10310            'CHAIN' and
10311            'IMIX' and
10312            '2T1C' and
10313            'NDRPDR'"
10314   parameters:
10315   - "throughput"
10316   - "name"
10317   - "tags"
10318   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10319   x-axis: "X = VNFs per Service Chain"
10320   y-axis: "Y = Number of Service Chains"
10321   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10322   layout:
10323     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10324     layout: "plot-service-density"
10325
10326 - type: "plot"
10327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10328   algorithm: "plot_nf_heatmap"
10329   output-file-type: ".html"
10330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10331   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10332   filter: "'NIC_Intel-XXV710' and
10333            'NF_DENSITY' and
10334            'VHOST' and
10335            'VXLAN' and
10336            'CHAIN' and
10337            'IMIX' and
10338            '4T2C' and
10339            'NDRPDR'"
10340   parameters:
10341   - "throughput"
10342   - "name"
10343   - "tags"
10344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10345   x-axis: "X = VNFs per Service Chain"
10346   y-axis: "Y = Number of Service Chains"
10347   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10348   layout:
10349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10350     layout: "plot-service-density"
10351
10352 - type: "plot"
10353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10354   algorithm: "plot_nf_heatmap"
10355   output-file-type: ".html"
10356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10357   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10358   filter: "'NIC_Intel-XXV710' and
10359            'NF_DENSITY' and
10360            'VHOST' and
10361            'VXLAN' and
10362            'CHAIN' and
10363            'IMIX' and
10364            '8T4C' and
10365            'NDRPDR'"
10366   parameters:
10367   - "throughput"
10368   - "name"
10369   - "tags"
10370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10371   x-axis: "X = VNFs per Service Chain"
10372   y-axis: "Y = Number of Service Chains"
10373   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10374   layout:
10375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10376     layout: "plot-service-density"
10377
10378 # Plots - NF Density - VSC - PDR IMIX
10379 - type: "plot"
10380   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10381   algorithm: "plot_nf_heatmap"
10382   output-file-type: ".html"
10383   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10384   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10385   filter: "'NIC_Intel-XXV710' and
10386            'NF_DENSITY' and
10387            'VHOST' and
10388            'VXLAN' and
10389            'CHAIN' and
10390            'IMIX' and
10391            '2T1C' and
10392            'NDRPDR'"
10393   parameters:
10394   - "throughput"
10395   - "name"
10396   - "tags"
10397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10398   x-axis: "X = VNFs per Service Chain"
10399   y-axis: "Y = Number of Service Chains"
10400   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10401   layout:
10402     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10403     layout: "plot-service-density"
10404
10405 - type: "plot"
10406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10407   algorithm: "plot_nf_heatmap"
10408   output-file-type: ".html"
10409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10410   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10411   filter: "'NIC_Intel-XXV710' and
10412            'NF_DENSITY' and
10413            'VHOST' and
10414            'VXLAN' and
10415            'CHAIN' and
10416            'IMIX' and
10417            '4T2C' and
10418            'NDRPDR'"
10419   parameters:
10420   - "throughput"
10421   - "name"
10422   - "tags"
10423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10424   x-axis: "X = VNFs per Service Chain"
10425   y-axis: "Y = Number of Service Chains"
10426   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10427   layout:
10428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10429     layout: "plot-service-density"
10430
10431 - type: "plot"
10432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10433   algorithm: "plot_nf_heatmap"
10434   output-file-type: ".html"
10435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10436   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10437   filter: "'NIC_Intel-XXV710' and
10438            'NF_DENSITY' and
10439            'VHOST' and
10440            'VXLAN' and
10441            'CHAIN' and
10442            'IMIX' and
10443            '8T4C' and
10444            'NDRPDR'"
10445   parameters:
10446   - "throughput"
10447   - "name"
10448   - "tags"
10449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10450   x-axis: "X = VNFs per Service Chain"
10451   y-axis: "Y = Number of Service Chains"
10452   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10453   layout:
10454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10455     layout: "plot-service-density"
10456
10457 # Plots - NF Density - CSC - MRR IMIX
10458 - type: "plot"
10459   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10460   algorithm: "plot_nf_heatmap"
10461   output-file-type: ".html"
10462   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10463   data: "plot-vpp-nfv-2n-clx-mrr"
10464   filter: "'NIC_Intel-XXV710' and
10465            'NF_DENSITY' and
10466            'DOCKER' and
10467            'CHAIN' and
10468            'NF_VPPIP4' and
10469            'IMIX' and
10470            '2T1C' and
10471            'MRR'"
10472   parameters:
10473   - "result"
10474   - "name"
10475   - "tags"
10476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10477   x-axis: "X = CNFs per Service Chain"
10478   y-axis: "Y = Number of Service Chains"
10479   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10480   layout:
10481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10482     layout: "plot-service-density"
10483
10484 - type: "plot"
10485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10486   algorithm: "plot_nf_heatmap"
10487   output-file-type: ".html"
10488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10489   data: "plot-vpp-nfv-2n-clx-mrr"
10490   filter: "'NIC_Intel-XXV710' and
10491            'NF_DENSITY' and
10492            'DOCKER' and
10493            'CHAIN' and
10494            'NF_VPPIP4' and
10495            'IMIX' and
10496            '4T2C' and
10497            'MRR'"
10498   parameters:
10499   - "result"
10500   - "name"
10501   - "tags"
10502   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10503   x-axis: "X = CNFs per Service Chain"
10504   y-axis: "Y = Number of Service Chains"
10505   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10506   layout:
10507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10508     layout: "plot-service-density"
10509
10510 - type: "plot"
10511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10512   algorithm: "plot_nf_heatmap"
10513   output-file-type: ".html"
10514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10515   data: "plot-vpp-nfv-2n-clx-mrr"
10516   filter: "'NIC_Intel-XXV710' and
10517            'NF_DENSITY' and
10518            'DOCKER' and
10519            'CHAIN' and
10520            'NF_VPPIP4' and
10521            'IMIX' and
10522            '8T4C' and
10523            'MRR'"
10524   parameters:
10525   - "result"
10526   - "name"
10527   - "tags"
10528   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10529   x-axis: "X = CNFs per Service Chain"
10530   y-axis: "Y = Number of Service Chains"
10531   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10532   layout:
10533     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10534     layout: "plot-service-density"
10535
10536 # Plots - NF Density - CSC - NDR IMIX
10537 - type: "plot"
10538   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10539   algorithm: "plot_nf_heatmap"
10540   output-file-type: ".html"
10541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10542   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10543   filter: "'NIC_Intel-XXV710' and
10544            'NF_DENSITY' and
10545            'DOCKER' and
10546            'CHAIN' and
10547            'NF_VPPIP4' and
10548            'IMIX' and
10549            '2T1C' and
10550            'NDRPDR'"
10551   parameters:
10552   - "throughput"
10553   - "name"
10554   - "tags"
10555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10556   x-axis: "X = CNFs per Service Chain"
10557   y-axis: "Y = Number of Service Chains"
10558   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10559   layout:
10560     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10561     layout: "plot-service-density"
10562
10563 - type: "plot"
10564   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10565   algorithm: "plot_nf_heatmap"
10566   output-file-type: ".html"
10567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10568   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10569   filter: "'NIC_Intel-XXV710' and
10570            'NF_DENSITY' and
10571            'DOCKER' and
10572            'CHAIN' and
10573            'NF_VPPIP4' and
10574            'IMIX' and
10575            '4T2C' and
10576            'NDRPDR'"
10577   parameters:
10578   - "throughput"
10579   - "name"
10580   - "tags"
10581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10582   x-axis: "X = CNFs per Service Chain"
10583   y-axis: "Y = Number of Service Chains"
10584   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10585   layout:
10586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10587     layout: "plot-service-density"
10588
10589 - type: "plot"
10590   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10591   algorithm: "plot_nf_heatmap"
10592   output-file-type: ".html"
10593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10594   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10595   filter: "'NIC_Intel-XXV710' and
10596            'NF_DENSITY' and
10597            'DOCKER' and
10598            'CHAIN' and
10599            'NF_VPPIP4' and
10600            'IMIX' and
10601            '8T4C' and
10602            'NDRPDR'"
10603   parameters:
10604   - "throughput"
10605   - "name"
10606   - "tags"
10607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10608   x-axis: "X = CNFs per Service Chain"
10609   y-axis: "Y = Number of Service Chains"
10610   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10611   layout:
10612     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10613     layout: "plot-service-density"
10614
10615 # Plots - NF Density - CSC - PDR IMIX
10616 - type: "plot"
10617   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10618   algorithm: "plot_nf_heatmap"
10619   output-file-type: ".html"
10620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10621   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10622   filter: "'NIC_Intel-XXV710' and
10623            'NF_DENSITY' and
10624            'DOCKER' and
10625            'CHAIN' and
10626            'NF_VPPIP4' and
10627            'IMIX' and
10628            '2T1C' and
10629            'NDRPDR'"
10630   parameters:
10631   - "throughput"
10632   - "name"
10633   - "tags"
10634   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10635   x-axis: "X = CNFs per Service Chain"
10636   y-axis: "Y = Number of Service Chains"
10637   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10638   layout:
10639     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10640     layout: "plot-service-density"
10641
10642 - type: "plot"
10643   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10644   algorithm: "plot_nf_heatmap"
10645   output-file-type: ".html"
10646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10647   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10648   filter: "'NIC_Intel-XXV710' and
10649            'NF_DENSITY' and
10650            'DOCKER' and
10651            'CHAIN' and
10652            'NF_VPPIP4' and
10653            'IMIX' and
10654            '4T2C' and
10655            'NDRPDR'"
10656   parameters:
10657   - "throughput"
10658   - "name"
10659   - "tags"
10660   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10661   x-axis: "X = CNFs per Service Chain"
10662   y-axis: "Y = Number of Service Chains"
10663   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10664   layout:
10665     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10666     layout: "plot-service-density"
10667
10668 - type: "plot"
10669   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10670   algorithm: "plot_nf_heatmap"
10671   output-file-type: ".html"
10672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10673   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10674   filter: "'NIC_Intel-XXV710' and
10675            'NF_DENSITY' and
10676            'DOCKER' and
10677            'CHAIN' and
10678            'NF_VPPIP4' and
10679            'IMIX' and
10680            '8T4C' and
10681            'NDRPDR'"
10682   parameters:
10683   - "throughput"
10684   - "name"
10685   - "tags"
10686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10687   x-axis: "X = CNFs per Service Chain"
10688   y-axis: "Y = Number of Service Chains"
10689   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10690   layout:
10691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10692     layout: "plot-service-density"
10693
10694 # Plots - NF Density - CSP - MRR IMIX
10695 - type: "plot"
10696   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10697   algorithm: "plot_nf_heatmap"
10698   output-file-type: ".html"
10699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10700   data: "plot-vpp-nfv-2n-clx-mrr"
10701   filter: "'NIC_Intel-XXV710' and
10702            'NF_DENSITY' and
10703            'DOCKER' and
10704            'PIPELINE' and
10705            'NF_VPPIP4' and
10706            'IMIX' and
10707            '2T1C' and
10708            'MRR'"
10709   parameters:
10710   - "result"
10711   - "name"
10712   - "tags"
10713   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10714   x-axis: "X = CNFs per Service Pipeline"
10715   y-axis: "Y = Number of Service Pipelines"
10716   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10717   layout:
10718     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10719     layout: "plot-service-density"
10720
10721 - type: "plot"
10722   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10723   algorithm: "plot_nf_heatmap"
10724   output-file-type: ".html"
10725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10726   data: "plot-vpp-nfv-2n-clx-mrr"
10727   filter: "'NIC_Intel-XXV710' and
10728            'NF_DENSITY' and
10729            'DOCKER' and
10730            'PIPELINE' and
10731            'NF_VPPIP4' and
10732            'IMIX' and
10733            '4T2C' and
10734            'MRR'"
10735   parameters:
10736   - "result"
10737   - "name"
10738   - "tags"
10739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10740   x-axis: "X = CNFs per Service Pipeline"
10741   y-axis: "Y = Number of Service Pipelines"
10742   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10743   layout:
10744     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10745     layout: "plot-service-density"
10746
10747 - type: "plot"
10748   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10749   algorithm: "plot_nf_heatmap"
10750   output-file-type: ".html"
10751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10752   data: "plot-vpp-nfv-2n-clx-mrr"
10753   filter: "'NIC_Intel-XXV710' and
10754            'NF_DENSITY' and
10755            'DOCKER' and
10756            'PIPELINE' and
10757            'NF_VPPIP4' and
10758            'IMIX' and
10759            '8T4C' and
10760            'MRR'"
10761   parameters:
10762   - "result"
10763   - "name"
10764   - "tags"
10765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10766   x-axis: "X = CNFs per Service Pipeline"
10767   y-axis: "Y = Number of Service Pipelines"
10768   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10769   layout:
10770     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10771     layout: "plot-service-density"
10772
10773 # Plots - NF Density - CSP - NDR IMIX
10774 - type: "plot"
10775   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10776   algorithm: "plot_nf_heatmap"
10777   output-file-type: ".html"
10778   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10779   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10780   filter: "'NIC_Intel-XXV710' and
10781            'NF_DENSITY' and
10782            'DOCKER' and
10783            'PIPELINE' and
10784            'NF_VPPIP4' and
10785            'IMIX' and
10786            '2T1C' and
10787            'NDRPDR'"
10788   parameters:
10789   - "throughput"
10790   - "name"
10791   - "tags"
10792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10793   x-axis: "X = CNFs per Service Pipeline"
10794   y-axis: "Y = Number of Service Pipelines"
10795   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10796   layout:
10797     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10798     layout: "plot-service-density"
10799
10800 - type: "plot"
10801   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10802   algorithm: "plot_nf_heatmap"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10805   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10806   filter: "'NIC_Intel-XXV710' and
10807            'NF_DENSITY' and
10808            'DOCKER' and
10809            'PIPELINE' and
10810            'NF_VPPIP4' and
10811            'IMIX' and
10812            '4T2C' and
10813            'NDRPDR'"
10814   parameters:
10815   - "throughput"
10816   - "name"
10817   - "tags"
10818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10819   x-axis: "X = CNFs per Service Pipeline"
10820   y-axis: "Y = Number of Service Pipelines"
10821   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10822   layout:
10823     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10824     layout: "plot-service-density"
10825
10826 - type: "plot"
10827   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10828   algorithm: "plot_nf_heatmap"
10829   output-file-type: ".html"
10830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10831   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10832   filter: "'NIC_Intel-XXV710' and
10833            'NF_DENSITY' and
10834            'DOCKER' and
10835            'PIPELINE' and
10836            'NF_VPPIP4' and
10837            'IMIX' and
10838            '8T4C' and
10839            'NDRPDR'"
10840   parameters:
10841   - "throughput"
10842   - "name"
10843   - "tags"
10844   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10845   x-axis: "X = CNFs per Service Pipeline"
10846   y-axis: "Y = Number of Service Pipelines"
10847   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10848   layout:
10849     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10850     layout: "plot-service-density"
10851
10852 # Plots - NF Density - CSP - PDR IMIX
10853 - type: "plot"
10854   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10855   algorithm: "plot_nf_heatmap"
10856   output-file-type: ".html"
10857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10858   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10859   filter: "'NIC_Intel-XXV710' and
10860            'NF_DENSITY' and
10861            'DOCKER' and
10862            'PIPELINE' and
10863            'NF_VPPIP4' and
10864            'IMIX' and
10865            '2T1C' and
10866            'NDRPDR'"
10867   parameters:
10868   - "throughput"
10869   - "name"
10870   - "tags"
10871   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10872   x-axis: "X = CNFs per Service Pipeline"
10873   y-axis: "Y = Number of Service Pipelines"
10874   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10875   layout:
10876     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10877     layout: "plot-service-density"
10878
10879 - type: "plot"
10880   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10881   algorithm: "plot_nf_heatmap"
10882   output-file-type: ".html"
10883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10884   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10885   filter: "'NIC_Intel-XXV710' and
10886            'NF_DENSITY' and
10887            'DOCKER' and
10888            'PIPELINE' and
10889            'NF_VPPIP4' and
10890            'IMIX' and
10891            '4T2C' and
10892            'NDRPDR'"
10893   parameters:
10894   - "throughput"
10895   - "name"
10896   - "tags"
10897   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10898   x-axis: "X = CNFs per Service Pipeline"
10899   y-axis: "Y = Number of Service Pipelines"
10900   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10901   layout:
10902     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10903     layout: "plot-service-density"
10904
10905 - type: "plot"
10906   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10907   algorithm: "plot_nf_heatmap"
10908   output-file-type: ".html"
10909   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10910   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10911   filter: "'NIC_Intel-XXV710' and
10912            'NF_DENSITY' and
10913            'DOCKER' and
10914            'PIPELINE' and
10915            'NF_VPPIP4' and
10916            'IMIX' and
10917            '8T4C' and
10918            'NDRPDR'"
10919   parameters:
10920   - "throughput"
10921   - "name"
10922   - "tags"
10923   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10924   x-axis: "X = CNFs per Service Pipeline"
10925   y-axis: "Y = Number of Service Pipelines"
10926   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10927   layout:
10928     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10929     layout: "plot-service-density"
10930
10931 ################################################################################
10932
10933 # Packet Throughput
10934
10935 - type: "plot"
10936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10937   algorithm: "plot_perf_box_name"
10938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10940   include:
10941     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10942     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10943     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10944     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10945   layout:
10946     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10947     layout: "plot-throughput"
10948
10949 - type: "plot"
10950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10951   algorithm: "plot_perf_box_name"
10952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10954   include:
10955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10957     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10958     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10959   layout:
10960     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10961     layout: "plot-throughput"
10962
10963 - type: "plot"
10964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10965   algorithm: "plot_perf_box_name"
10966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10968   include:
10969     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10970     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10971     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10972     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10973   layout:
10974     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10975     layout: "plot-throughput"
10976
10977 - type: "plot"
10978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10979   algorithm: "plot_perf_box_name"
10980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10982   include:
10983     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10984     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10985     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10986     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10987   layout:
10988     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10989     layout: "plot-throughput"
10990
10991 - type: "plot"
10992   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10993   algorithm: "plot_perf_box_name"
10994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10996   include:
10997     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10998     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10999     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11000     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11001     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11002   layout:
11003     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11004     layout: "plot-throughput"
11005
11006 - type: "plot"
11007   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11008   algorithm: "plot_perf_box_name"
11009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11011   include:
11012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11013     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11014     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11015     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11016     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11017   layout:
11018     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11019     layout: "plot-throughput"
11020
11021 - type: "plot"
11022   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11023   algorithm: "plot_perf_box_name"
11024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11026   include:
11027     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11028     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11029     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11030     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11031     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11032   layout:
11033     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11034     layout: "plot-throughput"
11035
11036 - type: "plot"
11037   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11038   algorithm: "plot_perf_box_name"
11039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11041   include:
11042     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11043     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11044     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11045     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11046     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11047   layout:
11048     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11049     layout: "plot-throughput"
11050
11051 - type: "plot"
11052   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11053   algorithm: "plot_perf_box_name"
11054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11056   include:
11057     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11058     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11059     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11060     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11061     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11062   layout:
11063     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11064     layout: "plot-throughput"
11065
11066 - type: "plot"
11067   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11068   algorithm: "plot_perf_box_name"
11069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11070   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11071   include:
11072     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11073     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11074     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11075     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11076     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11077   layout:
11078     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11079     layout: "plot-throughput"
11080
11081 - type: "plot"
11082   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11083   algorithm: "plot_perf_box_name"
11084   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11086   include:
11087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11093   layout:
11094     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11095     layout: "plot-throughput"
11096
11097 - type: "plot"
11098   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11099   algorithm: "plot_perf_box_name"
11100   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11102   include:
11103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11109   layout:
11110     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11111     layout: "plot-throughput"
11112
11113 - type: "plot"
11114   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11115   algorithm: "plot_perf_box_name"
11116   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11118   include:
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11124   layout:
11125     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11126     layout: "plot-throughput"
11127
11128 - type: "plot"
11129   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11130   algorithm: "plot_perf_box_name"
11131   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11133   include:
11134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11139   layout:
11140     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11141     layout: "plot-throughput"
11142
11143 - type: "plot"
11144   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11145   algorithm: "plot_perf_box_name"
11146   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11148   include:
11149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11152   layout:
11153     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11154     layout: "plot-throughput"
11155
11156 - type: "plot"
11157   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11158   algorithm: "plot_perf_box_name"
11159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11161   include:
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11165   layout:
11166     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11167     layout: "plot-throughput"
11168
11169 - type: "plot"
11170   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11171   algorithm: "plot_perf_box_name"
11172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11174   include:
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11180   layout:
11181     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11182     layout: "plot-throughput"
11183
11184 - type: "plot"
11185   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11186   algorithm: "plot_perf_box_name"
11187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11189   include:
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11195   layout:
11196     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11197     layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11201   algorithm: "plot_perf_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11204   include:
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11208   layout:
11209     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11217   include:
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11221   layout:
11222     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11223     layout: "plot-throughput"
11224
11225 - type: "plot"
11226   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11227   algorithm: "plot_perf_box_name"
11228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11230   include:
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11237   layout:
11238     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11239     layout: "plot-throughput"
11240
11241 - type: "plot"
11242   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11243   algorithm: "plot_perf_box_name"
11244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11246   include:
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11253   layout:
11254     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11255     layout: "plot-throughput"
11256
11257 - type: "plot"
11258   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11259   algorithm: "plot_perf_box_name"
11260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11262   include:
11263     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11264     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11265     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11266     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11267     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11268   layout:
11269     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11270     layout: "plot-throughput"
11271
11272 - type: "plot"
11273   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11274   algorithm: "plot_perf_box_name"
11275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11277   include:
11278     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11279     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11280     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11281     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11282     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11283   layout:
11284     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11285     layout: "plot-throughput"
11286
11287 #- type: "plot"
11288 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11289 #  algorithm: "plot_perf_box_name"
11290 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11291 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11292 #  include:
11293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11294 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11295 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11296 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11297 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11298 #  layout:
11299 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11300 #    layout: "plot-throughput"
11301 #
11302 #- type: "plot"
11303 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11304 #  algorithm: "plot_perf_box_name"
11305 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11306 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11307 #  include:
11308 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11309 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11310 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11311 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11312 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11313 #  layout:
11314 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11315 #    layout: "plot-throughput"
11316 #
11317 #- type: "plot"
11318 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11319 #  algorithm: "plot_perf_box_name"
11320 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11321 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11322 #  include:
11323 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11324 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11325 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11326 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11327 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11328 #  layout:
11329 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11330 #    layout: "plot-throughput"
11331 #
11332 #- type: "plot"
11333 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11334 #  algorithm: "plot_perf_box_name"
11335 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11336 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11337 #  include:
11338 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11339 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11340 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11341 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11342 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11343 #  layout:
11344 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11345 #    layout: "plot-throughput"
11346
11347 - type: "plot"
11348   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11349   algorithm: "plot_perf_box_name"
11350   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11352   include:
11353     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11354     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11355     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11356     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11357     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11358   layout:
11359     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11360     layout: "plot-throughput"
11361
11362 - type: "plot"
11363   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11364   algorithm: "plot_perf_box_name"
11365   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11367   include:
11368     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11369     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11370     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11371     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11372     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11373   layout:
11374     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11375     layout: "plot-throughput"
11376
11377 #- type: "plot"
11378 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11379 #  algorithm: "plot_perf_box_name"
11380 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11381 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11382 #  include:
11383 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11384 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11385 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11386 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11387 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11388 #  layout:
11389 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11390 #    layout: "plot-throughput"
11391 #
11392 #- type: "plot"
11393 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11394 #  algorithm: "plot_perf_box_name"
11395 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11396 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11397 #  include:
11398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11400 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11401 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11402 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11403 #  layout:
11404 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11405 #    layout: "plot-throughput"
11406 #
11407 #- type: "plot"
11408 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11409 #  algorithm: "plot_perf_box_name"
11410 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11411 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11412 #  include:
11413 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11414 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11415 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11416 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11417 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11418 #  layout:
11419 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11420 #    layout: "plot-throughput"
11421 #
11422 #- type: "plot"
11423 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11424 #  algorithm: "plot_perf_box_name"
11425 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11426 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11427 #  include:
11428 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11429 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11430 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11431 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11432 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11433 #  layout:
11434 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11435 #    layout: "plot-throughput"
11436
11437 - type: "plot"
11438   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11439   algorithm: "plot_perf_box_name"
11440   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11442   include:
11443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11449   layout:
11450     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11451     layout: "plot-throughput"
11452
11453 - type: "plot"
11454   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11455   algorithm: "plot_perf_box_name"
11456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11458   include:
11459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11465   layout:
11466     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11467     layout: "plot-throughput"
11468
11469 - type: "plot"
11470   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11471   algorithm: "plot_perf_box_name"
11472   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11473   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11474   include:
11475     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11478   layout:
11479     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11480     layout: "plot-throughput"
11481
11482 - type: "plot"
11483   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11484   algorithm: "plot_perf_box_name"
11485   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11487   include:
11488     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11491   layout:
11492     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11493     layout: "plot-throughput"
11494
11495 - type: "plot"
11496   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11497   algorithm: "plot_perf_box_name"
11498   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11500   include:
11501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11503 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11504 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11505 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11506   layout:
11507     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11518 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11519 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11520 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11521   layout:
11522     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11530   include:
11531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11536   layout:
11537     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11545   include:
11546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11551   layout:
11552     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11553     layout: "plot-throughput"
11554
11555 - type: "plot"
11556   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11557   algorithm: "plot_perf_box_name"
11558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11560   include:
11561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11566   layout:
11567     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11568     layout: "plot-throughput"
11569
11570 - type: "plot"
11571   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11572   algorithm: "plot_perf_box_name"
11573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11575   include:
11576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11581   layout:
11582     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11583     layout: "plot-throughput"
11584
11585 - type: "plot"
11586   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11587   algorithm: "plot_perf_box_name"
11588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11590   include:
11591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11595   layout:
11596     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11597     layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11604   include:
11605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11609   layout:
11610     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11611     layout: "plot-throughput"
11612
11613 - type: "plot"
11614   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11615   algorithm: "plot_perf_box_name"
11616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11618   include:
11619     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11624   layout:
11625     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11626     layout: "plot-throughput"
11627
11628 - type: "plot"
11629   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11630   algorithm: "plot_perf_box_name"
11631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11633   include:
11634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11639   layout:
11640     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11641     layout: "plot-throughput"
11642
11643 - type: "plot"
11644   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11645   algorithm: "plot_perf_box_name"
11646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11648   include:
11649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11654   layout:
11655     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11656     layout: "plot-throughput"
11657
11658 - type: "plot"
11659   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11660   algorithm: "plot_perf_box_name"
11661   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11662   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11663   include:
11664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11669   layout:
11670     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11671     layout: "plot-throughput"
11672
11673 - type: "plot"
11674   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11675   algorithm: "plot_perf_box_name"
11676   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11677   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11678   include:
11679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11683   layout:
11684     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11685     layout: "plot-throughput"
11686
11687 - type: "plot"
11688   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11689   algorithm: "plot_perf_box_name"
11690   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11691   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11692   include:
11693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11697   layout:
11698     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11699     layout: "plot-throughput"
11700
11701 - type: "plot"
11702   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11703   algorithm: "plot_perf_box_name"
11704   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11705   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11706   include:
11707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11712   layout:
11713     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11714     layout: "plot-throughput"
11715
11716 - type: "plot"
11717   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11718   algorithm: "plot_perf_box_name"
11719   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11720   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11721   include:
11722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11727   layout:
11728     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11729     layout: "plot-throughput"
11730
11731 - type: "plot"
11732   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11733   algorithm: "plot_perf_box_name"
11734   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11735   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11736   include:
11737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11743   layout:
11744     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11745     layout: "plot-throughput"
11746
11747 - type: "plot"
11748   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11749   algorithm: "plot_perf_box_name"
11750   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11751   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11752   include:
11753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11759   layout:
11760     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11767   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11768   include:
11769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11774   layout:
11775     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11782   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11783   include:
11784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11789   layout:
11790     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11798   include:
11799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11804   layout:
11805     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11810   algorithm: "plot_perf_box_name"
11811   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11812   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11813   include:
11814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11819   layout:
11820     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11828   include:
11829     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11831   layout:
11832     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11833     layout: "plot-throughput"
11834
11835 - type: "plot"
11836   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11837   algorithm: "plot_perf_box_name"
11838   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11840   include:
11841     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11843   layout:
11844     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11852   include:
11853     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11857   layout:
11858     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11859     layout: "plot-throughput"
11860
11861 - type: "plot"
11862   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11863   algorithm: "plot_perf_box_name"
11864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11866   include:
11867     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11871   layout:
11872     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11880   include:
11881     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11885   layout:
11886     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11887     layout: "plot-throughput"
11888
11889 - type: "plot"
11890   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11891   algorithm: "plot_perf_box_name"
11892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11894   include:
11895     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11899   layout:
11900     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11908   include:
11909     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11913   layout:
11914     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11915     layout: "plot-throughput"
11916
11917 - type: "plot"
11918   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11919   algorithm: "plot_perf_box_name"
11920   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11921   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11922   include:
11923     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11927   layout:
11928     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11929     layout: "plot-throughput"
11930
11931 - type: "plot"
11932   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11933   algorithm: "plot_perf_box_name"
11934   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11935   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11936   include:
11937     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11941   layout:
11942     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11950   include:
11951     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11955   layout:
11956     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11964   include:
11965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11971   layout:
11972     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11973     layout: "plot-throughput"
11974
11975 - type: "plot"
11976   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11980   include:
11981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11987   layout:
11988     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11996   include:
11997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12002   layout:
12003     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12011   include:
12012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12017   layout:
12018     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12026   include:
12027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12032   layout:
12033     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12041   include:
12042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12047   layout:
12048     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12056   include:
12057     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12060   layout:
12061     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12062     layout: "plot-throughput"
12063
12064 - type: "plot"
12065   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12066   algorithm: "plot_perf_box_name"
12067   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12069   include:
12070     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12073   layout:
12074     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12075     layout: "plot-throughput"
12076
12077 - type: "plot"
12078   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12079   algorithm: "plot_perf_box_name"
12080   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12082   include:
12083     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12086   layout:
12087     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12095   include:
12096     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12099   layout:
12100     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12108   include:
12109     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12114   layout:
12115     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12123   include:
12124     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12129   layout:
12130     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12131     layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12138   include:
12139     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12144   layout:
12145     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12153   include:
12154     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12159   layout:
12160     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12161     layout: "plot-throughput"
12162
12163 - type: "plot"
12164   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12165   algorithm: "plot_perf_box_name"
12166   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12167   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12168   include:
12169     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12174   layout:
12175     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12182   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12183   include:
12184     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12189   layout:
12190     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12191     layout: "plot-throughput"
12192
12193 - type: "plot"
12194   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12195   algorithm: "plot_perf_box_name"
12196   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12197   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12198   include:
12199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12204   layout:
12205     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12206     layout: "plot-throughput"
12207
12208 - type: "plot"
12209   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12210   algorithm: "plot_perf_box_name"
12211   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12212   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12213   include:
12214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12219   layout:
12220     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12225   algorithm: "plot_perf_box_name"
12226   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12227   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12228   include:
12229     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12234   layout:
12235     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12243   include:
12244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12249   layout:
12250     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12251     layout: "plot-throughput"
12252
12253 - type: "plot"
12254   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12255   algorithm: "plot_perf_box_name"
12256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12258   include:
12259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12265   layout:
12266     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12274   include:
12275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12279     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12281   layout:
12282     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12283     layout: "plot-throughput"
12284
12285 - type: "plot"
12286   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12287   algorithm: "plot_perf_box_name"
12288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12290   include:
12291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12294     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12295   layout:
12296     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12304   include:
12305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12308     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12309   layout:
12310     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12311     layout: "plot-throughput"
12312
12313 - type: "plot"
12314   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12315   algorithm: "plot_perf_box_name"
12316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12318   include:
12319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12325   layout:
12326     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12327     layout: "plot-throughput"
12328
12329 - type: "plot"
12330   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12331   algorithm: "plot_perf_box_name"
12332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12334   include:
12335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12341   layout:
12342     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12343     layout: "plot-throughput"
12344
12345 - type: "plot"
12346   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12347   algorithm: "plot_perf_box_name"
12348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12350   include:
12351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12357   layout:
12358     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12366   include:
12367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12373   layout:
12374     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12382   include:
12383     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12384     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12385     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12386     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12387     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12389   layout:
12390     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12398   include:
12399     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12400     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12401     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12405   layout:
12406     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12407     layout: "plot-throughput"
12408
12409 - type: "plot"
12410   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12411   algorithm: "plot_perf_box_name"
12412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12414   include:
12415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12421   layout:
12422     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12423     layout: "plot-throughput"
12424
12425 - type: "plot"
12426   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12427   algorithm: "plot_perf_box_name"
12428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12430   include:
12431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12437   layout:
12438     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12439     layout: "plot-throughput"
12440
12441 - type: "plot"
12442   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12443   algorithm: "plot_perf_box_name"
12444   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12445   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12446   include:
12447     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12448     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12449     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12450     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12451     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12453   layout:
12454     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12461   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12462   include:
12463     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12464     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12465     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12466     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12469   layout:
12470     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12478   include:
12479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12485   layout:
12486     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12487     layout: "plot-throughput"
12488
12489 - type: "plot"
12490   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12491   algorithm: "plot_perf_box_name"
12492   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12494   include:
12495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12501   layout:
12502     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12503     layout: "plot-throughput"
12504
12505 - type: "plot"
12506   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12507   algorithm: "plot_perf_box_name"
12508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12510   include:
12511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12517   layout:
12518     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12519     layout: "plot-throughput"
12520
12521 - type: "plot"
12522   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12523   algorithm: "plot_perf_box_name"
12524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12526   include:
12527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12533   layout:
12534     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12535     layout: "plot-throughput"
12536
12537 - type: "plot"
12538   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12539   algorithm: "plot_perf_box_name"
12540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12542   include:
12543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12549   layout:
12550     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12551     layout: "plot-throughput"
12552
12553 - type: "plot"
12554   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12555   algorithm: "plot_perf_box_name"
12556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12558   include:
12559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12565   layout:
12566     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12567     layout: "plot-throughput"
12568
12569 - type: "plot"
12570   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12571   algorithm: "plot_perf_box_name"
12572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12574   include:
12575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12579   layout:
12580     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12581     layout: "plot-throughput"
12582
12583 - type: "plot"
12584   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12585   algorithm: "plot_perf_box_name"
12586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12588   include:
12589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12593   layout:
12594     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12599   algorithm: "plot_perf_box_name"
12600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12602   include:
12603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12607   layout:
12608     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12609     layout: "plot-throughput"
12610
12611 - type: "plot"
12612   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12613   algorithm: "plot_perf_box_name"
12614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12616   include:
12617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12621   layout:
12622     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12623     layout: "plot-throughput"
12624
12625 - type: "plot"
12626   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12627   algorithm: "plot_perf_box_name"
12628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12630   include:
12631     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12637   layout:
12638     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12639     layout: "plot-throughput"
12640
12641 - type: "plot"
12642   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12643   algorithm: "plot_perf_box_name"
12644   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12645   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12646   include:
12647     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12653   layout:
12654     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12655     layout: "plot-throughput"
12656
12657 - type: "plot"
12658   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12659   algorithm: "plot_perf_box_name"
12660   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12662   include:
12663     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12665     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12666     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12667     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12668   layout:
12669     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12670     layout: "plot-throughput"
12671
12672 - type: "plot"
12673   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12674   algorithm: "plot_perf_box_name"
12675   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12677   include:
12678     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12683   layout:
12684     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12685     layout: "plot-throughput"
12686
12687 - type: "plot"
12688   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12689   algorithm: "plot_perf_box_name"
12690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12692   include:
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12698   layout:
12699     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12700     layout: "plot-throughput"
12701
12702 - type: "plot"
12703   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12704   algorithm: "plot_perf_box_name"
12705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12707   include:
12708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12713   layout:
12714     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12715     layout: "plot-throughput"
12716
12717 - type: "plot"
12718   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12719   algorithm: "plot_perf_box_name"
12720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12722   include:
12723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12727   layout:
12728     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12736   include:
12737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12741   layout:
12742     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12750   include:
12751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12757   layout:
12758     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12759     layout: "plot-throughput"
12760
12761 - type: "plot"
12762   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12763   algorithm: "plot_perf_box_name"
12764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12766   include:
12767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12773   layout:
12774     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12775     layout: "plot-throughput"
12776
12777 - type: "plot"
12778   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12779   algorithm: "plot_perf_box_name"
12780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12782   include:
12783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12789   layout:
12790     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12791     layout: "plot-throughput"
12792
12793 - type: "plot"
12794   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12795   algorithm: "plot_perf_box_name"
12796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12798   include:
12799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12805   layout:
12806     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12807     layout: "plot-throughput"
12808
12809 - type: "plot"
12810   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12811   algorithm: "plot_perf_box_name"
12812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12814   include:
12815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12821   layout:
12822     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12823     layout: "plot-throughput"
12824
12825 - type: "plot"
12826   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12827   algorithm: "plot_perf_box_name"
12828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12830   include:
12831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12837   layout:
12838     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12839     layout: "plot-throughput"
12840
12841 - type: "plot"
12842   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12843   algorithm: "plot_perf_box_name"
12844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12846   include:
12847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12853   layout:
12854     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12862   include:
12863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12869   layout:
12870     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12871     layout: "plot-throughput"
12872
12873 - type: "plot"
12874   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12875   algorithm: "plot_perf_box_name"
12876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12878   include:
12879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12883   layout:
12884     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12885     layout: "plot-throughput"
12886
12887 - type: "plot"
12888   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12889   algorithm: "plot_perf_box_name"
12890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12892   include:
12893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12897   layout:
12898     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12899     layout: "plot-throughput"
12900
12901 - type: "plot"
12902   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12903   algorithm: "plot_perf_box_name"
12904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12906   include:
12907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12913   layout:
12914     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12922   include:
12923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12929   layout:
12930     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12937   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12938   include:
12939     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12945   layout:
12946     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12947     layout: "plot-throughput"
12948
12949 - type: "plot"
12950   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12951   algorithm: "plot_perf_box_name"
12952   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12953   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12954   include:
12955     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12961   layout:
12962     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12963     layout: "plot-throughput"
12964
12965 - type: "plot"
12966   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12967   algorithm: "plot_perf_box_name"
12968   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12969   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12970   include:
12971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12975   layout:
12976     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12977     layout: "plot-throughput"
12978
12979 - type: "plot"
12980   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12981   algorithm: "plot_perf_box_name"
12982   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12983   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12984   include:
12985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12989   layout:
12990     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12991     layout: "plot-throughput"
12992
12993 - type: "plot"
12994   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12995   algorithm: "plot_perf_box_name"
12996   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12997   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12998   include:
12999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13005   layout:
13006     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13007     layout: "plot-throughput"
13008
13009 - type: "plot"
13010   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13011   algorithm: "plot_perf_box_name"
13012   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13013   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13014   include:
13015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13021   layout:
13022     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13023     layout: "plot-throughput"
13024
13025 - type: "plot"
13026   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13027   algorithm: "plot_perf_box_name"
13028   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13029   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13030   include:
13031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13035   layout:
13036     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13041   algorithm: "plot_perf_box_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13043   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13044   include:
13045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13049   layout:
13050     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13051     layout: "plot-throughput"
13052
13053 - type: "plot"
13054   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13055   algorithm: "plot_perf_box_name"
13056   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13057   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13058   include:
13059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13065   layout:
13066     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13067     layout: "plot-throughput"
13068
13069 - type: "plot"
13070   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13071   algorithm: "plot_perf_box_name"
13072   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13073   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13074   include:
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13081   layout:
13082     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13083     layout: "plot-throughput"
13084
13085 - type: "plot"
13086   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13087   algorithm: "plot_perf_box_name"
13088   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13089   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13090   include:
13091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13097   layout:
13098     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13099     layout: "plot-throughput"
13100
13101 - type: "plot"
13102   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13103   algorithm: "plot_perf_box_name"
13104   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13105   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13106   include:
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13113   layout:
13114     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13115     layout: "plot-throughput"
13116
13117 - type: "plot"
13118   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13119   algorithm: "plot_perf_box_name"
13120   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13122   include:
13123     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13124     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13125     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13126     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13127     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13128     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13129   layout:
13130     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13131     layout: "plot-throughput"
13132
13133 - type: "plot"
13134   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13135   algorithm: "plot_perf_box_name"
13136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13138   include:
13139     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13140     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13141     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13142     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13143     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13144     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13145   layout:
13146     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13147     layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13151   algorithm: "plot_perf_box_name"
13152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13154   include:
13155     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13156     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13157     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13158 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13159 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13160 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13161   layout:
13162     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13163     layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13170   include:
13171     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13172     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13173     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13174 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13175 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13176 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13177   layout:
13178     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13179     layout: "plot-throughput"
13180
13181 - type: "plot"
13182   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13183   algorithm: "plot_perf_box_name"
13184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13186   include:
13187     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13188     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13189     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13190     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13191     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13192     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13193   layout:
13194     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13195     layout: "plot-throughput"
13196
13197 - type: "plot"
13198   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13199   algorithm: "plot_perf_box_name"
13200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13202   include:
13203     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13204     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13205     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13206     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13207     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13208     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13209   layout:
13210     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13211     layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13217   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13218   include:
13219     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13220     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13221     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13222     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13223     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13224     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13225   layout:
13226     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13233   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13234   include:
13235     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13236     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13237     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13238     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13239     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13240     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13241   layout:
13242     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13243     layout: "plot-throughput"
13244
13245 #- type: "plot"
13246 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13247 #  algorithm: "plot_perf_box_name"
13248 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13249 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13250 #  include:
13251 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13252 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13253 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13254 #  layout:
13255 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13256 #    layout: "plot-throughput"
13257 #
13258 #- type: "plot"
13259 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13260 #  algorithm: "plot_perf_box_name"
13261 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13262 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13263 #  include:
13264 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13265 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13266 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13267 #  layout:
13268 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13269 #    layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13276   include:
13277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13282   layout:
13283     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13284     layout: "plot-throughput"
13285
13286 - type: "plot"
13287   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13288   algorithm: "plot_perf_box_name"
13289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13291   include:
13292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13297   layout:
13298     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13299     layout: "plot-throughput"
13300
13301 - type: "plot"
13302   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13303   algorithm: "plot_perf_box_name"
13304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13306   include:
13307     - "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"
13308     - "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"
13309     - "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"
13310     - "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"
13311     - "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"
13312   layout:
13313     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13321   include:
13322     - "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"
13323     - "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"
13324     - "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"
13325     - "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"
13326     - "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"
13327   layout:
13328     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13333   algorithm: "plot_perf_box_name"
13334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13336   include:
13337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13342   layout:
13343     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13344     layout: "plot-throughput"
13345
13346 - type: "plot"
13347   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13348   algorithm: "plot_perf_box_name"
13349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13351   include:
13352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13357   layout:
13358     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13363   algorithm: "plot_perf_box_name"
13364   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13366   include:
13367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13372   layout:
13373     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13374     layout: "plot-throughput"
13375
13376 - type: "plot"
13377   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13378   algorithm: "plot_perf_box_name"
13379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13381   include:
13382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13387   layout:
13388     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13396   include:
13397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13402   layout:
13403     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13404     layout: "plot-throughput"
13405
13406 - type: "plot"
13407   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13408   algorithm: "plot_perf_box_name"
13409   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13411   include:
13412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13414     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13415     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13416     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13417   layout:
13418     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13419     layout: "plot-throughput"
13420
13421 - type: "plot"
13422   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13423   algorithm: "plot_perf_box_name"
13424   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13426   include:
13427     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13430     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13431     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13432   layout:
13433     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13434     layout: "plot-throughput"
13435
13436 - type: "plot"
13437   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13438   algorithm: "plot_perf_box_name"
13439   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13441   include:
13442     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13443     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13444     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13445     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13446     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13447   layout:
13448     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13449     layout: "plot-throughput"
13450
13451 - type: "plot"
13452   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13453   algorithm: "plot_perf_box_name"
13454   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13456   include:
13457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13461   layout:
13462     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13463     layout: "plot-throughput"
13464
13465 - type: "plot"
13466   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13467   algorithm: "plot_perf_box_name"
13468   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13470   include:
13471     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13472     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13473     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13474     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13475   layout:
13476     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13477     layout: "plot-throughput"
13478
13479 - type: "plot"
13480   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13481   algorithm: "plot_perf_box_name"
13482   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13484   include:
13485     - "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"
13486     - "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"
13487     - "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"
13488     - "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"
13489   layout:
13490     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13491     layout: "plot-throughput"
13492
13493 - type: "plot"
13494   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13495   algorithm: "plot_perf_box_name"
13496   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13498   include:
13499     - "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"
13500     - "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"
13501     - "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"
13502     - "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"
13503   layout:
13504     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13505     layout: "plot-throughput"
13506
13507 - type: "plot"
13508   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13509   algorithm: "plot_perf_box_name"
13510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13512   include:
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13519   layout:
13520     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13521     layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13525   algorithm: "plot_perf_box_name"
13526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13528   include:
13529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13535   layout:
13536     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13537     layout: "plot-throughput"
13538
13539 - type: "plot"
13540   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13541   algorithm: "plot_perf_box_name"
13542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13544   include:
13545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13547     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13551   layout:
13552     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13553     layout: "plot-throughput"
13554
13555 - type: "plot"
13556   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13557   algorithm: "plot_perf_box_name"
13558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13560   include:
13561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13567   layout:
13568     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13569     layout: "plot-throughput"
13570
13571 - type: "plot"
13572   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13573   algorithm: "plot_perf_box_name"
13574   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13576   include:
13577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13583   layout:
13584     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13592   include:
13593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13599   layout:
13600     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13601     layout: "plot-throughput"
13602
13603 - type: "plot"
13604   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13605   algorithm: "plot_perf_box_name"
13606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13608   include:
13609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13614   layout:
13615     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13616     layout: "plot-throughput"
13617
13618 - type: "plot"
13619   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13620   algorithm: "plot_perf_box_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13623   include:
13624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13629   layout:
13630     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13631     layout: "plot-throughput"
13632
13633 - type: "plot"
13634   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13635   algorithm: "plot_perf_box_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13638   include:
13639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13641   layout:
13642     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13643     layout: "plot-throughput"
13644
13645 - type: "plot"
13646   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13647   algorithm: "plot_perf_box_name"
13648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13650   include:
13651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13653   layout:
13654     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13655     layout: "plot-throughput"
13656
13657 - type: "plot"
13658   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13659   algorithm: "plot_perf_box_name"
13660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13662   include:
13663     - "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"
13664     - "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"
13665   layout:
13666     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13667     layout: "plot-throughput"
13668
13669 - type: "plot"
13670   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13671   algorithm: "plot_perf_box_name"
13672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13674   include:
13675     - "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"
13676     - "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"
13677   layout:
13678     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13679     layout: "plot-throughput"
13680
13681 - type: "plot"
13682   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13683   algorithm: "plot_perf_box_name"
13684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13686   include:
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13689   layout:
13690     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13691     layout: "plot-throughput"
13692
13693 - type: "plot"
13694   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13695   algorithm: "plot_perf_box_name"
13696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13698   include:
13699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13701   layout:
13702     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13703     layout: "plot-throughput"
13704
13705 - type: "plot"
13706   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13707   algorithm: "plot_perf_box_name"
13708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13710   include:
13711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13713   layout:
13714     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13715     layout: "plot-throughput"
13716
13717 - type: "plot"
13718   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13719   algorithm: "plot_perf_box_name"
13720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13722   include:
13723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13725   layout:
13726     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13727     layout: "plot-throughput"
13728
13729 - type: "plot"
13730   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13731   algorithm: "plot_perf_box_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13733   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13734   include:
13735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13740     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13741   layout:
13742     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13743     layout: "plot-throughput"
13744
13745 - type: "plot"
13746   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13747   algorithm: "plot_perf_box_name"
13748   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13749   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13750   include:
13751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13756     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13757   layout:
13758     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13759     layout: "plot-throughput"
13760
13761 - type: "plot"
13762   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13763   algorithm: "plot_perf_box_name"
13764   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13765   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13766   include:
13767     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13772     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13773   layout:
13774     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13775     layout: "plot-throughput"
13776
13777 - type: "plot"
13778   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13779   algorithm: "plot_perf_box_name"
13780   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13781   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13782   include:
13783     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13787     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13788     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13789   layout:
13790     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13791     layout: "plot-throughput"
13792
13793 #- type: "plot"
13794 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13795 #  algorithm: "plot_perf_box_name"
13796 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13797 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13798 #  include:
13799 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13800 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13801 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13802 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13803 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13804 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13805 #  layout:
13806 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13807 #    layout: "plot-throughput"
13808 #
13809 #- type: "plot"
13810 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13811 #  algorithm: "plot_perf_box_name"
13812 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13813 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13814 #  include:
13815 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13816 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13817 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13818 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13819 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13820 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13821 #  layout:
13822 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13823 #    layout: "plot-throughput"
13824
13825 - type: "plot"
13826   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13827   algorithm: "plot_perf_box_name"
13828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13830   include:
13831     - "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"
13832     - "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"
13833     - "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"
13834     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13835     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13836     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13837   layout:
13838     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13839     layout: "plot-throughput"
13840
13841 - type: "plot"
13842   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13843   algorithm: "plot_perf_box_name"
13844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13846   include:
13847     - "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"
13848     - "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"
13849     - "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"
13850     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13851     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13852     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13853   layout:
13854     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13855     layout: "plot-throughput"
13856
13857 ################################################################################
13858
13859 # Packet Speedup
13860
13861 - type: "plot"
13862   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13863   algorithm: "plot_tsa_name"
13864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13866   include:
13867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13871   layout:
13872     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13873     layout: "plot-throughput-speedup-analysis"
13874
13875 - type: "plot"
13876   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13877   algorithm: "plot_tsa_name"
13878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13880   include:
13881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13883     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13884     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13885   layout:
13886     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13887     layout: "plot-throughput-speedup-analysis"
13888
13889 - type: "plot"
13890   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13891   algorithm: "plot_tsa_name"
13892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13894   include:
13895     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13896     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13897     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13898     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13899   layout:
13900     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13901     layout: "plot-throughput-speedup-analysis"
13902
13903 - type: "plot"
13904   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13905   algorithm: "plot_tsa_name"
13906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13908   include:
13909     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13910     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13911     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13912     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13913   layout:
13914     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13915     layout: "plot-throughput-speedup-analysis"
13916
13917 - type: "plot"
13918   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13919   algorithm: "plot_tsa_name"
13920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13922   include:
13923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13925     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13926     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13927     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13928   layout:
13929     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13930     layout: "plot-throughput-speedup-analysis"
13931
13932 - type: "plot"
13933   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13934   algorithm: "plot_tsa_name"
13935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13937   include:
13938     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13940     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13941     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13942     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13943   layout:
13944     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13945     layout: "plot-throughput-speedup-analysis"
13946
13947 - type: "plot"
13948   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13949   algorithm: "plot_tsa_name"
13950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13952   include:
13953     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13954     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13955     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13956     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13957     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13958   layout:
13959     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13960     layout: "plot-throughput-speedup-analysis"
13961
13962 - type: "plot"
13963   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13964   algorithm: "plot_tsa_name"
13965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13967   include:
13968     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13969     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13970     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13971     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13972     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13973   layout:
13974     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13975     layout: "plot-throughput-speedup-analysis"
13976
13977 - type: "plot"
13978   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13979   algorithm: "plot_tsa_name"
13980   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13982   include:
13983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13989   layout:
13990     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13991     layout: "plot-throughput-speedup-analysis"
13992
13993 - type: "plot"
13994   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13995   algorithm: "plot_tsa_name"
13996   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13998   include:
13999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14005   layout:
14006     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14007     layout: "plot-throughput-speedup-analysis"
14008
14009 - type: "plot"
14010   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14011   algorithm: "plot_tsa_name"
14012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14014   include:
14015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14020   layout:
14021     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14022     layout: "plot-throughput-speedup-analysis"
14023
14024 - type: "plot"
14025   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14026   algorithm: "plot_tsa_name"
14027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14029   include:
14030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14035   layout:
14036     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14037     layout: "plot-throughput-speedup-analysis"
14038
14039 - type: "plot"
14040   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14041   algorithm: "plot_tsa_name"
14042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14044   include:
14045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14048   layout:
14049     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14050     layout: "plot-throughput-speedup-analysis"
14051
14052 - type: "plot"
14053   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14054   algorithm: "plot_tsa_name"
14055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14057   include:
14058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14061   layout:
14062     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14063     layout: "plot-throughput-speedup-analysis"
14064
14065 - type: "plot"
14066   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14067   algorithm: "plot_tsa_name"
14068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14076   layout:
14077     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14078     layout: "plot-throughput-speedup-analysis"
14079
14080 - type: "plot"
14081   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14082   algorithm: "plot_tsa_name"
14083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14085   include:
14086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14091   layout:
14092     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14093     layout: "plot-throughput-speedup-analysis"
14094
14095 - type: "plot"
14096   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14097   algorithm: "plot_tsa_name"
14098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14100   include:
14101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14104   layout:
14105     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14113   include:
14114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14117   layout:
14118     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14119     layout: "plot-throughput-speedup-analysis"
14120
14121 - type: "plot"
14122   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14123   algorithm: "plot_tsa_name"
14124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14133   layout:
14134     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14135     layout: "plot-throughput-speedup-analysis"
14136
14137 - type: "plot"
14138   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14139   algorithm: "plot_tsa_name"
14140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14142   include:
14143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14149   layout:
14150     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14151     layout: "plot-throughput-speedup-analysis"
14152
14153 - type: "plot"
14154   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14155   algorithm: "plot_tsa_name"
14156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14158   include:
14159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14160     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14161     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14162     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14163     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14164   layout:
14165     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14166     layout: "plot-throughput-speedup-analysis"
14167
14168 - type: "plot"
14169   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14170   algorithm: "plot_tsa_name"
14171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14173   include:
14174     - "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"
14175     - "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"
14176     - "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"
14177     - "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"
14178     - "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"
14179   layout:
14180     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14181     layout: "plot-throughput-speedup-analysis"
14182
14183 #- type: "plot"
14184 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14185 #  algorithm: "plot_tsa_name"
14186 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14187 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14188 #  include:
14189 #    - "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"
14190 #    - "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"
14191 #    - "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"
14192 #    - "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"
14193 #    - "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"
14194 #  layout:
14195 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14196 #    layout: "plot-throughput-speedup-analysis"
14197 #
14198 #- type: "plot"
14199 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14200 #  algorithm: "plot_tsa_name"
14201 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14202 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14203 #  include:
14204 #    - "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"
14205 #    - "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"
14206 #    - "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"
14207 #    - "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"
14208 #    - "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"
14209 #  layout:
14210 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14211 #    layout: "plot-throughput-speedup-analysis"
14212 #
14213 #- type: "plot"
14214 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14215 #  algorithm: "plot_tsa_name"
14216 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14217 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14218 #  include:
14219 #    - "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"
14220 #    - "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"
14221 #    - "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"
14222 #    - "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"
14223 #    - "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"
14224 #  layout:
14225 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14226 #    layout: "plot-throughput-speedup-analysis"
14227 #
14228 #- type: "plot"
14229 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14230 #  algorithm: "plot_tsa_name"
14231 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14232 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14233 #  include:
14234 #    - "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"
14235 #    - "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"
14236 #    - "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"
14237 #    - "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"
14238 #    - "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"
14239 #  layout:
14240 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14241 #    layout: "plot-throughput-speedup-analysis"
14242
14243 - type: "plot"
14244   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14245   algorithm: "plot_tsa_name"
14246   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14248   include:
14249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14250     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14251     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14252     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14253     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14254   layout:
14255     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14256     layout: "plot-throughput-speedup-analysis"
14257
14258 - type: "plot"
14259   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14260   algorithm: "plot_tsa_name"
14261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14263   include:
14264     - "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"
14265     - "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"
14266     - "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"
14267     - "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"
14268     - "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"
14269   layout:
14270     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14271     layout: "plot-throughput-speedup-analysis"
14272
14273 #- type: "plot"
14274 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14275 #  algorithm: "plot_tsa_name"
14276 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14277 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14278 #  include:
14279 #    - "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"
14280 #    - "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"
14281 #    - "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"
14282 #    - "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"
14283 #    - "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"
14284 #  layout:
14285 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14286 #    layout: "plot-throughput-speedup-analysis"
14287 #
14288 #- type: "plot"
14289 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14290 #  algorithm: "plot_tsa_name"
14291 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14292 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14293 #  include:
14294 #    - "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"
14295 #    - "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"
14296 #    - "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"
14297 #    - "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"
14298 #    - "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"
14299 #  layout:
14300 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14301 #    layout: "plot-throughput-speedup-analysis"
14302 #
14303 #- type: "plot"
14304 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14305 #  algorithm: "plot_tsa_name"
14306 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14307 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14308 #  include:
14309 #    - "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"
14310 #    - "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"
14311 #    - "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"
14312 #    - "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"
14313 #    - "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"
14314 #  layout:
14315 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14316 #    layout: "plot-throughput-speedup-analysis"
14317 #
14318 #- type: "plot"
14319 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14320 #  algorithm: "plot_tsa_name"
14321 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14322 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14323 #  include:
14324 #    - "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"
14325 #    - "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"
14326 #    - "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"
14327 #    - "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"
14328 #    - "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"
14329 #  layout:
14330 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14331 #    layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14345   layout:
14346     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14347     layout: "plot-throughput-speedup-analysis"
14348
14349 - type: "plot"
14350   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14351   algorithm: "plot_tsa_name"
14352   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14354   include:
14355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14361   layout:
14362     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14370   include:
14371     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14374   layout:
14375     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14376     layout: "plot-throughput-speedup-analysis"
14377
14378 - type: "plot"
14379   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14380   algorithm: "plot_tsa_name"
14381   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14382   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14383   include:
14384     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14387   layout:
14388     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14389     layout: "plot-throughput-speedup-analysis"
14390
14391 - type: "plot"
14392   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14393   algorithm: "plot_tsa_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14396   include:
14397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14400 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14401 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14402   layout:
14403     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14404     layout: "plot-throughput-speedup-analysis"
14405
14406 - type: "plot"
14407   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14408   algorithm: "plot_tsa_name"
14409   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14411   include:
14412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14415 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14416 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14417   layout:
14418     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14419     layout: "plot-throughput-speedup-analysis"
14420
14421 - type: "plot"
14422   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14423   algorithm: "plot_tsa_name"
14424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14426   include:
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14432   layout:
14433     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14434     layout: "plot-throughput-speedup-analysis"
14435
14436 - type: "plot"
14437   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14438   algorithm: "plot_tsa_name"
14439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14441   include:
14442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14447   layout:
14448     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 - type: "plot"
14452   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14453   algorithm: "plot_tsa_name"
14454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14456   include:
14457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14462   layout:
14463     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14464     layout: "plot-throughput-speedup-analysis"
14465
14466 - type: "plot"
14467   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14468   algorithm: "plot_tsa_name"
14469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14471   include:
14472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14477   layout:
14478     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14486   include:
14487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14491   layout:
14492     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14493     layout: "plot-throughput-speedup-analysis"
14494
14495 - type: "plot"
14496   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14497   algorithm: "plot_tsa_name"
14498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14500   include:
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14505   layout:
14506     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14507     layout: "plot-throughput-speedup-analysis"
14508
14509 - type: "plot"
14510   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14511   algorithm: "plot_tsa_name"
14512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14514   include:
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14520   layout:
14521     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14522     layout: "plot-throughput-speedup-analysis"
14523
14524 - type: "plot"
14525   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14526   algorithm: "plot_tsa_name"
14527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14529   include:
14530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14535   layout:
14536     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14544   include:
14545     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14547   layout:
14548     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14549     layout: "plot-throughput-speedup-analysis"
14550
14551 - type: "plot"
14552   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14553   algorithm: "plot_tsa_name"
14554   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14556   include:
14557     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14559   layout:
14560     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14561     layout: "plot-throughput-speedup-analysis"
14562
14563 - type: "plot"
14564   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14565   algorithm: "plot_tsa_name"
14566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14568   include:
14569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14573   layout:
14574     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14575     layout: "plot-throughput-speedup-analysis"
14576
14577 - type: "plot"
14578   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14579   algorithm: "plot_tsa_name"
14580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14582   include:
14583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14585     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14586     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14587   layout:
14588     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14589     layout: "plot-throughput-speedup-analysis"
14590
14591 - type: "plot"
14592   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14593   algorithm: "plot_tsa_name"
14594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14596   include:
14597     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14601   layout:
14602     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14603     layout: "plot-throughput-speedup-analysis"
14604
14605 - type: "plot"
14606   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14607   algorithm: "plot_tsa_name"
14608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14610   include:
14611     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14615   layout:
14616     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14624   include:
14625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14631   layout:
14632     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14640   include:
14641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14647   layout:
14648     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14662   layout:
14663     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14677   layout:
14678     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14679     layout: "plot-throughput-speedup-analysis"
14680
14681 - type: "plot"
14682   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14683   algorithm: "plot_tsa_name"
14684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14686   include:
14687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14692   layout:
14693     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14694     layout: "plot-throughput-speedup-analysis"
14695
14696 - type: "plot"
14697   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14698   algorithm: "plot_tsa_name"
14699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14701   include:
14702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14707   layout:
14708     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14709     layout: "plot-throughput-speedup-analysis"
14710
14711 - type: "plot"
14712   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14713   algorithm: "plot_tsa_name"
14714   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14716   include:
14717     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14720   layout:
14721     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14722     layout: "plot-throughput-speedup-analysis"
14723
14724 - type: "plot"
14725   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14726   algorithm: "plot_tsa_name"
14727   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14729   include:
14730     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14733   layout:
14734     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14742   include:
14743     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14746   layout:
14747     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14748     layout: "plot-throughput-speedup-analysis"
14749
14750 - type: "plot"
14751   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14752   algorithm: "plot_tsa_name"
14753   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14755   include:
14756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14759   layout:
14760     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14761     layout: "plot-throughput-speedup-analysis"
14762
14763 - type: "plot"
14764   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14765   algorithm: "plot_tsa_name"
14766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14768   include:
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14774   layout:
14775     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14776     layout: "plot-throughput-speedup-analysis"
14777
14778 - type: "plot"
14779   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14780   algorithm: "plot_tsa_name"
14781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14783   include:
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14789   layout:
14790     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14791     layout: "plot-throughput-speedup-analysis"
14792
14793 - type: "plot"
14794   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14795   algorithm: "plot_tsa_name"
14796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14798   include:
14799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14804   layout:
14805     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14806     layout: "plot-throughput-speedup-analysis"
14807
14808 - type: "plot"
14809   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14810   algorithm: "plot_tsa_name"
14811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14813   include:
14814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14819   layout:
14820     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14821     layout: "plot-throughput-speedup-analysis"
14822
14823 - type: "plot"
14824   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14825   algorithm: "plot_tsa_name"
14826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14828   include:
14829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14835   layout:
14836     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 - type: "plot"
14840   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14844   include:
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14851   layout:
14852     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14853     layout: "plot-throughput-speedup-analysis"
14854
14855 - type: "plot"
14856   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14857   algorithm: "plot_tsa_name"
14858   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14860   include:
14861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14865   layout:
14866     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14874   include:
14875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14879   layout:
14880     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14881     layout: "plot-throughput-speedup-analysis"
14882
14883 - type: "plot"
14884   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14885   algorithm: "plot_tsa_name"
14886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14888   include:
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14895   layout:
14896     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14897     layout: "plot-throughput-speedup-analysis"
14898
14899 - type: "plot"
14900   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14901   algorithm: "plot_tsa_name"
14902   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14904   include:
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14911   layout:
14912     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14913     layout: "plot-throughput-speedup-analysis"
14914
14915 - type: "plot"
14916   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14917   algorithm: "plot_tsa_name"
14918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14920   include:
14921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14927   layout:
14928     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14929     layout: "plot-throughput-speedup-analysis"
14930
14931 - type: "plot"
14932   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14933   algorithm: "plot_tsa_name"
14934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14936   include:
14937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14943   layout:
14944     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14945     layout: "plot-throughput-speedup-analysis"
14946
14947 - type: "plot"
14948   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14949   algorithm: "plot_tsa_name"
14950   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14952   include:
14953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14959   layout:
14960     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14968   include:
14969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14975   layout:
14976     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14984   include:
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14991   layout:
14992     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 - type: "plot"
14996   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14997   algorithm: "plot_tsa_name"
14998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15000   include:
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15007   layout:
15008     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15009     layout: "plot-throughput-speedup-analysis"
15010
15011 - type: "plot"
15012   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15013   algorithm: "plot_tsa_name"
15014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15016   include:
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15023   layout:
15024     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15032   include:
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15039   layout:
15040     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15041     layout: "plot-throughput-speedup-analysis"
15042
15043 - type: "plot"
15044   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15045   algorithm: "plot_tsa_name"
15046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15048   include:
15049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15053   layout:
15054     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15055     layout: "plot-throughput-speedup-analysis"
15056
15057 - type: "plot"
15058   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15059   algorithm: "plot_tsa_name"
15060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15062   include:
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15067   layout:
15068     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15069     layout: "plot-throughput-speedup-analysis"
15070
15071 - type: "plot"
15072   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15073   algorithm: "plot_tsa_name"
15074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15076   include:
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15081   layout:
15082     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15083     layout: "plot-throughput-speedup-analysis"
15084
15085 - type: "plot"
15086   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15087   algorithm: "plot_tsa_name"
15088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15090   include:
15091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15095   layout:
15096     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15104   include:
15105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15111   layout:
15112     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15113     layout: "plot-throughput-speedup-analysis"
15114
15115 - type: "plot"
15116   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15117   algorithm: "plot_tsa_name"
15118   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15120   include:
15121     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15124     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15126     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15127   layout:
15128     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15129     layout: "plot-throughput-speedup-analysis"
15130
15131 - type: "plot"
15132   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15133   algorithm: "plot_tsa_name"
15134   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15136   include:
15137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15140     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15141     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15142   layout:
15143     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15144     layout: "plot-throughput-speedup-analysis"
15145
15146 - type: "plot"
15147   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15148   algorithm: "plot_tsa_name"
15149   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15151   include:
15152     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15156     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15157   layout:
15158     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15159     layout: "plot-throughput-speedup-analysis"
15160
15161 - type: "plot"
15162   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15163   algorithm: "plot_tsa_name"
15164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15166   include:
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15172   layout:
15173     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15174     layout: "plot-throughput-speedup-analysis"
15175
15176 - type: "plot"
15177   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15178   algorithm: "plot_tsa_name"
15179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15181   include:
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15187   layout:
15188     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15189     layout: "plot-throughput-speedup-analysis"
15190
15191 - type: "plot"
15192   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15193   algorithm: "plot_tsa_name"
15194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15196   include:
15197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15201   layout:
15202     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15203     layout: "plot-throughput-speedup-analysis"
15204
15205 - type: "plot"
15206   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15207   algorithm: "plot_tsa_name"
15208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15210   include:
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15215   layout:
15216     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15217     layout: "plot-throughput-speedup-analysis"
15218
15219 - type: "plot"
15220   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15221   algorithm: "plot_tsa_name"
15222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15224   include:
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15231   layout:
15232     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15233     layout: "plot-throughput-speedup-analysis"
15234
15235 - type: "plot"
15236   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15237   algorithm: "plot_tsa_name"
15238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15240   include:
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15247   layout:
15248     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 - type: "plot"
15252   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15253   algorithm: "plot_tsa_name"
15254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15256   include:
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15263   layout:
15264     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 - type: "plot"
15268   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15269   algorithm: "plot_tsa_name"
15270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15272   include:
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15279   layout:
15280     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15281     layout: "plot-throughput-speedup-analysis"
15282
15283 - type: "plot"
15284   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15285   algorithm: "plot_tsa_name"
15286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15288   include:
15289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15295   layout:
15296     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15297     layout: "plot-throughput-speedup-analysis"
15298
15299 - type: "plot"
15300   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15301   algorithm: "plot_tsa_name"
15302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15304   include:
15305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15311   layout:
15312     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15313     layout: "plot-throughput-speedup-analysis"
15314
15315 - type: "plot"
15316   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15317   algorithm: "plot_tsa_name"
15318   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15320   include:
15321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15324     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15325     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15326     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15327   layout:
15328     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15329     layout: "plot-throughput-speedup-analysis"
15330
15331 - type: "plot"
15332   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15333   algorithm: "plot_tsa_name"
15334   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15336   include:
15337     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15340     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15341     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15342     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15343   layout:
15344     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15345     layout: "plot-throughput-speedup-analysis"
15346
15347 - type: "plot"
15348   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15349   algorithm: "plot_tsa_name"
15350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15352   include:
15353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15357     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15358     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15359   layout:
15360     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15361     layout: "plot-throughput-speedup-analysis"
15362
15363 - type: "plot"
15364   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15365   algorithm: "plot_tsa_name"
15366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15368   include:
15369     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15372     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15373     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15374     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15375   layout:
15376     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15377     layout: "plot-throughput-speedup-analysis"
15378
15379 - type: "plot"
15380   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15381   algorithm: "plot_tsa_name"
15382   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15384   include:
15385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15390   layout:
15391     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15392     layout: "plot-throughput-speedup-analysis"
15393
15394 - type: "plot"
15395   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15396   algorithm: "plot_tsa_name"
15397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15399   include:
15400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15405   layout:
15406     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15407     layout: "plot-throughput-speedup-analysis"
15408
15409 - type: "plot"
15410   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15411   algorithm: "plot_tsa_name"
15412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15414   include:
15415     - "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"
15416     - "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"
15417     - "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"
15418     - "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"
15419     - "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"
15420   layout:
15421     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15422     layout: "plot-throughput-speedup-analysis"
15423
15424 - type: "plot"
15425   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15426   algorithm: "plot_tsa_name"
15427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15429   include:
15430     - "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"
15431     - "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"
15432     - "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"
15433     - "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"
15434     - "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"
15435   layout:
15436     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15437     layout: "plot-throughput-speedup-analysis"
15438
15439 - type: "plot"
15440   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15441   algorithm: "plot_tsa_name"
15442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15444   include:
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15450   layout:
15451     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15459   include:
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15465   layout:
15466     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15467     layout: "plot-throughput-speedup-analysis"
15468
15469 - type: "plot"
15470   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15471   algorithm: "plot_tsa_name"
15472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15474   include:
15475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15480   layout:
15481     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15489   include:
15490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15495   layout:
15496     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15504   include:
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15510   layout:
15511     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15519   include:
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15525   layout:
15526     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15527     layout: "plot-throughput-speedup-analysis"
15528
15529 - type: "plot"
15530   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15531   algorithm: "plot_tsa_name"
15532   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15534   include:
15535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15539     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15540   layout:
15541     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15542     layout: "plot-throughput-speedup-analysis"
15543
15544 - type: "plot"
15545   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15546   algorithm: "plot_tsa_name"
15547   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15549   include:
15550     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15551     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15552     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15555   layout:
15556     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15557     layout: "plot-throughput-speedup-analysis"
15558
15559 - type: "plot"
15560   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15561   algorithm: "plot_tsa_name"
15562   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15564   include:
15565     - "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"
15566     - "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"
15567     - "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"
15568     - "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"
15569   layout:
15570     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15571     layout: "plot-throughput-speedup-analysis"
15572
15573 - type: "plot"
15574   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15575   algorithm: "plot_tsa_name"
15576   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15578   include:
15579     - "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"
15580     - "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"
15581     - "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"
15582     - "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"
15583   layout:
15584     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15585     layout: "plot-throughput-speedup-analysis"
15586
15587 - type: "plot"
15588   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15589   algorithm: "plot_tsa_name"
15590   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15592   include:
15593     - "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"
15594     - "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"
15595     - "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"
15596     - "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"
15597   layout:
15598     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15599     layout: "plot-throughput-speedup-analysis"
15600
15601 - type: "plot"
15602   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15603   algorithm: "plot_tsa_name"
15604   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15606   include:
15607     - "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"
15608     - "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"
15609     - "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"
15610     - "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"
15611   layout:
15612     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15620   include:
15621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15627   layout:
15628     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15629     layout: "plot-throughput-speedup-analysis"
15630
15631 - type: "plot"
15632   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15633   algorithm: "plot_tsa_name"
15634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15636   include:
15637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15643   layout:
15644     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15652   include:
15653     - "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"
15654     - "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"
15655     - "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"
15656     - "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"
15657     - "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"
15658     - "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"
15659   layout:
15660     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15661     layout: "plot-throughput-speedup-analysis"
15662
15663 - type: "plot"
15664   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15665   algorithm: "plot_tsa_name"
15666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15668   include:
15669     - "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"
15670     - "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"
15671     - "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"
15672     - "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"
15673     - "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"
15674     - "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"
15675   layout:
15676     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15677     layout: "plot-throughput-speedup-analysis"
15678
15679 - type: "plot"
15680   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15681   algorithm: "plot_tsa_name"
15682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15684   include:
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15691   layout:
15692     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15693     layout: "plot-throughput-speedup-analysis"
15694
15695 - type: "plot"
15696   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15697   algorithm: "plot_tsa_name"
15698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15700   include:
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15707   layout:
15708     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15709     layout: "plot-throughput-speedup-analysis"
15710
15711 - type: "plot"
15712   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15713   algorithm: "plot_tsa_name"
15714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15716   include:
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15722   layout:
15723     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15724     layout: "plot-throughput-speedup-analysis"
15725
15726 - type: "plot"
15727   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15728   algorithm: "plot_tsa_name"
15729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15731   include:
15732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15737   layout:
15738     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 - type: "plot"
15742   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15743   algorithm: "plot_tsa_name"
15744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15746   include:
15747     - "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"
15748     - "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"
15749   layout:
15750     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15751     layout: "plot-throughput-speedup-analysis"
15752
15753 - type: "plot"
15754   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15755   algorithm: "plot_tsa_name"
15756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15758   include:
15759     - "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"
15760     - "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"
15761   layout:
15762     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15763     layout: "plot-throughput-speedup-analysis"
15764
15765 - type: "plot"
15766   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15767   algorithm: "plot_tsa_name"
15768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15770   include:
15771     - "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"
15772     - "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"
15773   layout:
15774     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15775     layout: "plot-throughput-speedup-analysis"
15776
15777 - type: "plot"
15778   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15779   algorithm: "plot_tsa_name"
15780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15782   include:
15783     - "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"
15784     - "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"
15785   layout:
15786     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15787     layout: "plot-throughput-speedup-analysis"
15788
15789 - type: "plot"
15790   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15791   algorithm: "plot_tsa_name"
15792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15794   include:
15795     - "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"
15796     - "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"
15797     - "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"
15798     - "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"
15799     - "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"
15800     - "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"
15801   layout:
15802     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15803     layout: "plot-throughput-speedup-analysis"
15804
15805 - type: "plot"
15806   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15807   algorithm: "plot_tsa_name"
15808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15810   include:
15811     - "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"
15812     - "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"
15813     - "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"
15814     - "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"
15815     - "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"
15816     - "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"
15817   layout:
15818     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15819     layout: "plot-throughput-speedup-analysis"
15820
15821 - type: "plot"
15822   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15823   algorithm: "plot_tsa_name"
15824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15826   include:
15827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15828     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15829     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15830     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15831     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15832   layout:
15833     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15834     layout: "plot-throughput-speedup-analysis"
15835
15836 - type: "plot"
15837   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15838   algorithm: "plot_tsa_name"
15839   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15840   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15841   include:
15842     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15843     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15844     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15845     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15846     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15847   layout:
15848     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15849     layout: "plot-throughput-speedup-analysis"
15850
15851 - type: "plot"
15852   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15853   algorithm: "plot_tsa_name"
15854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15856   include:
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15862   layout:
15863     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15864     layout: "plot-throughput-speedup-analysis"
15865
15866 - type: "plot"
15867   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15868   algorithm: "plot_tsa_name"
15869   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15870   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15871   include:
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15877   layout:
15878     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15879     layout: "plot-throughput-speedup-analysis"
15880
15881 - type: "plot"
15882   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15883   algorithm: "plot_tsa_name"
15884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15886   include:
15887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15891   layout:
15892     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15893     layout: "plot-throughput-speedup-analysis"
15894
15895 - type: "plot"
15896   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15897   algorithm: "plot_tsa_name"
15898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15900   include:
15901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15905   layout:
15906     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15907     layout: "plot-throughput-speedup-analysis"
15908
15909 - type: "plot"
15910   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15911   algorithm: "plot_tsa_name"
15912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15914   include:
15915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15919   layout:
15920     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15921     layout: "plot-throughput-speedup-analysis"
15922
15923 - type: "plot"
15924   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15925   algorithm: "plot_tsa_name"
15926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15928   include:
15929     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15933   layout:
15934     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15942   include:
15943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15948   layout:
15949     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15957   include:
15958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15963   layout:
15964     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15965     layout: "plot-throughput-speedup-analysis"
15966
15967 - type: "plot"
15968   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15969   algorithm: "plot_tsa_name"
15970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15972   include:
15973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15979   layout:
15980     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15988   include:
15989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15995   layout:
15996     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15997     layout: "plot-throughput-speedup-analysis"
15998
15999 - type: "plot"
16000   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16001   algorithm: "plot_tsa_name"
16002   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16003   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16004   include:
16005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16009   layout:
16010     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16018   include:
16019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16023   layout:
16024     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16025     layout: "plot-throughput-speedup-analysis"
16026
16027 - type: "plot"
16028   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16029   algorithm: "plot_tsa_name"
16030   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16031   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16032   include:
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16039   layout:
16040     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16041     layout: "plot-throughput-speedup-analysis"
16042
16043 - type: "plot"
16044   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16045   algorithm: "plot_tsa_name"
16046   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16047   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16048   include:
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16055   layout:
16056     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16064   include:
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16071   layout:
16072     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16073     layout: "plot-throughput-speedup-analysis"
16074
16075 - type: "plot"
16076   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16077   algorithm: "plot_tsa_name"
16078   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16079   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16080   include:
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16087   layout:
16088     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16089     layout: "plot-throughput-speedup-analysis"
16090
16091 - type: "plot"
16092   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16093   algorithm: "plot_tsa_name"
16094   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16095   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16096   include:
16097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16098     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16099     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16100     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16101     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16102     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16103   layout:
16104     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16105     layout: "plot-throughput-speedup-analysis"
16106
16107 - type: "plot"
16108   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16109   algorithm: "plot_tsa_name"
16110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16112   include:
16113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16115     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16116     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16117     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16118     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16119   layout:
16120     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16121     layout: "plot-throughput-speedup-analysis"
16122
16123 - type: "plot"
16124   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16125   algorithm: "plot_tsa_name"
16126   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16127   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16128   include:
16129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135   layout:
16136     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16137     layout: "plot-throughput-speedup-analysis"
16138
16139 - type: "plot"
16140   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16141   algorithm: "plot_tsa_name"
16142   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16143   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16144   include:
16145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16151   layout:
16152     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16153     layout: "plot-throughput-speedup-analysis"
16154
16155 - type: "plot"
16156   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16157   algorithm: "plot_tsa_name"
16158   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16159   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16160   include:
16161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16167   layout:
16168     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 - type: "plot"
16172   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16173   algorithm: "plot_tsa_name"
16174   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16175   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16176   include:
16177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16183   layout:
16184     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16185     layout: "plot-throughput-speedup-analysis"
16186
16187 #- type: "plot"
16188 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16189 #  algorithm: "plot_tsa_name"
16190 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16191 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16192 #  include:
16193 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16195 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16196 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16197 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16198 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16199 #  layout:
16200 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16201 #    layout: "plot-throughput-speedup-analysis"
16202 #
16203 #- type: "plot"
16204 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16205 #  algorithm: "plot_tsa_name"
16206 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16207 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16208 #  include:
16209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16210 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16211 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16212 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16213 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16214 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16215 #  layout:
16216 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16217 #    layout: "plot-throughput-speedup-analysis"
16218
16219 - type: "plot"
16220   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16221   algorithm: "plot_tsa_name"
16222   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16223   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16224   include:
16225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16230   layout:
16231     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16232     layout: "plot-throughput-speedup-analysis"
16233
16234 - type: "plot"
16235   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16236   algorithm: "plot_tsa_name"
16237   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16238   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16239   include:
16240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16245   layout:
16246     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16247     layout: "plot-throughput-speedup-analysis"
16248
16249 - type: "plot"
16250   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16251   algorithm: "plot_tsa_name"
16252   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16253   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16254   include:
16255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16261   layout:
16262     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16263     layout: "plot-throughput-speedup-analysis"
16264
16265 - type: "plot"
16266   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16267   algorithm: "plot_tsa_name"
16268   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16269   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16270   include:
16271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16277   layout:
16278     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16286   include:
16287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16292   layout:
16293     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16301   include:
16302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16307   layout:
16308     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16316   include:
16317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16321   layout:
16322     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16330   include:
16331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16335   layout:
16336     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16337     layout: "plot-throughput-speedup-analysis"
16338
16339 - type: "plot"
16340   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16341   algorithm: "plot_tsa_name"
16342   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16343   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16344   include:
16345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16351   layout:
16352     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16360   include:
16361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16362     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16363     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16364     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16365     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16367   layout:
16368     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16376   include:
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16382   layout:
16383     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16391   include:
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16397   layout:
16398     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16399     layout: "plot-throughput-speedup-analysis"
16400
16401 - type: "plot"
16402   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16403   algorithm: "plot_tsa_name"
16404   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16405   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16406   include:
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16412   layout:
16413     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16421   include:
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16427   layout:
16428     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16429     layout: "plot-throughput-speedup-analysis"
16430
16431 - type: "plot"
16432   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16433   algorithm: "plot_tsa_name"
16434   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16435   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16436   include:
16437     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16441   layout:
16442     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16443     layout: "plot-throughput-speedup-analysis"
16444
16445 - type: "plot"
16446   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16447   algorithm: "plot_tsa_name"
16448   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16449   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16450   include:
16451     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16455   layout:
16456     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16457     layout: "plot-throughput-speedup-analysis"
16458
16459 - type: "plot"
16460   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16461   algorithm: "plot_tsa_name"
16462   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16463   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16464   include:
16465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16470   layout:
16471     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16472     layout: "plot-throughput-speedup-analysis"
16473
16474 - type: "plot"
16475   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16476   algorithm: "plot_tsa_name"
16477   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16478   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16479   include:
16480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16485   layout:
16486     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16487     layout: "plot-throughput-speedup-analysis"
16488
16489 - type: "plot"
16490   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16491   algorithm: "plot_tsa_name"
16492   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16493   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16494   include:
16495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16501   layout:
16502     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16503     layout: "plot-throughput-speedup-analysis"
16504
16505 - type: "plot"
16506   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16507   algorithm: "plot_tsa_name"
16508   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16509   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16510   include:
16511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16517   layout:
16518     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16519     layout: "plot-throughput-speedup-analysis"
16520
16521 - type: "plot"
16522   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16523   algorithm: "plot_tsa_name"
16524   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16525   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16526   include:
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16530     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16531   layout:
16532     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16533     layout: "plot-throughput-speedup-analysis"
16534
16535 - type: "plot"
16536   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16537   algorithm: "plot_tsa_name"
16538   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16539   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16540   include:
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16545   layout:
16546     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16547     layout: "plot-throughput-speedup-analysis"
16548
16549 - type: "plot"
16550   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16551   algorithm: "plot_tsa_name"
16552   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16553   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16554   include:
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16561   layout:
16562     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16563     layout: "plot-throughput-speedup-analysis"
16564
16565 - type: "plot"
16566   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16567   algorithm: "plot_tsa_name"
16568   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16569   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16570   include:
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16575     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16577   layout:
16578     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16579     layout: "plot-throughput-speedup-analysis"
16580
16581 - type: "plot"
16582   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16583   algorithm: "plot_tsa_name"
16584   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16585   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16586   include:
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16591     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16592     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16593   layout:
16594     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16595     layout: "plot-throughput-speedup-analysis"
16596
16597 - type: "plot"
16598   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16599   algorithm: "plot_tsa_name"
16600   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16601   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16602   include:
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16607     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16609   layout:
16610     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16611     layout: "plot-throughput-speedup-analysis"
16612
16613 #- type: "plot"
16614 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16615 #  algorithm: "plot_tsa_name"
16616 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16617 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16618 #  include:
16619 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16620 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16621 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16622 #  layout:
16623 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16624 #    layout: "plot-throughput-speedup-analysis"
16625 #
16626 #- type: "plot"
16627 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16628 #  algorithm: "plot_tsa_name"
16629 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16630 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16631 #  include:
16632 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16633 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16634 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16635 #  layout:
16636 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16637 #    layout: "plot-throughput-speedup-analysis"
16638
16639 ################################################################################
16640
16641 # Packet Throughput - DPDK
16642
16643 # 2n-skx-xxv710
16644
16645 - type: "plot"
16646   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16647   algorithm: "plot_perf_box_name"
16648   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16649   data: "plot-dpdk-throughput-latency-2n-skx"
16650   include:
16651     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16652     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16653   layout:
16654     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16655     layout: "plot-throughput"
16656
16657 - type: "plot"
16658   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16659   algorithm: "plot_perf_box_name"
16660   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16661   data: "plot-dpdk-throughput-latency-2n-skx"
16662   include:
16663     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16664     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16665   layout:
16666     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16667     layout: "plot-throughput"
16668
16669 - type: "plot"
16670   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16671   algorithm: "plot_perf_box_name"
16672   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16673   data: "plot-dpdk-throughput-latency-2n-skx"
16674   include:
16675     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16676     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16677   layout:
16678     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16679     layout: "plot-throughput"
16680
16681 - type: "plot"
16682   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16683   algorithm: "plot_perf_box_name"
16684   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16685   data: "plot-dpdk-throughput-latency-2n-skx"
16686   include:
16687     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16688     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16689   layout:
16690     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16691     layout: "plot-throughput"
16692
16693 # 2n-skx-x710
16694
16695 - type: "plot"
16696   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16697   algorithm: "plot_perf_box_name"
16698   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16699   data: "plot-dpdk-throughput-latency-2n-skx"
16700   include:
16701     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16702     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16703   layout:
16704     title: "2n-skx-x710-64b-2t1c-base-ndr"
16705     layout: "plot-throughput"
16706
16707 - type: "plot"
16708   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16709   algorithm: "plot_perf_box_name"
16710   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16711   data: "plot-dpdk-throughput-latency-2n-skx"
16712   include:
16713     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16714     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16715   layout:
16716     title: "2n-skx-x710-64b-4t2c-base-ndr"
16717     layout: "plot-throughput"
16718
16719 - type: "plot"
16720   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16721   algorithm: "plot_perf_box_name"
16722   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16723   data: "plot-dpdk-throughput-latency-2n-skx"
16724   include:
16725     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16726     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16727   layout:
16728     title: "2n-skx-x710-64b-2t1c-base-pdr"
16729     layout: "plot-throughput"
16730
16731 - type: "plot"
16732   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16733   algorithm: "plot_perf_box_name"
16734   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16735   data: "plot-dpdk-throughput-latency-2n-skx"
16736   include:
16737     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16738     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16739   layout:
16740     title: "2n-skx-x710-64b-4t2c-base-pdr"
16741     layout: "plot-throughput"
16742
16743 # 3n-skx-xxv710
16744
16745 - type: "plot"
16746   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16747   algorithm: "plot_perf_box_name"
16748   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16749   data: "plot-dpdk-throughput-latency-3n-skx"
16750   include:
16751     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16752     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16753   layout:
16754     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16755     layout: "plot-throughput"
16756
16757 - type: "plot"
16758   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16759   algorithm: "plot_perf_box_name"
16760   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16761   data: "plot-dpdk-throughput-latency-3n-skx"
16762   include:
16763     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16764     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16765   layout:
16766     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16767     layout: "plot-throughput"
16768
16769 - type: "plot"
16770   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16771   algorithm: "plot_perf_box_name"
16772   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16773   data: "plot-dpdk-throughput-latency-3n-skx"
16774   include:
16775     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16776     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16777   layout:
16778     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16779     layout: "plot-throughput"
16780
16781 - type: "plot"
16782   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16783   algorithm: "plot_perf_box_name"
16784   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16785   data: "plot-dpdk-throughput-latency-3n-skx"
16786   include:
16787     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16788     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16789   layout:
16790     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16791     layout: "plot-throughput"
16792
16793 # 3n-skx-x710
16794
16795 - type: "plot"
16796   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16797   algorithm: "plot_perf_box_name"
16798   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16799   data: "plot-dpdk-throughput-latency-3n-skx"
16800   include:
16801     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16802     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16803   layout:
16804     title: "3n-skx-x710-64b-2t1c-base-ndr"
16805     layout: "plot-throughput"
16806
16807 - type: "plot"
16808   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16809   algorithm: "plot_perf_box_name"
16810   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16811   data: "plot-dpdk-throughput-latency-3n-skx"
16812   include:
16813     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16814     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16815   layout:
16816     title: "3n-skx-x710-64b-4t2c-base-ndr"
16817     layout: "plot-throughput"
16818
16819 - type: "plot"
16820   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16821   algorithm: "plot_perf_box_name"
16822   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16823   data: "plot-dpdk-throughput-latency-3n-skx"
16824   include:
16825     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16826     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16827   layout:
16828     title: "3n-skx-x710-64b-2t1c-base-pdr"
16829     layout: "plot-throughput"
16830
16831 - type: "plot"
16832   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16833   algorithm: "plot_perf_box_name"
16834   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16835   data: "plot-dpdk-throughput-latency-3n-skx"
16836   include:
16837     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16838     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16839   layout:
16840     title: "3n-skx-x710-64b-4t2c-base-pdr"
16841     layout: "plot-throughput"
16842
16843 # 3n-hsw-xl710
16844
16845 - type: "plot"
16846   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16847   algorithm: "plot_perf_box_name"
16848   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16849   data: "plot-dpdk-throughput-latency-3n-hsw"
16850   include:
16851     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16852     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16853   layout:
16854     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16855     layout: "plot-throughput"
16856
16857 - type: "plot"
16858   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16859   algorithm: "plot_perf_box_name"
16860   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16861   data: "plot-dpdk-throughput-latency-3n-hsw"
16862   include:
16863     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16864     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16865   layout:
16866     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16867     layout: "plot-throughput"
16868
16869 - type: "plot"
16870   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16871   algorithm: "plot_perf_box_name"
16872   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16873   data: "plot-dpdk-throughput-latency-3n-hsw"
16874   include:
16875     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16876     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16877   layout:
16878     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16879     layout: "plot-throughput"
16880
16881 - type: "plot"
16882   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16883   algorithm: "plot_perf_box_name"
16884   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16885   data: "plot-dpdk-throughput-latency-3n-hsw"
16886   include:
16887     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16888     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16889   layout:
16890     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16891     layout: "plot-throughput"
16892
16893 # 3n-hsw-x710
16894
16895 - type: "plot"
16896   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16897   algorithm: "plot_perf_box_name"
16898   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16899   data: "plot-dpdk-throughput-latency-3n-hsw"
16900   include:
16901     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16902     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16903   layout:
16904     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16905     layout: "plot-throughput"
16906
16907 - type: "plot"
16908   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16909   algorithm: "plot_perf_box_name"
16910   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16911   data: "plot-dpdk-throughput-latency-3n-hsw"
16912   include:
16913     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16914     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16915   layout:
16916     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16917     layout: "plot-throughput"
16918
16919 - type: "plot"
16920   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16921   algorithm: "plot_perf_box_name"
16922   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16923   data: "plot-dpdk-throughput-latency-3n-hsw"
16924   include:
16925     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16926     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16927   layout:
16928     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16929     layout: "plot-throughput"
16930
16931 - type: "plot"
16932   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16933   algorithm: "plot_perf_box_name"
16934   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16935   data: "plot-dpdk-throughput-latency-3n-hsw"
16936   include:
16937     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16938     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16939   layout:
16940     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16941     layout: "plot-throughput"
16942
16943 ## 2n-dnv-x553
16944 #
16945 #- type: "plot"
16946 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16947 #  algorithm: "plot_perf_box_name"
16948 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16949 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16950 #  include:
16951 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16952 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16953 #  layout:
16954 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16955 #    layout: "plot-throughput"
16956 #
16957 #- type: "plot"
16958 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16959 #  algorithm: "plot_perf_box_name"
16960 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16961 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16962 #  include:
16963 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16964 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16965 #  layout:
16966 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16967 #    layout: "plot-throughput"
16968 #
16969 #- type: "plot"
16970 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16971 #  algorithm: "plot_perf_box_name"
16972 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16973 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16974 #  include:
16975 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16976 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16977 #  layout:
16978 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16979 #    layout: "plot-throughput"
16980 #
16981 #- type: "plot"
16982 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16983 #  algorithm: "plot_perf_box_name"
16984 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16985 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16986 #  include:
16987 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16988 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16989 #  layout:
16990 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16991 #    layout: "plot-throughput"
16992 #
16993 ## 3n-dnv-x553
16994 #
16995 #- type: "plot"
16996 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16997 #  algorithm: "plot_perf_box_name"
16998 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16999 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17000 #  include:
17001 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17002 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17003 #  layout:
17004 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17005 #    layout: "plot-throughput"
17006 #
17007 #- type: "plot"
17008 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17009 #  algorithm: "plot_perf_box_name"
17010 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17011 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17012 #  include:
17013 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17014 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17015 #  layout:
17016 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17017 #    layout: "plot-throughput"
17018 #
17019 #- type: "plot"
17020 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17021 #  algorithm: "plot_perf_box_name"
17022 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17023 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17024 #  include:
17025 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17026 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17027 #  layout:
17028 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17029 #    layout: "plot-throughput"
17030 #
17031 #- type: "plot"
17032 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17033 #  algorithm: "plot_perf_box_name"
17034 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17035 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17036 #  include:
17037 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17038 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17039 #  layout:
17040 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17041 #    layout: "plot-throughput"
17042
17043 # 3n-tsh-x520
17044
17045 - type: "plot"
17046   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17047   algorithm: "plot_perf_box_name"
17048   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17049   data: "plot-dpdk-throughput-latency-3n-tsh"
17050   include:
17051     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17052     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17053   layout:
17054     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17061   data: "plot-dpdk-throughput-latency-3n-tsh"
17062   include:
17063     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17064     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17065   layout:
17066     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17067     layout: "plot-throughput"
17068
17069 - type: "plot"
17070   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17071   algorithm: "plot_perf_box_name"
17072   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17073   data: "plot-dpdk-throughput-latency-3n-tsh"
17074   include:
17075     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17076     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17077   layout:
17078     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17079     layout: "plot-throughput"
17080
17081 - type: "plot"
17082   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17083   algorithm: "plot_perf_box_name"
17084   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17085   data: "plot-dpdk-throughput-latency-3n-tsh"
17086   include:
17087     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17088     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17089   layout:
17090     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17091     layout: "plot-throughput"
17092
17093 ################################################################################
17094 ###   2n-clx                                                                 ###
17095 ################################################################################
17096
17097 # Packet Throughput
17098
17099 - type: "plot"
17100   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17104   include:
17105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17109   layout:
17110     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17111     layout: "plot-throughput"
17112
17113 - type: "plot"
17114   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17115   algorithm: "plot_perf_box_name"
17116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17118   include:
17119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17120     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17121     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17123   layout:
17124     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17125     layout: "plot-throughput"
17126
17127 - type: "plot"
17128   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17129   algorithm: "plot_perf_box_name"
17130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17132   include:
17133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17137   layout:
17138     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17139     layout: "plot-throughput"
17140
17141 - type: "plot"
17142   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17143   algorithm: "plot_perf_box_name"
17144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17146   include:
17147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17149     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17151   layout:
17152     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17153     layout: "plot-throughput"
17154
17155 - type: "plot"
17156   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17157   algorithm: "plot_perf_box_name"
17158   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17160   include:
17161     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17162     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17163     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17164     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17165   layout:
17166     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17167     layout: "plot-throughput"
17168
17169 - type: "plot"
17170   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17171   algorithm: "plot_perf_box_name"
17172   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17174   include:
17175     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17176     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17177     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17178     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17179   layout:
17180     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17181     layout: "plot-throughput"
17182
17183 - type: "plot"
17184   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17185   algorithm: "plot_perf_box_name"
17186   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17188   include:
17189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17195   layout:
17196     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17204   include:
17205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17211   layout:
17212     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17213     layout: "plot-throughput"
17214
17215 - type: "plot"
17216   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17217   algorithm: "plot_perf_box_name"
17218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17220   include:
17221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17225   layout:
17226     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17227     layout: "plot-throughput"
17228
17229 - type: "plot"
17230   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17231   algorithm: "plot_perf_box_name"
17232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17234   include:
17235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17239   layout:
17240     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17241     layout: "plot-throughput"
17242
17243 - type: "plot"
17244   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17245   algorithm: "plot_perf_box_name"
17246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17248   include:
17249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17252   layout:
17253     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17254     layout: "plot-throughput"
17255
17256 - type: "plot"
17257   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17258   algorithm: "plot_perf_box_name"
17259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17261   include:
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17265   layout:
17266     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17267     layout: "plot-throughput"
17268
17269 - type: "plot"
17270   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17271   algorithm: "plot_perf_box_name"
17272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17274   include:
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17280   layout:
17281     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17282     layout: "plot-throughput"
17283
17284 - type: "plot"
17285   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17286   algorithm: "plot_perf_box_name"
17287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17289   include:
17290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17295   layout:
17296     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17304   include:
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17308   layout:
17309     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17317   include:
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17321   layout:
17322     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17323     layout: "plot-throughput"
17324
17325 - type: "plot"
17326   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17327   algorithm: "plot_perf_box_name"
17328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17330   include:
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17337   layout:
17338     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17339     layout: "plot-throughput"
17340
17341 - type: "plot"
17342   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17343   algorithm: "plot_perf_box_name"
17344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17346   include:
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17353   layout:
17354     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17355     layout: "plot-throughput"
17356
17357 - type: "plot"
17358   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17359   algorithm: "plot_perf_box_name"
17360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17362   include:
17363     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17364     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17365     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17366     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17367     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17368   layout:
17369     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17377   include:
17378     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17379     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17380     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17381     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17382     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17383   layout:
17384     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17385     layout: "plot-throughput"
17386
17387 #- type: "plot"
17388 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17389 #  algorithm: "plot_perf_box_name"
17390 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17391 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17392 #  include:
17393 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17397 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17398 #  layout:
17399 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17400 #    layout: "plot-throughput"
17401 #
17402 #- type: "plot"
17403 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17404 #  algorithm: "plot_perf_box_name"
17405 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17406 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17407 #  include:
17408 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17409 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17410 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17411 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17412 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17413 #  layout:
17414 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17415 #    layout: "plot-throughput"
17416 #
17417 #- type: "plot"
17418 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17419 #  algorithm: "plot_perf_box_name"
17420 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17421 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422 #  include:
17423 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17424 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17425 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17426 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17427 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17428 #  layout:
17429 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17430 #    layout: "plot-throughput"
17431 #
17432 #- type: "plot"
17433 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17434 #  algorithm: "plot_perf_box_name"
17435 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17436 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17437 #  include:
17438 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17439 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17440 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17441 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17442 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17443 #  layout:
17444 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17445 #    layout: "plot-throughput"
17446
17447 - type: "plot"
17448   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17449   algorithm: "plot_perf_box_name"
17450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17452   include:
17453     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17454     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17455     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17456     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17457     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17458   layout:
17459     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17460     layout: "plot-throughput"
17461
17462 - type: "plot"
17463   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17464   algorithm: "plot_perf_box_name"
17465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17467   include:
17468     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17469     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17470     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17471     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17472     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17473   layout:
17474     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17475     layout: "plot-throughput"
17476
17477 #- type: "plot"
17478 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17479 #  algorithm: "plot_perf_box_name"
17480 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17481 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17482 #  include:
17483 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17484 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17485 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17486 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17487 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17488 #  layout:
17489 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17490 #    layout: "plot-throughput"
17491 #
17492 #- type: "plot"
17493 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17494 #  algorithm: "plot_perf_box_name"
17495 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17496 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17497 #  include:
17498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17499 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17500 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17501 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17502 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17503 #  layout:
17504 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17505 #    layout: "plot-throughput"
17506 #
17507 #- type: "plot"
17508 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17509 #  algorithm: "plot_perf_box_name"
17510 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17511 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17512 #  include:
17513 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17514 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17515 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17516 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17517 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17518 #  layout:
17519 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17520 #    layout: "plot-throughput"
17521 #
17522 #- type: "plot"
17523 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17524 #  algorithm: "plot_perf_box_name"
17525 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17526 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17527 #  include:
17528 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17529 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17530 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17531 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17532 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17533 #  layout:
17534 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17535 #    layout: "plot-throughput"
17536
17537 - type: "plot"
17538   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17542   include:
17543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17549   layout:
17550     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17551     layout: "plot-throughput"
17552
17553 - type: "plot"
17554   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17555   algorithm: "plot_perf_box_name"
17556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17558   include:
17559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17565   layout:
17566     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17567     layout: "plot-throughput"
17568
17569 - type: "plot"
17570   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17571   algorithm: "plot_perf_box_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17577   layout:
17578     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17579     layout: "plot-throughput"
17580
17581 - type: "plot"
17582   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17583   algorithm: "plot_perf_box_name"
17584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17586   include:
17587     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17589   layout:
17590     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17591     layout: "plot-throughput"
17592
17593 - type: "plot"
17594   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17595   algorithm: "plot_perf_box_name"
17596   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17598   include:
17599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17602     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17605   layout:
17606     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17607     layout: "plot-throughput"
17608
17609 - type: "plot"
17610   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17611   algorithm: "plot_perf_box_name"
17612   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17614   include:
17615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17621   layout:
17622     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17623     layout: "plot-throughput"
17624
17625 - type: "plot"
17626   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17627   algorithm: "plot_perf_box_name"
17628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17630   include:
17631     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17637   layout:
17638     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17639     layout: "plot-throughput"
17640
17641 - type: "plot"
17642   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17643   algorithm: "plot_perf_box_name"
17644   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17646   include:
17647     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17653   layout:
17654     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17655     layout: "plot-throughput"
17656
17657 - type: "plot"
17658   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17659   algorithm: "plot_perf_box_name"
17660   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17662   include:
17663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17669   layout:
17670     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17671     layout: "plot-throughput"
17672
17673 - type: "plot"
17674   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17675   algorithm: "plot_perf_box_name"
17676   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17678   include:
17679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17685   layout:
17686     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17687     layout: "plot-throughput"
17688
17689 - type: "plot"
17690   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17691   algorithm: "plot_perf_box_name"
17692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17694   include:
17695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17700   layout:
17701     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17702     layout: "plot-throughput"
17703
17704 - type: "plot"
17705   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17706   algorithm: "plot_perf_box_name"
17707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17709   include:
17710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17715   layout:
17716     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17717     layout: "plot-throughput"
17718
17719 - type: "plot"
17720   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17721   algorithm: "plot_perf_box_name"
17722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17724   include:
17725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17730   layout:
17731     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17732     layout: "plot-throughput"
17733
17734 - type: "plot"
17735   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17736   algorithm: "plot_perf_box_name"
17737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17739   include:
17740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17745   layout:
17746     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17747     layout: "plot-throughput"
17748
17749 - type: "plot"
17750   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17751   algorithm: "plot_perf_box_name"
17752   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17754   include:
17755     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17760   layout:
17761     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17762     layout: "plot-throughput"
17763
17764 - type: "plot"
17765   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17766   algorithm: "plot_perf_box_name"
17767   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17769   include:
17770     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17775   layout:
17776     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17777     layout: "plot-throughput"
17778
17779 - type: "plot"
17780   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17781   algorithm: "plot_perf_box_name"
17782   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17784   include:
17785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17790   layout:
17791     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17792     layout: "plot-throughput"
17793
17794 - type: "plot"
17795   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17796   algorithm: "plot_perf_box_name"
17797   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17799   include:
17800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17805   layout:
17806     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17811   algorithm: "plot_perf_box_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17820   layout:
17821     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17822     layout: "plot-throughput"
17823
17824 - type: "plot"
17825   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17826   algorithm: "plot_perf_box_name"
17827   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17829   include:
17830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17835   layout:
17836     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17837     layout: "plot-throughput"
17838
17839 - type: "plot"
17840   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17841   algorithm: "plot_perf_box_name"
17842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17844   include:
17845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17851   layout:
17852     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17867   layout:
17868     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17869     layout: "plot-throughput"
17870
17871 - type: "plot"
17872   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17873   algorithm: "plot_perf_box_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17881   layout:
17882     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17883     layout: "plot-throughput"
17884
17885 - type: "plot"
17886   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17887   algorithm: "plot_perf_box_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17895   layout:
17896     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17897     layout: "plot-throughput"
17898
17899 - type: "plot"
17900   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17901   algorithm: "plot_perf_box_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17911   layout:
17912     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17913     layout: "plot-throughput"
17914
17915 - type: "plot"
17916   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17917   algorithm: "plot_perf_box_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17927   layout:
17928     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17929     layout: "plot-throughput"
17930
17931 - type: "plot"
17932   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17933   algorithm: "plot_perf_box_name"
17934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17936   include:
17937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17955   layout:
17956     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17957     layout: "plot-throughput"
17958
17959 - type: "plot"
17960   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17961   algorithm: "plot_perf_box_name"
17962   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17964   include:
17965     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17966     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17967     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17968     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17969     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17970     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17971   layout:
17972     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17977   algorithm: "plot_perf_box_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17982     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17983     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17984     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17985     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17986     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17987   layout:
17988     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17989     layout: "plot-throughput"
17990
17991 - type: "plot"
17992   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17993   algorithm: "plot_perf_box_name"
17994   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17996   include:
17997     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17998     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17999     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18000     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18001   layout:
18002     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18003     layout: "plot-throughput"
18004
18005 - type: "plot"
18006   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18007   algorithm: "plot_perf_box_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18012     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18013     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18014     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18015   layout:
18016     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18017     layout: "plot-throughput"
18018
18019 - type: "plot"
18020   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18021   algorithm: "plot_perf_box_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18030   layout:
18031     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18032     layout: "plot-throughput"
18033
18034 - type: "plot"
18035   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18036   algorithm: "plot_perf_box_name"
18037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18039   include:
18040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18045   layout:
18046     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18047     layout: "plot-throughput"
18048
18049 - type: "plot"
18050   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18051   algorithm: "plot_perf_box_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "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"
18056     - "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"
18057     - "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"
18058     - "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"
18059     - "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"
18060   layout:
18061     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18062     layout: "plot-throughput"
18063
18064 - type: "plot"
18065   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18066   algorithm: "plot_perf_box_name"
18067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18069   include:
18070     - "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"
18071     - "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"
18072     - "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"
18073     - "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"
18074     - "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"
18075   layout:
18076     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18077     layout: "plot-throughput"
18078
18079 - type: "plot"
18080   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18081   algorithm: "plot_perf_box_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18090   layout:
18091     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18092     layout: "plot-throughput"
18093
18094 - type: "plot"
18095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18096   algorithm: "plot_perf_box_name"
18097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18099   include:
18100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18105   layout:
18106     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18107     layout: "plot-throughput"
18108
18109 - type: "plot"
18110   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18111   algorithm: "plot_perf_box_name"
18112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18114   include:
18115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18120   layout:
18121     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18122     layout: "plot-throughput"
18123
18124 - type: "plot"
18125   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18126   algorithm: "plot_perf_box_name"
18127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18129   include:
18130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18135   layout:
18136     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18137     layout: "plot-throughput"
18138
18139 - type: "plot"
18140   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18141   algorithm: "plot_perf_box_name"
18142   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18144   include:
18145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18149   layout:
18150     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18151     layout: "plot-throughput"
18152
18153 - type: "plot"
18154   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18155   algorithm: "plot_perf_box_name"
18156   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18158   include:
18159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18163   layout:
18164     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18165     layout: "plot-throughput"
18166
18167 - type: "plot"
18168   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18169   algorithm: "plot_perf_box_name"
18170   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18172   include:
18173     - "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"
18174     - "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"
18175     - "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"
18176     - "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"
18177   layout:
18178     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18179     layout: "plot-throughput"
18180
18181 - type: "plot"
18182   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18183   algorithm: "plot_perf_box_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "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"
18188     - "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"
18189     - "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"
18190     - "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"
18191   layout:
18192     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18193     layout: "plot-throughput"
18194
18195 - type: "plot"
18196   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18197   algorithm: "plot_perf_box_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "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"
18202     - "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"
18203     - "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"
18204     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18205     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18206     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18207   layout:
18208     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18209     layout: "plot-throughput"
18210
18211 - type: "plot"
18212   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18213   algorithm: "plot_perf_box_name"
18214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18216   include:
18217     - "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"
18218     - "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"
18219     - "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"
18220     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18221     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18222     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18223   layout:
18224     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18225     layout: "plot-throughput"
18226
18227 ################################################################################
18228
18229 # Packet Speedup
18230
18231 - type: "plot"
18232   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18233   algorithm: "plot_tsa_name"
18234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18236   include:
18237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18238     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18239     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18240     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18241   layout:
18242     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18243     layout: "plot-throughput-speedup-analysis"
18244
18245 - type: "plot"
18246   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18247   algorithm: "plot_tsa_name"
18248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18250   include:
18251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18252     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18253     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18255   layout:
18256     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18257     layout: "plot-throughput-speedup-analysis"
18258
18259 - type: "plot"
18260   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18261   algorithm: "plot_tsa_name"
18262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18264   include:
18265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18269   layout:
18270     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18271     layout: "plot-throughput-speedup-analysis"
18272
18273 - type: "plot"
18274   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18275   algorithm: "plot_tsa_name"
18276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18278   include:
18279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18283   layout:
18284     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18285     layout: "plot-throughput-speedup-analysis"
18286
18287 - type: "plot"
18288   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18289   algorithm: "plot_tsa_name"
18290   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18292   include:
18293     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18294     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18295     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18296     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18297   layout:
18298     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18299     layout: "plot-throughput-speedup-analysis"
18300
18301 - type: "plot"
18302   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18303   algorithm: "plot_tsa_name"
18304   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18306   include:
18307     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18308     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18309     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18310     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18311   layout:
18312     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18313     layout: "plot-throughput-speedup-analysis"
18314
18315 - type: "plot"
18316   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18317   algorithm: "plot_tsa_name"
18318   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18320   include:
18321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18327   layout:
18328     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18329     layout: "plot-throughput-speedup-analysis"
18330
18331 - type: "plot"
18332   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18333   algorithm: "plot_tsa_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18343   layout:
18344     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18345     layout: "plot-throughput-speedup-analysis"
18346
18347 - type: "plot"
18348   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18349   algorithm: "plot_tsa_name"
18350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18352   include:
18353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18357   layout:
18358     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18359     layout: "plot-throughput-speedup-analysis"
18360
18361 - type: "plot"
18362   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18363   algorithm: "plot_tsa_name"
18364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18366   include:
18367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18371   layout:
18372     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18373     layout: "plot-throughput-speedup-analysis"
18374
18375 - type: "plot"
18376   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18377   algorithm: "plot_tsa_name"
18378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18380   include:
18381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18384   layout:
18385     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18386     layout: "plot-throughput-speedup-analysis"
18387
18388 - type: "plot"
18389   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18390   algorithm: "plot_tsa_name"
18391   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18393   include:
18394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18397   layout:
18398     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18399     layout: "plot-throughput-speedup-analysis"
18400
18401 - type: "plot"
18402   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18403   algorithm: "plot_tsa_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18412   layout:
18413     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18414     layout: "plot-throughput-speedup-analysis"
18415
18416 - type: "plot"
18417   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18418   algorithm: "plot_tsa_name"
18419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18421   include:
18422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18427   layout:
18428     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18429     layout: "plot-throughput-speedup-analysis"
18430
18431 - type: "plot"
18432   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18433   algorithm: "plot_tsa_name"
18434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18436   include:
18437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18440   layout:
18441     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18442     layout: "plot-throughput-speedup-analysis"
18443
18444 - type: "plot"
18445   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18446   algorithm: "plot_tsa_name"
18447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18449   include:
18450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18453   layout:
18454     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18455     layout: "plot-throughput-speedup-analysis"
18456
18457 - type: "plot"
18458   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18459   algorithm: "plot_tsa_name"
18460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18462   include:
18463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18469   layout:
18470     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18471     layout: "plot-throughput-speedup-analysis"
18472
18473 - type: "plot"
18474   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18475   algorithm: "plot_tsa_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18485   layout:
18486     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18487     layout: "plot-throughput-speedup-analysis"
18488
18489 - type: "plot"
18490   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18491   algorithm: "plot_tsa_name"
18492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18494   include:
18495     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18496     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18497     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18498     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18499     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18500   layout:
18501     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18502     layout: "plot-throughput-speedup-analysis"
18503
18504 - type: "plot"
18505   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18506   algorithm: "plot_tsa_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "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"
18511     - "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"
18512     - "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"
18513     - "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"
18514     - "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"
18515   layout:
18516     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18517     layout: "plot-throughput-speedup-analysis"
18518
18519 #- type: "plot"
18520 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18521 #  algorithm: "plot_tsa_name"
18522 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18523 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18524 #  include:
18525 #    - "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"
18526 #    - "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"
18527 #    - "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"
18528 #    - "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"
18529 #    - "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"
18530 #  layout:
18531 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18532 #    layout: "plot-throughput-speedup-analysis"
18533 #
18534 #- type: "plot"
18535 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18536 #  algorithm: "plot_tsa_name"
18537 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18538 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18539 #  include:
18540 #    - "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"
18541 #    - "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"
18542 #    - "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"
18543 #    - "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"
18544 #    - "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"
18545 #  layout:
18546 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18547 #    layout: "plot-throughput-speedup-analysis"
18548 #
18549 #- type: "plot"
18550 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18551 #  algorithm: "plot_tsa_name"
18552 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18553 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554 #  include:
18555 #    - "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"
18556 #    - "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"
18557 #    - "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"
18558 #    - "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"
18559 #    - "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"
18560 #  layout:
18561 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18562 #    layout: "plot-throughput-speedup-analysis"
18563 #
18564 #- type: "plot"
18565 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18566 #  algorithm: "plot_tsa_name"
18567 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18568 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18569 #  include:
18570 #    - "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"
18571 #    - "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"
18572 #    - "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"
18573 #    - "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"
18574 #    - "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"
18575 #  layout:
18576 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18577 #    layout: "plot-throughput-speedup-analysis"
18578
18579 - type: "plot"
18580   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18581   algorithm: "plot_tsa_name"
18582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18584   include:
18585     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18586     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18587     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18588     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18589     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18590   layout:
18591     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18592     layout: "plot-throughput-speedup-analysis"
18593
18594 - type: "plot"
18595   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18596   algorithm: "plot_tsa_name"
18597   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18599   include:
18600     - "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"
18601     - "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"
18602     - "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"
18603     - "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"
18604     - "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"
18605   layout:
18606     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18607     layout: "plot-throughput-speedup-analysis"
18608
18609 #- type: "plot"
18610 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18611 #  algorithm: "plot_tsa_name"
18612 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18613 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18614 #  include:
18615 #    - "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"
18616 #    - "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"
18617 #    - "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"
18618 #    - "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"
18619 #    - "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"
18620 #  layout:
18621 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18622 #    layout: "plot-throughput-speedup-analysis"
18623 #
18624 #- type: "plot"
18625 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18626 #  algorithm: "plot_tsa_name"
18627 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18628 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18629 #  include:
18630 #    - "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"
18631 #    - "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"
18632 #    - "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"
18633 #    - "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"
18634 #    - "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"
18635 #  layout:
18636 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18637 #    layout: "plot-throughput-speedup-analysis"
18638 #
18639 #- type: "plot"
18640 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18641 #  algorithm: "plot_tsa_name"
18642 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18643 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18644 #  include:
18645 #    - "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"
18646 #    - "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"
18647 #    - "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"
18648 #    - "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"
18649 #    - "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"
18650 #  layout:
18651 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18652 #    layout: "plot-throughput-speedup-analysis"
18653 #
18654 #- type: "plot"
18655 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18656 #  algorithm: "plot_tsa_name"
18657 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18658 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18659 #  include:
18660 #    - "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"
18661 #    - "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"
18662 #    - "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"
18663 #    - "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"
18664 #    - "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"
18665 #  layout:
18666 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18667 #    layout: "plot-throughput-speedup-analysis"
18668
18669 - type: "plot"
18670   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18671   algorithm: "plot_tsa_name"
18672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18674   include:
18675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18681   layout:
18682     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18683     layout: "plot-throughput-speedup-analysis"
18684
18685 - type: "plot"
18686   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18687   algorithm: "plot_tsa_name"
18688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18690   include:
18691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18697   layout:
18698     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18699     layout: "plot-throughput-speedup-analysis"
18700
18701 - type: "plot"
18702   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18703   algorithm: "plot_tsa_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18706   include:
18707     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18709   layout:
18710     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18711     layout: "plot-throughput-speedup-analysis"
18712
18713 - type: "plot"
18714   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18715   algorithm: "plot_tsa_name"
18716   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18718   include:
18719     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18721   layout:
18722     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18723     layout: "plot-throughput-speedup-analysis"
18724
18725 - type: "plot"
18726   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18727   algorithm: "plot_tsa_name"
18728   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18730   include:
18731     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18737   layout:
18738     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18739     layout: "plot-throughput-speedup-analysis"
18740
18741 - type: "plot"
18742   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18743   algorithm: "plot_tsa_name"
18744   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18746   include:
18747     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18753   layout:
18754     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18755     layout: "plot-throughput-speedup-analysis"
18756
18757 - type: "plot"
18758   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18759   algorithm: "plot_tsa_name"
18760   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18762   include:
18763     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18769   layout:
18770     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18771     layout: "plot-throughput-speedup-analysis"
18772
18773 - type: "plot"
18774   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18775   algorithm: "plot_tsa_name"
18776   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18778   include:
18779     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18785   layout:
18786     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18787     layout: "plot-throughput-speedup-analysis"
18788
18789 - type: "plot"
18790   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18791   algorithm: "plot_tsa_name"
18792   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18794   include:
18795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18801   layout:
18802     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18803     layout: "plot-throughput-speedup-analysis"
18804
18805 - type: "plot"
18806   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18807   algorithm: "plot_tsa_name"
18808   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18810   include:
18811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18817   layout:
18818     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18832   layout:
18833     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18834     layout: "plot-throughput-speedup-analysis"
18835
18836 - type: "plot"
18837   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18838   algorithm: "plot_tsa_name"
18839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18841   include:
18842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18847   layout:
18848     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18849     layout: "plot-throughput-speedup-analysis"
18850
18851 - type: "plot"
18852   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18853   algorithm: "plot_tsa_name"
18854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18856   include:
18857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18862   layout:
18863     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18864     layout: "plot-throughput-speedup-analysis"
18865
18866 - type: "plot"
18867   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18868   algorithm: "plot_tsa_name"
18869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18871   include:
18872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18877   layout:
18878     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18879     layout: "plot-throughput-speedup-analysis"
18880
18881 - type: "plot"
18882   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18883   algorithm: "plot_tsa_name"
18884   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18886   include:
18887     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18890     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18892   layout:
18893     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18894     layout: "plot-throughput-speedup-analysis"
18895
18896 - type: "plot"
18897   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18898   algorithm: "plot_tsa_name"
18899   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18901   include:
18902     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18903     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18907   layout:
18908     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18909     layout: "plot-throughput-speedup-analysis"
18910
18911 - type: "plot"
18912   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18913   algorithm: "plot_tsa_name"
18914   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18916   include:
18917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18922   layout:
18923     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18924     layout: "plot-throughput-speedup-analysis"
18925
18926 - type: "plot"
18927   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18928   algorithm: "plot_tsa_name"
18929   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18931   include:
18932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18937   layout:
18938     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18939     layout: "plot-throughput-speedup-analysis"
18940
18941 - type: "plot"
18942   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18943   algorithm: "plot_tsa_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18952   layout:
18953     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18954     layout: "plot-throughput-speedup-analysis"
18955
18956 - type: "plot"
18957   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18958   algorithm: "plot_tsa_name"
18959   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18961   include:
18962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18967   layout:
18968     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18969     layout: "plot-throughput-speedup-analysis"
18970
18971 - type: "plot"
18972   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18973   algorithm: "plot_tsa_name"
18974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18976   include:
18977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18983   layout:
18984     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18985     layout: "plot-throughput-speedup-analysis"
18986
18987 - type: "plot"
18988   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18989   algorithm: "plot_tsa_name"
18990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18992   include:
18993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18999   layout:
19000     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19001     layout: "plot-throughput-speedup-analysis"
19002
19003 - type: "plot"
19004   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19005   algorithm: "plot_tsa_name"
19006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19008   include:
19009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19013   layout:
19014     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19015     layout: "plot-throughput-speedup-analysis"
19016
19017 - type: "plot"
19018   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19019   algorithm: "plot_tsa_name"
19020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19022   include:
19023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19027   layout:
19028     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19029     layout: "plot-throughput-speedup-analysis"
19030
19031 - type: "plot"
19032   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19033   algorithm: "plot_tsa_name"
19034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19036   include:
19037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19043   layout:
19044     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19045     layout: "plot-throughput-speedup-analysis"
19046
19047 - type: "plot"
19048   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19049   algorithm: "plot_tsa_name"
19050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19052   include:
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19059   layout:
19060     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19061     layout: "plot-throughput-speedup-analysis"
19062
19063 - type: "plot"
19064   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19065   algorithm: "plot_tsa_name"
19066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19068   include:
19069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19073   layout:
19074     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19075     layout: "plot-throughput-speedup-analysis"
19076
19077 - type: "plot"
19078   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19079   algorithm: "plot_tsa_name"
19080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19082   include:
19083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19087   layout:
19088     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19089     layout: "plot-throughput-speedup-analysis"
19090
19091 - type: "plot"
19092   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19093   algorithm: "plot_tsa_name"
19094   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19096   include:
19097     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19102     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19103   layout:
19104     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19105     layout: "plot-throughput-speedup-analysis"
19106
19107 - type: "plot"
19108   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19109   algorithm: "plot_tsa_name"
19110   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19112   include:
19113     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19118     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19119   layout:
19120     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19121     layout: "plot-throughput-speedup-analysis"
19122
19123 - type: "plot"
19124   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19125   algorithm: "plot_tsa_name"
19126   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19128   include:
19129     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19133   layout:
19134     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19135     layout: "plot-throughput-speedup-analysis"
19136
19137 - type: "plot"
19138   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19139   algorithm: "plot_tsa_name"
19140   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19142   include:
19143     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19144     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19147   layout:
19148     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19149     layout: "plot-throughput-speedup-analysis"
19150
19151 - type: "plot"
19152   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19153   algorithm: "plot_tsa_name"
19154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19156   include:
19157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19162   layout:
19163     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19164     layout: "plot-throughput-speedup-analysis"
19165
19166 - type: "plot"
19167   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19168   algorithm: "plot_tsa_name"
19169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19171   include:
19172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19177   layout:
19178     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19179     layout: "plot-throughput-speedup-analysis"
19180
19181 - type: "plot"
19182   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19183   algorithm: "plot_tsa_name"
19184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19186   include:
19187     - "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"
19188     - "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"
19189     - "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"
19190     - "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"
19191     - "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"
19192   layout:
19193     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19194     layout: "plot-throughput-speedup-analysis"
19195
19196 - type: "plot"
19197   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19198   algorithm: "plot_tsa_name"
19199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19201   include:
19202     - "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"
19203     - "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"
19204     - "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"
19205     - "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"
19206     - "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"
19207   layout:
19208     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19209     layout: "plot-throughput-speedup-analysis"
19210
19211 - type: "plot"
19212   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19213   algorithm: "plot_tsa_name"
19214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19216   include:
19217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19222   layout:
19223     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19224     layout: "plot-throughput-speedup-analysis"
19225
19226 - type: "plot"
19227   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19228   algorithm: "plot_tsa_name"
19229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19231   include:
19232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19237   layout:
19238     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19239     layout: "plot-throughput-speedup-analysis"
19240
19241 - type: "plot"
19242   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19243   algorithm: "plot_tsa_name"
19244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19246   include:
19247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19252   layout:
19253     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19254     layout: "plot-throughput-speedup-analysis"
19255
19256 - type: "plot"
19257   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19258   algorithm: "plot_tsa_name"
19259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19261   include:
19262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19267   layout:
19268     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19269     layout: "plot-throughput-speedup-analysis"
19270
19271 - type: "plot"
19272   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19273   algorithm: "plot_tsa_name"
19274   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19276   include:
19277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19281   layout:
19282     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19283     layout: "plot-throughput-speedup-analysis"
19284
19285 - type: "plot"
19286   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19287   algorithm: "plot_tsa_name"
19288   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19290   include:
19291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19295   layout:
19296     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19297     layout: "plot-throughput-speedup-analysis"
19298
19299 - type: "plot"
19300   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19301   algorithm: "plot_tsa_name"
19302   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19304   include:
19305     - "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"
19306     - "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"
19307     - "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"
19308     - "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"
19309   layout:
19310     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19311     layout: "plot-throughput-speedup-analysis"
19312
19313 - type: "plot"
19314   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19315   algorithm: "plot_tsa_name"
19316   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19318   include:
19319     - "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"
19320     - "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"
19321     - "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"
19322     - "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"
19323   layout:
19324     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19325     layout: "plot-throughput-speedup-analysis"
19326
19327 - type: "plot"
19328   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19329   algorithm: "plot_tsa_name"
19330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19332   include:
19333     - "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"
19334     - "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"
19335     - "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"
19336     - "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"
19337     - "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"
19338     - "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"
19339   layout:
19340     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19341     layout: "plot-throughput-speedup-analysis"
19342
19343 - type: "plot"
19344   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19345   algorithm: "plot_tsa_name"
19346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19348   include:
19349     - "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"
19350     - "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"
19351     - "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"
19352     - "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"
19353     - "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"
19354     - "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"
19355   layout:
19356     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19357     layout: "plot-throughput-speedup-analysis"
19358
19359 ################################################################################
19360
19361 # Packet Throughput - DPDK
19362
19363 # 2n-clx-xxv710
19364
19365 - type: "plot"
19366   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19367   algorithm: "plot_perf_box_name"
19368   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19369   data: "plot-dpdk-throughput-latency-2n-clx"
19370   include:
19371     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19372     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19373   layout:
19374     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19375     layout: "plot-throughput"
19376
19377 - type: "plot"
19378   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19379   algorithm: "plot_perf_box_name"
19380   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19381   data: "plot-dpdk-throughput-latency-2n-clx"
19382   include:
19383     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19384     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19385   layout:
19386     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19387     layout: "plot-throughput"
19388
19389 - type: "plot"
19390   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19391   algorithm: "plot_perf_box_name"
19392   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19393   data: "plot-dpdk-throughput-latency-2n-clx"
19394   include:
19395     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19396     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19397   layout:
19398     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19399     layout: "plot-throughput"
19400
19401 - type: "plot"
19402   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19403   algorithm: "plot_perf_box_name"
19404   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19405   data: "plot-dpdk-throughput-latency-2n-clx"
19406   include:
19407     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19408     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19409   layout:
19410     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19411     layout: "plot-throughput"
19412
19413 # 2n-clx-x710
19414
19415 - type: "plot"
19416   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19417   algorithm: "plot_perf_box_name"
19418   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19419   data: "plot-dpdk-throughput-latency-2n-clx"
19420   include:
19421     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19422     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19423   layout:
19424     title: "2n-clx-x710-64b-2t1c-base-ndr"
19425     layout: "plot-throughput"
19426
19427 - type: "plot"
19428   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19429   algorithm: "plot_perf_box_name"
19430   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19431   data: "plot-dpdk-throughput-latency-2n-clx"
19432   include:
19433     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19434     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19435   layout:
19436     title: "2n-clx-x710-64b-4t2c-base-ndr"
19437     layout: "plot-throughput"
19438
19439 - type: "plot"
19440   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19441   algorithm: "plot_perf_box_name"
19442   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19443   data: "plot-dpdk-throughput-latency-2n-clx"
19444   include:
19445     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19446     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19447   layout:
19448     title: "2n-clx-x710-64b-2t1c-base-pdr"
19449     layout: "plot-throughput"
19450
19451 - type: "plot"
19452   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19453   algorithm: "plot_perf_box_name"
19454   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19455   data: "plot-dpdk-throughput-latency-2n-clx"
19456   include:
19457     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19458     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19459   layout:
19460     title: "2n-clx-x710-64b-4t2c-base-pdr"
19461     layout: "plot-throughput"
19462
19463 ################################################################################
19464
19465 - type: "plot"
19466   title: "Latency by percentile: 2n-skx"
19467   algorithm: "plot_hdrh_lat_by_percentile"
19468   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19469   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19470   target-links: "../../_static/vpp"
19471   data: "plot-vpp-hdrh-lat-2n-skx"
19472   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19473   layout:
19474     layout: "plot-hdrh-latency-by-percentile"
19475
19476 - type: "plot"
19477   title: "Latency by percentile: 2n-skx-nat44"
19478   algorithm: "plot_hdrh_lat_by_percentile"
19479   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19480   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19481   target-links: "../../_static/vpp"
19482   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19483   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19484   layout:
19485     layout: "plot-hdrh-latency-by-percentile"
19486
19487 - type: "plot"
19488   title: "Latency by percentile: 3n-skx"
19489   algorithm: "plot_hdrh_lat_by_percentile"
19490   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19491   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19492   target-links: "../../_static/vpp"
19493   data: "plot-vpp-hdrh-lat-3n-skx"
19494   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19495   layout:
19496     layout: "plot-hdrh-latency-by-percentile"
19497
19498 - type: "plot"
19499   title: "Latency by percentile: 2n-clx"
19500   algorithm: "plot_hdrh_lat_by_percentile"
19501   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19502   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19503   target-links: "../../_static/vpp"
19504   data: "plot-vpp-hdrh-lat-2n-clx"
19505   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19506   layout:
19507     layout: "plot-hdrh-latency-by-percentile"
19508
19509 - type: "plot"
19510   title: "Latency by percentile: 3n-hsw"
19511   algorithm: "plot_hdrh_lat_by_percentile"
19512   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19513   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19514   target-links: "../../_static/vpp"
19515   data: "plot-vpp-hdrh-lat-3n-hsw"
19516   filter: "'1T1C' and 'NIC_Intel-XL710'"
19517   layout:
19518     layout: "plot-hdrh-latency-by-percentile"
19519
19520 - type: "plot"
19521   title: "Latency by percentile: 3n-tsh"
19522   algorithm: "plot_hdrh_lat_by_percentile"
19523   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19524   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19525   target-links: "../../_static/vpp"
19526   data: "plot-vpp-hdrh-lat-3n-tsh"
19527   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19528   layout:
19529     layout: "plot-hdrh-latency-by-percentile"
19530
19531 - type: "plot"
19532   title: "Latency by percentile: DPDK 2n-skx"
19533   algorithm: "plot_hdrh_lat_by_percentile"
19534   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19535   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19536   target-links: "../../_static/dpdk"
19537   data: "plot-dpdk-hdrh-lat-2n-skx"
19538   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19539   layout:
19540     layout: "plot-hdrh-latency-by-percentile"
19541
19542 - type: "plot"
19543   title: "Latency by percentile: DPDK 3n-skx"
19544   algorithm: "plot_hdrh_lat_by_percentile"
19545   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19546   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19547   target-links: "../../_static/dpdk"
19548   data: "plot-dpdk-hdrh-lat-3n-skx"
19549   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19550   layout:
19551     layout: "plot-hdrh-latency-by-percentile"
19552
19553 - type: "plot"
19554   title: "Latency by percentile: DPDK 2n-clx"
19555   algorithm: "plot_hdrh_lat_by_percentile"
19556   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19557   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19558   target-links: "../../_static/dpdk"
19559   data: "plot-dpdk-hdrh-lat-2n-clx"
19560   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19561   layout:
19562     layout: "plot-hdrh-latency-by-percentile"
19563
19564 - type: "plot"
19565   title: "Latency by percentile: DPDK 3n-hsw"
19566   algorithm: "plot_hdrh_lat_by_percentile"
19567   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19568   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19569   target-links: "../../_static/dpdk"
19570   data: "plot-dpdk-hdrh-lat-3n-hsw"
19571   filter: "'1T1C' and 'NIC_Intel-XL710'"
19572   layout:
19573     layout: "plot-hdrh-latency-by-percentile"
19574
19575 - type: "plot"
19576   title: "Latency by percentile: DPDK 3n-tsh"
19577   algorithm: "plot_hdrh_lat_by_percentile"
19578   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19579   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19580   target-links: "../../_static/dpdk"
19581   data: "plot-dpdk-hdrh-lat-3n-tsh"
19582   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19583   layout:
19584     layout: "plot-hdrh-latency-by-percentile"