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       csit-vpp-perf-report-iterative-2009-3n-skx:
204         - 26  # rls2009 NDRPDR iter env 5
205         - 27  # rls2009 NDRPDR iter env 5
206         - 28  # rls2009 NDRPDR iter env 5
207         - 29  # rls2009 NDRPDR iter env 5
208         - 35  # rls2009 NDRPDR iter env 5
209         - 36  # rls2009 NDRPDR iter env 5
210         - 37  # rls2009 NDRPDR iter env 5
211         - 38  # 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         - 39  # rls2009 NDRPDR iter env 5
335         - 40  # rls2009 NDRPDR iter env 5
336         - 42  # rls2009 NDRPDR iter env 5
337         - 64  # rls2009 NDRPDR iter env 5
338         - 65  # rls2009 NDRPDR iter env 5
339         - 66  # rls2009 NDRPDR iter env 5
340         - 67  # rls2009 NDRPDR iter env 5
341         - 79  # rls2009 NDRPDR iter env 5
342         - 82  # 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         - 21  # rls2009 NDRPDR iter env 5
408         - 22  # rls2009 NDRPDR iter env 5
409         - 23  # rls2009 NDRPDR iter env 5
410
411     plot-vpp-hdrh-lat-3n-tsh:
412       csit-vpp-perf-report-iterative-2009-3n-tsh:
413         - 14  # rls2009 NDRPDR iter env 5
414
415     plot-dpdk-throughput-latency-3n-tsh:
416       # TODO: Add:
417       csit-dpdk-perf-report-iterative-2009-3n-tsh:
418         - 1   # NDRPDR iter env5
419         - 2   # NDRPDR iter env5
420         - 3   # NDRPDR iter env5
421         - 4   # NDRPDR iter env5
422         - 5   # NDRPDR iter env5
423         - 6   # NDRPDR iter env5
424         - 7   # NDRPDR iter env5
425         - 9   # NDRPDR iter env5
426         - 10  # NDRPDR iter env5
427
428     plot-dpdk-hdrh-lat-3n-tsh:
429       csit-dpdk-perf-report-iterative-2009-3n-tsh:
430         - 1   # NDRPDR iter env5
431
432     # 3n-dnv
433
434     plot-vpp-throughput-lat-tsa-3n-dnv:
435       csit-vpp-perf-report-iterative-2009-3n-dnv:
436         - 3   # rls2009 NDRPDR iter env 5
437         - 6   # rls2009 NDRPDR iter env 5
438         - 7   # rls2009 NDRPDR iter env 5
439         - 8   # rls2009 NDRPDR iter env 5
440         - 10  # rls2009 NDRPDR iter env 5
441         - 11  # rls2009 NDRPDR iter env 5
442         - 12  # rls2009 NDRPDR iter env 5
443         - 14  # rls2009 NDRPDR iter env 5
444         - 15  # rls2009 NDRPDR iter env 5
445         - 24  # rls2009 NDRPDR iter env 5
446
447 #    plot-dpdk-throughput-latency-3n-dnv:
448 #      # No data
449 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
450
451     # 2n-dnv
452
453     plot-vpp-throughput-lat-tsa-2n-dnv:
454       csit-vpp-perf-report-iterative-2009-2n-dnv:
455         - 3   # rls2009 NDRPDR iter env 5
456         - 5   # rls2009 NDRPDR iter env 5
457         - 6   # rls2009 NDRPDR iter env 5
458         - 7   # rls2009 NDRPDR iter env 5
459         - 9   # rls2009 NDRPDR iter env 5
460         - 10  # rls2009 NDRPDR iter env 5
461         - 11  # rls2009 NDRPDR iter env 5
462         - 12  # rls2009 NDRPDR iter env 5
463         - 14  # rls2009 NDRPDR iter env 5
464         - 15  # rls2009 NDRPDR iter env 5
465
466 #    plot-dpdk-throughput-latency-2n-dnv:
467 #      # No data
468 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
469
470     ###########################################################################
471     # Simple tables (only one data set):
472
473     # NIC Comparisons
474
475     vpp-nic-comparison-3n-skx:
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         - 38  # rls2009 NDRPDR iter env 5
485         - 39  # rls2009 NDRPDR iter env 5
486         - 40  # rls2009 NDRPDR iter env 5
487
488     vpp-nic-comparison-2n-skx:
489       csit-vpp-perf-report-iterative-2009-2n-skx:
490         - 35  # rls2009 NDRPDR iter env 5
491         - 36  # rls2009 NDRPDR iter env 5
492         - 37  # rls2009 NDRPDR iter env 5
493         - 39  # rls2009 NDRPDR iter env 5
494         - 40  # rls2009 NDRPDR iter env 5
495         - 42  # rls2009 NDRPDR iter env 5
496         - 43  # rls2009 NDRPDR iter env 5
497         - 44  # rls2009 NDRPDR iter env 5
498         - 46  # rls2009 NDRPDR iter env 5
499         - 48  # rls2009 NDRPDR iter env 5
500         - 51  # rls2009 NDRPDR iter NAT44 env 5
501         - 52  # rls2009 NDRPDR iter NAT44 env 5
502         - 53  # rls2009 NDRPDR iter NAT44 env 5
503         - 54  # rls2009 NDRPDR iter NAT44 env 5
504         - 55  # rls2009 NDRPDR iter NAT44 env 5
505         - 56  # rls2009 NDRPDR iter NAT44 env 5
506         - 57  # rls2009 NDRPDR iter NAT44 env 5
507         - 58  # rls2009 NDRPDR iter NAT44 env 5
508         - 59  # rls2009 NDRPDR iter NAT44 env 5
509         - 60  # rls2009 NDRPDR iter NAT44 env 5
510
511     vpp-nic-comparison-3n-skx-mrr:
512       csit-vpp-perf-report-iterative-2009-3n-skx:
513         - 24  # rls2009 MRR iter env 5
514
515     vpp-nic-comparison-2n-skx-mrr:
516       csit-vpp-perf-report-iterative-2009-2n-skx:
517         - 26  # rls2009 MRR iter env 5
518
519     # Results
520
521     vpp-perf-results-3n-hsw:
522       csit-vpp-perf-report-coverage-2009-3n-hsw:
523         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
524         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
525         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
526         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
527         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
528         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
529         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
530         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
531         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
532         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
533         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
534         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
535         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
536         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
537         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
538         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
539         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
540         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
541         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
542         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
543         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
544         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
545         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
546         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
547         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
548         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
549         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
550         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
551         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
552         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
553         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
554         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
555         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
556         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
557         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
558
559     vpp-perf-results-3n-skx:
560       # TODO: Add:
561       csit-vpp-perf-report-coverage-2009-3n-skx:
562         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
563         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
564         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
565         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
566         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
567         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
568         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
569         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
570         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
571         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
572         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
573         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
574         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
575         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
576         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
577         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
578         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
579         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
580         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
581
582     vpp-perf-results-2n-skx:
583       csit-vpp-perf-report-coverage-2009-2n-skx:
584         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
585         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
586         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
587         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
588         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
589         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
590         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
591         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
592         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
593         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
594         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
595         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
596         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
597         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
598         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
599
600     vpp-perf-results-2n-clx:
601       csit-vpp-perf-report-coverage-2009-2n-clx:
602         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
603         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
604         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
605         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
606         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
607         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
608         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
609         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
610         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
611         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
612         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
613         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
614         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
615         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
616         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
617
618     vpp-perf-results-3n-tsh:
619       # TODO: Replace???
620       csit-vpp-perf-report-iterative-2009-3n-tsh:
621         - 14  # rls2009 NDRPDR iter env 5
622 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
623 #        -
624
625     vpp-perf-results-3n-dnv:
626       csit-vpp-perf-report-coverage-2009-3n-dnv:
627         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
628         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
629         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
630         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
631         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
632         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
633         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
634         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
635         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
636
637     vpp-perf-results-2n-dnv:
638       csit-vpp-perf-report-coverage-2009-2n-dnv:
639         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
640         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
641         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
642         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
643         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
644         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
645
646     vpp-mrr-results-3n-hsw:
647       csit-vpp-perf-report-iterative-2009-3n-hsw:
648         - 23  # rls2009 MRR iter env 5
649
650     vpp-mrr-results-3n-skx:
651       csit-vpp-perf-report-iterative-2009-3n-skx:
652         - 24  # rls2009 MRR iter env 5
653
654     vpp-mrr-results-2n-skx:
655       csit-vpp-perf-report-iterative-2009-2n-skx:
656         - 26  # rls2009 MRR iter env 5
657
658     vpp-mrr-results-2n-clx:
659       csit-vpp-perf-report-iterative-2009-2n-clx:
660         - 78  # rls2009 MRR iter env 5
661
662     vpp-mrr-results-3n-tsh:
663       csit-vpp-perf-report-iterative-2009-3n-tsh:
664         - 15  # rls2006 MRR iter env 5
665
666     vpp-mrr-results-3n-dnv:
667       csit-vpp-perf-report-iterative-2009-3n-dnv:
668         - 22  # rls2009 MRR iter env 5
669
670     vpp-mrr-results-2n-dnv:
671       csit-vpp-perf-report-iterative-2009-2n-dnv:
672         - 13  # rls2009 MRR iter env 5
673
674     vpp-device-results-ubuntu:
675       csit-vpp-device-2009-ubuntu1804-1n-skx:
676         - 131 # rls2009 env 5
677
678     dpdk-perf-results-3n-hsw:
679       csit-dpdk-perf-report-iterative-2009-3n-hsw:
680         - 6   # NDRPDR iter env5
681
682     dpdk-perf-results-3n-skx:
683       csit-dpdk-perf-report-iterative-2009-3n-skx:
684         - 4   # NDRPDR sel env5
685
686     dpdk-perf-results-2n-skx:
687       csit-dpdk-perf-report-iterative-2009-2n-skx:
688         - 4   # NDRPDR iter env5
689
690     dpdk-perf-results-2n-clx:
691       csit-dpdk-perf-report-iterative-2009-2n-clx:
692         - 4   # NDRPDR iter env5
693
694 #    dpdk-perf-results-2n-dnv:
695 #      # No data
696 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
697
698 #    dpdk-perf-results-3n-dnv:
699 #      # No data
700 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
701
702     dpdk-perf-results-3n-tsh:
703       csit-dpdk-perf-report-iterative-2009-3n-tsh:
704         - 1   # NDRPDR iter env5
705
706 ###########################################################################
707     # Tables (more than one data set)
708
709     # Performance changes
710
711     vpp-performance-changes-3n-hsw-h1:
712       csit-vpp-perf-report-iterative-2005-3n-hsw:
713         - 31  # NDRPDR sel 2001.0-4
714         - 32  # NDRPDR sel 2001.0-4
715         - 33  # NDRPDR sel 2001.0-4
716         - 34  # NDRPDR sel 2001.0-4
717         - 35  # NDRPDR sel 2001.0-4
718         - 36  # NDRPDR sel 2001.0-4
719         - 38  # NDRPDR sel 2001.0-4
720     vpp-performance-changes-3n-hsw-ref-env4:
721       csit-vpp-perf-report-iterative-2005-3n-hsw:
722         - 20  # NDRPDR sel env 4
723         - 21  # NDRPDR sel env 4
724         - 22  # NDRPDR sel env 4
725         - 23  # NDRPDR sel env 4
726         - 24  # NDRPDR sel env 4
727         - 25  # NDRPDR sel env 4
728         - 26  # NDRPDR sel env 4
729         - 27  # NDRPDR sel env 4
730         - 28  # NDRPDR sel env 4
731         - 29  # NDRPDR sel env 4
732     vpp-performance-changes-3n-hsw-ref-env5:
733       csit-vpp-perf-report-iterative-2009-3n-hsw:
734         - 9   # rls2005 NDRPDR iter env 5
735         - 10  # rls2005 NDRPDR iter env 5
736         - 11  # rls2005 NDRPDR iter env 5
737         - 12  # rls2005 NDRPDR iter env 5
738         - 13  # rls2005 NDRPDR iter env 5
739         - 14  # rls2005 NDRPDR iter env 5
740         - 15  # rls2005 NDRPDR iter env 5
741         - 16  # rls2005 NDRPDR iter env 5
742         - 17  # rls2005 NDRPDR iter env 5
743         - 19  # rls2005 NDRPDR iter env 5
744     vpp-performance-changes-3n-hsw-cmp:
745       csit-vpp-perf-report-iterative-2009-3n-hsw:
746         - 21  # rls2009 NDRPDR iter env 5
747         - 22  # rls2009 NDRPDR iter env 5
748         - 24  # rls2009 NDRPDR iter env 5
749         - 25  # rls2009 NDRPDR iter env 5
750         - 26  # rls2009 NDRPDR iter env 5
751         - 27  # rls2009 NDRPDR iter env 5
752         - 28  # rls2009 NDRPDR iter env 5
753         - 29  # rls2009 NDRPDR iter env 5
754         - 30  # rls2009 NDRPDR iter env 5
755         - 31  # rls2009 NDRPDR iter env 5
756
757     vpp-performance-changes-3n-skx-h1:
758       csit-vpp-perf-report-iterative-2005-3n-skx:
759         - 50  # NDRPDR sel 2001.0-4
760         - 51  # NDRPDR sel 2001.0-4
761         - 52  # NDRPDR sel 2001.0-4
762         - 53  # NDRPDR sel 2001.0-4
763         - 54  # NDRPDR sel 2001.0-4
764     vpp-performance-changes-3n-skx-ref-env4:
765       csit-vpp-perf-report-iterative-2005-3n-skx:
766         - 42  # NDRPDR sel env 4
767         - 43  # NDRPDR sel env 4
768         - 44  # NDRPDR sel env 4
769         - 45  # NDRPDR sel env 4
770         - 47  # NDRPDR sel env 4
771         - 55  # NDRPDR sel env 4
772         - 56  # NDRPDR sel env 4
773         - 57  # NDRPDR sel env 4
774         - 61  # NDRPDR sel env 4
775         - 62  # NDRPDR sel env 4
776     vpp-performance-changes-3n-skx-ref-env5:
777       csit-vpp-perf-report-iterative-2009-3n-skx:
778         - 13  # rls2005 NDRPDR iter env 5
779         - 18  # rls2005 NDRPDR iter env 5
780         - 19  # rls2005 NDRPDR iter env 5
781         - 41  # rls2005 NDRPDR iter env 5
782     vpp-performance-changes-3n-skx-cmp:
783       csit-vpp-perf-report-iterative-2009-3n-skx:
784         - 26  # rls2009 NDRPDR iter env 5
785         - 27  # rls2009 NDRPDR iter env 5
786         - 28  # rls2009 NDRPDR iter env 5
787         - 29  # rls2009 NDRPDR iter env 5
788         - 35  # rls2009 NDRPDR iter env 5
789         - 36  # rls2009 NDRPDR iter env 5
790         - 37  # rls2009 NDRPDR iter env 5
791         - 38  # rls2009 NDRPDR iter env 5
792         - 39  # rls2009 NDRPDR iter env 5
793         - 40  # rls2009 NDRPDR iter env 5
794
795     vpp-performance-changes-2n-skx-h1:
796       csit-vpp-perf-report-iterative-2005-2n-skx:
797         - 100 # NDRPDR sel 2001.0-4
798         - 101 # NDRPDR sel 2001.0-4
799         - 102 # NDRPDR sel 2001.0-4
800         - 103 # NDRPDR sel 2001.0-4
801         - 104 # NDRPDR sel 2001.0-4
802         - 105 # NDRPDR sel 2001.0-4
803     vpp-performance-changes-2n-skx-ref-env4:
804       csit-vpp-perf-report-iterative-2005-2n-skx:
805         - 88  # NDRPDR sel env 4
806         - 89  # NDRPDR sel env 4
807         - 90  # NDRPDR sel env 4
808         - 91  # NDRPDR sel env 4
809         - 92  # NDRPDR sel env 4
810         - 93  # NDRPDR sel env 4
811         - 94  # NDRPDR sel env 4
812         - 125 # NDRPDR sel env 4
813         - 126 # NDRPDR sel env 4
814         - 127 # NDRPDR sel env 4
815     vpp-performance-changes-2n-skx-ref-env5:
816       csit-vpp-perf-report-iterative-2009-2n-skx:
817         - 13  # rls2005 NDRPDR iter env 5
818         - 16  # rls2005 NDRPDR iter env 5
819         - 17  # rls2005 NDRPDR iter env 5
820         - 18  # rls2005 NDRPDR iter env 5
821         - 19  # rls2005 NDRPDR iter env 5
822         - 21  # rls2005 NDRPDR iter env 5
823         - 22  # rls2005 NDRPDR iter env 5
824         - 23  # rls2005 NDRPDR iter env 5
825         - 24  # rls2005 NDRPDR iter env 5
826         - 25  # rls2005 NDRPDR iter env 5
827     vpp-performance-changes-2n-skx-cmp:
828       csit-vpp-perf-report-iterative-2009-2n-skx:
829         - 35  # rls2009 NDRPDR iter env 5
830         - 36  # rls2009 NDRPDR iter env 5
831         - 37  # rls2009 NDRPDR iter env 5
832         - 39  # rls2009 NDRPDR iter env 5
833         - 40  # rls2009 NDRPDR iter env 5
834         - 42  # rls2009 NDRPDR iter env 5
835         - 43  # rls2009 NDRPDR iter env 5
836         - 44  # rls2009 NDRPDR iter env 5
837         - 46  # rls2009 NDRPDR iter env 5
838         - 48  # rls2009 NDRPDR iter env 5
839         - 51  # rls2009 NDRPDR iter NAT44 env 5
840         - 52  # rls2009 NDRPDR iter NAT44 env 5
841         - 53  # rls2009 NDRPDR iter NAT44 env 5
842         - 54  # rls2009 NDRPDR iter NAT44 env 5
843         - 55  # rls2009 NDRPDR iter NAT44 env 5
844         - 56  # rls2009 NDRPDR iter NAT44 env 5
845         - 57  # rls2009 NDRPDR iter NAT44 env 5
846         - 58  # rls2009 NDRPDR iter NAT44 env 5
847         - 59  # rls2009 NDRPDR iter NAT44 env 5
848         - 60  # rls2009 NDRPDR iter NAT44 env 5
849
850     vpp-performance-changes-2n-clx-h1:
851       csit-vpp-perf-report-iterative-2005-2n-clx:
852         - 73  # NDRPDR sel 2001.0-4
853         - 74  # NDRPDR sel 2001.0-4
854         - 75  # NDRPDR sel 2001.0-4
855         - 76  # NDRPDR sel 2001.0-4
856         - 77  # NDRPDR sel 2001.0-4
857         - 78  # NDRPDR sel 2001.0-4
858         - 79  # NDRPDR sel 2001.0-4
859         - 80  # NDRPDR sel 2001.0-4
860     vpp-performance-changes-2n-clx-ref-env4:
861       csit-vpp-perf-report-iterative-2005-2n-clx:
862         - 62  # NDRPDR sel env 4
863         - 63  # NDRPDR sel env 4
864         - 64  # NDRPDR sel env 4
865         - 65  # NDRPDR sel env 4
866         - 66  # NDRPDR sel env 4
867         - 68  # NDRPDR sel env 4
868         - 69  # NDRPDR sel env 4
869         - 70  # NDRPDR sel env 4
870         - 103 # NDRPDR sel env 4
871         - 104 # NDRPDR sel env 4
872     vpp-performance-changes-2n-clx-ref-env5:
873       csit-vpp-perf-report-iterative-2009-2n-clx:
874         - 13  # rls2005 NDRPDR iter env 5
875         - 15  # rls2005 NDRPDR iter env 5
876         - 17  # rls2005 NDRPDR iter env 5
877         - 18  # rls2005 NDRPDR iter env 5
878         - 19  # rls2005 NDRPDR iter env 5
879         - 20  # rls2005 NDRPDR iter env 5
880         - 21  # rls2005 NDRPDR iter env 5
881         - 22  # rls2005 NDRPDR iter env 5
882         - 23  # rls2005 NDRPDR iter env 5
883         - 24  # rls2005 NDRPDR iter env 5
884     vpp-performance-changes-2n-clx-cmp:
885       csit-vpp-perf-report-iterative-2009-2n-clx:
886         - 36  # rls2009 NDRPDR iter env 5
887         - 39  # rls2009 NDRPDR iter env 5
888         - 40  # rls2009 NDRPDR iter env 5
889         - 42  # rls2009 NDRPDR iter env 5
890         - 64  # rls2009 NDRPDR iter env 5
891         - 65  # rls2009 NDRPDR iter env 5
892         - 66  # rls2009 NDRPDR iter env 5
893         - 67  # rls2009 NDRPDR iter env 5
894         - 79  # rls2009 NDRPDR iter env 5
895         - 82  # rls2009 NDRPDR iter env 5
896
897     vpp-performance-changes-2n-dnv-h1:
898       csit-vpp-perf-verify-2001-2n-dnv:
899         - 4   # NDRPDR sel
900         - 5   # NDRPDR sel
901         - 6   # NDRPDR sel
902         - 7   # NDRPDR sel
903         - 8   # NDRPDR sel
904         - 9   # NDRPDR sel
905         - 10  # NDRPDR sel
906         - 11  # NDRPDR sel
907         - 13  # NDRPDR sel
908         - 16  # NDRPDR sel
909     vpp-performance-changes-2n-dnv-ref:
910       csit-vpp-perf-report-iterative-2009-2n-dnv:
911         - 16  # rls2005 NDRPDR iter env 5
912         - 17  # rls2005 NDRPDR iter env 5
913         - 18  # rls2005 NDRPDR iter env 5
914         - 19  # rls2005 NDRPDR iter env 5
915         - 21  # rls2005 NDRPDR iter env 5
916         - 24  # rls2005 NDRPDR iter env 5
917         - 27  # rls2005 NDRPDR iter env 5
918         - 28  # rls2005 NDRPDR iter env 5
919         - 29  # rls2005 NDRPDR iter env 5
920         - 30  # rls2005 NDRPDR iter env 5
921     vpp-performance-changes-2n-dnv-cmp:
922       csit-vpp-perf-report-iterative-2009-2n-dnv:
923         - 3   # rls2009 NDRPDR iter env 5
924         - 5   # rls2009 NDRPDR iter env 5
925         - 6   # rls2009 NDRPDR iter env 5
926         - 7   # rls2009 NDRPDR iter env 5
927         - 9   # rls2009 NDRPDR iter env 5
928         - 10  # rls2009 NDRPDR iter env 5
929         - 11  # rls2009 NDRPDR iter env 5
930         - 12  # rls2009 NDRPDR iter env 5
931         - 14  # rls2009 NDRPDR iter env 5
932         - 15  # rls2009 NDRPDR iter env 5
933
934     vpp-performance-changes-3n-dnv-h1:
935       csit-vpp-perf-verify-2001-3n-dnv:
936         - 5   # NDRPDR sel
937         - 6   # NDRPDR sel
938         - 7   # NDRPDR sel
939         - 8   # NDRPDR sel
940         - 9   # NDRPDR sel
941         - 10  # NDRPDR sel
942         - 12  # NDRPDR sel
943         - 16  # NDRPDR sel
944         - 17  # NDRPDR sel
945         - 18  # NDRPDR sel
946     vpp-performance-changes-3n-dnv-ref:
947       csit-vpp-perf-report-iterative-2009-3n-dnv:
948         - 16  # rls2005 NDRPDR iter env 5
949         - 23  # rls2005 NDRPDR iter env 5
950         - 25  # rls2005 NDRPDR iter env 5
951         - 26  # rls2005 NDRPDR iter env 5
952         - 27  # rls2005 NDRPDR iter env 5
953         - 28  # rls2005 NDRPDR iter env 5
954         - 29  # rls2005 NDRPDR iter env 5
955         - 30  # rls2005 NDRPDR iter env 5
956         - 31  # rls2005 NDRPDR iter env 5
957         - 32  # rls2005 NDRPDR iter env 5
958     vpp-performance-changes-3n-dnv-cmp:
959       csit-vpp-perf-report-iterative-2009-3n-dnv:
960         - 3   # rls2009 NDRPDR iter env 5
961         - 6   # rls2009 NDRPDR iter env 5
962         - 7   # rls2009 NDRPDR iter env 5
963         - 8   # rls2009 NDRPDR iter env 5
964         - 10  # rls2009 NDRPDR iter env 5
965         - 11  # rls2009 NDRPDR iter env 5
966         - 12  # rls2009 NDRPDR iter env 5
967         - 14  # rls2009 NDRPDR iter env 5
968         - 15  # rls2009 NDRPDR iter env 5
969         - 24  # rls2009 NDRPDR iter env 5
970
971     vpp-performance-changes-3n-tsh-h1:
972       csit-vpp-perf-report-iterative-2005-3n-tsh:
973         - 28  # NDRPDR sel 2001.0-4
974         - 29  # NDRPDR sel 2001.0-4
975         - 31  # NDRPDR sel 2001.0-4
976     vpp-performance-changes-3n-tsh-ref-env4:
977       csit-vpp-perf-report-iterative-2005-3n-tsh:
978         - 23  # NDRPDR sel env 4
979         - 25  # NDRPDR sel env 4
980         - 33  # NDRPDR sel env 4
981         - 34  # NDRPDR sel env 4
982         - 35  # NDRPDR sel env 4
983         - 36  # NDRPDR sel env 4
984         - 37  # NDRPDR sel env 4
985         - 38  # NDRPDR sel env 4
986         - 39  # NDRPDR sel env 4
987         - 40  # NDRPDR sel env 4
988     vpp-performance-changes-3n-tsh-ref-env5:
989       csit-vpp-perf-report-iterative-2009-3n-tsh:
990         - 8   # rls2005 NDRPDR iter env 5
991         - 11  # rls2005 NDRPDR iter env 5
992         - 12  # rls2005 NDRPDR iter env 5
993         - 24  # rls2005 NDRPDR iter env 5
994     vpp-performance-changes-3n-tsh-cmp:
995       # TODO: Add:
996       csit-vpp-perf-report-iterative-2009-3n-tsh:
997         - 14  # rls2009 NDRPDR iter env 5
998         - 20  # rls2009 NDRPDR iter env 5
999         - 21  # rls2009 NDRPDR iter env 5
1000         - 22  # rls2009 NDRPDR iter env 5
1001         - 23  # rls2009 NDRPDR iter env 5
1002
1003     vpp-soak-vs-ndr-2n-skx-ref:
1004       csit-vpp-perf-report-iterative-2009-2n-skx:
1005         - 35  # rls2009 NDRPDR iter env 5
1006         - 36  # rls2009 NDRPDR iter env 5
1007         - 37  # rls2009 NDRPDR iter env 5
1008         - 39  # rls2009 NDRPDR iter env 5
1009         - 40  # rls2009 NDRPDR iter env 5
1010         - 42  # rls2009 NDRPDR iter env 5
1011         - 43  # rls2009 NDRPDR iter env 5
1012         - 44  # rls2009 NDRPDR iter env 5
1013         - 46  # rls2009 NDRPDR iter env 5
1014         - 48  # rls2009 NDRPDR iter env 5
1015     vpp-soak-vs-ndr-2n-skx-cmp:
1016       csit-vpp-perf-report-iterative-2009-2n-skx:
1017         - 33  # rls2009 soak env 5
1018         - 34  # rls2009 soak env 5
1019     vpp-soak-vs-ndr-2n-skx:
1020       csit-vpp-perf-report-iterative-2009-2n-skx:
1021         - 35  # rls2009 NDRPDR iter env 5
1022         - 36  # rls2009 NDRPDR iter env 5
1023         - 37  # rls2009 NDRPDR iter env 5
1024         - 39  # rls2009 NDRPDR iter env 5
1025         - 40  # rls2009 NDRPDR iter env 5
1026         - 42  # rls2009 NDRPDR iter env 5
1027         - 43  # rls2009 NDRPDR iter env 5
1028         - 44  # rls2009 NDRPDR iter env 5
1029         - 46  # rls2009 NDRPDR iter env 5
1030         - 48  # rls2009 NDRPDR iter env 5
1031         - 33  # rls2009 soak env 5
1032         - 34  # rls2009 soak env 5
1033
1034     vpp-soak-vs-ndr-2n-clx-ref:
1035       csit-vpp-perf-report-iterative-2009-2n-clx:
1036         - 36  # rls2009 NDRPDR iter env 5
1037         - 39  # rls2009 NDRPDR iter env 5
1038         - 40  # rls2009 NDRPDR iter env 5
1039         - 42  # rls2009 NDRPDR iter env 5
1040         - 64  # rls2009 NDRPDR iter env 5
1041         - 65  # rls2009 NDRPDR iter env 5
1042         - 66  # rls2009 NDRPDR iter env 5
1043         - 67  # rls2009 NDRPDR iter env 5
1044         - 79  # rls2009 NDRPDR iter env 5
1045         - 82  # rls2009 NDRPDR iter env 5
1046     vpp-soak-vs-ndr-2n-clx-cmp:
1047       csit-vpp-perf-report-iterative-2009-2n-clx:
1048         - 33  # rls2009 soak env 5
1049         - 34  # rls2009 soak env 5
1050     vpp-soak-vs-ndr-2n-clx:
1051       csit-vpp-perf-report-iterative-2009-2n-clx:
1052         - 36  # rls2009 NDRPDR iter env 5
1053         - 39  # rls2009 NDRPDR iter env 5
1054         - 40  # rls2009 NDRPDR iter env 5
1055         - 42  # rls2009 NDRPDR iter env 5
1056         - 64  # rls2009 NDRPDR iter env 5
1057         - 65  # rls2009 NDRPDR iter env 5
1058         - 66  # rls2009 NDRPDR iter env 5
1059         - 67  # rls2009 NDRPDR iter env 5
1060         - 79  # rls2009 NDRPDR iter env 5
1061         - 82  # rls2009 NDRPDR iter env 5
1062         - 33  # rls2009 soak env 5
1063         - 34  # rls2009 soak env 5
1064
1065     vpp-performance-changes-3n-hsw-mrr-h1:
1066       csit-vpp-perf-verify-2001-3n-hsw:
1067         - 17  # MRR sel
1068     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1069       csit-vpp-perf-report-iterative-2005-3n-hsw:
1070         - 30  # MRR env 4
1071     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1072       csit-vpp-perf-report-iterative-2009-3n-hsw:
1073         - 18  # rls2005 MRR iter env 5
1074     vpp-performance-changes-3n-hsw-mrr-cmp:
1075       csit-vpp-perf-report-iterative-2009-3n-hsw:
1076         - 23  # rls2009 MRR iter env 5
1077
1078     vpp-performance-changes-3n-skx-mrr-h1:
1079       csit-vpp-perf-verify-2001-3n-skx:
1080         - 50  # MRR sel
1081         - 53  # MRR sel addition
1082     vpp-performance-changes-3n-skx-mrr-ref-env4:
1083       csit-vpp-perf-report-iterative-2005-3n-skx:
1084         - 49  # MRR sel env 4
1085     vpp-performance-changes-3n-skx-mrr-ref-env5:
1086       csit-vpp-perf-report-iterative-2009-3n-skx:
1087         - 17  # rls2005 MRR iter env 5
1088     vpp-performance-changes-3n-skx-mrr-cmp:
1089       csit-vpp-perf-report-iterative-2009-3n-skx:
1090         - 24  # rls2009 MRR iter env 5
1091
1092     vpp-performance-changes-2n-skx-mrr-h1:
1093       csit-vpp-perf-verify-2001-2n-skx:
1094         - 101 # MRR sel
1095         - 128 # MRR sel addition
1096     vpp-performance-changes-2n-skx-mrr-ref-env4:
1097       csit-vpp-perf-report-iterative-2005-2n-skx:
1098         - 99  # MRR sel env 4
1099     vpp-performance-changes-2n-skx-mrr-ref-env5:
1100       csit-vpp-perf-report-iterative-2009-2n-skx:
1101         - 20  # rls2005 MRR iter env 5
1102     vpp-performance-changes-2n-skx-mrr-cmp:
1103       csit-vpp-perf-report-iterative-2009-2n-skx:
1104         - 26  # rls2009 MRR iter env 5
1105
1106     vpp-performance-changes-2n-clx-mrr-h1:
1107       csit-vpp-perf-verify-2001-2n-clx:
1108         - 39  # MRR
1109     vpp-performance-changes-2n-clx-mrr-ref-env4:
1110       csit-vpp-perf-report-iterative-2005-2n-clx:
1111         - 72   # MRR sel env 4
1112     vpp-performance-changes-2n-clx-mrr-ref-env5:
1113       csit-vpp-perf-report-iterative-2009-2n-clx:
1114         - 77  # rls2005 MRR iter env 5
1115     vpp-performance-changes-2n-clx-mrr-cmp:
1116       csit-vpp-perf-report-iterative-2009-2n-clx:
1117         - 78  # rls2009 MRR iter env 5
1118
1119     vpp-performance-changes-2n-dnv-mrr-h1:
1120       csit-vpp-perf-verify-2001-2n-dnv:
1121         - 12  # MRR sel
1122     vpp-performance-changes-2n-dnv-mrr-ref:
1123       csit-vpp-perf-report-iterative-2009-2n-dnv:
1124         - 23  # rls2005 MRR iter env 5
1125     vpp-performance-changes-2n-dnv-mrr-cmp:
1126       csit-vpp-perf-report-iterative-2009-2n-dnv:
1127         - 13  # rls2009 MRR iter env 5
1128
1129     vpp-performance-changes-3n-dnv-mrr-h1:
1130       csit-vpp-perf-verify-2001-3n-dnv:
1131         - 11  # MRR sel
1132     vpp-performance-changes-3n-dnv-mrr-ref:
1133       csit-vpp-perf-report-iterative-2009-3n-dnv:
1134         - 19  # rls2005 MRR iter env 5
1135     vpp-performance-changes-3n-dnv-mrr-cmp:
1136       csit-vpp-perf-report-iterative-2009-3n-dnv:
1137         - 22  # rls2009 MRR iter env 5
1138
1139     vpp-performance-changes-3n-tsh-mrr-h1:
1140       csit-vpp-perf-verify-2001-3n-tsh:
1141         - 9   # MRR sel
1142     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1143       csit-vpp-perf-report-iterative-2005-3n-tsh:
1144         - 27  # MRR sel env 4
1145     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1146       csit-vpp-perf-report-iterative-2009-3n-tsh:
1147         - 13  # rls2005 MRR iter env 5
1148     vpp-performance-changes-3n-tsh-mrr-cmp:
1149       csit-vpp-perf-report-iterative-2009-3n-tsh:
1150         - 15  # rls2006 MRR iter env 5
1151
1152     dpdk-performance-changes-3n-hsw-h1:
1153       csit-dpdk-perf-verify-2001-3n-hsw:
1154         - 4   # NDRPDR sel
1155         - 5   # NDRPDR sel
1156         - 6   # NDRPDR sel
1157         - 7   # NDRPDR sel
1158         - 8   # NDRPDR sel
1159         - 9   # NDRPDR sel
1160         - 10  # NDRPDR sel
1161         - 11  # NDRPDR sel
1162         - 12  # NDRPDR sel
1163         - 13  # NDRPDR sel
1164         - 15  # NDRPDR sel
1165         - 16  # NDRPDR sel
1166         - 17  # NDRPDR sel
1167         - 18  # NDRPDR sel
1168         - 19  # NDRPDR sel
1169         - 20  # NDRPDR sel
1170         - 21  # NDRPDR sel
1171         - 22  # NDRPDR sel
1172         - 23  # NDRPDR sel
1173         - 24  # NDRPDR sel
1174     dpdk-performance-changes-3n-hsw-ref:
1175       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1176         - 25  # NDRPDR iter
1177         - 26  # NDRPDR iter
1178         - 27  # NDRPDR iter
1179         - 28  # NDRPDR iter
1180         - 29  # NDRPDR iter
1181         - 30  # NDRPDR iter
1182         - 31  # NDRPDR iter
1183         - 32  # NDRPDR iter
1184         - 33  # NDRPDR iter
1185         - 34  # NDRPDR iter
1186     dpdk-performance-changes-3n-hsw-cmp:
1187       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1188         - 6   # NDRPDR iter env5
1189         - 7   # NDRPDR iter env5
1190         - 8   # NDRPDR iter env5
1191         - 9   # NDRPDR iter env5
1192         - 10  # NDRPDR iter env5
1193         - 11  # NDRPDR iter env5
1194         - 12  # NDRPDR iter env5
1195         - 13  # NDRPDR iter env5
1196         - 14  # NDRPDR iter env5
1197         - 15  # NDRPDR iter env5
1198
1199     dpdk-performance-changes-3n-skx-h1:
1200       csit-dpdk-perf-verify-2001-3n-skx:
1201         - 29  # NDRPDR sel xxv710
1202         - 33  # NDRPDR sel xxv710
1203         - 34  # NDRPDR sel xxv710
1204         - 35  # NDRPDR sel xxv710
1205         - 36  # NDRPDR sel xxv710
1206         - 37  # NDRPDR sel xxv710
1207         - 41  # NDRPDR sel xxv710
1208         - 42  # NDRPDR sel xxv710
1209         - 43  # NDRPDR sel xxv710
1210         - 45  # NDRPDR sel xxv710
1211         - 30  # NDRPDR sel x710
1212         - 31  # NDRPDR sel x710
1213         - 32  # NDRPDR sel x710
1214         - 38  # NDRPDR sel x710
1215         - 39  # NDRPDR sel x710
1216         - 40  # NDRPDR sel x710
1217         - 44  # NDRPDR sel x710
1218         - 46  # NDRPDR sel x710
1219         - 47  # NDRPDR sel x710
1220         - 48  # NDRPDR sel x710
1221     dpdk-performance-changes-3n-skx-ref:
1222       csit-dpdk-perf-report-iterative-2005-3n-skx:
1223         - 28  # NDRPDR iter
1224         - 29  # NDRPDR iter
1225         - 30  # NDRPDR iter
1226         - 31  # NDRPDR iter
1227         - 32  # NDRPDR iter
1228         - 33  # NDRPDR iter
1229         - 34  # NDRPDR iter
1230         - 35  # NDRPDR iter
1231         - 36  # NDRPDR iter
1232         - 37  # NDRPDR iter
1233     dpdk-performance-changes-3n-skx-cmp:
1234       csit-dpdk-perf-report-iterative-2009-3n-skx:
1235         - 4   # NDRPDR sel env5
1236         - 5   # NDRPDR sel env5
1237         - 6   # NDRPDR sel env5
1238         - 7   # NDRPDR sel env5
1239         - 8   # NDRPDR sel env5
1240         - 9   # NDRPDR sel env5
1241         - 14  # NDRPDR sel env5
1242         - 11  # NDRPDR sel env5
1243         - 12  # NDRPDR sel env5
1244         - 13  # NDRPDR sel env5
1245
1246     dpdk-performance-changes-2n-skx-h1:
1247       csit-dpdk-perf-verify-2001-2n-skx:
1248         - 35  # NDRPDR sel xxv710
1249         - 36  # NDRPDR sel xxv710
1250         - 37  # NDRPDR sel xxv710
1251         - 41  # NDRPDR sel xxv710
1252         - 42  # NDRPDR sel xxv710
1253         - 43  # NDRPDR sel xxv710
1254         - 46  # NDRPDR sel xxv710
1255         - 47  # NDRPDR sel xxv710
1256         - 52  # NDRPDR sel xxv710
1257         - 53  # NDRPDR sel xxv710
1258         - 38  # NDRPDR sel x710
1259         - 39  # NDRPDR sel x710
1260         - 40  # NDRPDR sel x710
1261         - 44  # NDRPDR sel x710
1262         - 45  # NDRPDR sel x710
1263         - 48  # NDRPDR sel x710
1264         - 49  # NDRPDR sel x710
1265         - 50  # NDRPDR sel x710
1266         - 51  # NDRPDR sel x710
1267         - 54  # NDRPDR sel x710
1268     dpdk-performance-changes-2n-skx-ref:
1269       csit-dpdk-perf-report-iterative-2005-2n-skx:
1270         - 20  # NDRPDR iter
1271         - 21  # NDRPDR iter
1272         - 22  # NDRPDR iter
1273         - 23  # NDRPDR iter
1274         - 24  # NDRPDR iter
1275         - 25  # NDRPDR iter
1276         - 26  # NDRPDR iter
1277         - 27  # NDRPDR iter
1278         - 28  # NDRPDR iter
1279         - 29  # NDRPDR iter
1280     dpdk-performance-changes-2n-skx-cmp:
1281       csit-dpdk-perf-report-iterative-2009-2n-skx:
1282         - 4   # NDRPDR iter env5
1283         - 5   # NDRPDR iter env5
1284         - 6   # NDRPDR iter env5
1285         - 7   # NDRPDR iter env5
1286         - 8   # NDRPDR iter env5
1287         - 9   # NDRPDR iter env5
1288         - 10  # NDRPDR iter env5
1289         - 11  # NDRPDR iter env5
1290         - 12  # NDRPDR iter env5
1291         - 13  # NDRPDR iter env5
1292
1293     dpdk-performance-changes-2n-clx-h1:
1294       csit-dpdk-perf-verify-2001-2n-clx:
1295         - 15  # NDRPDR sel
1296         - 16  # NDRPDR sel
1297         - 17  # NDRPDR sel
1298         - 18  # NDRPDR sel
1299         - 19  # NDRPDR sel
1300         - 20  # NDRPDR sel
1301         - 21  # NDRPDR sel
1302         - 22  # NDRPDR sel
1303         - 23  # NDRPDR sel
1304         - 24  # NDRPDR sel
1305         - 25  # NDRPDR sel
1306         - 26  # NDRPDR sel
1307         - 27  # NDRPDR sel
1308         - 28  # NDRPDR sel
1309         - 29  # NDRPDR sel
1310         - 30  # NDRPDR sel
1311         - 31  # NDRPDR sel
1312         - 32  # NDRPDR sel
1313         - 33  # NDRPDR sel
1314         - 34  # NDRPDR sel
1315     dpdk-performance-changes-2n-clx-ref:
1316       csit-dpdk-perf-report-iterative-2005-2n-clx:
1317         - 20  # NDRPDR iter
1318         - 21  # NDRPDR iter
1319         - 22  # NDRPDR iter
1320         - 23  # NDRPDR iter
1321         - 24  # NDRPDR iter
1322         - 25  # NDRPDR iter
1323         - 26  # NDRPDR iter
1324         - 27  # NDRPDR iter
1325         - 28  # NDRPDR iter
1326         - 29  # NDRPDR iter
1327     dpdk-performance-changes-2n-clx-cmp:
1328       csit-dpdk-perf-report-iterative-2009-2n-clx:
1329         - 4   # NDRPDR iter env5
1330         - 5   # NDRPDR iter env5
1331         - 6   # NDRPDR iter env5
1332         - 7   # NDRPDR iter env5
1333         - 8   # NDRPDR iter env5
1334         - 9   # NDRPDR iter env5
1335         - 10  # NDRPDR iter env5
1336         - 11  # NDRPDR iter env5
1337         - 12  # NDRPDR iter env5
1338         - 13  # NDRPDR iter env5
1339
1340 #    dpdk-performance-changes-2n-dnv-h1:
1341 #      csit-dpdk-perf-verify-2001-2n-dnv:
1342 #        - 9   # NDRPDR sel
1343 #        - 10  # NDRPDR sel
1344 #        - 11  # NDRPDR sel
1345 #        - 12  # NDRPDR sel
1346 #        - 13  # NDRPDR sel
1347 #        - 14  # NDRPDR sel
1348 #        - 15  # NDRPDR sel
1349 #        - 16  # NDRPDR sel
1350 #        - 17  # NDRPDR sel
1351 #        - 18  # NDRPDR sel
1352 #    dpdk-performance-changes-2n-dnv-ref:
1353 #      # No data
1354 #    dpdk-performance-changes-2n-dnv-cmp:
1355 #      # No data
1356 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1357
1358 #    dpdk-performance-changes-3n-dnv-h1:
1359 #      csit-dpdk-perf-verify-2001-3n-dnv:
1360 #        - 12  # NDRPDR sel
1361 #        - 13  # NDRPDR sel
1362 #        - 14  # NDRPDR sel
1363 #        - 15  # NDRPDR sel
1364 #        - 16  # NDRPDR sel
1365 #        - 17  # NDRPDR sel
1366 #        - 18  # NDRPDR sel
1367 #        - 19  # NDRPDR sel
1368 #        - 20  # NDRPDR sel
1369 #        - 22  # NDRPDR sel
1370 #    dpdk-performance-changes-3n-dnv-ref:
1371 #      # No data
1372 #    dpdk-performance-changes-3n-dnv-cmp:
1373 #      # No data
1374 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1375
1376     dpdk-performance-changes-3n-tsh-h1:
1377       csit-dpdk-perf-verify-2001-3n-tsh:
1378         - 3   # NDRPDR sel
1379         - 4   # NDRPDR sel
1380         - 5   # NDRPDR sel
1381         - 9   # NDRPDR sel
1382         - 10  # NDRPDR sel
1383         - 11  # NDRPDR sel
1384         - 12  # NDRPDR sel
1385         - 14  # NDRPDR sel
1386         - 15  # NDRPDR sel
1387         - 18  # NDRPDR sel
1388     dpdk-performance-changes-3n-tsh-ref:
1389       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1390         - 5   # NDRPDR sel
1391     dpdk-performance-changes-3n-tsh-cmp:
1392       # TODO: Add:
1393       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1394         - 1   # NDRPDR iter env5
1395         - 2   # NDRPDR iter env5
1396         - 3   # NDRPDR iter env5
1397         - 4   # NDRPDR iter env5
1398         - 5   # NDRPDR iter env5
1399         - 6   # NDRPDR iter env5
1400         - 7   # NDRPDR iter env5
1401         - 9   # NDRPDR iter env5
1402         - 10  # NDRPDR iter env5
1403
1404     # Compare testbeds
1405
1406     vpp-compare-testbeds-ref:
1407       csit-vpp-perf-report-iterative-2009-3n-hsw:
1408         - 21  # rls2009 NDRPDR iter env 5
1409         - 22  # rls2009 NDRPDR iter env 5
1410         - 24  # rls2009 NDRPDR iter env 5
1411         - 25  # rls2009 NDRPDR iter env 5
1412         - 26  # rls2009 NDRPDR iter env 5
1413         - 27  # rls2009 NDRPDR iter env 5
1414         - 28  # rls2009 NDRPDR iter env 5
1415         - 29  # rls2009 NDRPDR iter env 5
1416         - 30  # rls2009 NDRPDR iter env 5
1417         - 31  # rls2009 NDRPDR iter env 5
1418     vpp-compare-testbeds-cmp:
1419       csit-vpp-perf-report-iterative-2009-3n-skx:
1420         - 26  # rls2009 NDRPDR iter env 5
1421         - 27  # rls2009 NDRPDR iter env 5
1422         - 28  # rls2009 NDRPDR iter env 5
1423         - 29  # rls2009 NDRPDR iter env 5
1424         - 35  # rls2009 NDRPDR iter env 5
1425         - 36  # rls2009 NDRPDR iter env 5
1426         - 37  # rls2009 NDRPDR iter env 5
1427         - 38  # rls2009 NDRPDR iter env 5
1428         - 39  # rls2009 NDRPDR iter env 5
1429         - 40  # rls2009 NDRPDR iter env 5
1430
1431     vpp-compare-testbeds-skx-clx-ref:
1432       csit-vpp-perf-report-iterative-2009-2n-skx:
1433         - 35  # rls2009 NDRPDR iter env 5
1434         - 36  # rls2009 NDRPDR iter env 5
1435         - 37  # rls2009 NDRPDR iter env 5
1436         - 39  # rls2009 NDRPDR iter env 5
1437         - 40  # rls2009 NDRPDR iter env 5
1438         - 42  # rls2009 NDRPDR iter env 5
1439         - 43  # rls2009 NDRPDR iter env 5
1440         - 44  # rls2009 NDRPDR iter env 5
1441         - 46  # rls2009 NDRPDR iter env 5
1442         - 48  # rls2009 NDRPDR iter env 5
1443         - 51  # rls2009 NDRPDR iter NAT44 env 5
1444         - 52  # rls2009 NDRPDR iter NAT44 env 5
1445         - 53  # rls2009 NDRPDR iter NAT44 env 5
1446         - 54  # rls2009 NDRPDR iter NAT44 env 5
1447         - 55  # rls2009 NDRPDR iter NAT44 env 5
1448         - 56  # rls2009 NDRPDR iter NAT44 env 5
1449         - 57  # rls2009 NDRPDR iter NAT44 env 5
1450         - 58  # rls2009 NDRPDR iter NAT44 env 5
1451         - 59  # rls2009 NDRPDR iter NAT44 env 5
1452         - 60  # rls2009 NDRPDR iter NAT44 env 5
1453     vpp-compare-testbeds-skx-clx-cmp:
1454       csit-vpp-perf-report-iterative-2009-2n-clx:
1455         - 36  # rls2009 NDRPDR iter env 5
1456         - 39  # rls2009 NDRPDR iter env 5
1457         - 40  # rls2009 NDRPDR iter env 5
1458         - 42  # rls2009 NDRPDR iter env 5
1459         - 64  # rls2009 NDRPDR iter env 5
1460         - 65  # rls2009 NDRPDR iter env 5
1461         - 66  # rls2009 NDRPDR iter env 5
1462         - 67  # rls2009 NDRPDR iter env 5
1463         - 79  # rls2009 NDRPDR iter env 5
1464         - 82  # rls2009 NDRPDR iter env 5
1465
1466     vpp-compare-testbeds-hsw-clx-ref:
1467       csit-vpp-perf-report-iterative-2009-3n-hsw:
1468         - 21  # rls2009 NDRPDR iter env 5
1469         - 22  # rls2009 NDRPDR iter env 5
1470         - 24  # rls2009 NDRPDR iter env 5
1471         - 25  # rls2009 NDRPDR iter env 5
1472         - 26  # rls2009 NDRPDR iter env 5
1473         - 27  # rls2009 NDRPDR iter env 5
1474         - 28  # rls2009 NDRPDR iter env 5
1475         - 29  # rls2009 NDRPDR iter env 5
1476         - 30  # rls2009 NDRPDR iter env 5
1477         - 31  # rls2009 NDRPDR iter env 5
1478     vpp-compare-testbeds-hsw-clx-cmp:
1479       csit-vpp-perf-report-iterative-2009-2n-clx:
1480         - 36  # rls2009 NDRPDR iter env 5
1481         - 39  # rls2009 NDRPDR iter env 5
1482         - 40  # rls2009 NDRPDR iter env 5
1483         - 42  # rls2009 NDRPDR iter env 5
1484         - 64  # rls2009 NDRPDR iter env 5
1485         - 65  # rls2009 NDRPDR iter env 5
1486         - 66  # rls2009 NDRPDR iter env 5
1487         - 67  # rls2009 NDRPDR iter env 5
1488         - 79  # rls2009 NDRPDR iter env 5
1489         - 82  # rls2009 NDRPDR iter env 5
1490
1491     vpp-compare-testbeds-mrr-ref:
1492       csit-vpp-perf-report-iterative-2009-3n-hsw:
1493         - 23  # rls2009 MRR iter env 5
1494     vpp-compare-testbeds-mrr-cmp:
1495       csit-vpp-perf-report-iterative-2009-3n-skx:
1496         - 24  # rls2009 MRR iter env 5
1497
1498     vpp-compare-testbeds-mrr-skx-clx-ref:
1499       csit-vpp-perf-report-iterative-2009-2n-skx:
1500         - 26  # rls2009 MRR iter env 5
1501     vpp-compare-testbeds-mrr-skx-clx-cmp:
1502       csit-vpp-perf-report-iterative-2009-2n-clx:
1503         - 78  # rls2009 MRR iter env 5
1504
1505     vpp-compare-testbeds-mrr-hsw-clx-ref:
1506       csit-vpp-perf-report-iterative-2009-3n-hsw:
1507         - 23  # rls2009 MRR iter env 5
1508     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1509       csit-vpp-perf-report-iterative-2009-2n-clx:
1510         - 78  # rls2009 MRR iter env 5
1511
1512     dpdk-compare-testbeds-ref:
1513       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1514         - 6   # NDRPDR iter env5
1515         - 7   # NDRPDR iter env5
1516         - 8   # NDRPDR iter env5
1517         - 9   # NDRPDR iter env5
1518         - 10  # NDRPDR iter env5
1519         - 11  # NDRPDR iter env5
1520         - 12  # NDRPDR iter env5
1521         - 13  # NDRPDR iter env5
1522         - 14  # NDRPDR iter env5
1523         - 15  # NDRPDR iter env5
1524     dpdk-compare-testbeds-cmp:
1525       csit-dpdk-perf-report-iterative-2009-3n-skx:
1526         - 4   # NDRPDR sel env5
1527         - 5   # NDRPDR sel env5
1528         - 6   # NDRPDR sel env5
1529         - 7   # NDRPDR sel env5
1530         - 8   # NDRPDR sel env5
1531         - 9   # NDRPDR sel env5
1532         - 14  # NDRPDR sel env5
1533         - 11  # NDRPDR sel env5
1534         - 12  # NDRPDR sel env5
1535         - 13  # NDRPDR sel env5
1536
1537     dpdk-compare-testbeds-skx-clx-ref:
1538       csit-dpdk-perf-report-iterative-2009-2n-skx:
1539         - 4   # NDRPDR iter env5
1540         - 5   # NDRPDR iter env5
1541         - 6   # NDRPDR iter env5
1542         - 7   # NDRPDR iter env5
1543         - 8   # NDRPDR iter env5
1544         - 9   # NDRPDR iter env5
1545         - 10  # NDRPDR iter env5
1546         - 11  # NDRPDR iter env5
1547         - 12  # NDRPDR iter env5
1548         - 13  # NDRPDR iter env5
1549     dpdk-compare-testbeds-skx-clx-cmp:
1550       csit-dpdk-perf-report-iterative-2009-2n-clx:
1551         - 4   # NDRPDR iter env5
1552         - 5   # NDRPDR iter env5
1553         - 6   # NDRPDR iter env5
1554         - 7   # NDRPDR iter env5
1555         - 8   # NDRPDR iter env5
1556         - 9   # NDRPDR iter env5
1557         - 10  # NDRPDR iter env5
1558         - 11  # NDRPDR iter env5
1559         - 12  # NDRPDR iter env5
1560         - 13  # NDRPDR iter env5
1561
1562     # Compare topologies
1563
1564     vpp-compare-topologies-ref:
1565       csit-vpp-perf-report-iterative-2009-3n-skx:
1566         - 26  # rls2009 NDRPDR iter env 5
1567         - 27  # rls2009 NDRPDR iter env 5
1568         - 28  # rls2009 NDRPDR iter env 5
1569         - 29  # rls2009 NDRPDR iter env 5
1570         - 35  # rls2009 NDRPDR iter env 5
1571         - 36  # rls2009 NDRPDR iter env 5
1572         - 37  # rls2009 NDRPDR iter env 5
1573         - 38  # rls2009 NDRPDR iter env 5
1574         - 39  # rls2009 NDRPDR iter env 5
1575         - 40  # rls2009 NDRPDR iter env 5
1576     vpp-compare-topologies-cmp:
1577       csit-vpp-perf-report-iterative-2009-2n-skx:
1578         - 35  # rls2009 NDRPDR iter env 5
1579         - 36  # rls2009 NDRPDR iter env 5
1580         - 37  # rls2009 NDRPDR iter env 5
1581         - 39  # rls2009 NDRPDR iter env 5
1582         - 40  # rls2009 NDRPDR iter env 5
1583         - 42  # rls2009 NDRPDR iter env 5
1584         - 43  # rls2009 NDRPDR iter env 5
1585         - 44  # rls2009 NDRPDR iter env 5
1586         - 46  # rls2009 NDRPDR iter env 5
1587         - 48  # rls2009 NDRPDR iter env 5
1588
1589     vpp-compare-topologies-mrr-ref:
1590       csit-vpp-perf-report-iterative-2009-3n-skx:
1591         - 24  # rls2009 MRR iter env 5
1592     vpp-compare-topologies-mrr-cmp:
1593       csit-vpp-perf-report-iterative-2009-2n-skx:
1594         - 26  # rls2009 MRR iter env 5
1595
1596     dpdk-compare-topologies-ref:
1597       csit-dpdk-perf-report-iterative-2009-3n-skx:
1598         - 4   # NDRPDR sel env5
1599         - 5   # NDRPDR sel env5
1600         - 6   # NDRPDR sel env5
1601         - 7   # NDRPDR sel env5
1602         - 8   # NDRPDR sel env5
1603         - 9   # NDRPDR sel env5
1604         - 14  # NDRPDR sel env5
1605         - 11  # NDRPDR sel env5
1606         - 12  # NDRPDR sel env5
1607         - 13  # NDRPDR sel env5
1608     dpdk-compare-topologies-cmp:
1609       csit-dpdk-perf-report-iterative-2009-2n-skx:
1610         - 4   # NDRPDR iter env5
1611         - 5   # NDRPDR iter env5
1612         - 6   # NDRPDR iter env5
1613         - 7   # NDRPDR iter env5
1614         - 8   # NDRPDR iter env5
1615         - 9   # NDRPDR iter env5
1616         - 10  # NDRPDR iter env5
1617         - 11  # NDRPDR iter env5
1618         - 12  # NDRPDR iter env5
1619         - 13  # NDRPDR iter env5
1620
1621   plot-layouts:
1622
1623     plot-soak-throughput:
1624       titlefont:
1625         size: 16
1626       xaxis:
1627         title: "<b>Test Cases [Index]</b>"
1628         titlefont:
1629           size: 14
1630         autorange: True
1631         fixedrange: False
1632         gridcolor: "rgb(230, 230, 230)"
1633         linecolor: "rgb(220, 220, 220)"
1634         linewidth: 1
1635         showgrid: True
1636         showline: True
1637         showticklabels: True
1638         tickcolor: "rgb(220, 220, 220)"
1639         tickmode: "linear"
1640         tickfont:
1641           size: 14
1642         zeroline: False
1643       yaxis:
1644         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1645         titlefont:
1646           size: 14
1647         gridcolor: "rgb(230, 230, 230)"
1648         hoverformat: ".4r"
1649         tickformat: ".3r"
1650         linecolor: "rgb(220, 220, 220)"
1651         linewidth: 1
1652         showgrid: True
1653         showline: True
1654         showticklabels: True
1655         tickcolor: "rgb(220, 220, 220)"
1656         tickfont:
1657           size: 14
1658         zeroline: False
1659         range: [0,50]
1660       autosize: False
1661       margin:
1662         t: 50
1663         b: 0
1664         l: 80
1665         r: 20
1666       showlegend: True
1667       legend:
1668         orientation: "h"
1669         font:
1670           size: 14
1671       width: 700
1672       height: 900
1673       paper_bgcolor: "#fff"
1674       plot_bgcolor: "#fff"
1675       hoverlabel:
1676         namelength: -1
1677
1678     plot-service-density:
1679       titlefont:
1680         size: 16
1681       xaxis:
1682         side: "top"
1683         autorange: True
1684         fixedrange: False
1685         showgrid: False
1686         showline: False
1687         showticklabels: False
1688         ticks: ""
1689         ticklen: 0
1690         tickwidth: 0
1691         zeroline: False
1692       yaxis:
1693         autorange: "reversed"
1694         showgrid: False
1695         showline: False
1696         showticklabels: False
1697         ticks: ""
1698         ticklen: 0
1699         tickwidth: 0
1700         zeroline: False
1701       showlegend: False
1702       paper_bgcolor: "#fff"
1703       plot_bgcolor: "#fff"
1704       width: 700
1705       height: 700
1706       hoverlabel:
1707         namelength: -1
1708
1709     plot-hoststack:
1710       titlefont:
1711         size: 16
1712       xaxis:
1713         title: "<b>Test Cases [Index]</b>"
1714         titlefont:
1715           size: 14
1716         autorange: True
1717         fixedrange: False
1718         gridcolor: "rgb(230, 230, 230)"
1719         linecolor: "rgb(220, 220, 220)"
1720         linewidth: 1
1721         showgrid: True
1722         showline: True
1723         showticklabels: True
1724         tickcolor: "rgb(220, 220, 220)"
1725         tickmode: "linear"
1726         tickfont:
1727           size: 14
1728         zeroline: False
1729       yaxis:
1730         title: "<b>Bandwidth [Gbps]</b>"
1731         titlefont:
1732           size: 14
1733         gridcolor: "rgb(230, 230, 230)"
1734         hoverformat: ".4s"
1735         linecolor: "rgb(220, 220, 220)"
1736         linewidth: 1
1737         rangemode: "tozero"
1738         showgrid: True
1739         showline: True
1740         showticklabels: True
1741         tickcolor: "rgb(230, 230, 230)"
1742         tickformat: ".3s"
1743         tickfont:
1744           size: 14
1745         zeroline: False
1746       autosize: False
1747       margin:
1748         t: 50
1749         b: 20
1750         l: 80
1751         r: 20
1752       showlegend: True
1753       legend:
1754         orientation: "h"
1755         font:
1756           size: 14
1757       width: 700
1758       height: 800
1759       paper_bgcolor: "#fff"
1760       plot_bgcolor: "#fff"
1761       hoverlabel:
1762         namelength: -1
1763
1764     plot-throughput:
1765       titlefont:
1766         size: 16
1767       xaxis:
1768         title: "<b>Test Cases [Index]</b>"
1769         titlefont:
1770           size: 14
1771         autorange: True
1772         fixedrange: False
1773         gridcolor: "rgb(230, 230, 230)"
1774         linecolor: "rgb(220, 220, 220)"
1775         linewidth: 1
1776         showgrid: True
1777         showline: True
1778         showticklabels: True
1779         tickcolor: "rgb(220, 220, 220)"
1780         tickmode: "linear"
1781         tickfont:
1782           size: 14
1783         zeroline: False
1784       yaxis:
1785         title: "<b>Packet Throughput [Mpps]</b>"
1786         titlefont:
1787           size: 14
1788         gridcolor: "rgb(230, 230, 230)"
1789         hoverformat: ".4r"
1790         tickformat: ".3r"
1791         linecolor: "rgb(220, 220, 220)"
1792         linewidth: 1
1793         showgrid: True
1794         showline: True
1795         showticklabels: True
1796         tickcolor: "rgb(220, 220, 220)"
1797         tickfont:
1798           size: 14
1799         zeroline: False
1800         range: [0,50]
1801       autosize: False
1802       margin:
1803         t: 50
1804         b: 0
1805         l: 80
1806         r: 20
1807       showlegend: True
1808       legend:
1809         orientation: "h"
1810         font:
1811           size: 14
1812       width: 700
1813       height: 900
1814       paper_bgcolor: "#fff"
1815       plot_bgcolor: "#fff"
1816       hoverlabel:
1817         namelength: -1
1818
1819     plot-throughput-speedup-analysis:
1820       titlefont:
1821         size: 16
1822       xaxis:
1823         title: "<b>Number of Cores [Qty]</b>"
1824         titlefont:
1825           size: 14
1826         autorange: True
1827         fixedrange: False
1828         gridcolor: "rgb(230, 230, 230)"
1829         linecolor: "rgb(220, 220, 220)"
1830         linewidth: 1
1831         showgrid: True
1832         showline: True
1833         showticklabels: True
1834         tickcolor: "rgb(238, 238, 238)"
1835         tickmode: "linear"
1836         tickfont:
1837           size: 14
1838         zeroline: False
1839       yaxis:
1840         title: "<b>Packet Throughput [Mpps]</b>"
1841         titlefont:
1842           size: 14
1843         type: "linear"
1844         gridcolor: "rgb(230, 230, 230)"
1845         hoverformat: ".4s"
1846         linecolor: "rgb(220, 220, 220)"
1847         linewidth: 1
1848         showgrid: True
1849         showline: True
1850         showticklabels: True
1851         tickcolor: "rgb(220, 220, 220)"
1852         tickformat: ".4s"
1853         tickfont:
1854           size: 14
1855         zeroline: True
1856         rangemode: "tozero"
1857         range: [0,100]
1858       legend:
1859         orientation: "h"
1860         font:
1861           size: 14
1862         xanchor: "left"
1863         yanchor: "top"
1864         x: 0
1865         y: -0.2
1866         bgcolor: "rgba(255, 255, 255, 0)"
1867         bordercolor: "rgba(255, 255, 255, 0)"
1868         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1869       autosize: False
1870       margin:
1871           't': 50
1872           'b': 150
1873           'l': 85
1874           'r': 10
1875       showlegend: True
1876       width: 700
1877       height: 700
1878       paper_bgcolor: "#fff"
1879       plot_bgcolor: "#fff"
1880       hoverlabel:
1881         namelength: -1
1882       annotations: [
1883         {
1884           text: "_ _          __          ...",
1885           align: "left",
1886           showarrow: False,
1887           xref: "paper",
1888           yref: "paper",
1889           xanchor: "left",
1890           yanchor: "top",
1891           x: 0,
1892           y: -0.14,
1893           font: {
1894             family: "Consolas, Courier New",
1895             size: 13
1896           },
1897         },
1898         {
1899           text: "    Perfect     Measured     Limit",
1900           align: "left",
1901           showarrow: False,
1902           xref: "paper",
1903           yref: "paper",
1904           xanchor: "left",
1905           yanchor: "top",
1906           x: 0,
1907           y: -0.15,
1908           font: {
1909             family: "Consolas, Courier New",
1910             size: 13
1911           },
1912         },
1913       ]
1914
1915     plot-latency:
1916       titlefont:
1917         size: 16
1918       xaxis:
1919         title: "<b>Direction</b>"
1920         titlefont:
1921           size: 14
1922         autorange: True
1923         fixedrange: False
1924         gridcolor: "rgb(230, 230, 230)"
1925         linecolor: "rgb(220, 220, 220)"
1926         linewidth: 1
1927         showgrid: True
1928         showline: True
1929         showticklabels: False
1930         tickcolor: "rgb(220, 220, 220)"
1931         tickmode: "linear"
1932         tickfont:
1933           size: 14
1934         zeroline: False
1935       yaxis:
1936         title: "<b>Packet Latency [uSec]</b>"
1937         titlefont:
1938           size: 14
1939         type: "linear"
1940         gridcolor: "rgb(230, 230, 230)"
1941         hoverformat: ".4s"
1942         linecolor: "rgb(220, 220, 220)"
1943         linewidth: 1
1944         showgrid: True
1945         showline: True
1946         showticklabels: True
1947         tickcolor: "rgb(220, 220, 220)"
1948         tickformat: ".4s"
1949         tickfont:
1950           size: 14
1951         zeroline: True
1952         rangemode: "tozero"
1953       legend:
1954         orientation: "h"
1955         font:
1956           size: 14
1957         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1958       autosize: False
1959       margin:
1960           't': 50
1961           'b': 150
1962           'l': 80
1963           'r': 10
1964       showlegend: True
1965       width: 700
1966       height: 700
1967       paper_bgcolor: "#fff"
1968       plot_bgcolor: "#fff"
1969       hoverlabel:
1970         namelength: -1
1971
1972     plot-hdrh-latency:
1973       title:
1974         text: ""
1975         xanchor: "center"
1976         x: 0.5
1977         font:
1978           size: 16
1979       width: 700
1980       plot_bgcolor: "white"
1981       annotations:
1982         - font:
1983             size: 14
1984           showarrow: False
1985           text: "<b>Packet Latency [uSec]</b>"
1986           x: 1
1987           xanchor: "right"
1988           xref: "paper"
1989           y: -0.045
1990           yanchor: "top"
1991           yref: "paper"
1992         - font:
1993             size: 14
1994           showarrow: False
1995           text: "<b>Probability [%]</b>"
1996           textangle: 270
1997           x: -0.06
1998           xanchor: "center"
1999           xref: "paper"
2000           y: 0.5
2001           yanchor: "middle"
2002           yref: "paper"
2003         - font:
2004             size: 14
2005           showarrow: False
2006           text: "<b>Direction: E-W</b>"
2007           x: 0.24
2008           xanchor: "center"
2009           xref: "paper"
2010           y: 1.05
2011           yanchor: "bottom"
2012           yref: "paper"
2013         - font:
2014             size: 14
2015           showarrow: False
2016           text: "<b>Direction: W-E</b>"
2017           x: 0.74
2018           xanchor: "center"
2019           xref: "paper"
2020           y: 1.05
2021           yanchor: "bottom"
2022           yref: "paper"
2023
2024     plot-hdrh-latency-percentile:
2025       title:
2026         text: ""
2027         xanchor: "center"
2028         x: 0.5
2029         font:
2030           size: 16
2031       xaxis:
2032         type: "log"
2033         title: "<b>Percentile [%]</b>"
2034         titlefont:
2035           size: 14
2036         autorange: True
2037         fixedrange: False
2038         gridcolor: "rgb(230, 230, 230)"
2039         linecolor: "rgb(220, 220, 220)"
2040         linewidth: 1
2041         showgrid: True
2042         showline: True
2043         showticklabels: True
2044         tickcolor: "rgb(220, 220, 220)"
2045         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2046         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2047         tickfont:
2048           size: 14
2049       yaxis:
2050         title: "<b>Packet Latency [uSec]</b>"
2051         titlefont:
2052           size: 14
2053         gridcolor: "rgb(230, 230, 230)"
2054         linecolor: "rgb(220, 220, 220)"
2055         linewidth: 1
2056         showgrid: True
2057         showline: True
2058         showticklabels: True
2059         tickcolor: "rgb(220, 220, 220)"
2060         tickfont:
2061           size: 14
2062       autosize: False
2063       showlegend: True
2064       legend:
2065         traceorder: "normal"
2066         orientation: "h"
2067         font:
2068           size: 14
2069         xanchor: "left"
2070         yanchor: "top"
2071         x: 0
2072         y: -0.15
2073         bgcolor: "rgba(255, 255, 255, 0)"
2074         bordercolor: "rgba(255, 255, 255, 0)"
2075       width: 700
2076       height: 700
2077       paper_bgcolor: "white"
2078       plot_bgcolor: "white"
2079
2080     plot-hdrh-latency-by-percentile:
2081       title:
2082         text: "<b>Latency by Percentile Distribution</b>"
2083         xanchor: "center"
2084         x: 0.5
2085         font:
2086           size: 18
2087       showlegend: True
2088       legend:
2089         traceorder: "normal"
2090         orientation: "h"
2091         font:
2092           size: 16
2093         xanchor: "left"
2094         yanchor: "top"
2095         x: 0
2096         y: -0.2
2097         bgcolor: "rgba(255, 255, 255, 0)"
2098         bordercolor: "rgba(255, 255, 255, 0)"
2099       xaxis:
2100         type: "linear"
2101         title: "<b>Percentile [%]</b>"
2102         titlefont:
2103           size: 14
2104         autorange: False
2105         fixedrange: False
2106         range: [0, 100]
2107         gridcolor: "rgb(230, 230, 230)"
2108         linecolor: "rgb(220, 220, 220)"
2109         linewidth: 1
2110         showgrid: True
2111         showline: True
2112         showticklabels: True
2113         tickcolor: "rgb(220, 220, 220)"
2114         tickvals: [0, 25, 50, 75, 100]
2115         ticktext: [0, 25, 50, 75, 100]
2116         tickfont:
2117           size: 14
2118       yaxis:
2119         title: "<b>One-Way Latency per Direction [uSec]</b>"
2120         titlefont:
2121           size: 14
2122         gridcolor: "rgb(230, 230, 230)"
2123         linecolor: "rgb(220, 220, 220)"
2124         linewidth: 1
2125         showgrid: True
2126         showline: True
2127         showticklabels: True
2128         tickcolor: "rgb(220, 220, 220)"
2129         tickfont:
2130           size: 14
2131       width: 700
2132       height: 700
2133       paper_bgcolor: "white"
2134       plot_bgcolor: "white"
2135
2136 - type: "static"
2137   src-path: "{DIR[RST]}"
2138   dst-path: "{DIR[WORKING,SRC]}"
2139
2140 - type: "input"
2141   general:
2142     file-name: "output_info.xml.gz"
2143     file-format: ".gz"
2144     arch-file-format:
2145       - ".gz"
2146       - ".zip"
2147     download-path: "{job}/{build}/archives/{filename}"
2148     extract: "output.xml"
2149
2150     zip-file-name: "robot-plugin.zip"
2151     zip-file-format: ".zip"
2152     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2153     zip-extract: "robot-plugin/output.xml"
2154
2155   builds:
2156
2157     csit-vpp-perf-verify-2001-3n-hsw:
2158       - 17  # MRR sel
2159     csit-vpp-perf-report-iterative-2005-3n-hsw:
2160       - 20  # NDRPDR sel env 4
2161       - 21  # NDRPDR sel env 4
2162       - 22  # NDRPDR sel env 4
2163       - 23  # NDRPDR sel env 4
2164       - 24  # NDRPDR sel env 4
2165       - 25  # NDRPDR sel env 4
2166       - 26  # NDRPDR sel env 4
2167       - 27  # NDRPDR sel env 4
2168       - 28  # NDRPDR sel env 4
2169       - 29  # NDRPDR sel env 4
2170       - 30  # MRR env 4
2171       - 31  # NDRPDR sel 2001.0-4
2172       - 32  # NDRPDR sel 2001.0-4
2173       - 33  # NDRPDR sel 2001.0-4
2174       - 34  # NDRPDR sel 2001.0-4
2175       - 35  # NDRPDR sel 2001.0-4
2176       - 36  # NDRPDR sel 2001.0-4
2177       - 38  # NDRPDR sel 2001.0-4
2178     csit-vpp-perf-report-iterative-2009-3n-hsw:
2179       - 18  # rls2005 MRR iter env 5
2180       - 9   # rls2005 NDRPDR iter env 5
2181       - 10  # rls2005 NDRPDR iter env 5
2182       - 11  # rls2005 NDRPDR iter env 5
2183       - 12  # rls2005 NDRPDR iter env 5
2184       - 13  # rls2005 NDRPDR iter env 5
2185       - 14  # rls2005 NDRPDR iter env 5
2186       - 15  # rls2005 NDRPDR iter env 5
2187       - 16  # rls2005 NDRPDR iter env 5
2188       - 17  # rls2005 NDRPDR iter env 5
2189       - 19  # rls2005 NDRPDR iter env 5
2190       - 23  # rls2009 MRR iter env 5
2191       - 21  # rls2009 NDRPDR iter env 5
2192       - 22  # rls2009 NDRPDR iter env 5
2193       - 24  # rls2009 NDRPDR iter env 5
2194       - 25  # rls2009 NDRPDR iter env 5
2195       - 26  # rls2009 NDRPDR iter env 5
2196       - 27  # rls2009 NDRPDR iter env 5
2197       - 28  # rls2009 NDRPDR iter env 5
2198       - 29  # rls2009 NDRPDR iter env 5
2199       - 30  # rls2009 NDRPDR iter env 5
2200       - 31  # rls2009 NDRPDR iter env 5
2201       - 32  # rls2009 Hoststack iter env 5
2202       - 33  # rls2009 Hoststack iter env 5
2203       - 34  # rls2009 Hoststack iter env 5
2204       - 35  # rls2009 Hoststack iter env 5
2205       - 36  # rls2009 Hoststack iter env 5
2206       - 37  # rls2009 Hoststack iter env 5
2207       - 38  # rls2009 Hoststack iter env 5
2208       - 39  # rls2009 Hoststack iter env 5
2209       - 40  # rls2009 Hoststack iter env 5
2210       - 41  # rls2009 Hoststack iter env 5
2211     csit-vpp-perf-report-coverage-2009-3n-hsw:
2212       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2213       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2214       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2215       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2216       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2217       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2218       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2219       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2220       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2221       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2222       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2223       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2224       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2225       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2226       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2227       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2228       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2229       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2230       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2231       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2232       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2233       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2234       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2235       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2236       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2237       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2238       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2239       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2240       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2241       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2242       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2243       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2244       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2245       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2246       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2247
2248     csit-vpp-perf-verify-2001-3n-skx:
2249       - 50  # MRR sel
2250       - 53  # MRR sel addition
2251     csit-vpp-perf-report-iterative-2005-3n-skx:
2252       - 4   # NDRPDR sel
2253       - 5   # NDRPDR sel ??? all x710 failed
2254       - 33  # NDRPDR sel
2255       - 28  # NDRPDR sel
2256       - 34  # NDRPDR sel
2257       - 42  # NDRPDR sel env 4
2258       - 43  # NDRPDR sel env 4
2259       - 44  # NDRPDR sel env 4
2260       - 45  # NDRPDR sel env 4
2261       - 47  # NDRPDR sel env 4
2262       - 55  # NDRPDR sel env 4
2263       - 56  # NDRPDR sel env 4
2264       - 57  # NDRPDR sel env 4
2265       - 61  # NDRPDR sel env 4
2266       - 62  # NDRPDR sel env 4
2267       - 50  # NDRPDR sel 2001.0-4
2268       - 51  # NDRPDR sel 2001.0-4
2269       - 52  # NDRPDR sel 2001.0-4
2270       - 53  # NDRPDR sel 2001.0-4
2271       - 54  # NDRPDR sel 2001.0-4
2272       - 49  # MRR sel env 4
2273     # TODO: Add:
2274     csit-vpp-perf-report-iterative-2009-3n-skx:
2275       - 17  # rls2005 MRR iter env 5
2276       - 13  # rls2005 NDRPDR iter env 5
2277       - 18  # rls2005 NDRPDR iter env 5
2278       - 19  # rls2005 NDRPDR iter env 5
2279       - 41  # rls2005 NDRPDR iter env 5
2280       - 24  # rls2009 MRR iter env 5
2281       - 26  # rls2009 NDRPDR iter env 5
2282       - 27  # rls2009 NDRPDR iter env 5
2283       - 28  # rls2009 NDRPDR iter env 5
2284       - 29  # rls2009 NDRPDR iter env 5
2285       - 35  # rls2009 NDRPDR iter env 5
2286       - 36  # rls2009 NDRPDR iter env 5
2287       - 37  # rls2009 NDRPDR iter env 5
2288       - 38  # rls2009 NDRPDR iter env 5
2289       - 39  # rls2009 NDRPDR iter env 5
2290       - 40  # rls2009 NDRPDR iter env 5
2291     # TODO: Add:
2292     csit-vpp-perf-report-coverage-2009-3n-skx:
2293       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2294       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2295       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2296       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2297       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2298       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2299       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2300       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2301       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2302       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2303       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2304       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2305       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2306       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2307       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2308       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2309       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2310       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2311       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2312
2313     csit-vpp-perf-verify-2001-2n-skx:
2314       - 101  # MRR sel - old
2315       - 128  # MRR sel addition - old
2316     csit-vpp-perf-report-iterative-2005-2n-skx:
2317       - 88  # NDRPDR sel env 4
2318       - 89  # NDRPDR sel env 4
2319       - 90  # NDRPDR sel env 4
2320       - 91  # NDRPDR sel env 4
2321       - 92  # NDRPDR sel env 4
2322       - 93  # NDRPDR sel env 4
2323       - 94  # NDRPDR sel env 4
2324       - 125 # NDRPDR sel env 4
2325       - 126 # NDRPDR sel env 4
2326       - 127 # NDRPDR sel env 4
2327       - 100 # NDRPDR sel 2001.0-4
2328       - 101 # NDRPDR sel 2001.0-4
2329       - 102 # NDRPDR sel 2001.0-4
2330       - 103 # NDRPDR sel 2001.0-4
2331       - 104 # NDRPDR sel 2001.0-4
2332       - 105 # NDRPDR sel 2001.0-4
2333       - 99  # MRR sel env 4
2334     csit-vpp-perf-report-iterative-2009-2n-skx:
2335       - 20  # rls2005 MRR iter env 5
2336       - 13  # rls2005 NDRPDR iter env 5
2337       - 16  # rls2005 NDRPDR iter env 5
2338       - 17  # rls2005 NDRPDR iter env 5
2339       - 18  # rls2005 NDRPDR iter env 5
2340       - 19  # rls2005 NDRPDR iter env 5
2341       - 21  # rls2005 NDRPDR iter env 5
2342       - 22  # rls2005 NDRPDR iter env 5
2343       - 23  # rls2005 NDRPDR iter env 5
2344       - 24  # rls2005 NDRPDR iter env 5
2345       - 25  # rls2005 NDRPDR iter env 5
2346       - 26  # rls2009 MRR iter env 5
2347       - 35  # rls2009 NDRPDR iter env 5
2348       - 36  # rls2009 NDRPDR iter env 5
2349       - 37  # rls2009 NDRPDR iter env 5
2350       - 39  # rls2009 NDRPDR iter env 5
2351       - 40  # rls2009 NDRPDR iter env 5
2352       - 42  # rls2009 NDRPDR iter env 5
2353       - 43  # rls2009 NDRPDR iter env 5
2354       - 44  # rls2009 NDRPDR iter env 5
2355       - 46  # rls2009 NDRPDR iter env 5
2356       - 48  # rls2009 NDRPDR iter env 5
2357       - 51  # rls2009 NDRPDR iter NAT44 env 5
2358       - 52  # rls2009 NDRPDR iter NAT44 env 5
2359       - 53  # rls2009 NDRPDR iter NAT44 env 5
2360       - 54  # rls2009 NDRPDR iter NAT44 env 5
2361       - 55  # rls2009 NDRPDR iter NAT44 env 5
2362       - 56  # rls2009 NDRPDR iter NAT44 env 5
2363       - 57  # rls2009 NDRPDR iter NAT44 env 5
2364       - 58  # rls2009 NDRPDR iter NAT44 env 5
2365       - 59  # rls2009 NDRPDR iter NAT44 env 5
2366       - 60  # rls2009 NDRPDR iter NAT44 env 5
2367       - 38  # rls2009 nf-density iter env 5
2368       - 41  # rls2009 nf-density iter env 5
2369       - 45  # rls2009 nf-density iter env 5
2370       - 47  # rls2009 nf-density iter env 5
2371       - 49  # rls2009 nf-density iter env 5
2372       - 63  # rls2009 nf-density iter env 5
2373       - 65  # rls2009 nf-density iter env 5
2374       - 66  # rls2009 nf-density iter env 5
2375       - 71  # rls2009 nf-density iter env 5
2376       - 72  # rls2009 nf-density iter env 5
2377       - 50  # rls2009 MRR nf-density iter env 5
2378       - 27  # rls2009 reconf env 5
2379       - 28  # rls2009 reconf env 5
2380       - 29  # rls2009 reconf env 5
2381       - 30  # rls2009 reconf env 5
2382       - 31  # rls2009 reconf env 5
2383       - 32  # rls2009 reconf env 5
2384       - 61  # rls2009 reconf env 5
2385       - 62  # rls2009 reconf env 5
2386       - 68  # rls2009 reconf env 5
2387       - 70  # rls2009 reconf env 5
2388       - 33  # rls2009 soak env 5
2389       - 34  # rls2009 soak env 5
2390     csit-vpp-perf-report-coverage-2009-2n-skx:
2391       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2392       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2393       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2394       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2395       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2396       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2397       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2398       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2399       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2400       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2401       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2402       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2403       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2404       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2405       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2406
2407     csit-vpp-perf-verify-2001-2n-clx:
2408       - 39  # MRR
2409     csit-vpp-perf-report-iterative-2005-2n-clx:
2410       - 62  # NDRPDR sel env 4
2411       - 63  # NDRPDR sel env 4
2412       - 64  # NDRPDR sel env 4
2413       - 65  # NDRPDR sel env 4
2414       - 66  # NDRPDR sel env 4
2415       - 68  # NDRPDR sel env 4
2416       - 69  # NDRPDR sel env 4
2417       - 70  # NDRPDR sel env 4
2418       - 103 # NDRPDR sel env 4
2419       - 104 # NDRPDR sel env 4
2420       - 73  # NDRPDR sel 2001.0-4
2421       - 74  # NDRPDR sel 2001.0-4
2422       - 75  # NDRPDR sel 2001.0-4
2423       - 76  # NDRPDR sel 2001.0-4
2424       - 77  # NDRPDR sel 2001.0-4
2425       - 78  # NDRPDR sel 2001.0-4
2426       - 79  # NDRPDR sel 2001.0-4
2427       - 80  # NDRPDR sel 2001.0-4
2428       - 72  # MRR env 4
2429     csit-vpp-perf-report-iterative-2009-2n-clx:
2430       - 77  # rls2005 MRR iter env 5
2431       - 13  # rls2005 NDRPDR iter env 5
2432       - 15  # rls2005 NDRPDR iter env 5
2433       - 17  # rls2005 NDRPDR iter env 5
2434       - 18  # rls2005 NDRPDR iter env 5
2435       - 19  # rls2005 NDRPDR iter env 5
2436       - 20  # rls2005 NDRPDR iter env 5
2437       - 21  # rls2005 NDRPDR iter env 5
2438       - 22  # rls2005 NDRPDR iter env 5
2439       - 23  # rls2005 NDRPDR iter env 5
2440       - 24  # rls2005 NDRPDR iter env 5
2441       - 78  # rls2009 MRR iter env 5
2442       - 36  # rls2009 NDRPDR iter env 5
2443       - 39  # rls2009 NDRPDR iter env 5
2444       - 40  # rls2009 NDRPDR iter env 5
2445       - 42  # rls2009 NDRPDR iter env 5
2446       - 64  # rls2009 NDRPDR iter env 5
2447       - 65  # rls2009 NDRPDR iter env 5
2448       - 66  # rls2009 NDRPDR iter env 5
2449       - 67  # rls2009 NDRPDR iter env 5
2450       - 79  # rls2009 NDRPDR iter env 5
2451       - 82  # rls2009 NDRPDR iter env 5
2452       - 37  # rls2009 nf-density iter env 5
2453       - 43  # rls2009 nf-density iter env 5
2454       - 69  # rls2009 nf-density iter env 5
2455       - 70  # rls2009 nf-density iter env 5
2456       - 71  # rls2009 nf-density iter env 5
2457       - 72  # rls2009 nf-density iter env 5
2458       - 73  # rls2009 nf-density iter env 5
2459       - 74  # rls2009 nf-density iter env 5
2460       - 75  # rls2009 nf-density iter env 5
2461       - 76  # rls2009 nf-density iter env 5
2462       - 45  # rls2009 MRR nf-density iter env 5
2463       - 25  # rls2009 reconf env 5
2464       - 27  # rls2009 reconf env 5
2465       - 28  # rls2009 reconf env 5
2466       - 29  # rls2009 reconf env 5
2467       - 30  # rls2009 reconf env 5
2468       - 30  # rls2009 reconf env 5
2469       - 32  # rls2009 reconf env 5
2470       - 48  # rls2009 reconf env 5
2471       - 53  # rls2009 reconf env 5
2472       - 68  # rls2009 reconf env 5
2473       - 33  # rls2009 soak env 5
2474       - 34  # rls2009 soak env 5
2475     csit-vpp-perf-report-coverage-2009-2n-clx:
2476       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2477       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2478       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2479       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2480       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2481       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2482       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2483       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2484       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2485       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2486       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2487       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2488       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2489       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2490       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2491
2492     csit-vpp-perf-verify-2001-3n-tsh:
2493       - 9   # MRR sel
2494     csit-vpp-perf-report-iterative-2005-3n-tsh:
2495       - 23  # NDRPDR sel env 4
2496       - 25  # NDRPDR sel env 4
2497       - 33  # NDRPDR sel env 4
2498       - 34  # NDRPDR sel env 4
2499       - 35  # NDRPDR sel env 4
2500       - 36  # NDRPDR sel env 4
2501       - 37  # NDRPDR sel env 4
2502       - 38  # NDRPDR sel env 4
2503       - 39  # NDRPDR sel env 4
2504       - 40  # NDRPDR sel env 4
2505       - 28  # NDRPDR sel 2001.0-4
2506       - 29  # NDRPDR sel 2001.0-4
2507       - 31  # NDRPDR sel 2001.0-4
2508       - 27  # MRR sel env 4
2509     # TODO: Add:
2510     csit-vpp-perf-report-iterative-2009-3n-tsh:
2511       - 8   # rls2005 NDRPDR iter env 5
2512       - 11  # rls2005 NDRPDR iter env 5
2513       - 12  # rls2005 NDRPDR iter env 5
2514       - 24  # rls2005 NDRPDR iter env 5
2515       - 13  # rls2005 MRR iter env 5
2516       - 14  # rls2009 NDRPDR iter env 5
2517       - 20  # rls2009 NDRPDR iter env 5
2518       - 21  # rls2009 NDRPDR iter env 5
2519       - 22  # rls2009 NDRPDR iter env 5
2520       - 23  # rls2009 NDRPDR iter env 5
2521       - 15  # rls2006 MRR iter env 5
2522 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2523 #      -
2524
2525     csit-vpp-perf-verify-2001-3n-dnv:
2526       - 5   # NDRPDR sel
2527       - 6   # NDRPDR sel
2528       - 7   # NDRPDR sel
2529       - 8   # NDRPDR sel
2530       - 9   # NDRPDR sel
2531       - 10  # NDRPDR sel
2532       - 12  # NDRPDR sel
2533       - 16  # NDRPDR sel
2534       - 17  # NDRPDR sel
2535       - 18  # NDRPDR sel
2536       - 11  # MRR sel
2537     csit-vpp-perf-report-iterative-2009-3n-dnv:
2538       - 16  # rls2005 NDRPDR iter env 5
2539       - 23  # rls2005 NDRPDR iter env 5
2540       - 25  # rls2005 NDRPDR iter env 5
2541       - 26  # rls2005 NDRPDR iter env 5
2542       - 27  # rls2005 NDRPDR iter env 5
2543       - 28  # rls2005 NDRPDR iter env 5
2544       - 29  # rls2005 NDRPDR iter env 5
2545       - 30  # rls2005 NDRPDR iter env 5
2546       - 31  # rls2005 NDRPDR iter env 5
2547       - 32  # rls2005 NDRPDR iter env 5
2548       - 19  # rls2005 MRR iter env 5
2549       - 3   # rls2009 NDRPDR iter env 5
2550       - 6   # rls2009 NDRPDR iter env 5
2551       - 7   # rls2009 NDRPDR iter env 5
2552       - 8   # rls2009 NDRPDR iter env 5
2553       - 10  # rls2009 NDRPDR iter env 5
2554       - 11  # rls2009 NDRPDR iter env 5
2555       - 12  # rls2009 NDRPDR iter env 5
2556       - 14  # rls2009 NDRPDR iter env 5
2557       - 15  # rls2009 NDRPDR iter env 5
2558       - 24  # rls2009 NDRPDR iter env 5
2559       - 22  # rls2009 MRR iter env 5
2560     csit-vpp-perf-report-coverage-2009-3n-dnv:
2561       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2562       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2563       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2564       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2565       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2566       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2567       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2568       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2569       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2570
2571     csit-vpp-perf-verify-2001-2n-dnv:
2572       - 4   # NDRPDR sel
2573       - 5   # NDRPDR sel
2574       - 6   # NDRPDR sel
2575       - 7   # NDRPDR sel
2576       - 8   # NDRPDR sel
2577       - 9   # NDRPDR sel
2578       - 10  # NDRPDR sel
2579       - 11  # NDRPDR sel
2580       - 13  # NDRPDR sel
2581       - 16  # NDRPDR sel
2582       - 12  # MRR sel
2583     csit-vpp-perf-report-iterative-2009-2n-dnv:
2584       - 16  # rls2005 NDRPDR iter env 5
2585       - 17  # rls2005 NDRPDR iter env 5
2586       - 18  # rls2005 NDRPDR iter env 5
2587       - 19  # rls2005 NDRPDR iter env 5
2588       - 21  # rls2005 NDRPDR iter env 5
2589       - 24  # rls2005 NDRPDR iter env 5
2590       - 27  # rls2005 NDRPDR iter env 5
2591       - 28  # rls2005 NDRPDR iter env 5
2592       - 29  # rls2005 NDRPDR iter env 5
2593       - 30  # rls2005 NDRPDR iter env 5
2594       - 23  # rls2005 MRR iter env 5
2595       - 3   # rls2009 NDRPDR iter env 5
2596       - 5   # rls2009 NDRPDR iter env 5
2597       - 6   # rls2009 NDRPDR iter env 5
2598       - 7   # rls2009 NDRPDR iter env 5
2599       - 9   # rls2009 NDRPDR iter env 5
2600       - 10  # rls2009 NDRPDR iter env 5
2601       - 11  # rls2009 NDRPDR iter env 5
2602       - 12  # rls2009 NDRPDR iter env 5
2603       - 14  # rls2009 NDRPDR iter env 5
2604       - 15  # rls2009 NDRPDR iter env 5
2605       - 13  # rls2009 MRR iter env 5
2606     csit-vpp-perf-report-coverage-2009-2n-dnv:
2607       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2608       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2609       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2610       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2611       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2612       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2613
2614     csit-dpdk-perf-verify-2001-3n-hsw:
2615       - 4   # NDRPDR sel
2616       - 5   # NDRPDR sel
2617       - 6   # NDRPDR sel
2618       - 7   # NDRPDR sel
2619       - 8   # NDRPDR sel
2620       - 9   # NDRPDR sel
2621       - 10  # NDRPDR sel
2622       - 11  # NDRPDR sel
2623       - 12  # NDRPDR sel
2624       - 13  # NDRPDR sel
2625       - 15  # NDRPDR sel
2626       - 16  # NDRPDR sel
2627       - 17  # NDRPDR sel
2628       - 18  # NDRPDR sel
2629       - 19  # NDRPDR sel
2630       - 20  # NDRPDR sel
2631       - 21  # NDRPDR sel
2632       - 22  # NDRPDR sel
2633       - 23  # NDRPDR sel
2634       - 24  # NDRPDR sel
2635     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2636       - 25  # NDRPDR iter
2637       - 26  # NDRPDR iter
2638       - 27  # NDRPDR iter
2639       - 28  # NDRPDR iter
2640       - 29  # NDRPDR iter
2641       - 30  # NDRPDR iter
2642       - 31  # NDRPDR iter
2643       - 32  # NDRPDR iter
2644       - 33  # NDRPDR iter
2645       - 34  # NDRPDR iter
2646     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2647       - 6   # NDRPDR iter env5
2648       - 7   # NDRPDR iter env5
2649       - 8   # NDRPDR iter env5
2650       - 9   # NDRPDR iter env5
2651       - 10  # NDRPDR iter env5
2652       - 11  # NDRPDR iter env5
2653       - 12  # NDRPDR iter env5
2654       - 13  # NDRPDR iter env5
2655       - 14  # NDRPDR iter env5
2656       - 15  # NDRPDR iter env5
2657
2658     csit-dpdk-perf-verify-2001-3n-skx:
2659       - 29  # NDRPDR sel xxv710
2660       - 33  # NDRPDR sel xxv710
2661       - 34  # NDRPDR sel xxv710
2662       - 35  # NDRPDR sel xxv710
2663       - 36  # NDRPDR sel xxv710
2664       - 37  # NDRPDR sel xxv710
2665       - 41  # NDRPDR sel xxv710
2666       - 42  # NDRPDR sel xxv710
2667       - 43  # NDRPDR sel xxv710
2668       - 45  # NDRPDR sel xxv710
2669       - 30  # NDRPDR sel x710
2670       - 31  # NDRPDR sel x710
2671       - 32  # NDRPDR sel x710
2672       - 38  # NDRPDR sel x710
2673       - 39  # NDRPDR sel x710
2674       - 40  # NDRPDR sel x710
2675       - 44  # NDRPDR sel x710
2676       - 46  # NDRPDR sel x710
2677       - 47  # NDRPDR sel x710
2678       - 48  # NDRPDR sel x710
2679     csit-dpdk-perf-report-iterative-2005-3n-skx:
2680       - 28  # NDRPDR iter
2681       - 29  # NDRPDR iter
2682       - 30  # NDRPDR iter
2683       - 31  # NDRPDR iter
2684       - 32  # NDRPDR iter
2685       - 33  # NDRPDR iter
2686       - 34  # NDRPDR iter
2687       - 35  # NDRPDR iter
2688       - 36  # NDRPDR iter
2689       - 37  # NDRPDR iter
2690     csit-dpdk-perf-report-iterative-2009-3n-skx:
2691       - 4   # NDRPDR sel env5
2692       - 5   # NDRPDR sel env5
2693       - 6   # NDRPDR sel env5
2694       - 7   # NDRPDR sel env5
2695       - 8   # NDRPDR sel env5
2696       - 9   # NDRPDR sel env5
2697       - 14  # NDRPDR sel env5
2698       - 11  # NDRPDR sel env5
2699       - 12  # NDRPDR sel env5
2700       - 13  # NDRPDR sel env5
2701
2702     csit-dpdk-perf-verify-2001-2n-skx:
2703       - 35  # NDRPDR sel xxv710
2704       - 36  # NDRPDR sel xxv710
2705       - 37  # NDRPDR sel xxv710
2706       - 41  # NDRPDR sel xxv710
2707       - 42  # NDRPDR sel xxv710
2708       - 43  # NDRPDR sel xxv710
2709       - 46  # NDRPDR sel xxv710
2710       - 47  # NDRPDR sel xxv710
2711       - 52  # NDRPDR sel xxv710
2712       - 53  # NDRPDR sel xxv710
2713       - 38  # NDRPDR sel x710
2714       - 39  # NDRPDR sel x710
2715       - 40  # NDRPDR sel x710
2716       - 44  # NDRPDR sel x710
2717       - 45  # NDRPDR sel x710
2718       - 48  # NDRPDR sel x710
2719       - 49  # NDRPDR sel x710
2720       - 50  # NDRPDR sel x710
2721       - 51  # NDRPDR sel x710
2722       - 54  # NDRPDR sel x710
2723     csit-dpdk-perf-report-iterative-2005-2n-skx:
2724       - 20  # NDRPDR iter
2725       - 21  # NDRPDR iter
2726       - 22  # NDRPDR iter
2727       - 23  # NDRPDR iter
2728       - 24  # NDRPDR iter
2729       - 25  # NDRPDR iter
2730       - 26  # NDRPDR iter
2731       - 27  # NDRPDR iter
2732       - 28  # NDRPDR iter
2733       - 29  # NDRPDR iter
2734     csit-dpdk-perf-report-iterative-2009-2n-skx:
2735       - 4   # NDRPDR iter env5
2736       - 5   # NDRPDR iter env5
2737       - 6   # NDRPDR iter env5
2738       - 7   # NDRPDR iter env5
2739       - 8   # NDRPDR iter env5
2740       - 9   # NDRPDR iter env5
2741       - 10  # NDRPDR iter env5
2742       - 11  # NDRPDR iter env5
2743       - 12  # NDRPDR iter env5
2744       - 13  # NDRPDR iter env5
2745
2746     csit-dpdk-perf-verify-2001-2n-clx:
2747       - 15  # NDRPDR sel
2748       - 16  # NDRPDR sel
2749       - 17  # NDRPDR sel
2750       - 18  # NDRPDR sel
2751       - 19  # NDRPDR sel
2752       - 20  # NDRPDR sel
2753       - 21  # NDRPDR sel
2754       - 22  # NDRPDR sel
2755       - 23  # NDRPDR sel
2756       - 24  # NDRPDR sel
2757       - 25  # NDRPDR sel
2758       - 26  # NDRPDR sel
2759       - 27  # NDRPDR sel
2760       - 28  # NDRPDR sel
2761       - 29  # NDRPDR sel
2762       - 30  # NDRPDR sel
2763       - 31  # NDRPDR sel
2764       - 32  # NDRPDR sel
2765       - 33  # NDRPDR sel
2766       - 34  # NDRPDR sel
2767     csit-dpdk-perf-report-iterative-2005-2n-clx:
2768       - 20  # NDRPDR iter
2769       - 21  # NDRPDR iter
2770       - 22  # NDRPDR iter
2771       - 23  # NDRPDR iter
2772       - 24  # NDRPDR iter
2773       - 25  # NDRPDR iter
2774       - 26  # NDRPDR iter
2775       - 27  # NDRPDR iter
2776       - 28  # NDRPDR iter
2777       - 29  # NDRPDR iter
2778     csit-dpdk-perf-report-iterative-2009-2n-clx:
2779       - 4   # NDRPDR iter env5
2780       - 5   # NDRPDR iter env5
2781       - 6   # NDRPDR iter env5
2782       - 7   # NDRPDR iter env5
2783       - 8   # NDRPDR iter env5
2784       - 9   # NDRPDR iter env5
2785       - 10  # NDRPDR iter env5
2786       - 11  # NDRPDR iter env5
2787       - 12  # NDRPDR iter env5
2788       - 13  # NDRPDR iter env5
2789
2790 #    csit-dpdk-perf-verify-2001-2n-dnv:
2791 #      - 9   # NDRPDR sel
2792 #      - 10  # NDRPDR sel
2793 #      - 11  # NDRPDR sel
2794 #      - 12  # NDRPDR sel
2795 #      - 13  # NDRPDR sel
2796 #      - 14  # NDRPDR sel
2797 #      - 15  # NDRPDR sel
2798 #      - 16  # NDRPDR sel
2799 #      - 17  # NDRPDR sel
2800 #      - 18  # NDRPDR sel
2801 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2802 #      # No data
2803 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2804 #      # No data
2805
2806 #    csit-dpdk-perf-verify-2001-3n-dnv:
2807 #      - 12  # NDRPDR sel
2808 #      - 13  # NDRPDR sel
2809 #      - 14  # NDRPDR sel
2810 #      - 15  # NDRPDR sel
2811 #      - 16  # NDRPDR sel
2812 #      - 17  # NDRPDR sel
2813 #      - 18  # NDRPDR sel
2814 #      - 19  # NDRPDR sel
2815 #      - 20  # NDRPDR sel
2816 #      - 22  # NDRPDR sel
2817 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2818 #      # No data
2819 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2820 #      # No data
2821
2822     csit-dpdk-perf-verify-2001-3n-tsh:
2823       - 3   # NDRPDR sel
2824       - 4   # NDRPDR sel
2825       - 5   # NDRPDR sel
2826       - 9   # NDRPDR sel
2827       - 10  # NDRPDR sel
2828       - 11  # NDRPDR sel
2829       - 12  # NDRPDR sel
2830       - 14  # NDRPDR sel
2831       - 15  # NDRPDR sel
2832       - 18  # NDRPDR sel
2833     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2834       - 5   # NDRPDR sel
2835     # TODO: Add:
2836     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2837       - 1   # NDRPDR iter env5
2838       - 2   # NDRPDR iter env5
2839       - 3   # NDRPDR iter env5
2840       - 4   # NDRPDR iter env5
2841       - 5   # NDRPDR iter env5
2842       - 6   # NDRPDR iter env5
2843       - 7   # NDRPDR iter env5
2844       - 9   # NDRPDR iter env5
2845       - 10  # NDRPDR iter env5
2846
2847     csit-vpp-device-2009-ubuntu1804-1n-skx:
2848       - 131 # rls2009 env 5
2849
2850 - type: "output"
2851   output: "report"
2852   format:
2853     html:
2854     - full
2855     pdf:
2856     - minimal
2857
2858 ################################################################################
2859 ###                               T A B L E S                                ###
2860 ################################################################################
2861
2862 # VPP Soak vs NDR - 2n-skx
2863 - type: "table"
2864   title: "VPP Soak vs NDR 2n-skx"
2865   algorithm: "table_soak_vs_ndr"
2866   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2867   reference:
2868     title: "NDR"
2869     data: "vpp-soak-vs-ndr-2n-skx-ref"
2870   compare:
2871     title: "Soak"
2872     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2873   data: "vpp-soak-vs-ndr-2n-skx"
2874   include-tests: "NDR"
2875   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2876   parameters:
2877     - "throughput"
2878     - "name"
2879     - "parent"
2880
2881 # VPP Soak vs NDR - 2n-clx
2882 - type: "table"
2883   title: "VPP Soak vs NDR 2n-clx"
2884   algorithm: "table_soak_vs_ndr"
2885   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2886   reference:
2887     title: "NDR"
2888     data: "vpp-soak-vs-ndr-2n-clx-ref"
2889   compare:
2890     title: "Soak"
2891     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2892   data: "vpp-soak-vs-ndr-2n-clx"
2893   include-tests: "NDR"
2894   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2895   parameters:
2896     - "throughput"
2897     - "name"
2898     - "parent"
2899
2900 ################################################################################
2901
2902 # VPP Compare NICs 3n-skx 2t1c ndr
2903 - type: "table"
2904   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2905   algorithm: "table_comparison"
2906   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2908   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2909   columns:
2910     - title: "x710"
2911       data-set: "vpp-nic-comparison-3n-skx"
2912       tag: "NIC_Intel-X710"
2913     - title: "xxv710"
2914       data-set: "vpp-nic-comparison-3n-skx"
2915       tag: "NIC_Intel-XXV710"
2916   comparisons:
2917     - title: "Diff"
2918       reference: 1
2919       compare: 2
2920   legend:
2921     - ""
2922     - "x710, xxv710 - NICs tested."
2923     - "Diff - difference between x710 and xxv710 NIC."
2924
2925 # VPP Compare NICs 3n-skx 4t2c ndr
2926 - type: "table"
2927   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2928   algorithm: "table_comparison"
2929   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2931   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2932   columns:
2933     - title: "x710"
2934       data-set: "vpp-nic-comparison-3n-skx"
2935       tag: "NIC_Intel-X710"
2936     - title: "xxv710"
2937       data-set: "vpp-nic-comparison-3n-skx"
2938       tag: "NIC_Intel-XXV710"
2939   comparisons:
2940     - title: "Diff"
2941       reference: 1
2942       compare: 2
2943   legend:
2944     - ""
2945     - "x710, xxv710 - NICs tested."
2946     - "Diff - difference between x710 and xxv710 NIC."
2947
2948 # VPP Compare NICs 3n-skx 2t1c pdr
2949 - type: "table"
2950   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2951   algorithm: "table_comparison"
2952   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2954   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2955   columns:
2956     - title: "x710"
2957       data-set: "vpp-nic-comparison-3n-skx"
2958       tag: "NIC_Intel-X710"
2959     - title: "xxv710"
2960       data-set: "vpp-nic-comparison-3n-skx"
2961       tag: "NIC_Intel-XXV710"
2962   comparisons:
2963     - title: "Diff"
2964       reference: 1
2965       compare: 2
2966   legend:
2967     - ""
2968     - "x710, xxv710 - NICs tested."
2969     - "Diff - difference between x710 and xxv710 NIC."
2970
2971 # VPP Compare NICs 3n-skx 4t2c pdr
2972 - type: "table"
2973   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2974   algorithm: "table_comparison"
2975   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2976   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2977   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2978   columns:
2979     - title: "x710"
2980       data-set: "vpp-nic-comparison-3n-skx"
2981       tag: "NIC_Intel-X710"
2982     - title: "xxv710"
2983       data-set: "vpp-nic-comparison-3n-skx"
2984       tag: "NIC_Intel-XXV710"
2985   comparisons:
2986     - title: "Diff"
2987       reference: 1
2988       compare: 2
2989   legend:
2990     - ""
2991     - "x710, xxv710 - NICs tested."
2992     - "Diff - difference between x710 and xxv710 NIC."
2993
2994 # VPP Compare NICs 3n-skx 2t1c mrr
2995 - type: "table"
2996   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2997   algorithm: "table_comparison"
2998   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3000   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3001   columns:
3002     - title: "x710"
3003       data-set: "vpp-nic-comparison-3n-skx-mrr"
3004       tag: "NIC_Intel-X710"
3005     - title: "xxv710"
3006       data-set: "vpp-nic-comparison-3n-skx-mrr"
3007       tag: "NIC_Intel-XXV710"
3008   comparisons:
3009     - title: "Diff"
3010       reference: 1
3011       compare: 2
3012   legend:
3013     - ""
3014     - "x710, xxv710 - NICs tested."
3015     - "Diff - difference between x710 and xxv710 NIC."
3016
3017 # VPP Compare NICs 3n-skx 4t2c mrr
3018 - type: "table"
3019   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3020   algorithm: "table_comparison"
3021   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3023   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3024   columns:
3025     - title: "x710"
3026       data-set: "vpp-nic-comparison-3n-skx-mrr"
3027       tag: "NIC_Intel-X710"
3028     - title: "xxv710"
3029       data-set: "vpp-nic-comparison-3n-skx-mrr"
3030       tag: "NIC_Intel-XXV710"
3031   comparisons:
3032     - title: "Diff"
3033       reference: 1
3034       compare: 2
3035   legend:
3036     - ""
3037     - "x710, xxv710 - NICs tested."
3038     - "Diff - difference between x710 and xxv710 NIC."
3039
3040 # VPP Compare NICs 3n-skx 8t4c mrr
3041 - type: "table"
3042   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3043   algorithm: "table_comparison"
3044   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3045   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3046   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3047   columns:
3048     - title: "x710"
3049       data-set: "vpp-nic-comparison-3n-skx-mrr"
3050       tag: "NIC_Intel-X710"
3051     - title: "xxv710"
3052       data-set: "vpp-nic-comparison-3n-skx-mrr"
3053       tag: "NIC_Intel-XXV710"
3054   comparisons:
3055     - title: "Diff"
3056       reference: 1
3057       compare: 2
3058   legend:
3059     - ""
3060     - "x710, xxv710 - NICs tested."
3061     - "Diff - difference between x710 and xxv710 NIC."
3062
3063 # VPP Compare NICs 2n-skx 2t1c ndr
3064 - type: "table"
3065   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3066   algorithm: "table_comparison"
3067   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3069   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3070   columns:
3071     - title: "x710"
3072       data-set: "vpp-nic-comparison-2n-skx"
3073       tag: "NIC_Intel-X710"
3074     - title: "xxv710"
3075       data-set: "vpp-nic-comparison-2n-skx"
3076       tag: "NIC_Intel-XXV710"
3077   comparisons:
3078     - title: "Diff"
3079       reference: 1
3080       compare: 2
3081   legend:
3082     - ""
3083     - "x710, xxv710 - NICs tested."
3084     - "Diff - difference between x710 and xxv710 NIC."
3085
3086 # VPP Compare NICs 2n-skx 4t2c ndr
3087 - type: "table"
3088   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3089   algorithm: "table_comparison"
3090   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3092   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3093   columns:
3094     - title: "x710"
3095       data-set: "vpp-nic-comparison-2n-skx"
3096       tag: "NIC_Intel-X710"
3097     - title: "xxv710"
3098       data-set: "vpp-nic-comparison-2n-skx"
3099       tag: "NIC_Intel-XXV710"
3100   comparisons:
3101     - title: "Diff"
3102       reference: 1
3103       compare: 2
3104   legend:
3105     - ""
3106     - "x710, xxv710 - NICs tested."
3107     - "Diff - difference between x710 and xxv710 NIC."
3108
3109 # VPP Compare NICs 2n-skx 2t1c pdr
3110 - type: "table"
3111   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3112   algorithm: "table_comparison"
3113   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3115   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3116   columns:
3117     - title: "x710"
3118       data-set: "vpp-nic-comparison-2n-skx"
3119       tag: "NIC_Intel-X710"
3120     - title: "xxv710"
3121       data-set: "vpp-nic-comparison-2n-skx"
3122       tag: "NIC_Intel-XXV710"
3123   comparisons:
3124     - title: "Diff"
3125       reference: 1
3126       compare: 2
3127   legend:
3128     - ""
3129     - "x710, xxv710 - NICs tested."
3130     - "Diff - difference between x710 and xxv710 NIC."
3131
3132 # VPP Compare NICs 2n-skx 4t2c pdr
3133 - type: "table"
3134   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3135   algorithm: "table_comparison"
3136   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3137   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3138   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3139   columns:
3140     - title: "x710"
3141       data-set: "vpp-nic-comparison-2n-skx"
3142       tag: "NIC_Intel-X710"
3143     - title: "xxv710"
3144       data-set: "vpp-nic-comparison-2n-skx"
3145       tag: "NIC_Intel-XXV710"
3146   comparisons:
3147     - title: "Diff"
3148       reference: 1
3149       compare: 2
3150   legend:
3151     - ""
3152     - "x710, xxv710 - NICs tested."
3153     - "Diff - difference between x710 and xxv710 NIC."
3154
3155 # VPP Compare NICs 2n-skx 2t1c mrr
3156 - type: "table"
3157   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3158   algorithm: "table_comparison"
3159   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3160   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3161   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3162   columns:
3163     - title: "x710"
3164       data-set: "vpp-nic-comparison-2n-skx-mrr"
3165       tag: "NIC_Intel-X710"
3166     - title: "xxv710"
3167       data-set: "vpp-nic-comparison-2n-skx-mrr"
3168       tag: "NIC_Intel-XXV710"
3169   comparisons:
3170     - title: "Diff"
3171       reference: 1
3172       compare: 2
3173   legend:
3174     - ""
3175     - "x710, xxv710 - NICs tested."
3176     - "Diff - difference between x710 and xxv710 NIC."
3177
3178 # VPP Compare NICs 2n-skx 4t2c mrr
3179 - type: "table"
3180   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3181   algorithm: "table_comparison"
3182   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3183   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3184   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3185   columns:
3186     - title: "x710"
3187       data-set: "vpp-nic-comparison-2n-skx-mrr"
3188       tag: "NIC_Intel-X710"
3189     - title: "xxv710"
3190       data-set: "vpp-nic-comparison-2n-skx-mrr"
3191       tag: "NIC_Intel-XXV710"
3192   comparisons:
3193     - title: "Diff"
3194       reference: 1
3195       compare: 2
3196   legend:
3197     - ""
3198     - "x710, xxv710 - NICs tested."
3199     - "Diff - difference between x710 and xxv710 NIC."
3200
3201 # VPP Compare NICs 2n-skx 8t4c mrr
3202 - type: "table"
3203   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3204   algorithm: "table_comparison"
3205   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3207   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3208   columns:
3209     - title: "x710"
3210       data-set: "vpp-nic-comparison-2n-skx-mrr"
3211       tag: "NIC_Intel-X710"
3212     - title: "xxv710"
3213       data-set: "vpp-nic-comparison-2n-skx-mrr"
3214       tag: "NIC_Intel-XXV710"
3215   comparisons:
3216     - title: "Diff"
3217       reference: 1
3218       compare: 2
3219   legend:
3220     - ""
3221     - "x710, xxv710 - NICs tested."
3222     - "Diff - difference between x710 and xxv710 NIC."
3223
3224 ################################################################################
3225 # VPP
3226
3227 # VPP Performance Changes 3n-hsw 1t1c pdr
3228 - type: "table"
3229   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3230   algorithm: "table_comparison"
3231   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3233   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3234   columns:
3235     - title: "2001.0-4"
3236       data-set: "vpp-performance-changes-3n-hsw-h1"
3237     - title: "2005.0-4"
3238       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3239     - title: "2005.0-5"
3240       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3241     - title: "2009.0-5"
3242       data-set: "vpp-performance-changes-3n-hsw-cmp"
3243   comparisons:
3244     - title: "2005.0-5 vs 2005.0-4"
3245       reference: 2
3246       compare: 3
3247 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3248     - title: "2009.0-5 vs 2005.0-5"
3249       reference: 3
3250       compare: 4
3251 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3252   legend:
3253     - ''
3254     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3255     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3256     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3257     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3258     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3259
3260 # VPP Performance Changes 3n-hsw 2t2c pdr
3261 - type: "table"
3262   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3263   algorithm: "table_comparison"
3264   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3266   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3267   columns:
3268     - title: "2001.0-4"
3269       data-set: "vpp-performance-changes-3n-hsw-h1"
3270     - title: "2005.0-4"
3271       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3272     - title: "2005.0-5"
3273       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3274     - title: "2009.0-5"
3275       data-set: "vpp-performance-changes-3n-hsw-cmp"
3276   comparisons:
3277     - title: "2005.0-5 vs 2005.0-4"
3278       reference: 2
3279       compare: 3
3280 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3281     - title: "2009.0-5 vs 2005.0-5"
3282       reference: 3
3283       compare: 4
3284 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3285   legend:
3286     - ''
3287     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3288     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3289     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3290     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3291     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3292
3293 # VPP Performance Changes 3n-hsw 1t1c ndr
3294 - type: "table"
3295   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3296   algorithm: "table_comparison"
3297   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3299   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3300   columns:
3301     - title: "2001.0-4"
3302       data-set: "vpp-performance-changes-3n-hsw-h1"
3303     - title: "2005.0-4"
3304       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3305     - title: "2005.0-5"
3306       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3307     - title: "2009.0-5"
3308       data-set: "vpp-performance-changes-3n-hsw-cmp"
3309   comparisons:
3310     - title: "2005.0-5 vs 2005.0-4"
3311       reference: 2
3312       compare: 3
3313 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3314     - title: "2009.0-5 vs 2005.0-5"
3315       reference: 3
3316       compare: 4
3317 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3318   legend:
3319     - ''
3320     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3321     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3322     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3323     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3324     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3325
3326 # VPP Performance Changes 3n-hsw 2t2c ndr
3327 - type: "table"
3328   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3329   algorithm: "table_comparison"
3330   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3331   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3332   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3333   columns:
3334     - title: "2001.0-4"
3335       data-set: "vpp-performance-changes-3n-hsw-h1"
3336     - title: "2005.0-4"
3337       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3338     - title: "2005.0-5"
3339       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3340     - title: "2009.0-5"
3341       data-set: "vpp-performance-changes-3n-hsw-cmp"
3342   comparisons:
3343     - title: "2005.0-5 vs 2005.0-4"
3344       reference: 2
3345       compare: 3
3346 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3347     - title: "2009.0-5 vs 2005.0-5"
3348       reference: 3
3349       compare: 4
3350 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3351   legend:
3352     - ''
3353     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3354     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3355     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3356     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3357     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3358
3359 # VPP Performance Changes 3n-skx 2t1c pdr
3360 - type: "table"
3361   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3362   algorithm: "table_comparison"
3363   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3365   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3366   columns:
3367     - title: "2001.0-4"
3368       data-set: "vpp-performance-changes-3n-skx-h1"
3369     - title: "2005.0-4"
3370       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3371     - title: "2005.0-5"
3372       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3373     - title: "2009.0-5"
3374       data-set: "vpp-performance-changes-3n-skx-cmp"
3375   comparisons:
3376     - title: "2005.0-5 vs 2005.0-4"
3377       reference: 2
3378       compare: 3
3379 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3380     - title: "2009.0-5 vs 2005.0-5"
3381       reference: 3
3382       compare: 4
3383 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3384   legend:
3385     - ''
3386     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3387     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3388     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3389     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3390     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3391
3392 # VPP Performance Changes 3n-skx 4t2c pdr
3393 - type: "table"
3394   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3395   algorithm: "table_comparison"
3396   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3398   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3399   columns:
3400     - title: "2001.0-4"
3401       data-set: "vpp-performance-changes-3n-skx-h1"
3402     - title: "2005.0-4"
3403       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3404     - title: "2005.0-5"
3405       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3406     - title: "2009.0-5"
3407       data-set: "vpp-performance-changes-3n-skx-cmp"
3408   comparisons:
3409     - title: "2005.0-5 vs 2005.0-4"
3410       reference: 2
3411       compare: 3
3412 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3413     - title: "2009.0-5 vs 2005.0-5"
3414       reference: 3
3415       compare: 4
3416 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3417   legend:
3418     - ''
3419     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3420     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3421     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3422     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3423     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3424
3425 # VPP Performance Changes 3n-skx 2t1c ndr
3426 - type: "table"
3427   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3428   algorithm: "table_comparison"
3429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3431   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3432   columns:
3433     - title: "2001.0-4"
3434       data-set: "vpp-performance-changes-3n-skx-h1"
3435     - title: "2005.0-4"
3436       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3437     - title: "2005.0-5"
3438       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3439     - title: "2009.0-5"
3440       data-set: "vpp-performance-changes-3n-skx-cmp"
3441   comparisons:
3442     - title: "2005.0-5 vs 2005.0-4"
3443       reference: 2
3444       compare: 3
3445 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3446     - title: "2009.0-5 vs 2005.0-5"
3447       reference: 3
3448       compare: 4
3449 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3450   legend:
3451     - ''
3452     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3453     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3454     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3455     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3456     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3457
3458 # VPP Performance Changes 3n-skx 4t2c ndr
3459 - type: "table"
3460   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3461   algorithm: "table_comparison"
3462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3464   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3465   columns:
3466     - title: "2001.0-4"
3467       data-set: "vpp-performance-changes-3n-skx-h1"
3468     - title: "2005.0-4"
3469       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3470     - title: "2005.0-5"
3471       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3472     - title: "2009.0-5"
3473       data-set: "vpp-performance-changes-3n-skx-cmp"
3474   comparisons:
3475     - title: "2005.0-5 vs 2005.0-4"
3476       reference: 2
3477       compare: 3
3478 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3479     - title: "2009.0-5 vs 2005.0-5"
3480       reference: 3
3481       compare: 4
3482 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3483   legend:
3484     - ''
3485     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3486     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3487     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3488     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3489     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3490
3491 # VPP Performance Changes 2n-skx 2t1c pdr
3492 - type: "table"
3493   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3494   algorithm: "table_comparison"
3495   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3497   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3498   columns:
3499     - title: "2001.0-4"
3500       data-set: "vpp-performance-changes-2n-skx-h1"
3501     - title: "2005.0-4"
3502       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3503     - title: "2005.0-5"
3504       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3505     - title: "2009.0-5"
3506       data-set: "vpp-performance-changes-2n-skx-cmp"
3507   comparisons:
3508     - title: "2005.0-5 vs 2005.0-4"
3509       reference: 2
3510       compare: 3
3511 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3512     - title: "2009.0-5 vs 2005.0-5"
3513       reference: 3
3514       compare: 4
3515 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3516   legend:
3517     - ''
3518     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3519     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3520     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3521     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3522     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3523
3524 # VPP Performance Changes 2n-skx 4t2c pdr
3525 - type: "table"
3526   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3527   algorithm: "table_comparison"
3528   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3531   columns:
3532     - title: "2001.0-4"
3533       data-set: "vpp-performance-changes-2n-skx-h1"
3534     - title: "2005.0-4"
3535       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3536     - title: "2005.0-5"
3537       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3538     - title: "2009.0-5"
3539       data-set: "vpp-performance-changes-2n-skx-cmp"
3540   comparisons:
3541     - title: "2005.0-5 vs 2005.0-4"
3542       reference: 2
3543       compare: 3
3544 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3545     - title: "2009.0-5 vs 2005.0-5"
3546       reference: 3
3547       compare: 4
3548 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3549   legend:
3550     - ''
3551     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3552     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3553     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3554     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3555     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3556
3557 # VPP Performance Changes 2n-skx 2t1c ndr
3558 - type: "table"
3559   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3560   algorithm: "table_comparison"
3561   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3563   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3564   columns:
3565     - title: "2001.0-4"
3566       data-set: "vpp-performance-changes-2n-skx-h1"
3567     - title: "2005.0-4"
3568       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3569     - title: "2005.0-5"
3570       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3571     - title: "2009.0-5"
3572       data-set: "vpp-performance-changes-2n-skx-cmp"
3573   comparisons:
3574     - title: "2005.0-5 vs 2005.0-4"
3575       reference: 2
3576       compare: 3
3577 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3578     - title: "2009.0-5 vs 2005.0-5"
3579       reference: 3
3580       compare: 4
3581 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3582   legend:
3583     - ''
3584     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3585     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3586     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3587     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3588     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3589
3590 # VPP Performance Changes 2n-skx 4t2c ndr
3591 - type: "table"
3592   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3593   algorithm: "table_comparison"
3594   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3596   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3597   columns:
3598     - title: "2001.0-4"
3599       data-set: "vpp-performance-changes-2n-skx-h1"
3600     - title: "2005.0-4"
3601       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3602     - title: "2005.0-5"
3603       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3604     - title: "2009.0-5"
3605       data-set: "vpp-performance-changes-2n-skx-cmp"
3606   comparisons:
3607     - title: "2005.0-5 vs 2005.0-4"
3608       reference: 2
3609       compare: 3
3610 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3611     - title: "2009.0-5 vs 2005.0-5"
3612       reference: 3
3613       compare: 4
3614 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3615   legend:
3616     - ''
3617     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3618     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3619     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3620     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3621     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3622
3623 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3624 - type: "table"
3625   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3626   algorithm: "table_comparison"
3627   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3629   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3630   columns:
3631     - title: "2001.0-4"
3632       data-set: "vpp-performance-changes-2n-clx-h1"
3633     - title: "2005.0-4"
3634       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3635     - title: "2005.0-5"
3636       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3637     - title: "2009.0-5"
3638       data-set: "vpp-performance-changes-2n-clx-cmp"
3639   comparisons:
3640     - title: "2005.0-5 vs 2005.0-4"
3641       reference: 2
3642       compare: 3
3643 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3644     - title: "2009.0-5 vs 2005.0-5"
3645       reference: 3
3646       compare: 4
3647 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3648   legend:
3649     - ''
3650     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3651     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3652     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3653     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3654     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3655
3656 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3657 - type: "table"
3658   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3659   algorithm: "table_comparison"
3660   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3661   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3662   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3663   columns:
3664     - title: "2001.0-4"
3665       data-set: "vpp-performance-changes-2n-clx-h1"
3666     - title: "2005.0-4"
3667       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3668     - title: "2005.0-5"
3669       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3670     - title: "2009.0-5"
3671       data-set: "vpp-performance-changes-2n-clx-cmp"
3672   comparisons:
3673     - title: "2005.0-5 vs 2005.0-4"
3674       reference: 2
3675       compare: 3
3676 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3677     - title: "2009.0-5 vs 2005.0-5"
3678       reference: 3
3679       compare: 4
3680 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3681   legend:
3682     - ''
3683     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3684     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3685     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3686     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3687     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3688
3689 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3690 - type: "table"
3691   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3692   algorithm: "table_comparison"
3693   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3695   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3696   columns:
3697     - title: "2001.0-4"
3698       data-set: "vpp-performance-changes-2n-clx-h1"
3699     - title: "2005.0-4"
3700       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3701     - title: "2005.0-5"
3702       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3703     - title: "2009.0-5"
3704       data-set: "vpp-performance-changes-2n-clx-cmp"
3705   comparisons:
3706     - title: "2005.0-5 vs 2005.0-4"
3707       reference: 2
3708       compare: 3
3709 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3710     - title: "2009.0-5 vs 2005.0-5"
3711       reference: 3
3712       compare: 4
3713 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3714   legend:
3715     - ''
3716     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3717     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3718     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3719     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3720     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3721
3722 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3723 - type: "table"
3724   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3725   algorithm: "table_comparison"
3726   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3728   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3729   columns:
3730     - title: "2001.0-4"
3731       data-set: "vpp-performance-changes-2n-clx-h1"
3732     - title: "2005.0-4"
3733       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3734     - title: "2005.0-5"
3735       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3736     - title: "2009.0-5"
3737       data-set: "vpp-performance-changes-2n-clx-cmp"
3738   comparisons:
3739     - title: "2005.0-5 vs 2005.0-4"
3740       reference: 2
3741       compare: 3
3742 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3743     - title: "2009.0-5 vs 2005.0-5"
3744       reference: 3
3745       compare: 4
3746 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3747   legend:
3748     - ''
3749     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3750     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3751     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3752     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3753     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3754
3755 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3756 #- type: "table"
3757 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3758 #  algorithm: "table_comparison"
3759 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3760 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3761 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3762 #  columns:
3763 #    - title: "2001.0-2"
3764 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3765 #    - title: "2005.0-3"
3766 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3767 #  comparisons:
3768 #    - title: "Diff"
3769 #      reference: 1
3770 #      compare: 2
3771 #  legend:
3772 #    - ''
3773 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3774 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3775 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3776 #    - '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.'
3777 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3778 #
3779 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3780 #- type: "table"
3781 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3782 #  algorithm: "table_comparison"
3783 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3784 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3785 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3786 #  columns:
3787 #    - title: "2001.0-2"
3788 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3789 #    - title: "2005.0-3"
3790 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3791 #  comparisons:
3792 #    - title: "Diff"
3793 #      reference: 1
3794 #      compare: 2
3795 #  legend:
3796 #    - ''
3797 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3798 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3799 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3800 #    - '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.'
3801 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3802 #
3803 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3804 #- type: "table"
3805 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3806 #  algorithm: "table_comparison"
3807 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3808 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3809 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3810 #  columns:
3811 #    - title: "2001.0-2"
3812 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3813 #    - title: "2005.0-3"
3814 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3815 #  comparisons:
3816 #    - title: "Diff"
3817 #      reference: 1
3818 #      compare: 2
3819 #  legend:
3820 #    - ''
3821 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3822 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3823 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3824 #    - '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.'
3825 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3826 #
3827 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3828 #- type: "table"
3829 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3830 #  algorithm: "table_comparison"
3831 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3832 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3833 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3834 #  columns:
3835 #    - title: "2001.0-2"
3836 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3837 #    - title: "2005.0-3"
3838 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3839 #  comparisons:
3840 #    - title: "Diff"
3841 #      reference: 1
3842 #      compare: 2
3843 #  legend:
3844 #    - ''
3845 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3846 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3847 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3848 #    - '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.'
3849 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3850
3851 # VPP Performance Changes 2n-dnv 1t1c pdr
3852 - type: "table"
3853   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3854   algorithm: "table_comparison"
3855   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3857   filter: "'1T1C'"
3858   columns:
3859     - title: "2001.0-2"
3860       data-set: "vpp-performance-changes-2n-dnv-h1"
3861     - title: "2005.0-5"
3862       data-set: "vpp-performance-changes-2n-dnv-ref"
3863     - title: "2009.0-5"
3864       data-set: "vpp-performance-changes-2n-dnv-cmp"
3865   comparisons:
3866     - title: "2009.0-5 vs 2005.0-5"
3867       reference: 2
3868       compare: 3
3869   legend:
3870     - ''
3871     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3872     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3873     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3874     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3875
3876 # VPP Performance Changes 2n-dnv 2t2c pdr
3877 - type: "table"
3878   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3879   algorithm: "table_comparison"
3880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3881   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3882   filter: "'2T2C'"
3883   columns:
3884     - title: "2001.0-2"
3885       data-set: "vpp-performance-changes-2n-dnv-h1"
3886     - title: "2005.0-5"
3887       data-set: "vpp-performance-changes-2n-dnv-ref"
3888     - title: "2009.0-5"
3889       data-set: "vpp-performance-changes-2n-dnv-cmp"
3890   comparisons:
3891     - title: "2009.0-5 vs 2005.0-5"
3892       reference: 2
3893       compare: 3
3894   legend:
3895     - ''
3896     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3897     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3898     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3899     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3900
3901 # VPP Performance Changes 2n-dnv 1t1c ndr
3902 - type: "table"
3903   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3904   algorithm: "table_comparison"
3905   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3907   filter: "'1T1C'"
3908   columns:
3909     - title: "2001.0-2"
3910       data-set: "vpp-performance-changes-2n-dnv-h1"
3911     - title: "2005.0-5"
3912       data-set: "vpp-performance-changes-2n-dnv-ref"
3913     - title: "2009.0-5"
3914       data-set: "vpp-performance-changes-2n-dnv-cmp"
3915   comparisons:
3916     - title: "2009.0-5 vs 2005.0-5"
3917       reference: 2
3918       compare: 3
3919   legend:
3920     - ''
3921     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3922     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3923     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3924     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3925
3926 # VPP Performance Changes 2n-dnv 2t2c ndr
3927 - type: "table"
3928   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3929   algorithm: "table_comparison"
3930   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3932   filter: "'2T2C'"
3933   columns:
3934     - title: "2001.0-2"
3935       data-set: "vpp-performance-changes-2n-dnv-h1"
3936     - title: "2005.0-5"
3937       data-set: "vpp-performance-changes-2n-dnv-ref"
3938     - title: "2009.0-5"
3939       data-set: "vpp-performance-changes-2n-dnv-cmp"
3940   comparisons:
3941     - title: "2009.0-5 vs 2005.0-5"
3942       reference: 2
3943       compare: 3
3944   legend:
3945     - ''
3946     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3947     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3948     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3949     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3950
3951 # VPP Performance Changes 3n-dnv 1t1c pdr
3952 - type: "table"
3953   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3954   algorithm: "table_comparison"
3955   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3957   filter: "'1T1C'"
3958   columns:
3959     - title: "2001.0-2"
3960       data-set: "vpp-performance-changes-3n-dnv-h1"
3961     - title: "2005.0-5"
3962       data-set: "vpp-performance-changes-3n-dnv-ref"
3963     - title: "2009.0-5"
3964       data-set: "vpp-performance-changes-3n-dnv-cmp"
3965   comparisons:
3966     - title: "2009.0-5 vs 2005.0-5"
3967       reference: 2
3968       compare: 3
3969   legend:
3970     - ''
3971     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3972     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3973     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3974     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3975
3976 # VPP Performance Changes 3n-dnv 2t2c pdr
3977 - type: "table"
3978   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3979   algorithm: "table_comparison"
3980   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3982   filter: "'2T2C'"
3983   columns:
3984     - title: "2001.0-2"
3985       data-set: "vpp-performance-changes-3n-dnv-h1"
3986     - title: "2005.0-5"
3987       data-set: "vpp-performance-changes-3n-dnv-ref"
3988     - title: "2009.0-5"
3989       data-set: "vpp-performance-changes-3n-dnv-cmp"
3990   comparisons:
3991     - title: "2009.0-5 vs 2005.0-5"
3992       reference: 2
3993       compare: 3
3994   legend:
3995     - ''
3996     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3997     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3998     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3999     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4000
4001 # VPP Performance Changes 3n-dnv 1t1c ndr
4002 - type: "table"
4003   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4004   algorithm: "table_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'1T1C'"
4008   columns:
4009     - title: "2001.0-2"
4010       data-set: "vpp-performance-changes-3n-dnv-h1"
4011     - title: "2005.0-5"
4012       data-set: "vpp-performance-changes-3n-dnv-ref"
4013     - title: "2009.0-5"
4014       data-set: "vpp-performance-changes-3n-dnv-cmp"
4015   comparisons:
4016     - title: "2009.0-5 vs 2005.0-5"
4017       reference: 2
4018       compare: 3
4019   legend:
4020     - ''
4021     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4022     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4023     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4024     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4025
4026 # VPP Performance Changes 3n-dnv 2t2c ndr
4027 - type: "table"
4028   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4029   algorithm: "table_comparison"
4030   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4031   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4032   filter: "'2T2C'"
4033   columns:
4034     - title: "2001.0-2"
4035       data-set: "vpp-performance-changes-3n-dnv-h1"
4036     - title: "2005.0-5"
4037       data-set: "vpp-performance-changes-3n-dnv-ref"
4038     - title: "2009.0-5"
4039       data-set: "vpp-performance-changes-3n-dnv-cmp"
4040   comparisons:
4041     - title: "2009.0-5 vs 2005.0-5"
4042       reference: 2
4043       compare: 3
4044   legend:
4045     - ''
4046     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4047     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4048     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4049     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4050
4051 # VPP Performance Changes 3n-tsh 1t1c pdr
4052 - type: "table"
4053   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4054   algorithm: "table_comparison"
4055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4057   filter: "'1T1C'"
4058   columns:
4059     - title: "2001.0-4"
4060       data-set: "vpp-performance-changes-3n-tsh-h1"
4061     - title: "2005.0-4"
4062       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4063     - title: "2005.0-5"
4064       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4065     - title: "2009.0-5"
4066       data-set: "vpp-performance-changes-3n-tsh-cmp"
4067   comparisons:
4068     - title: "2005.0-5 vs 2005.0-4"
4069       reference: 2
4070       compare: 3
4071 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4072     - title: "2009.0-5 vs 2005.0-5"
4073       reference: 3
4074       compare: 4
4075 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4076   legend:
4077     - ''
4078     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4079     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4080     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4081     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4082     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4083
4084 # VPP Performance Changes 3n-tsh 2t2c pdr
4085 - type: "table"
4086   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4087   algorithm: "table_comparison"
4088   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4090   filter: "'2T2C'"
4091   columns:
4092     - title: "2001.0-4"
4093       data-set: "vpp-performance-changes-3n-tsh-h1"
4094     - title: "2005.0-4"
4095       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4096     - title: "2005.0-5"
4097       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4098     - title: "2009.0-5"
4099       data-set: "vpp-performance-changes-3n-tsh-cmp"
4100   comparisons:
4101     - title: "2005.0-5 vs 2005.0-4"
4102       reference: 2
4103       compare: 3
4104 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4105     - title: "2009.0-5 vs 2005.0-5"
4106       reference: 3
4107       compare: 4
4108 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4109   legend:
4110     - ''
4111     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4112     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4113     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4114     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4115     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4116
4117 # VPP Performance Changes 3n-tsh 1t1c ndr
4118 - type: "table"
4119   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4120   algorithm: "table_comparison"
4121   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4123   filter: "'1T1C'"
4124   columns:
4125     - title: "2001.0-4"
4126       data-set: "vpp-performance-changes-3n-tsh-h1"
4127     - title: "2005.0-4"
4128       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4129     - title: "2005.0-5"
4130       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4131     - title: "2009.0-5"
4132       data-set: "vpp-performance-changes-3n-tsh-cmp"
4133   comparisons:
4134     - title: "2005.0-5 vs 2005.0-4"
4135       reference: 2
4136       compare: 3
4137 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4138     - title: "2009.0-5 vs 2005.0-5"
4139       reference: 3
4140       compare: 4
4141 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4142   legend:
4143     - ''
4144     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4145     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4146     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4147     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4148     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4149
4150 # VPP Performance Changes 3n-tsh 2t2c ndr
4151 - type: "table"
4152   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4153   algorithm: "table_comparison"
4154   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4156   filter: "'2T2C'"
4157   columns:
4158     - title: "2001.0-4"
4159       data-set: "vpp-performance-changes-3n-tsh-h1"
4160     - title: "2005.0-4"
4161       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4162     - title: "2005.0-5"
4163       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4164     - title: "2009.0-5"
4165       data-set: "vpp-performance-changes-3n-tsh-cmp"
4166   comparisons:
4167     - title: "2005.0-5 vs 2005.0-4"
4168       reference: 2
4169       compare: 3
4170 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4171     - title: "2009.0-5 vs 2005.0-5"
4172       reference: 3
4173       compare: 4
4174 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4175   legend:
4176     - ''
4177     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4178     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4179     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4180     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4181     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4182
4183 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4184 - type: "table"
4185   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4186   algorithm: "table_comparison"
4187   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4189   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4190   columns:
4191     - title: "3n-hsw xl710"
4192       data-set: "vpp-compare-testbeds-ref"
4193       tag: "NIC_Intel-XL710"
4194     - title: "3n-skx xxv710"
4195       data-set: "vpp-compare-testbeds-cmp"
4196       tag: "NIC_Intel-XXV710"
4197   comparisons:
4198     - title: "Diff"
4199       reference: 1
4200       compare: 2
4201   legend:
4202     - ""
4203     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4204     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4205
4206 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4207 - type: "table"
4208   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4209   algorithm: "table_comparison"
4210   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4212   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4213   columns:
4214     - title: "3n-hsw xl710"
4215       data-set: "vpp-compare-testbeds-ref"
4216       tag: "NIC_Intel-XL710"
4217     - title: "3n-skx xxv710"
4218       data-set: "vpp-compare-testbeds-cmp"
4219       tag: "NIC_Intel-XXV710"
4220   comparisons:
4221     - title: "Diff"
4222       reference: 1
4223       compare: 2
4224   legend:
4225     - ""
4226     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4227     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4228
4229 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4230 - type: "table"
4231   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4232   algorithm: "table_comparison"
4233   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4235   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4236   columns:
4237     - title: "3n-hsw xl710"
4238       data-set: "vpp-compare-testbeds-ref"
4239       tag: "NIC_Intel-XL710"
4240     - title: "3n-skx xxv710"
4241       data-set: "vpp-compare-testbeds-cmp"
4242       tag: "NIC_Intel-XXV710"
4243   comparisons:
4244     - title: "Diff"
4245       reference: 1
4246       compare: 2
4247   legend:
4248     - ""
4249     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4250     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4251
4252 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4253 - type: "table"
4254   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4255   algorithm: "table_comparison"
4256   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4258   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4259   columns:
4260     - title: "3n-hsw xl710"
4261       data-set: "vpp-compare-testbeds-ref"
4262       tag: "NIC_Intel-XL710"
4263     - title: "3n-skx xxv710"
4264       data-set: "vpp-compare-testbeds-cmp"
4265       tag: "NIC_Intel-XXV710"
4266   comparisons:
4267     - title: "Diff"
4268       reference: 1
4269       compare: 2
4270   legend:
4271     - ""
4272     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4273     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4274
4275 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4276 - type: "table"
4277   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4278   algorithm: "table_comparison"
4279   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4280   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4281   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4282   columns:
4283     - title: "2n-skx"
4284       data-set: "vpp-compare-testbeds-skx-clx-ref"
4285     - title: "2n-clx"
4286       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4287   comparisons:
4288     - title: "Diff"
4289       reference: 1
4290       compare: 2
4291   legend:
4292     - ""
4293     - "2n-skx, 2n-clx - testbeds and NICs tested."
4294     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4295
4296 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4297 - type: "table"
4298   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4299   algorithm: "table_comparison"
4300   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4302   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4303   columns:
4304     - title: "2n-skx"
4305       data-set: "vpp-compare-testbeds-skx-clx-ref"
4306     - title: "2n-clx"
4307       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4308   comparisons:
4309     - title: "Diff"
4310       reference: 1
4311       compare: 2
4312   legend:
4313     - ""
4314     - "2n-skx, 2n-clx - testbeds and NICs tested."
4315     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4316
4317 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4318 - type: "table"
4319   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4320   algorithm: "table_comparison"
4321   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4323   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4324   columns:
4325     - title: "2n-skx"
4326       data-set: "vpp-compare-testbeds-skx-clx-ref"
4327     - title: "2n-clx"
4328       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4329   comparisons:
4330     - title: "Diff"
4331       reference: 1
4332       compare: 2
4333   legend:
4334     - ""
4335     - "2n-skx, 2n-clx - testbeds and NICs tested."
4336     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4337
4338 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4339 - type: "table"
4340   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4341   algorithm: "table_comparison"
4342   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4343   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4344   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4345   columns:
4346     - title: "2n-skx"
4347       data-set: "vpp-compare-testbeds-skx-clx-ref"
4348     - title: "2n-clx"
4349       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4350   comparisons:
4351     - title: "Diff"
4352       reference: 1
4353       compare: 2
4354   legend:
4355     - ""
4356     - "2n-skx, 2n-clx - testbeds and NICs tested."
4357     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4358
4359 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4360 - type: "table"
4361   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4362   algorithm: "table_comparison"
4363   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4364   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4365   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4366   columns:
4367     - title: "3n-hsw xl710"
4368       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4369       tag: "NIC_Intel-XL710"
4370     - title: "2n-clx xxv710"
4371       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4372       tag: "NIC_Intel-XXV710"
4373   comparisons:
4374     - title: "Diff"
4375       reference: 1
4376       compare: 2
4377   legend:
4378     - ""
4379     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4380     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4381
4382 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4383 - type: "table"
4384   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4385   algorithm: "table_comparison"
4386   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4388   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4389   columns:
4390     - title: "3n-hsw xl710"
4391       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4392       tag: "NIC_Intel-XL710"
4393     - title: "2n-clx xxv710"
4394       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4395       tag: "NIC_Intel-XXV710"
4396   comparisons:
4397     - title: "Diff"
4398       reference: 1
4399       compare: 2
4400   legend:
4401     - ""
4402     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4403     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4404
4405 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4406 - type: "table"
4407   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4408   algorithm: "table_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4411   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4412   columns:
4413     - title: "3n-hsw xl710"
4414       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4415       tag: "NIC_Intel-XL710"
4416     - title: "2n-clx xxv710"
4417       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4418       tag: "NIC_Intel-XXV710"
4419   comparisons:
4420     - title: "Diff"
4421       reference: 1
4422       compare: 2
4423   legend:
4424     - ""
4425     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4426     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4427
4428 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4429 - type: "table"
4430   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4431   algorithm: "table_comparison"
4432   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4433   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4434   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4435   columns:
4436     - title: "3n-hsw xl710"
4437       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4438       tag: "NIC_Intel-XL710"
4439     - title: "2n-clx xxv710"
4440       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4441       tag: "NIC_Intel-XXV710"
4442   comparisons:
4443     - title: "Diff"
4444       reference: 1
4445       compare: 2
4446   legend:
4447     - ""
4448     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4449     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4450
4451 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4452 - type: "table"
4453   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4454   algorithm: "table_comparison"
4455   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4457   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4458   columns:
4459     - title: "3n-skx"
4460       data-set: "vpp-compare-topologies-ref"
4461     - title: "2n-skx"
4462       data-set: "vpp-compare-topologies-cmp"
4463   comparisons:
4464     - title: "Diff"
4465       reference: 1
4466       compare: 2
4467   legend:
4468     - ""
4469     - "3n-skx, 2n-skx - topologies tested."
4470     - "Diff - difference between 3n-skx and 2n-skx topologies."
4471
4472 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4473 - type: "table"
4474   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4475   algorithm: "table_comparison"
4476   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4478   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4479   columns:
4480     - title: "3n-skx"
4481       data-set: "vpp-compare-topologies-ref"
4482     - title: "2n-skx"
4483       data-set: "vpp-compare-topologies-cmp"
4484   comparisons:
4485     - title: "Diff"
4486       reference: 1
4487       compare: 2
4488   legend:
4489     - ""
4490     - "3n-skx, 2n-skx - topologies tested."
4491     - "Diff - difference between 3n-skx and 2n-skx topologies."
4492
4493 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4494 - type: "table"
4495   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4496   algorithm: "table_comparison"
4497   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4499   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4500   columns:
4501     - title: "3n-skx"
4502       data-set: "vpp-compare-topologies-ref"
4503     - title: "2n-skx"
4504       data-set: "vpp-compare-topologies-cmp"
4505   comparisons:
4506     - title: "Diff"
4507       reference: 1
4508       compare: 2
4509   legend:
4510     - ""
4511     - "3n-skx, 2n-skx - topologies tested."
4512     - "Diff - difference between 3n-skx and 2n-skx topologies."
4513
4514 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4515 - type: "table"
4516   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4517   algorithm: "table_comparison"
4518   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4520   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4521   columns:
4522     - title: "3n-skx"
4523       data-set: "vpp-compare-topologies-ref"
4524     - title: "2n-skx"
4525       data-set: "vpp-compare-topologies-cmp"
4526   comparisons:
4527     - title: "Diff"
4528       reference: 1
4529       compare: 2
4530   legend:
4531     - ""
4532     - "3n-skx, 2n-skx - topologies tested."
4533     - "Diff - difference between 3n-skx and 2n-skx topologies."
4534
4535 # VPP Performance Changes 3n-hsw 1t1c mrr
4536 - type: "table"
4537   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4538   algorithm: "table_comparison"
4539   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4541   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4542   columns:
4543     - title: "2001.0-2"
4544       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4545     - title: "2005.0-4"
4546       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4547     - title: "2005.0-5"
4548       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4549     - title: "2009.0-5"
4550       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4551   comparisons:
4552     - title: "2005.0-5 vs 2005.0-4"
4553       reference: 2
4554       compare: 3
4555 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4556     - title: "2009.0-5 vs 2005.0-5"
4557       reference: 3
4558       compare: 4
4559 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4560   legend:
4561     - ''
4562     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4563     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4564     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4565     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4566     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4567
4568 # VPP Performance Changes 3n-hsw 2t2c mrr
4569 - type: "table"
4570   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4571   algorithm: "table_comparison"
4572   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4573   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4574   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4575   columns:
4576     - title: "2001.0-2"
4577       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4578     - title: "2005.0-4"
4579       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4580     - title: "2005.0-5"
4581       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4582     - title: "2009.0-5"
4583       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4584   comparisons:
4585     - title: "2005.0-5 vs 2005.0-4"
4586       reference: 2
4587       compare: 3
4588 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4589     - title: "2009.0-5 vs 2005.0-5"
4590       reference: 3
4591       compare: 4
4592 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4593   legend:
4594     - ''
4595     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4596     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4597     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4598     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4599     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4600
4601 # VPP Performance Changes 3n-hsw 4t4c mrr
4602 - type: "table"
4603   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4604   algorithm: "table_comparison"
4605   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4607   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4608   columns:
4609     - title: "2001.0-2"
4610       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4611     - title: "2005.0-4"
4612       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4613     - title: "2005.0-5"
4614       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4615     - title: "2009.0-5"
4616       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4617   comparisons:
4618     - title: "2005.0-5 vs 2005.0-4"
4619       reference: 2
4620       compare: 3
4621 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4622     - title: "2009.0-5 vs 2005.0-5"
4623       reference: 3
4624       compare: 4
4625 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4626   legend:
4627     - ''
4628     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4629     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4630     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4631     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4632     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4633
4634 # VPP Performance Changes 3n-skx 2t1c mrr
4635 - type: "table"
4636   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4637   algorithm: "table_comparison"
4638   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4640   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4641   columns:
4642     - title: "2001.0-2"
4643       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4644     - title: "2005.0-4"
4645       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4646     - title: "2005.0-5"
4647       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4648     - title: "2009.0-5"
4649       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4650   comparisons:
4651     - title: "2005.0-5 vs 2005.0-4"
4652       reference: 2
4653       compare: 3
4654 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4655     - title: "2009.0-5 vs 2005.0-5"
4656       reference: 2
4657       compare: 3
4658 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4659   legend:
4660     - ''
4661     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4662     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4663     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4664     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4665     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4666
4667 # VPP Performance Changes 3n-skx 4t2c mrr
4668 - type: "table"
4669   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4670   algorithm: "table_comparison"
4671   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4673   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4674   columns:
4675     - title: "2001.0-2"
4676       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4677     - title: "2005.0-4"
4678       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4679     - title: "2005.0-5"
4680       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4681     - title: "2009.0-5"
4682       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4683   comparisons:
4684     - title: "2005.0-5 vs 2005.0-4"
4685       reference: 2
4686       compare: 3
4687 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4688     - title: "2009.0-5 vs 2005.0-5"
4689       reference: 2
4690       compare: 3
4691 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4692   legend:
4693     - ''
4694     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4695     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4696     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4697     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4698     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4699
4700 # VPP Performance Changes 3n-skx 8t4c mrr
4701 - type: "table"
4702   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4703   algorithm: "table_comparison"
4704   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4705   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4706   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4707   columns:
4708     - title: "2001.0-2"
4709       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4710     - title: "2005.0-4"
4711       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4712     - title: "2005.0-5"
4713       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4714     - title: "2009.0-5"
4715       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4716   comparisons:
4717     - title: "2005.0-5 vs 2005.0-4"
4718       reference: 2
4719       compare: 3
4720 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4721     - title: "2009.0-5 vs 2005.0-5"
4722       reference: 2
4723       compare: 3
4724 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4725   legend:
4726     - ''
4727     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4728     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4729     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4730     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4731     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4732
4733 # VPP Performance Changes 2n-skx 2t1c mrr
4734 - type: "table"
4735   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4736   algorithm: "table_comparison"
4737   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4739   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4740   columns:
4741     - title: "2001.0-2"
4742       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4743     - title: "2005.0-4"
4744       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4745     - title: "2005.0-5"
4746       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4747     - title: "2009.0-5"
4748       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4749   comparisons:
4750     - title: "2005.0-5 vs 2005.0-4"
4751       reference: 2
4752       compare: 3
4753 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4754     - title: "2009.0-5 vs 2005.0-4"
4755       reference: 3
4756       compare: 4
4757 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4758   legend:
4759     - ''
4760     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4761     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4762     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4763     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4764     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4765
4766 # VPP Performance Changes 2n-skx 4t2c mrr
4767 - type: "table"
4768   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4769   algorithm: "table_comparison"
4770   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4771   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4772   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4773   columns:
4774     - title: "2001.0-2"
4775       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4776     - title: "2005.0-4"
4777       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4778     - title: "2005.0-5"
4779       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4780     - title: "2009.0-5"
4781       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4782   comparisons:
4783     - title: "2005.0-5 vs 2005.0-4"
4784       reference: 2
4785       compare: 3
4786 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4787     - title: "2009.0-5 vs 2005.0-4"
4788       reference: 3
4789       compare: 4
4790 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4791   legend:
4792     - ''
4793     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4794     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4795     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4796     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4797     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4798
4799 # VPP Performance Changes 2n-skx 8t4c mrr
4800 - type: "table"
4801   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4802   algorithm: "table_comparison"
4803   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4805   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4806   columns:
4807     - title: "2001.0-2"
4808       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4809     - title: "2005.0-4"
4810       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4811     - title: "2005.0-5"
4812       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4813     - title: "2009.0-5"
4814       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4815   comparisons:
4816     - title: "2005.0-5 vs 2005.0-4"
4817       reference: 2
4818       compare: 3
4819 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4820     - title: "2009.0-5 vs 2005.0-4"
4821       reference: 3
4822       compare: 4
4823 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4824   legend:
4825     - ''
4826     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4827     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4828     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4829     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4830     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4831
4832 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4833 - type: "table"
4834   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4835   algorithm: "table_comparison"
4836   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4838   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4839   columns:
4840     - title: "2001.0-2"
4841       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4842     - title: "2005.0-4"
4843       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4844     - title: "2005.0-5"
4845       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4846     - title: "2009.0-5"
4847       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4848   comparisons:
4849     - title: "2005.0-5 vs 2005.0-4"
4850       reference: 2
4851       compare: 3
4852 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4853     - title: "2009.0-5 vs 2005.0-5"
4854       reference: 3
4855       compare: 4
4856 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4857   legend:
4858     - ''
4859     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4860     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4861     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4862     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4863     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4864
4865 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4866 - type: "table"
4867   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4868   algorithm: "table_comparison"
4869   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4870   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4871   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4872   columns:
4873     - title: "2001.0-2"
4874       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4875     - title: "2005.0-4"
4876       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4877     - title: "2005.0-5"
4878       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4879     - title: "2009.0-5"
4880       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4881   comparisons:
4882     - title: "2005.0-5 vs 2005.0-4"
4883       reference: 2
4884       compare: 3
4885 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4886     - title: "2009.0-5 vs 2005.0-5"
4887       reference: 3
4888       compare: 4
4889 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4890   legend:
4891     - ''
4892     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4893     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4894     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4895     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4896     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4897
4898 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4899 - type: "table"
4900   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4901   algorithm: "table_comparison"
4902   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4904   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4905   columns:
4906     - title: "2001.0-2"
4907       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4908     - title: "2005.0-4"
4909       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4910     - title: "2005.0-5"
4911       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4912     - title: "2009.0-5"
4913       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4914   comparisons:
4915     - title: "2005.0-5 vs 2005.0-4"
4916       reference: 2
4917       compare: 3
4918 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4919     - title: "2009.0-5 vs 2005.0-5"
4920       reference: 3
4921       compare: 4
4922 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4923   legend:
4924     - ''
4925     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4926     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4927     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4928     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4929     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4930
4931 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4932 #- type: "table"
4933 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4934 #  algorithm: "table_comparison"
4935 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4936 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4937 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4938 #  columns:
4939 #    - title: "2001"
4940 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4941 #    - title: "2005"
4942 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4943 #  comparisons:
4944 #    - title: "Diff"
4945 #      reference: 1
4946 #      compare: 2
4947 #  legend:
4948 #    - ""
4949 #    - "2001, 2005 - VPP versions tested."
4950 #    - "Diff - difference between 2001 and 2005 VPP version."
4951 #
4952 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4953 #- type: "table"
4954 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4955 #  algorithm: "table_comparison"
4956 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4958 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4959 #  columns:
4960 #    - title: "2001"
4961 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4962 #    - title: "2005"
4963 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4964 #  comparisons:
4965 #    - title: "Diff"
4966 #      reference: 1
4967 #      compare: 2
4968 #  legend:
4969 #    - ""
4970 #    - "2001, 2005 - VPP versions tested."
4971 #    - "Diff - difference between 2001 and 2005 VPP version."
4972 #
4973 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4974 #- type: "table"
4975 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4976 #  algorithm: "table_comparison"
4977 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4978 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4979 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4980 #  columns:
4981 #    - title: "2001"
4982 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4983 #    - title: "2005"
4984 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4985 #  comparisons:
4986 #    - title: "Diff"
4987 #      reference: 1
4988 #      compare: 2
4989 #  legend:
4990 #    - ""
4991 #    - "2001, 2005 - VPP versions tested."
4992 #    - "Diff - difference between 2001 and 2005 VPP version."
4993
4994 # VPP Performance Changes 2n-dnv 1t1c mrr
4995 - type: "table"
4996   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4997   algorithm: "table_comparison"
4998   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5000   filter: "'1T1C'"
5001   columns:
5002     - title: "2001.0-2"
5003       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5004     - title: "2005.0-5"
5005       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5006     - title: "2009.0-5"
5007       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5008   comparisons:
5009     - title: "2009.0-5 vs 2005.0-5"
5010       reference: 2
5011       compare: 3
5012   legend:
5013     - ''
5014     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5015     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5016     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5017     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5018
5019 # VPP Performance Changes 2n-dnv 2t2c mrr
5020 - type: "table"
5021   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5022   algorithm: "table_comparison"
5023   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5024   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5025   filter: "'2T2C'"
5026   columns:
5027     - title: "2001.0-2"
5028       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5029     - title: "2005.0-5"
5030       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5031     - title: "2009.0-5"
5032       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5033   comparisons:
5034     - title: "2009.0-5 vs 2005.0-5"
5035       reference: 2
5036       compare: 3
5037   legend:
5038     - ''
5039     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5040     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5041     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5042     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5043
5044 # VPP Performance Changes 2n-dnv 4t4c mrr
5045 - type: "table"
5046   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5047   algorithm: "table_comparison"
5048   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5050   filter: "'4T4C'"
5051   columns:
5052     - title: "2001.0-2"
5053       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5054     - title: "2005.0-5"
5055       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5056     - title: "2009.0-5"
5057       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5058   comparisons:
5059     - title: "2009.0-5 vs 2005.0-5"
5060       reference: 2
5061       compare: 3
5062   legend:
5063     - ''
5064     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5065     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5066     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5067     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5068
5069 # VPP Performance Changes 3n-dnv 1t1c mrr
5070 - type: "table"
5071   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5072   algorithm: "table_comparison"
5073   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5074   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5075   filter: "'1T1C'"
5076   columns:
5077     - title: "2001.0-2"
5078       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5079     - title: "2005.0-5"
5080       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5081     - title: "2009.0-5"
5082       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5083   comparisons:
5084     - title: "2009.0-5 vs 2005.0-5"
5085       reference: 2
5086       compare: 3
5087   legend:
5088     - ''
5089     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5090     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5091     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5092     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5093
5094 # VPP Performance Changes 3n-dnv 2t2c mrr
5095 - type: "table"
5096   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5097   algorithm: "table_comparison"
5098   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5099   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5100   filter: "'2T2C'"
5101   columns:
5102     - title: "2001.0-2"
5103       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5104     - title: "2005.0-5"
5105       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5106     - title: "2009.0-5"
5107       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5108   comparisons:
5109     - title: "2009.0-5 vs 2005.0-5"
5110       reference: 2
5111       compare: 3
5112   legend:
5113     - ''
5114     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5115     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5116     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5117     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5118
5119 # VPP Performance Changes 3n-dnv 4t4c mrr
5120 - type: "table"
5121   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5122   algorithm: "table_comparison"
5123   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5125   filter: "'4T4C'"
5126   columns:
5127     - title: "2001.0-2"
5128       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5129     - title: "2005.0-5"
5130       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5131     - title: "2009.0-5"
5132       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5133   comparisons:
5134     - title: "2009.0-5 vs 2005.0-5"
5135       reference: 2
5136       compare: 3
5137   legend:
5138     - ''
5139     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5140     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5141     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5142     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5143
5144 # VPP Performance Changes 3n-tsh 1t1c mrr
5145 - type: "table"
5146   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5147   algorithm: "table_comparison"
5148   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5150   filter: "'1T1C'"
5151   columns:
5152     - title: "2001.0-2"
5153       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5154     - title: "2005.0-4"
5155       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5156     - title: "2005.0-5"
5157       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5158     - title: "2009.0-5"
5159       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5160   comparisons:
5161     - title: "2005.0-5 vs 2005.0-4"
5162       reference: 2
5163       compare: 3
5164 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5165     - title: "2009.0-5 vs 2005.0-5"
5166       reference: 3
5167       compare: 4
5168 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5169   legend:
5170     - ''
5171     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5172     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5173     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5174     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5175     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5176
5177 # VPP Performance Changes 3n-tsh 2t2c mrr
5178 - type: "table"
5179   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5180   algorithm: "table_comparison"
5181   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5183   filter: "'2T2C'"
5184   columns:
5185     - title: "2001.0-2"
5186       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5187     - title: "2005.0-4"
5188       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5189     - title: "2005.0-5"
5190       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5191     - title: "2009.0-5"
5192       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5193   comparisons:
5194     - title: "2005.0-5 vs 2005.0-4"
5195       reference: 2
5196       compare: 3
5197 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5198     - title: "2009.0-5 vs 2005.0-5"
5199       reference: 3
5200       compare: 4
5201 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5202   legend:
5203     - ''
5204     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5205     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5206     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5207     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5208     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5209
5210 # VPP Performance Changes 3n-tsh 4t4c mrr
5211 - type: "table"
5212   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5213   algorithm: "table_comparison"
5214   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5215   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5216   filter: "'4T4C'"
5217   columns:
5218     - title: "2001.0-2"
5219       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5220     - title: "2005.0-4"
5221       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5222     - title: "2005.0-5"
5223       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5224     - title: "2009.0-5"
5225       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5226   comparisons:
5227     - title: "2005.0-5 vs 2005.0-4"
5228       reference: 2
5229       compare: 3
5230 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5231     - title: "2009.0-5 vs 2005.0-5"
5232       reference: 3
5233       compare: 4
5234 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5235   legend:
5236     - ''
5237     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5238     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5239     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5240     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5241     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5242
5243 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5244 - type: "table"
5245   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5246   algorithm: "table_comparison"
5247   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5249   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5250   columns:
5251     - title: "3n-hsw xl710"
5252       data-set: "vpp-compare-testbeds-mrr-ref"
5253       tag: "NIC_Intel-XL710"
5254     - title: "3n-skx xxv710"
5255       data-set: "vpp-compare-testbeds-mrr-cmp"
5256       tag: "NIC_Intel-XXV710"
5257   comparisons:
5258     - title: "Diff"
5259       reference: 1
5260       compare: 2
5261   legend:
5262     - ""
5263     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5264     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5265
5266 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5267 - type: "table"
5268   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5269   algorithm: "table_comparison"
5270   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5272   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5273   columns:
5274     - title: "3n-hsw xl710"
5275       data-set: "vpp-compare-testbeds-mrr-ref"
5276       tag: "NIC_Intel-XL710"
5277     - title: "3n-skx xxv710"
5278       data-set: "vpp-compare-testbeds-mrr-cmp"
5279       tag: "NIC_Intel-XXV710"
5280   comparisons:
5281     - title: "Diff"
5282       reference: 1
5283       compare: 2
5284   legend:
5285     - ""
5286     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5287     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5288
5289 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5290 - type: "table"
5291   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5292   algorithm: "table_comparison"
5293   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5295   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5296   columns:
5297     - title: "3n-hsw xl710"
5298       data-set: "vpp-compare-testbeds-mrr-ref"
5299       tag: "NIC_Intel-XL710"
5300     - title: "3n-skx xxv710"
5301       data-set: "vpp-compare-testbeds-mrr-cmp"
5302       tag: "NIC_Intel-XXV710"
5303   comparisons:
5304     - title: "Diff"
5305       reference: 1
5306       compare: 2
5307   legend:
5308     - ""
5309     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5310     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5311
5312 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5313 - type: "table"
5314   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5315   algorithm: "table_comparison"
5316   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5318   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5319   columns:
5320     - title: "2n-skx"
5321       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5322     - title: "2n-clx"
5323       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5324   comparisons:
5325     - title: "Diff"
5326       reference: 1
5327       compare: 2
5328   legend:
5329     - ""
5330     - "2n-skx, 2n-clx - testbeds and NICs tested."
5331     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5332
5333 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5334 - type: "table"
5335   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5336   algorithm: "table_comparison"
5337   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5339   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5340   columns:
5341     - title: "2n-skx"
5342       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5343     - title: "2n-clx"
5344       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5345   comparisons:
5346     - title: "Diff"
5347       reference: 1
5348       compare: 2
5349   legend:
5350     - ""
5351     - "2n-skx, 2n-clx - testbeds and NICs tested."
5352     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5353
5354 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5355 - type: "table"
5356   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5357   algorithm: "table_comparison"
5358   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5359   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5360   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5361   columns:
5362     - title: "2n-skx"
5363       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5364     - title: "2n-clx"
5365       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5366   comparisons:
5367     - title: "Diff"
5368       reference: 1
5369       compare: 2
5370   legend:
5371     - ""
5372     - "2n-skx, 2n-clx - testbeds and NICs tested."
5373     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5374
5375 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5376 - type: "table"
5377   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5378   algorithm: "table_comparison"
5379   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5380   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5381   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5382   columns:
5383     - title: "3n-skx"
5384       data-set: "vpp-compare-topologies-mrr-ref"
5385     - title: "2n-skx"
5386       data-set: "vpp-compare-topologies-mrr-cmp"
5387   comparisons:
5388     - title: "Diff"
5389       reference: 1
5390       compare: 2
5391   legend:
5392     - ""
5393     - "3n-skx, 2n-skx - topologies tested."
5394     - "Diff - difference between 3n-skx and 2n-skx topologies."
5395
5396 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5397 - type: "table"
5398   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5399   algorithm: "table_comparison"
5400   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5402   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5403   columns:
5404     - title: "3n-skx"
5405       data-set: "vpp-compare-topologies-mrr-ref"
5406     - title: "2n-skx"
5407       data-set: "vpp-compare-topologies-mrr-cmp"
5408   comparisons:
5409     - title: "Diff"
5410       reference: 1
5411       compare: 2
5412   legend:
5413     - ""
5414     - "3n-skx, 2n-skx - topologies tested."
5415     - "Diff - difference between 3n-skx and 2n-skx topologies."
5416
5417 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5418 - type: "table"
5419   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5420   algorithm: "table_comparison"
5421   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5423   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5424   columns:
5425     - title: "3n-skx"
5426       data-set: "vpp-compare-topologies-mrr-ref"
5427     - title: "2n-skx"
5428       data-set: "vpp-compare-topologies-mrr-cmp"
5429   comparisons:
5430     - title: "Diff"
5431       reference: 1
5432       compare: 2
5433   legend:
5434     - ""
5435     - "3n-skx, 2n-skx - topologies tested."
5436     - "Diff - difference between 3n-skx and 2n-skx topologies."
5437
5438 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5439 - type: "table"
5440   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5441   algorithm: "table_comparison"
5442   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5444   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5445   columns:
5446     - title: "3n-hsw xl710"
5447       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5448       tag: "NIC_Intel-XL710"
5449     - title: "2n-clx xxv710"
5450       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5451       tag: "NIC_Intel-XXV710"
5452   comparisons:
5453     - title: "Diff"
5454       reference: 1
5455       compare: 2
5456   legend:
5457     - ""
5458     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5459     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5460
5461 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5462 - type: "table"
5463   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5464   algorithm: "table_comparison"
5465   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5467   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5468   columns:
5469     - title: "3n-hsw xl710"
5470       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5471       tag: "NIC_Intel-XL710"
5472     - title: "2n-clx xxv710"
5473       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5474       tag: "NIC_Intel-XXV710"
5475   comparisons:
5476     - title: "Diff"
5477       reference: 1
5478       compare: 2
5479   legend:
5480     - ""
5481     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5482     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5483
5484 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5485 - type: "table"
5486   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5487   algorithm: "table_comparison"
5488   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5490   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5491   columns:
5492     - title: "3n-hsw xl710"
5493       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5494       tag: "NIC_Intel-XL710"
5495     - title: "2n-clx xxv710"
5496       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5497       tag: "NIC_Intel-XXV710"
5498   comparisons:
5499     - title: "Diff"
5500       reference: 1
5501       compare: 2
5502   legend:
5503     - ""
5504     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5505     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5506
5507 # Detailed Test Results - VPP Performance Results 3n-hsw
5508 - type: "table"
5509   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5510   algorithm: "table_merged_details"
5511   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5512   columns:
5513     - title: " |prein| Test Name |preout| "
5514       data: "data name"
5515     - 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| "
5516       data: "data msg"
5517   data: "vpp-perf-results-3n-hsw"
5518   filter: "all"
5519   parameters:
5520   - "name"
5521   - "parent"
5522   - "msg"
5523
5524 # Detailed Test Results - VPP Performance Results 3n-skx
5525 - type: "table"
5526   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5527   algorithm: "table_merged_details"
5528   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5529   columns:
5530     - title: " |prein| Test Name |preout| "
5531       data: "data name"
5532     - 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| "
5533       data: "data msg"
5534   data: "vpp-perf-results-3n-skx"
5535   filter: "all"
5536   remove-ndr: False
5537   parameters:
5538   - "name"
5539   - "parent"
5540   - "msg"
5541
5542 # Detailed Test Results - VPP Performance Results 2n-skx
5543 - type: "table"
5544   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5545   algorithm: "table_merged_details"
5546   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5547   columns:
5548     - title: " |prein| Test Name |preout| "
5549       data: "data name"
5550     - 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| "
5551       data: "data msg"
5552   data: "vpp-perf-results-2n-skx"
5553   filter: "all"
5554   remove-ndr: False
5555   parameters:
5556   - "name"
5557   - "parent"
5558   - "msg"
5559
5560 # Detailed Test Results - VPP Performance Results 2n-clx
5561 - type: "table"
5562   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5563   algorithm: "table_merged_details"
5564   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5565   columns:
5566     - title: " |prein| Test Name |preout| "
5567       data: "data name"
5568     - 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| "
5569       data: "data msg"
5570   data: "vpp-perf-results-2n-clx"
5571   filter: "all"
5572   parameters:
5573   - "name"
5574   - "parent"
5575   - "msg"
5576
5577 # Detailed Test Results - VPP Performance Results 3n-tsh
5578 - type: "table"
5579   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5580   algorithm: "table_merged_details"
5581   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5582   columns:
5583     - title: " |prein| Test Name |preout| "
5584       data: "data name"
5585     - 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| "
5586       data: "data msg"
5587   data: "vpp-perf-results-3n-tsh"
5588   filter: "all"
5589   parameters:
5590   - "name"
5591   - "parent"
5592   - "msg"
5593
5594 # Detailed Test Results - VPP Performance Results 3n-dnv
5595 - type: "table"
5596   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5597   algorithm: "table_merged_details"
5598   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5599   columns:
5600     - title: " |prein| Test Name |preout| "
5601       data: "data name"
5602     - 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| "
5603       data: "data msg"
5604   data: "vpp-perf-results-3n-dnv"
5605   filter: "all"
5606   parameters:
5607   - "name"
5608   - "parent"
5609   - "msg"
5610
5611 # Detailed Test Results - VPP Performance Results 2n-dnv
5612 - type: "table"
5613   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5614   algorithm: "table_merged_details"
5615   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5616   columns:
5617     - title: " |prein| Test Name |preout| "
5618       data: "data name"
5619     - 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| "
5620       data: "data msg"
5621   data: "vpp-perf-results-2n-dnv"
5622   filter: "all"
5623   parameters:
5624   - "name"
5625   - "parent"
5626   - "msg"
5627
5628 # Test configuration - VPP Performance Test Configs 3n-hsw
5629 - type: "table"
5630   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5631   algorithm: "table_merged_details"
5632   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5633   columns:
5634     - title: " |prein| Test Name |preout| "
5635       data: "data name"
5636     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5637       data: "data conf-history"
5638   data: "vpp-perf-results-3n-hsw"
5639   filter: "all"
5640   parameters:
5641   - "parent"
5642   - "name"
5643   - "conf-history"
5644
5645 # Test configuration - VPP Performance Test Configs 3n-skx
5646 - type: "table"
5647   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5648   algorithm: "table_merged_details"
5649   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5650   columns:
5651     - title: " |prein| Test Name |preout| "
5652       data: "data name"
5653     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5654       data: "data conf-history"
5655   data: "vpp-perf-results-3n-skx"
5656   filter: "all"
5657   parameters:
5658   - "parent"
5659   - "name"
5660   - "conf-history"
5661
5662 # Test configuration - VPP Performance Test Configs 2n-skx
5663 - type: "table"
5664   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5665   algorithm: "table_merged_details"
5666   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5667   columns:
5668     - title: " |prein| Test Name |preout| "
5669       data: "data name"
5670     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5671       data: "data conf-history"
5672   data: "vpp-perf-results-2n-skx"
5673   filter: "all"
5674   parameters:
5675   - "parent"
5676   - "name"
5677   - "conf-history"
5678
5679 # Test configuration - VPP Performance Test Configs 2n-clx
5680 - type: "table"
5681   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5682   algorithm: "table_merged_details"
5683   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5684   columns:
5685     - title: " |prein| Test Name |preout| "
5686       data: "data name"
5687     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5688       data: "data conf-history"
5689   data: "vpp-perf-results-2n-clx"
5690   filter: "all"
5691   parameters:
5692   - "parent"
5693   - "name"
5694   - "conf-history"
5695
5696 # Test configuration - VPP Performance Test Configs 3n-tsh
5697 - type: "table"
5698   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5699   algorithm: "table_merged_details"
5700   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5701   columns:
5702     - title: " |prein| Test Name |preout| "
5703       data: "data name"
5704     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5705       data: "data conf-history"
5706   data: "vpp-perf-results-3n-tsh"
5707   filter: "all"
5708   parameters:
5709   - "parent"
5710   - "name"
5711   - "conf-history"
5712
5713 # Test configuration - VPP Performance Test Configs 3n-dnv
5714 - type: "table"
5715   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5716   algorithm: "table_merged_details"
5717   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5718   columns:
5719     - title: " |prein| Test Name |preout| "
5720       data: "data name"
5721     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5722       data: "data conf-history"
5723   data: "vpp-perf-results-3n-dnv"
5724   filter: "all"
5725   parameters:
5726   - "parent"
5727   - "name"
5728   - "conf-history"
5729
5730 # Test configuration - VPP Performance Test Configs 2n-dnv
5731 - type: "table"
5732   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5733   algorithm: "table_merged_details"
5734   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5735   columns:
5736     - title: " |prein| Test Name |preout| "
5737       data: "data name"
5738     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5739       data: "data conf-history"
5740   data: "vpp-perf-results-2n-dnv"
5741   filter: "all"
5742   parameters:
5743   - "parent"
5744   - "name"
5745   - "conf-history"
5746
5747 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5748 - type: "table"
5749   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5750   algorithm: "table_oper_data_html"
5751   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5752   data: "vpp-perf-results-3n-hsw"
5753   filter: "all"
5754
5755 # Test Operational Data - VPP Performance Operational Data 3n-skx
5756 - type: "table"
5757   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5758   algorithm: "table_oper_data_html"
5759   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5760   data: "vpp-perf-results-3n-skx"
5761   filter: "all"
5762
5763 # Test Operational Data - VPP Performance Operational Data 2n-skx
5764 - type: "table"
5765   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5766   algorithm: "table_oper_data_html"
5767   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5768   data: "vpp-perf-results-2n-skx"
5769   filter: "all"
5770
5771 # Test Operational Data - VPP Performance Operational Data 2n-clx
5772 - type: "table"
5773   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5774   algorithm: "table_oper_data_html"
5775   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5776   data: "vpp-perf-results-2n-clx"
5777   filter: "all"
5778
5779 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5780 - type: "table"
5781   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5782   algorithm: "table_oper_data_html"
5783   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5784   data: "vpp-perf-results-3n-tsh"
5785   filter: "all"
5786
5787 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5788 - type: "table"
5789   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5790   algorithm: "table_oper_data_html"
5791   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5792   data: "vpp-perf-results-3n-dnv"
5793   filter: "all"
5794
5795 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5796 - type: "table"
5797   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5798   algorithm: "table_oper_data_html"
5799   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5800   data: "vpp-perf-results-2n-dnv"
5801   filter: "all"
5802
5803 # Detailed Test Results - VPP MRR Results 3n-hsw
5804 - type: "table"
5805   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5806   algorithm: "table_merged_details"
5807   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5808   columns:
5809     - title: " |prein| Test Name |preout| "
5810       data: "data name"
5811     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5812       data: "data msg"
5813   data: "vpp-mrr-results-3n-hsw"
5814   filter: "all"
5815   parameters:
5816   - "name"
5817   - "parent"
5818   - "msg"
5819
5820 # Detailed Test Results - VPP MRR Results 3n-skx
5821 - type: "table"
5822   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5823   algorithm: "table_merged_details"
5824   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5825   columns:
5826     - title: " |prein| Test Name |preout| "
5827       data: "data name"
5828     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5829       data: "data msg"
5830   data: "vpp-mrr-results-3n-skx"
5831   filter: "all"
5832   parameters:
5833   - "name"
5834   - "parent"
5835   - "msg"
5836
5837 # Detailed Test Results - VPP MRR Results 2n-skx
5838 - type: "table"
5839   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5840   algorithm: "table_merged_details"
5841   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5842   columns:
5843     - title: " |prein| Test Name |preout| "
5844       data: "data name"
5845     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5846       data: "data msg"
5847   data: "vpp-mrr-results-2n-skx"
5848   filter: "all"
5849   parameters:
5850   - "name"
5851   - "parent"
5852   - "msg"
5853
5854 # Detailed Test Results - VPP MRR Results 2n-clx
5855 - type: "table"
5856   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5857   algorithm: "table_merged_details"
5858   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5859   columns:
5860     - title: " |prein| Test Name |preout| "
5861       data: "data name"
5862     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5863       data: "data msg"
5864   data: "vpp-mrr-results-2n-clx"
5865   filter: "all"
5866   parameters:
5867   - "name"
5868   - "parent"
5869   - "msg"
5870
5871 # Detailed Test Results - VPP MRR Results 3n-tsh
5872 - type: "table"
5873   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5874   algorithm: "table_merged_details"
5875   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5876   columns:
5877     - title: " |prein| Test Name |preout| "
5878       data: "data name"
5879     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5880       data: "data msg"
5881   data: "vpp-mrr-results-3n-tsh"
5882   filter: "all"
5883   parameters:
5884   - "name"
5885   - "parent"
5886   - "msg"
5887
5888 # Detailed Test Results - VPP MRR Results 3n-dnv
5889 - type: "table"
5890   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5891   algorithm: "table_merged_details"
5892   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5893   columns:
5894     - title: " |prein| Test Name |preout| "
5895       data: "data name"
5896     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5897       data: "data msg"
5898   data: "vpp-mrr-results-3n-dnv"
5899   filter: "all"
5900   parameters:
5901   - "name"
5902   - "parent"
5903   - "msg"
5904
5905 # Detailed Test Results - VPP MRR Results 2n-dnv
5906 - type: "table"
5907   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5908   algorithm: "table_merged_details"
5909   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5910   columns:
5911     - title: " |prein| Test Name |preout| "
5912       data: "data name"
5913     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5914       data: "data msg"
5915   data: "vpp-mrr-results-2n-dnv"
5916   filter: "all"
5917   parameters:
5918   - "name"
5919   - "parent"
5920   - "msg"
5921
5922 # Test configuration - VPP MRR Test Configs 3n-hsw
5923 - type: "table"
5924   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5925   algorithm: "table_merged_details"
5926   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5927   columns:
5928     - title: " |prein| Test Name |preout| "
5929       data: "data name"
5930     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5931       data: "data conf-history"
5932   data: "vpp-mrr-results-3n-hsw"
5933   filter: "all"
5934   parameters:
5935   - "parent"
5936   - "name"
5937   - "conf-history"
5938
5939 # Test configuration - VPP MRR Test Configs 3n-skx
5940 - type: "table"
5941   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5942   algorithm: "table_merged_details"
5943   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5944   columns:
5945     - title: " |prein| Test Name |preout| "
5946       data: "data name"
5947     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5948       data: "data conf-history"
5949   data: "vpp-mrr-results-3n-skx"
5950   filter: "all"
5951   parameters:
5952   - "parent"
5953   - "name"
5954   - "conf-history"
5955
5956 # Test configuration - VPP MRR Test Configs 2n-skx
5957 - type: "table"
5958   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5959   algorithm: "table_merged_details"
5960   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5961   columns:
5962     - title: " |prein| Test Name |preout| "
5963       data: "data name"
5964     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5965       data: "data conf-history"
5966   data: "vpp-mrr-results-2n-skx"
5967   filter: "all"
5968   parameters:
5969   - "parent"
5970   - "name"
5971   - "conf-history"
5972
5973 # Test configuration - VPP MRR Test Configs 2n-clx
5974 - type: "table"
5975   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5976   algorithm: "table_merged_details"
5977   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5978   columns:
5979     - title: " |prein| Test Name |preout| "
5980       data: "data name"
5981     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5982       data: "data conf-history"
5983   data: "vpp-mrr-results-2n-clx"
5984   filter: "all"
5985   parameters:
5986   - "parent"
5987   - "name"
5988   - "conf-history"
5989
5990 # Test configuration - VPP MRR Test Configs 3n-tsh
5991 - type: "table"
5992   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5993   algorithm: "table_merged_details"
5994   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5995   columns:
5996     - title: " |prein| Test Name |preout| "
5997       data: "data name"
5998     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5999       data: "data conf-history"
6000   data: "vpp-mrr-results-3n-tsh"
6001   filter: "all"
6002   parameters:
6003   - "parent"
6004   - "name"
6005   - "conf-history"
6006
6007 # Test configuration - VPP MRR Test Configs 3n-dnv
6008 - type: "table"
6009   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6010   algorithm: "table_merged_details"
6011   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6012   columns:
6013     - title: " |prein| Test Name |preout| "
6014       data: "data name"
6015     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6016       data: "data conf-history"
6017   data: "vpp-mrr-results-3n-dnv"
6018   filter: "all"
6019   parameters:
6020   - "parent"
6021   - "name"
6022   - "conf-history"
6023
6024 # Test configuration - VPP MRR Test Configs 2n-dnv
6025 - type: "table"
6026   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6027   algorithm: "table_merged_details"
6028   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6029   columns:
6030     - title: " |prein| Test Name |preout| "
6031       data: "data name"
6032     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6033       data: "data conf-history"
6034   data: "vpp-mrr-results-2n-dnv"
6035   filter: "all"
6036   parameters:
6037   - "parent"
6038   - "name"
6039   - "conf-history"
6040
6041 # Detailed Test Results - VPP Device Results - Ubuntu
6042 - type: "table"
6043   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6044   algorithm: "table_merged_details"
6045   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6046   columns:
6047     - title: " |prein| Test Name |preout| "
6048       data: "data name"
6049     - title: " |prein| Status |preout| "
6050       data: "data status"
6051   data: "vpp-device-results-ubuntu"
6052   filter: "all"
6053   parameters:
6054   - "name"
6055   - "parent"
6056   - "doc"
6057   - "status"
6058
6059 # Test configuration - VPP Device Test Configs - Ubuntu
6060 - type: "table"
6061   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6062   algorithm: "table_merged_details"
6063   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6064   columns:
6065     - title: " |prein| Test Name |preout| "
6066       data: "data name"
6067     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6068       data: "data conf-history"
6069   data: "vpp-device-results-ubuntu"
6070   filter: "all"
6071   parameters:
6072   - "parent"
6073   - "name"
6074   - "conf-history"
6075
6076 ################################################################################
6077
6078 # DPDK Performance Changes 3n-hsw 1t1c pdr
6079 - type: "table"
6080   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6081   algorithm: "table_comparison"
6082   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6084   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6085   columns:
6086     - title: "2001"
6087       data-set: "dpdk-performance-changes-3n-hsw-h1"
6088     - title: "2005"
6089       data-set: "dpdk-performance-changes-3n-hsw-ref"
6090     - title: "2009"
6091       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6092   comparisons:
6093     - title: "Diff"
6094       reference: 2
6095       compare: 3
6096   legend:
6097     - ""
6098     - "2001, 2005, 2009 - DPDK versions tested."
6099     - "Diff - difference between 2005 and 2009 DPDK version."
6100
6101 # DPDK Performance Changes 3n-hsw 2t2c pdr
6102 - type: "table"
6103   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6104   algorithm: "table_comparison"
6105   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6107   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6108   columns:
6109     - title: "2001"
6110       data-set: "dpdk-performance-changes-3n-hsw-h1"
6111     - title: "2005"
6112       data-set: "dpdk-performance-changes-3n-hsw-ref"
6113     - title: "2009"
6114       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6115   comparisons:
6116     - title: "Diff"
6117       reference: 2
6118       compare: 3
6119   legend:
6120     - ""
6121     - "2001, 2005, 2009 - DPDK versions tested."
6122     - "Diff - difference between 2005 and 2009 DPDK version."
6123
6124 # DPDK Performance Changes 3n-hsw 1t1c pdr
6125 - type: "table"
6126   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6127   algorithm: "table_comparison"
6128   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6130   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6131   columns:
6132     - title: "2001"
6133       data-set: "dpdk-performance-changes-3n-hsw-h1"
6134     - title: "2005"
6135       data-set: "dpdk-performance-changes-3n-hsw-ref"
6136     - title: "2009"
6137       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6138   comparisons:
6139     - title: "Diff"
6140       reference: 2
6141       compare: 3
6142   legend:
6143     - ""
6144     - "2001, 2005, 2009 - DPDK versions tested."
6145     - "Diff - difference between 2005 and 2009 DPDK version."
6146
6147 # DPDK Performance Changes 3n-hsw 2t2c ndr
6148 - type: "table"
6149   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6150   algorithm: "table_comparison"
6151   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6153   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6154   columns:
6155     - title: "2001"
6156       data-set: "dpdk-performance-changes-3n-hsw-h1"
6157     - title: "2005"
6158       data-set: "dpdk-performance-changes-3n-hsw-ref"
6159     - title: "2009"
6160       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6161   comparisons:
6162     - title: "Diff"
6163       reference: 2
6164       compare: 3
6165   legend:
6166     - ""
6167     - "2001, 2005, 2009 - DPDK versions tested."
6168     - "Diff - difference between 2005 and 2009 DPDK version."
6169
6170 # DPDK Performance Changes 3n-skx 2t1c pdr
6171 - type: "table"
6172   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6173   algorithm: "table_comparison"
6174   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6176   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6177   columns:
6178     - title: "2001"
6179       data-set: "dpdk-performance-changes-3n-skx-h1"
6180     - title: "2005"
6181       data-set: "dpdk-performance-changes-3n-skx-ref"
6182     - title: "2009"
6183       data-set: "dpdk-performance-changes-3n-skx-cmp"
6184   comparisons:
6185     - title: "Diff"
6186       reference: 2
6187       compare: 3
6188   legend:
6189     - ""
6190     - "2001, 2005, 2009 - DPDK versions tested."
6191     - "Diff - difference between 2005 and 2009 DPDK version."
6192
6193 # DPDK Performance Changes 3n-skx 4t2c pdr
6194 - type: "table"
6195   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6196   algorithm: "table_comparison"
6197   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6199   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6200   columns:
6201     - title: "2001"
6202       data-set: "dpdk-performance-changes-3n-skx-h1"
6203     - title: "2005"
6204       data-set: "dpdk-performance-changes-3n-skx-ref"
6205     - title: "2009"
6206       data-set: "dpdk-performance-changes-3n-skx-cmp"
6207   comparisons:
6208     - title: "Diff"
6209       reference: 2
6210       compare: 3
6211   legend:
6212     - ""
6213     - "2001, 2005, 2009 - DPDK versions tested."
6214     - "Diff - difference between 2005 and 2009 DPDK version."
6215
6216 # DPDK Performance Changes 3n-skx 2t1c ndr
6217 - type: "table"
6218   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6219   algorithm: "table_comparison"
6220   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6222   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6223   columns:
6224     - title: "2001"
6225       data-set: "dpdk-performance-changes-3n-skx-h1"
6226     - title: "2005"
6227       data-set: "dpdk-performance-changes-3n-skx-ref"
6228     - title: "2009"
6229       data-set: "dpdk-performance-changes-3n-skx-cmp"
6230   comparisons:
6231     - title: "Diff"
6232       reference: 2
6233       compare: 3
6234   legend:
6235     - ""
6236     - "2001, 2005, 2009 - DPDK versions tested."
6237     - "Diff - difference between 2005 and 2009 DPDK version."
6238
6239 # DPDK Performance Changes 3n-skx 4t2c ndr
6240 - type: "table"
6241   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6242   algorithm: "table_comparison"
6243   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6245   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6246   columns:
6247     - title: "2001"
6248       data-set: "dpdk-performance-changes-3n-skx-h1"
6249     - title: "2005"
6250       data-set: "dpdk-performance-changes-3n-skx-ref"
6251     - title: "2009"
6252       data-set: "dpdk-performance-changes-3n-skx-cmp"
6253   comparisons:
6254     - title: "Diff"
6255       reference: 2
6256       compare: 3
6257   legend:
6258     - ""
6259     - "2001, 2005, 2009 - DPDK versions tested."
6260     - "Diff - difference between 2005 and 2009 DPDK version."
6261
6262 # DPDK Performance Changes 2n-skx 2t1c pdr
6263 - type: "table"
6264   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6265   algorithm: "table_comparison"
6266   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6267   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6268   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6269   columns:
6270     - title: "2001"
6271       data-set: "dpdk-performance-changes-2n-skx-h1"
6272     - title: "2005"
6273       data-set: "dpdk-performance-changes-2n-skx-ref"
6274     - title: "2009"
6275       data-set: "dpdk-performance-changes-2n-skx-cmp"
6276   comparisons:
6277     - title: "Diff"
6278       reference: 2
6279       compare: 3
6280   legend:
6281     - ""
6282     - "2001, 2005, 2009 - DPDK versions tested."
6283     - "Diff - difference between 2005 and 2009 DPDK version."
6284
6285 # DPDK Performance Changes 2n-skx 4t2c pdr
6286 - type: "table"
6287   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6288   algorithm: "table_comparison"
6289   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6291   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6292   columns:
6293     - title: "2001"
6294       data-set: "dpdk-performance-changes-2n-skx-h1"
6295     - title: "2005"
6296       data-set: "dpdk-performance-changes-2n-skx-ref"
6297     - title: "2009"
6298       data-set: "dpdk-performance-changes-2n-skx-cmp"
6299   comparisons:
6300     - title: "Diff"
6301       reference: 2
6302       compare: 3
6303   legend:
6304     - ""
6305     - "2001, 2005, 2009 - DPDK versions tested."
6306     - "Diff - difference between 2005 and 2009 DPDK version."
6307
6308 # DPDK Performance Changes 2n-skx 2t1c ndr
6309 - type: "table"
6310   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6311   algorithm: "table_comparison"
6312   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6314   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6315   columns:
6316     - title: "2001"
6317       data-set: "dpdk-performance-changes-2n-skx-h1"
6318     - title: "2005"
6319       data-set: "dpdk-performance-changes-2n-skx-ref"
6320     - title: "2009"
6321       data-set: "dpdk-performance-changes-2n-skx-cmp"
6322   comparisons:
6323     - title: "Diff"
6324       reference: 2
6325       compare: 3
6326   legend:
6327     - ""
6328     - "2001, 2005, 2009 - DPDK versions tested."
6329     - "Diff - difference between 2005 and 2009 DPDK version."
6330
6331 # DPDK Performance Changes 2n-skx 4t2c ndr
6332 - type: "table"
6333   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6334   algorithm: "table_comparison"
6335   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6337   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6338   columns:
6339     - title: "2001"
6340       data-set: "dpdk-performance-changes-2n-skx-h1"
6341     - title: "2005"
6342       data-set: "dpdk-performance-changes-2n-skx-ref"
6343     - title: "2009"
6344       data-set: "dpdk-performance-changes-2n-skx-cmp"
6345   comparisons:
6346     - title: "Diff"
6347       reference: 2
6348       compare: 3
6349   legend:
6350     - ""
6351     - "2001, 2005, 2009 - DPDK versions tested."
6352     - "Diff - difference between 2005 and 2009 DPDK version."
6353
6354 # DPDK Performance Changes 2n-clx 2t1c pdr
6355 - type: "table"
6356   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6357   algorithm: "table_comparison"
6358   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6360   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6361   columns:
6362     - title: "2001"
6363       data-set: "dpdk-performance-changes-2n-clx-h1"
6364     - title: "2005"
6365       data-set: "dpdk-performance-changes-2n-clx-ref"
6366     - title: "2009"
6367       data-set: "dpdk-performance-changes-2n-clx-cmp"
6368   comparisons:
6369     - title: "Diff"
6370       reference: 2
6371       compare: 3
6372   legend:
6373     - ""
6374     - "2001, 2005, 2009 - DPDK versions tested."
6375     - "Diff - difference between 2005 and 2009 DPDK version."
6376
6377 # DPDK Performance Changes 2n-clx 4t2c pdr
6378 - type: "table"
6379   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6380   algorithm: "table_comparison"
6381   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6383   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6384   columns:
6385     - title: "2001"
6386       data-set: "dpdk-performance-changes-2n-clx-h1"
6387     - title: "2005"
6388       data-set: "dpdk-performance-changes-2n-clx-ref"
6389     - title: "2009"
6390       data-set: "dpdk-performance-changes-2n-clx-cmp"
6391   comparisons:
6392     - title: "Diff"
6393       reference: 2
6394       compare: 3
6395   legend:
6396     - ""
6397     - "2001, 2005, 2009 - DPDK versions tested."
6398     - "Diff - difference between 2005 and 2009 DPDK version."
6399
6400 # DPDK Performance Changes 2n-clx 2t1c ndr
6401 - type: "table"
6402   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6403   algorithm: "table_comparison"
6404   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6406   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6407   columns:
6408     - title: "2001"
6409       data-set: "dpdk-performance-changes-2n-clx-h1"
6410     - title: "2005"
6411       data-set: "dpdk-performance-changes-2n-clx-ref"
6412     - title: "2009"
6413       data-set: "dpdk-performance-changes-2n-clx-cmp"
6414   comparisons:
6415     - title: "Diff"
6416       reference: 2
6417       compare: 3
6418   legend:
6419     - ""
6420     - "2001, 2005, 2009 - DPDK versions tested."
6421     - "Diff - difference between 2005 and 2009 DPDK version."
6422
6423 # DPDK Performance Changes 2n-clx 4t2c ndr
6424 - type: "table"
6425   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6426   algorithm: "table_comparison"
6427   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6429   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6430   columns:
6431     - title: "2001"
6432       data-set: "dpdk-performance-changes-2n-clx-h1"
6433     - title: "2005"
6434       data-set: "dpdk-performance-changes-2n-clx-ref"
6435     - title: "2009"
6436       data-set: "dpdk-performance-changes-2n-clx-cmp"
6437   comparisons:
6438     - title: "Diff"
6439       reference: 2
6440       compare: 3
6441   legend:
6442     - ""
6443     - "2001, 2005, 2009 - DPDK versions tested."
6444     - "Diff - difference between 2005 and 2009 DPDK version."
6445
6446 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6447 #- type: "table"
6448 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6449 #  algorithm: "table_comparison"
6450 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6451 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6452 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6453 #  columns:
6454 #    - title: "2001"
6455 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6456 #    - title: "2005"
6457 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6458 #    - title: "2009"
6459 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6460 #  comparisons:
6461 #    - title: "Diff"
6462 #      reference: 2
6463 #      compare: 3
6464 #  legend:
6465 #    - ""
6466 #    - "2001, 2005, 2009 - DPDK versions tested."
6467 #    - "Diff - difference between 2005 and 2009 DPDK version."
6468 #
6469 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6470 #- type: "table"
6471 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6472 #  algorithm: "table_comparison"
6473 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6474 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6475 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6476 #  columns:
6477 #    - title: "2001"
6478 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6479 #    - title: "2005"
6480 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6481 #    - title: "2009"
6482 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6483 #  comparisons:
6484 #    - title: "Diff"
6485 #      reference: 2
6486 #      compare: 3
6487 #  legend:
6488 #    - ""
6489 #    - "2001, 2005, 2009 - DPDK versions tested."
6490 #    - "Diff - difference between 2005 and 2009 DPDK version."
6491 #
6492 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6493 #- type: "table"
6494 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6495 #  algorithm: "table_comparison"
6496 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6497 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6498 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6499 #  columns:
6500 #    - title: "2001"
6501 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6502 #    - title: "2005"
6503 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6504 #    - title: "2009"
6505 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6506 #  comparisons:
6507 #    - title: "Diff"
6508 #      reference: 2
6509 #      compare: 3
6510 #  legend:
6511 #    - ""
6512 #    - "2001, 2005, 2009 - DPDK versions tested."
6513 #    - "Diff - difference between 2005 and 2009 DPDK version."
6514 #
6515 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6516 #- type: "table"
6517 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6518 #  algorithm: "table_comparison"
6519 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6520 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6521 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6522 #  columns:
6523 #    - title: "2001"
6524 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6525 #    - title: "2005"
6526 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6527 #    - title: "2009"
6528 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6529 #  comparisons:
6530 #    - title: "Diff"
6531 #      reference: 2
6532 #      compare: 3
6533 #  legend:
6534 #    - ""
6535 #    - "2001, 2005, 2009 - DPDK versions tested."
6536 #    - "Diff - difference between 2005 and 2009 DPDK version."
6537 #
6538 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6539 #- type: "table"
6540 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6541 #  algorithm: "table_comparison"
6542 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6543 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6544 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6545 #  columns:
6546 #    - title: "2001"
6547 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6548 #    - title: "2005"
6549 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6550 #    - title: "2009"
6551 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6552 #  comparisons:
6553 #    - title: "Diff"
6554 #      reference: 2
6555 #      compare: 3
6556 #  legend:
6557 #    - ""
6558 #    - "2001, 2005, 2009 - DPDK versions tested."
6559 #    - "Diff - difference between 2005 and 2009 DPDK version."
6560 #
6561 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6562 #- type: "table"
6563 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6564 #  algorithm: "table_comparison"
6565 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6566 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6567 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6568 #  columns:
6569 #    - title: "2001"
6570 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6571 #    - title: "2005"
6572 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6573 #    - title: "2009"
6574 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6575 #  comparisons:
6576 #    - title: "Diff"
6577 #      reference: 2
6578 #      compare: 3
6579 #  legend:
6580 #    - ""
6581 #    - "2001, 2005, 2009 - DPDK versions tested."
6582 #    - "Diff - difference between 2005 and 2009 DPDK version."
6583 #
6584 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6585 #- type: "table"
6586 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6587 #  algorithm: "table_comparison"
6588 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6589 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6590 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6591 #  columns:
6592 #    - title: "2001"
6593 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6594 #    - title: "2005"
6595 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6596 #    - title: "2009"
6597 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6598 #  comparisons:
6599 #    - title: "Diff"
6600 #      reference: 2
6601 #      compare: 3
6602 #  legend:
6603 #    - ""
6604 #    - "2001, 2005, 2009 - DPDK versions tested."
6605 #    - "Diff - difference between 2005 and 2009 DPDK version."
6606 #
6607 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6608 #- type: "table"
6609 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6610 #  algorithm: "table_comparison"
6611 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6612 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6613 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6614 #  columns:
6615 #    - title: "2001"
6616 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6617 #    - title: "2005"
6618 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6619 #    - title: "2009"
6620 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6621 #  comparisons:
6622 #    - title: "Diff"
6623 #      reference: 2
6624 #      compare: 3
6625 #  legend:
6626 #    - ""
6627 #    - "2001, 2005, 2009 - DPDK versions tested."
6628 #    - "Diff - difference between 2005 and 2009 DPDK version."
6629
6630 # DPDK Performance Changes 3n-tsh 1t1c pdr
6631 - type: "table"
6632   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6633   algorithm: "table_comparison"
6634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6636   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6637   columns:
6638     - title: "2001"
6639       data-set: "dpdk-performance-changes-3n-tsh-h1"
6640     - title: "2005"
6641       data-set: "dpdk-performance-changes-3n-tsh-ref"
6642     - title: "2009"
6643       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6644   comparisons:
6645     - title: "Diff"
6646       reference: 2
6647       compare: 3
6648   legend:
6649     - ""
6650     - "2001, 2005, 2009 - DPDK versions tested."
6651     - "Diff - difference between 2005 and 2009 DPDK version."
6652
6653 # DPDK Performance Changes 3n-tsh 2t2c pdr
6654 - type: "table"
6655   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6656   algorithm: "table_comparison"
6657   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6658   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6659   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6660   columns:
6661     - title: "2001"
6662       data-set: "dpdk-performance-changes-3n-tsh-h1"
6663     - title: "2005"
6664       data-set: "dpdk-performance-changes-3n-tsh-ref"
6665     - title: "2009"
6666       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6667   comparisons:
6668     - title: "Diff"
6669       reference: 2
6670       compare: 3
6671   legend:
6672     - ""
6673     - "2001, 2005, 2009 - DPDK versions tested."
6674     - "Diff - difference between 2005 and 2009 DPDK version."
6675
6676 # DPDK Performance Changes 3n-tsh 1t1c ndr
6677 - type: "table"
6678   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6679   algorithm: "table_comparison"
6680   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6682   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6683   columns:
6684     - title: "2001"
6685       data-set: "dpdk-performance-changes-3n-tsh-h1"
6686     - title: "2005"
6687       data-set: "dpdk-performance-changes-3n-tsh-ref"
6688     - title: "2009"
6689       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6690   comparisons:
6691     - title: "Diff"
6692       reference: 2
6693       compare: 3
6694   legend:
6695     - ""
6696     - "2001, 2005, 2009 - DPDK versions tested."
6697     - "Diff - difference between 2005 and 2009 DPDK version."
6698
6699 # DPDK Performance Changes 3n-tsh 2t2c ndr
6700 - type: "table"
6701   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6702   algorithm: "table_comparison"
6703   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6705   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6706   columns:
6707     - title: "2001"
6708       data-set: "dpdk-performance-changes-3n-tsh-h1"
6709     - title: "2005"
6710       data-set: "dpdk-performance-changes-3n-tsh-ref"
6711     - title: "2009"
6712       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6713   comparisons:
6714     - title: "Diff"
6715       reference: 2
6716       compare: 3
6717   legend:
6718     - ""
6719     - "2001, 2005, 2009 - DPDK versions tested."
6720     - "Diff - difference between 2005 and 2009 DPDK version."
6721
6722 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6723 - type: "table"
6724   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6725   algorithm: "table_comparison"
6726   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6728   filter: "'NIC_Intel-X710'"
6729   columns:
6730     - title: "3n-hsw x710"
6731       data-set: "dpdk-compare-testbeds-ref"
6732     - title: "3n-skx x710"
6733       data-set: "dpdk-compare-testbeds-cmp"
6734   comparisons:
6735     - title: "Diff"
6736       reference: 1
6737       compare: 2
6738   legend:
6739     - ""
6740     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6741     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6742
6743 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6744 - type: "table"
6745   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6746   algorithm: "table_comparison"
6747   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6749   filter: "'NIC_Intel-X710'"
6750   columns:
6751     - title: "3n-hsw x710"
6752       data-set: "dpdk-compare-testbeds-ref"
6753     - title: "3n-skx x710"
6754       data-set: "dpdk-compare-testbeds-cmp"
6755   comparisons:
6756     - title: "Diff"
6757       reference: 1
6758       compare: 2
6759   legend:
6760     - ""
6761     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6762     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6763
6764 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6765 - type: "table"
6766   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6767   algorithm: "table_comparison"
6768   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6770   filter: "'NIC_Intel-XXV710'"
6771   columns:
6772     - title: "2n-skx"
6773       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6774     - title: "2n-clx"
6775       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6776   comparisons:
6777     - title: "Diff"
6778       reference: 1
6779       compare: 2
6780   legend:
6781     - ""
6782     - "2n-skx, 2n-clx - testbeds and NICs tested."
6783     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6784
6785 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6786 - type: "table"
6787   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6788   algorithm: "table_comparison"
6789   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6791   filter: "'NIC_Intel-XXV710'"
6792   columns:
6793     - title: "2n-skx"
6794       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6795     - title: "2n-clx"
6796       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6797   comparisons:
6798     - title: "Diff"
6799       reference: 1
6800       compare: 2
6801   legend:
6802     - ""
6803     - "2n-skx, 2n-clx - testbeds and NICs tested."
6804     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6805
6806 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6807 - type: "table"
6808   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6809   algorithm: "table_comparison"
6810   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6811   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6812   filter: "'NIC_Intel-XXV710'"
6813   columns:
6814     - title: "3n-skx"
6815       data-set: "dpdk-compare-topologies-ref"
6816     - title: "2n-skx"
6817       data-set: "dpdk-compare-topologies-cmp"
6818   comparisons:
6819     - title: "Diff"
6820       reference: 1
6821       compare: 2
6822   legend:
6823     - ""
6824     - "3n-skx, 2n-skx - topologies tested."
6825     - "Diff - difference between 3n-skx and 2n-skx topologies."
6826
6827 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6828 - type: "table"
6829   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6830   algorithm: "table_comparison"
6831   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6833   filter: "'NIC_Intel-XXV710'"
6834   columns:
6835     - title: "3n-skx"
6836       data-set: "dpdk-compare-topologies-ref"
6837     - title: "2n-skx"
6838       data-set: "dpdk-compare-topologies-cmp"
6839   comparisons:
6840     - title: "Diff"
6841       reference: 1
6842       compare: 2
6843   legend:
6844     - ""
6845     - "3n-skx, 2n-skx - topologies tested."
6846     - "Diff - difference between 3n-skx and 2n-skx topologies."
6847
6848 # Detailed Test Results - DPDK Performance Results 3n-hsw
6849 - type: "table"
6850   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6851   algorithm: "table_merged_details"
6852   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6853   columns:
6854     - title: " |prein| Test Name |preout| "
6855       data: "data name"
6856     - 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| "
6857       data: "data msg"
6858   data: "dpdk-perf-results-3n-hsw"
6859   filter: "all"
6860   parameters:
6861   - "name"
6862   - "parent"
6863   - "msg"
6864
6865 # Detailed Test Results - DPDK Performance Results 3n-skx
6866 - type: "table"
6867   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6868   algorithm: "table_merged_details"
6869   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6870   columns:
6871     - title: " |prein| Test Name |preout| "
6872       data: "data name"
6873     - 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| "
6874       data: "data msg"
6875   data: "dpdk-perf-results-3n-skx"
6876   filter: "all"
6877   remove-ndr: False
6878   parameters:
6879   - "name"
6880   - "parent"
6881   - "msg"
6882
6883 # Detailed Test Results - DPDK Performance Results 2n-skx
6884 - type: "table"
6885   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6886   algorithm: "table_merged_details"
6887   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6888   columns:
6889     - title: " |prein| Test Name |preout| "
6890       data: "data name"
6891     - 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| "
6892       data: "data msg"
6893   data: "dpdk-perf-results-2n-skx"
6894   filter: "all"
6895   remove-ndr: False
6896   parameters:
6897   - "name"
6898   - "parent"
6899   - "msg"
6900
6901 # Detailed Test Results - DPDK Performance Results 2n-clx
6902 - type: "table"
6903   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6904   algorithm: "table_merged_details"
6905   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6906   columns:
6907     - title: " |prein| Test Name |preout| "
6908       data: "data name"
6909     - 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| "
6910       data: "data msg"
6911   data: "dpdk-perf-results-2n-clx"
6912   filter: "all"
6913   parameters:
6914   - "name"
6915   - "parent"
6916   - "msg"
6917
6918 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6919 #- type: "table"
6920 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6921 #  algorithm: "table_merged_details"
6922 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6923 #  columns:
6924 #    - title: " |prein| Test Name |preout| "
6925 #      data: "data name"
6926 #    - 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| "
6927 #      data: "data msg"
6928 #  data: "dpdk-perf-results-2n-dnv"
6929 #  filter: "all"
6930 #  parameters:
6931 #  - "name"
6932 #  - "parent"
6933 #  - "msg"
6934 #
6935 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6936 #- type: "table"
6937 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6938 #  algorithm: "table_merged_details"
6939 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6940 #  columns:
6941 #    - title: " |prein| Test Name |preout| "
6942 #      data: "data name"
6943 #    - 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| "
6944 #      data: "data msg"
6945 #  data: "dpdk-perf-results-3n-dnv"
6946 #  filter: "all"
6947 #  parameters:
6948 #  - "name"
6949 #  - "parent"
6950 #  - "msg"
6951
6952 # Detailed Test Results - DPDK Performance Results 3n-tsh
6953 - type: "table"
6954   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6955   algorithm: "table_merged_details"
6956   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6957   columns:
6958     - title: " |prein| Test Name |preout| "
6959       data: "data name"
6960     - 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| "
6961       data: "data msg"
6962   data: "dpdk-perf-results-3n-tsh"
6963   filter: "all"
6964   parameters:
6965   - "name"
6966   - "parent"
6967   - "msg"
6968
6969 ################################################################################
6970 ###                                F I L E S                                 ###
6971 ################################################################################
6972
6973 # VPP Performance Results
6974 - type: "file"
6975   title: "VPP Performance Results"
6976   algorithm: "file_details_split"
6977   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6978   dir-tables:
6979     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6980     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6981     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6982     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6983     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6984     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6985     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6986   data:
6987     - "vpp-perf-results-2n-skx"
6988     - "vpp-perf-results-3n-skx"
6989     - "vpp-perf-results-2n-clx"
6990     - "vpp-perf-results-3n-hsw"
6991     - "vpp-perf-results-3n-tsh"
6992     - "vpp-perf-results-2n-dnv"
6993     - "vpp-perf-results-3n-dnv"
6994   filter: "all"
6995   data-start-level: 4
6996   order-chapters:
6997     level-1:
6998       - "l2"
6999       - "ip4"
7000       - "ip6"
7001       - "srv6"
7002       - "ip4_tunnels"
7003       - "ip6_tunnels"
7004       - "vm_vhost"
7005       - "container_memif"
7006       - "crypto"
7007       - "vts"
7008       - "lb"
7009       - "nfv_density"
7010       - "hoststack"
7011     level-2:
7012       - "2n-skx"
7013       - "3n-skx"
7014       - "2n-clx"
7015       - "3n-hsw"
7016       - "3n-tsh"
7017       - "2n-dnv"
7018       - "3n-dnv"
7019     level-3:
7020       - "xl710"
7021       - "x520"
7022       - "xxv710"
7023       - "x710"
7024       - "x553"
7025       - "cx556a"
7026       - "vic1227"
7027       - "vic1385"
7028
7029 # VPP Performance Configuration
7030 - type: "file"
7031   title: "VPP Performance Configuration"
7032   algorithm: "file_details_split"
7033   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7034   dir-tables:
7035     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7036     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7037     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7038     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7039     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7040     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7041     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7042   data:
7043     - "vpp-perf-results-2n-skx"
7044     - "vpp-perf-results-3n-skx"
7045     - "vpp-perf-results-2n-clx"
7046     - "vpp-perf-results-3n-hsw"
7047     - "vpp-perf-results-3n-tsh"
7048     - "vpp-perf-results-2n-dnv"
7049     - "vpp-perf-results-3n-dnv"
7050   filter: "all"
7051   data-start-level: 4
7052   order-chapters:
7053     level-1:
7054       - "l2"
7055       - "ip4"
7056       - "ip6"
7057       - "srv6"
7058       - "ip4_tunnels"
7059       - "ip6_tunnels"
7060       - "vm_vhost"
7061       - "container_memif"
7062       - "crypto"
7063       - "vts"
7064       - "lb"
7065       - "nfv_density"
7066       - "hoststack"
7067     level-2:
7068       - "2n-skx"
7069       - "3n-skx"
7070       - "2n-clx"
7071       - "3n-hsw"
7072       - "3n-tsh"
7073       - "2n-dnv"
7074       - "3n-dnv"
7075     level-3:
7076       - "xl710"
7077       - "x520"
7078       - "xxv710"
7079       - "x710"
7080       - "x553"
7081       - "cx556a"
7082       - "vic1227"
7083       - "vic1385"
7084
7085 # VPP Performance Operational
7086 - type: "file"
7087   title: "VPP Performance Operational"
7088   algorithm: "file_details_split_html"
7089   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7090   dir-tables:
7091     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7092     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7093     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7094     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7095     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7096     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7097     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7098   data:
7099     - "vpp-perf-results-2n-skx"
7100     - "vpp-perf-results-3n-skx"
7101     - "vpp-perf-results-2n-clx"
7102     - "vpp-perf-results-3n-hsw"
7103     - "vpp-perf-results-3n-tsh"
7104     - "vpp-perf-results-2n-dnv"
7105     - "vpp-perf-results-3n-dnv"
7106   filter: "all"
7107   data-start-level: 4
7108   order-chapters:
7109     level-1:
7110       - "l2"
7111       - "ip4"
7112       - "ip6"
7113       - "srv6"
7114       - "ip4_tunnels"
7115       - "ip6_tunnels"
7116       - "vm_vhost"
7117       - "container_memif"
7118       - "crypto"
7119       - "vts"
7120       - "lb"
7121       - "nfv_density"
7122       - "hoststack"
7123     level-2:
7124       - "2n-skx"
7125       - "3n-skx"
7126       - "2n-clx"
7127       - "3n-hsw"
7128       - "3n-tsh"
7129       - "2n-dnv"
7130       - "3n-dnv"
7131     level-3:
7132       - "xl710"
7133       - "x520"
7134       - "xxv710"
7135       - "x710"
7136       - "x553"
7137       - "cx556a"
7138       - "vic1227"
7139       - "vic1385"
7140
7141 # VPP MRR Results
7142 - type: "file"
7143   title: "VPP MRR Results"
7144   algorithm: "file_details_split"
7145   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7146   dir-tables:
7147     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7148     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7149     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7150     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7151     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7152     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7153     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7154   data:
7155     - "vpp-mrr-results-2n-skx"
7156     - "vpp-mrr-results-3n-skx"
7157     - "vpp-mrr-results-2n-clx"
7158     - "vpp-mrr-results-3n-hsw"
7159     - "vpp-mrr-results-3n-tsh"
7160     - "vpp-mrr-results-2n-dnv"
7161     - "vpp-mrr-results-3n-dnv"
7162   filter: "all"
7163   data-start-level: 4
7164   order-chapters:
7165     level-1:
7166       - "l2"
7167       - "ip4"
7168       - "ip6"
7169       - "srv6"
7170       - "ip4_tunnels"
7171       - "ip6_tunnels"
7172       - "vm_vhost"
7173       - "container_memif"
7174       - "crypto"
7175       - "vts"
7176       - "lb"
7177       - "nfv_density"
7178       - "hoststack"
7179     level-2:
7180       - "2n-skx"
7181       - "3n-skx"
7182       - "2n-clx"
7183       - "3n-hsw"
7184       - "3n-tsh"
7185       - "2n-dnv"
7186       - "3n-dnv"
7187     level-3:
7188       - "xl710"
7189       - "x520"
7190       - "xxv710"
7191       - "x710"
7192       - "x553"
7193       - "cx556a"
7194       - "vic1227"
7195       - "vic1385"
7196
7197 # VPP MRR Configuration
7198 - type: "file"
7199   title: "VPP MRR Configuration"
7200   algorithm: "file_details_split"
7201   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7202   dir-tables:
7203     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7204     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7205     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7206     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7207     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7208     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7209     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7210   data:
7211     - "vpp-mrr-results-2n-skx"
7212     - "vpp-mrr-results-3n-skx"
7213     - "vpp-mrr-results-2n-clx"
7214     - "vpp-mrr-results-3n-hsw"
7215     - "vpp-mrr-results-3n-tsh"
7216     - "vpp-mrr-results-2n-dnv"
7217     - "vpp-mrr-results-3n-dnv"
7218   filter: "all"
7219   data-start-level: 4
7220   order-chapters:
7221     level-1:
7222       - "l2"
7223       - "ip4"
7224       - "ip6"
7225       - "srv6"
7226       - "ip4_tunnels"
7227       - "ip6_tunnels"
7228       - "vm_vhost"
7229       - "container_memif"
7230       - "crypto"
7231       - "vts"
7232       - "lb"
7233       - "nfv_density"
7234       - "hoststack"
7235     level-2:
7236       - "2n-skx"
7237       - "3n-skx"
7238       - "2n-clx"
7239       - "3n-hsw"
7240       - "3n-tsh"
7241       - "2n-dnv"
7242       - "3n-dnv"
7243     level-3:
7244       - "xl710"
7245       - "x520"
7246       - "xxv710"
7247       - "x710"
7248       - "x553"
7249       - "cx556a"
7250       - "vic1227"
7251       - "vic1385"
7252
7253 # VPP Device Results - Ubuntu
7254 - type: "file"
7255   title: "VPP Device Results - Ubuntu"
7256   algorithm: "file_test_results"
7257   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7258   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7259   data: "vpp-device-results-ubuntu"
7260   filter: "all"
7261   data-start-level: 4
7262
7263 # VPP Device Configuration - Ubuntu
7264 - type: "file"
7265   title: "VPP Device Configuration - Ubuntu"
7266   algorithm: "file_test_results"
7267   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7268   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7269   data: "vpp-device-results-ubuntu"
7270   filter: "all"
7271   data-start-level: 4
7272
7273 # DPDK Performance Results 3n-hsw
7274 - type: "file"
7275   title: "DPDK Performance Results 3n-hsw"
7276   algorithm: "file_test_results"
7277   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7278   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7279   data: "dpdk-perf-results-3n-hsw"
7280   filter: "all"
7281   data-start-level: 4
7282
7283 # DPDK Performance Results 3n-skx
7284 - type: "file"
7285   title: "DPDK Performance Results 3n-skx"
7286   algorithm: "file_test_results"
7287   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7288   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7289   data: "dpdk-perf-results-3n-skx"
7290   filter: "all"
7291   data-start-level: 4
7292
7293 # DPDK Performance Results 2n-skx
7294 - type: "file"
7295   title: "DPDK Performance Results 2n-skx"
7296   algorithm: "file_test_results"
7297   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7298   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7299   data: "dpdk-perf-results-2n-skx"
7300   filter: "all"
7301   data-start-level: 4
7302
7303 # DPDK Performance Results 2n-clx
7304 - type: "file"
7305   title: "DPDK Performance Results 2n-clx"
7306   algorithm: "file_test_results"
7307   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7308   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7309   data: "dpdk-perf-results-2n-clx"
7310   filter: "all"
7311   data-start-level: 4
7312
7313 ## DPDK Performance Results 2n-dnv
7314 #- type: "file"
7315 #  title: "DPDK Performance Results 2n-dnv"
7316 #  algorithm: "file_test_results"
7317 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7318 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7319 #  data: "dpdk-perf-results-2n-dnv"
7320 #  filter: "all"
7321 #  data-start-level: 4
7322 #
7323 ## DPDK Performance Results 3n-dnv
7324 #- type: "file"
7325 #  title: "DPDK Performance Results 3n-dnv"
7326 #  algorithm: "file_test_results"
7327 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7328 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7329 #  data: "dpdk-perf-results-3n-dnv"
7330 #  filter: "all"
7331 #  data-start-level: 4
7332
7333 # DPDK Performance Results 3n-tsh
7334 - type: "file"
7335   title: "DPDK Performance Results 3n-tsh"
7336   algorithm: "file_test_results"
7337   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7338   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7339   data: "dpdk-perf-results-3n-tsh"
7340   filter: "all"
7341   data-start-level: 4
7342
7343 ################################################################################
7344 ###                                P L O T S                                 ###
7345 ################################################################################
7346
7347 # Hoststack tests 3n-hsw
7348
7349 - type: "plot"
7350   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7351   algorithm: "plot_perf_box_name"
7352   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7353   data: "plot-vpp-hoststack-3n-hsw"
7354   include:
7355     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7356     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7357   layout:
7358     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7359     layout: "plot-hoststack"
7360
7361 - type: "plot"
7362   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7363   algorithm: "plot_perf_box_name"
7364   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7365   data: "plot-vpp-hoststack-3n-hsw"
7366   include:
7367     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7368     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7369   layout:
7370     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7371     layout: "plot-hoststack"
7372
7373 - type: "plot"
7374   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7375   algorithm: "plot_perf_box_name"
7376   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7377   data: "plot-vpp-hoststack-3n-hsw"
7378   include:
7379     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7380     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7381     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7382     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7383   layout:
7384     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7385     layout: "plot-hoststack"
7386
7387 ################################################################################
7388
7389 # Soak Test (PLRsearch), boxes - 2n-clx
7390 - type: "plot"
7391   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7392   algorithm: "plot_perf_box_name"
7393   output-file-type: ".html"
7394   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7395   data: "plot-vpp-soak-2n-clx"
7396   include:
7397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7403   layout:
7404     title: "30 Minutes Soak Test (PLRsearch)"
7405     layout: "plot-soak-throughput"
7406
7407 # Soak Test (PLRsearch), boxes - 2n-clx
7408 - type: "plot"
7409   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7410   algorithm: "plot_perf_box_name"
7411   output-file-type: ".html"
7412   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7413   data: "plot-vpp-soak-2n-clx"
7414   include:
7415     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7416     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7417     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7418     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7420     - "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"
7421   layout:
7422     title: "30 Minutes Soak Test (PLRsearch)"
7423     layout: "plot-soak-throughput"
7424
7425 # Soak Test (PLRsearch), boxes - 2n-skx
7426 - type: "plot"
7427   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7428   algorithm: "plot_perf_box_name"
7429   output-file-type: ".html"
7430   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7431   data: "plot-vpp-soak-2n-skx"
7432   include:
7433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7439   layout:
7440     title: "30 Minutes Soak Test (PLRsearch)"
7441     layout: "plot-soak-throughput"
7442
7443 # Soak Test (PLRsearch), boxes - 2n-skx
7444 - type: "plot"
7445   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7446   algorithm: "plot_perf_box_name"
7447   output-file-type: ".html"
7448   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7449   data: "plot-vpp-soak-2n-skx"
7450   include:
7451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7453     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7454     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7456     - "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"
7457   layout:
7458     title: "30 Minutes Soak Test (PLRsearch)"
7459     layout: "plot-soak-throughput"
7460
7461 ###############################################################################
7462
7463 # Reconf tests 2n-skx
7464
7465 - type: "plot"
7466   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7467   algorithm: "plot_nf_reconf_box_name"
7468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7469   data: "plot-vpp-nfv-reconf-2n-skx"
7470   include:
7471     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7472     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7473     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7474     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7475     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7476     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7477   layout:
7478     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7479     layout: "plot-throughput"
7480
7481 - type: "plot"
7482   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7483   algorithm: "plot_nf_reconf_box_name"
7484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7485   data: "plot-vpp-nfv-reconf-2n-skx"
7486   include:
7487     - "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"
7488     - "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"
7489     - "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"
7490     - "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"
7491     - "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"
7492     - "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"
7493   layout:
7494     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7495     layout: "plot-throughput"
7496
7497 - type: "plot"
7498   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7499   algorithm: "plot_nf_reconf_box_name"
7500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7501   data: "plot-vpp-nfv-reconf-2n-skx"
7502   include:
7503     - "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"
7504     - "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"
7505     - "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"
7506     - "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"
7507     - "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"
7508     - "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"
7509   layout:
7510     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7511     layout: "plot-throughput"
7512
7513 ###############################################################################
7514
7515 # Reconf tests 2n-clx
7516
7517 - type: "plot"
7518   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7519   algorithm: "plot_nf_reconf_box_name"
7520   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7521   data: "plot-vpp-nfv-reconf-2n-clx"
7522   include:
7523     - "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"
7524     - "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"
7525     - "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"
7526     - "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"
7527   layout:
7528     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7529     layout: "plot-throughput"
7530
7531 - type: "plot"
7532   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7533   algorithm: "plot_nf_reconf_box_name"
7534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7535   data: "plot-vpp-nfv-reconf-2n-clx"
7536   include:
7537     - "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"
7538     - "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"
7539     - "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"
7540     - "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"
7541   layout:
7542     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7543     layout: "plot-throughput"
7544
7545 - type: "plot"
7546   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7547   algorithm: "plot_nf_reconf_box_name"
7548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7549   data: "plot-vpp-nfv-reconf-2n-clx"
7550   include:
7551     - "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"
7552     - "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"
7553     - "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"
7554     - "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"
7555   layout:
7556     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7557     layout: "plot-throughput"
7558
7559 ###############################################################################
7560
7561 # Plots - NF Density - VSC - MRR IMIX
7562 - type: "plot"
7563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7564   algorithm: "plot_nf_heatmap"
7565   output-file-type: ".html"
7566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7567   data: "plot-vpp-nfv-2n-skx-mrr"
7568   filter: "'NIC_Intel-XXV710' and
7569            'NF_DENSITY' and
7570            'VHOST' and
7571            not 'VXLAN' and
7572            'CHAIN' and
7573            'NF_VPPIP4' and
7574            'IMIX' and
7575            '2T1C' and
7576            'MRR'"
7577   parameters:
7578   - "result"
7579   - "name"
7580   - "tags"
7581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7582   x-axis: "X = VNFs per Service Chain"
7583   y-axis: "Y = Number of Service Chains"
7584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7585   layout:
7586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7587     layout: "plot-service-density"
7588
7589 - type: "plot"
7590   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7591   algorithm: "plot_nf_heatmap"
7592   output-file-type: ".html"
7593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7594   data: "plot-vpp-nfv-2n-skx-mrr"
7595   filter: "'NIC_Intel-XXV710' and
7596            'NF_DENSITY' and
7597            'VHOST' and
7598            not 'VXLAN' and
7599            'CHAIN' and
7600            'NF_VPPIP4' and
7601            'IMIX' and
7602            '4T2C' and
7603            'MRR'"
7604   parameters:
7605   - "result"
7606   - "name"
7607   - "tags"
7608   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7609   x-axis: "X = VNFs per Service Chain"
7610   y-axis: "Y = Number of Service Chains"
7611   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7612   layout:
7613     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7614     layout: "plot-service-density"
7615
7616 - type: "plot"
7617   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7618   algorithm: "plot_nf_heatmap"
7619   output-file-type: ".html"
7620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7621   data: "plot-vpp-nfv-2n-skx-mrr"
7622   filter: "'NIC_Intel-XXV710' and
7623            'NF_DENSITY' and
7624            'VHOST' and
7625            not 'VXLAN' and
7626            'CHAIN' and
7627            'NF_VPPIP4' and
7628            'IMIX' and
7629            '8T4C' and
7630            'MRR'"
7631   parameters:
7632   - "result"
7633   - "name"
7634   - "tags"
7635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7636   x-axis: "X = VNFs per Service Chain"
7637   y-axis: "Y = Number of Service Chains"
7638   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7639   layout:
7640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7641     layout: "plot-service-density"
7642
7643 # Plots - NF Density - VSC - NDR IMIX
7644 - type: "plot"
7645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7646   algorithm: "plot_nf_heatmap"
7647   output-file-type: ".html"
7648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7649   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7650   filter: "'NIC_Intel-XXV710' and
7651            'NF_DENSITY' and
7652            'VHOST' and
7653            not 'VXLAN' and
7654            'CHAIN' and
7655            'NF_VPPIP4' and
7656            'IMIX' and
7657            '2T1C' and
7658            'NDRPDR'"
7659   parameters:
7660   - "throughput"
7661   - "name"
7662   - "tags"
7663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7664   x-axis: "X = VNFs per Service Chain"
7665   y-axis: "Y = Number of Service Chains"
7666   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7667   layout:
7668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7669     layout: "plot-service-density"
7670
7671 - type: "plot"
7672   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7673   algorithm: "plot_nf_heatmap"
7674   output-file-type: ".html"
7675   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7676   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7677   filter: "'NIC_Intel-XXV710' and
7678            'NF_DENSITY' and
7679            'VHOST' and
7680            not 'VXLAN' and
7681            'CHAIN' and
7682            'NF_VPPIP4' and
7683            'IMIX' and
7684            '4T2C' and
7685            'NDRPDR'"
7686   parameters:
7687   - "throughput"
7688   - "name"
7689   - "tags"
7690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7691   x-axis: "X = VNFs per Service Chain"
7692   y-axis: "Y = Number of Service Chains"
7693   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7694   layout:
7695     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7696     layout: "plot-service-density"
7697
7698 - type: "plot"
7699   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7700   algorithm: "plot_nf_heatmap"
7701   output-file-type: ".html"
7702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7703   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7704   filter: "'NIC_Intel-XXV710' and
7705            'NF_DENSITY' and
7706            'VHOST' and
7707            not 'VXLAN' and
7708            'CHAIN' and
7709            'NF_VPPIP4' and
7710            'IMIX' and
7711            '8T4C' and
7712            'NDRPDR'"
7713   parameters:
7714   - "throughput"
7715   - "name"
7716   - "tags"
7717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7718   x-axis: "X = VNFs per Service Chain"
7719   y-axis: "Y = Number of Service Chains"
7720   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7721   layout:
7722     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7723     layout: "plot-service-density"
7724
7725 # Plots - NF Density - VSC - PDR IMIX
7726 - type: "plot"
7727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7728   algorithm: "plot_nf_heatmap"
7729   output-file-type: ".html"
7730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7731   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7732   filter: "'NIC_Intel-XXV710' and
7733            'NF_DENSITY' and
7734            'VHOST' and
7735            not 'VXLAN' and
7736            'CHAIN' and
7737            'NF_VPPIP4' and
7738            'IMIX' and
7739            '2T1C' and
7740            'NDRPDR'"
7741   parameters:
7742   - "throughput"
7743   - "name"
7744   - "tags"
7745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7746   x-axis: "X = VNFs per Service Chain"
7747   y-axis: "Y = Number of Service Chains"
7748   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7749   layout:
7750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7751     layout: "plot-service-density"
7752
7753 - type: "plot"
7754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7755   algorithm: "plot_nf_heatmap"
7756   output-file-type: ".html"
7757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7758   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7759   filter: "'NIC_Intel-XXV710' and
7760            'NF_DENSITY' and
7761            'VHOST' and
7762            not 'VXLAN' and
7763            'CHAIN' and
7764            'NF_VPPIP4' and
7765            'IMIX' and
7766            '4T2C' and
7767            'NDRPDR'"
7768   parameters:
7769   - "throughput"
7770   - "name"
7771   - "tags"
7772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7773   x-axis: "X = VNFs per Service Chain"
7774   y-axis: "Y = Number of Service Chains"
7775   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7776   layout:
7777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7778     layout: "plot-service-density"
7779
7780 - type: "plot"
7781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7782   algorithm: "plot_nf_heatmap"
7783   output-file-type: ".html"
7784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7785   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7786   filter: "'NIC_Intel-XXV710' and
7787            'NF_DENSITY' and
7788            'VHOST' and
7789            not 'VXLAN' and
7790            'CHAIN' and
7791            'NF_VPPIP4' and
7792            'IMIX' and
7793            '8T4C' and
7794            'NDRPDR'"
7795   parameters:
7796   - "throughput"
7797   - "name"
7798   - "tags"
7799   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7800   x-axis: "X = VNFs per Service Chain"
7801   y-axis: "Y = Number of Service Chains"
7802   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7803   layout:
7804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7805     layout: "plot-service-density"
7806
7807 ###############################################################################
7808
7809 # Plots - NF Density - VSC - MRR IMIX
7810 - type: "plot"
7811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7812   algorithm: "plot_nf_heatmap"
7813   output-file-type: ".html"
7814   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7815   data: "plot-vpp-nfv-2n-skx-mrr"
7816   filter: "'NIC_Intel-XXV710' and
7817            'NF_DENSITY' and
7818            'VHOST' and
7819            'VXLAN' and
7820            'CHAIN' and
7821            'IMIX' and
7822            '2T1C' and
7823            'MRR'"
7824   parameters:
7825   - "result"
7826   - "name"
7827   - "tags"
7828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7829   x-axis: "X = VNFs per Service Chain"
7830   y-axis: "Y = Number of Service Chains"
7831   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7832   layout:
7833     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7834     layout: "plot-service-density"
7835
7836 - type: "plot"
7837   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7838   algorithm: "plot_nf_heatmap"
7839   output-file-type: ".html"
7840   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7841   data: "plot-vpp-nfv-2n-skx-mrr"
7842   filter: "'NIC_Intel-XXV710' and
7843            'NF_DENSITY' and
7844            'VHOST' and
7845            'VXLAN' and
7846            'CHAIN' and
7847            'IMIX' and
7848            '4T2C' and
7849            'MRR'"
7850   parameters:
7851   - "result"
7852   - "name"
7853   - "tags"
7854   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7855   x-axis: "X = VNFs per Service Chain"
7856   y-axis: "Y = Number of Service Chains"
7857   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7858   layout:
7859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7860     layout: "plot-service-density"
7861
7862 - type: "plot"
7863   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7864   algorithm: "plot_nf_heatmap"
7865   output-file-type: ".html"
7866   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7867   data: "plot-vpp-nfv-2n-skx-mrr"
7868   filter: "'NIC_Intel-XXV710' and
7869            'NF_DENSITY' and
7870            'VHOST' and
7871            'VXLAN' and
7872            'CHAIN' and
7873            'IMIX' and
7874            '8T4C' and
7875            'MRR'"
7876   parameters:
7877   - "result"
7878   - "name"
7879   - "tags"
7880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7881   x-axis: "X = VNFs per Service Chain"
7882   y-axis: "Y = Number of Service Chains"
7883   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7884   layout:
7885     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7886     layout: "plot-service-density"
7887
7888 # Plots - NF Density - VSC - NDR IMIX
7889 - type: "plot"
7890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7891   algorithm: "plot_nf_heatmap"
7892   output-file-type: ".html"
7893   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7894   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7895   filter: "'NIC_Intel-XXV710' and
7896            'NF_DENSITY' and
7897            'VHOST' and
7898            'VXLAN' and
7899            'CHAIN' and
7900            'IMIX' and
7901            '2T1C' and
7902            'NDRPDR'"
7903   parameters:
7904   - "throughput"
7905   - "name"
7906   - "tags"
7907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7908   x-axis: "X = VNFs per Service Chain"
7909   y-axis: "Y = Number of Service Chains"
7910   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7911   layout:
7912     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7913     layout: "plot-service-density"
7914
7915 - type: "plot"
7916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7917   algorithm: "plot_nf_heatmap"
7918   output-file-type: ".html"
7919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7920   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7921   filter: "'NIC_Intel-XXV710' and
7922            'NF_DENSITY' and
7923            'VHOST' and
7924            'VXLAN' and
7925            'CHAIN' and
7926            'IMIX' and
7927            '4T2C' and
7928            'NDRPDR'"
7929   parameters:
7930   - "throughput"
7931   - "name"
7932   - "tags"
7933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7934   x-axis: "X = VNFs per Service Chain"
7935   y-axis: "Y = Number of Service Chains"
7936   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7937   layout:
7938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7939     layout: "plot-service-density"
7940
7941 - type: "plot"
7942   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7943   algorithm: "plot_nf_heatmap"
7944   output-file-type: ".html"
7945   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7946   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7947   filter: "'NIC_Intel-XXV710' and
7948            'NF_DENSITY' and
7949            'VHOST' and
7950            'VXLAN' and
7951            'CHAIN' and
7952            'IMIX' and
7953            '8T4C' and
7954            'NDRPDR'"
7955   parameters:
7956   - "throughput"
7957   - "name"
7958   - "tags"
7959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7960   x-axis: "X = VNFs per Service Chain"
7961   y-axis: "Y = Number of Service Chains"
7962   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7963   layout:
7964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7965     layout: "plot-service-density"
7966
7967 # Plots - NF Density - VSC - PDR IMIX
7968 - type: "plot"
7969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7970   algorithm: "plot_nf_heatmap"
7971   output-file-type: ".html"
7972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7973   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7974   filter: "'NIC_Intel-XXV710' and
7975            'NF_DENSITY' and
7976            'VHOST' and
7977            'VXLAN' and
7978            'CHAIN' and
7979            'IMIX' and
7980            '2T1C' and
7981            'NDRPDR'"
7982   parameters:
7983   - "throughput"
7984   - "name"
7985   - "tags"
7986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7987   x-axis: "X = VNFs per Service Chain"
7988   y-axis: "Y = Number of Service Chains"
7989   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7990   layout:
7991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7992     layout: "plot-service-density"
7993
7994 - type: "plot"
7995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7996   algorithm: "plot_nf_heatmap"
7997   output-file-type: ".html"
7998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7999   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8000   filter: "'NIC_Intel-XXV710' and
8001            'NF_DENSITY' and
8002            'VHOST' and
8003            'VXLAN' and
8004            'CHAIN' and
8005            'IMIX' and
8006            '4T2C' and
8007            'NDRPDR'"
8008   parameters:
8009   - "throughput"
8010   - "name"
8011   - "tags"
8012   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8013   x-axis: "X = VNFs per Service Chain"
8014   y-axis: "Y = Number of Service Chains"
8015   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8016   layout:
8017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8018     layout: "plot-service-density"
8019
8020 - type: "plot"
8021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8022   algorithm: "plot_nf_heatmap"
8023   output-file-type: ".html"
8024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8025   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8026   filter: "'NIC_Intel-XXV710' and
8027            'NF_DENSITY' and
8028            'VHOST' and
8029            'VXLAN' and
8030            'CHAIN' and
8031            'IMIX' and
8032            '8T4C' and
8033            'NDRPDR'"
8034   parameters:
8035   - "throughput"
8036   - "name"
8037   - "tags"
8038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8039   x-axis: "X = VNFs per Service Chain"
8040   y-axis: "Y = Number of Service Chains"
8041   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8042   layout:
8043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8044     layout: "plot-service-density"
8045
8046 ###############################################################################
8047
8048 # Plots - NF Density - CSC - MRR IMIX
8049 - type: "plot"
8050   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8051   algorithm: "plot_nf_heatmap"
8052   output-file-type: ".html"
8053   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8054   data: "plot-vpp-nfv-2n-skx-mrr"
8055   filter: "'NIC_Intel-XXV710' and
8056            'NF_DENSITY' and
8057            'DOCKER' and
8058            'CHAIN' and
8059            'NF_VPPIP4' and
8060            'IMIX' and
8061            '2T1C' and
8062            'MRR'"
8063   parameters:
8064   - "result"
8065   - "name"
8066   - "tags"
8067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8068   x-axis: "X = CNFs per Service Chain"
8069   y-axis: "Y = Number of Service Chains"
8070   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8071   layout:
8072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8073     layout: "plot-service-density"
8074
8075 - type: "plot"
8076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8077   algorithm: "plot_nf_heatmap"
8078   output-file-type: ".html"
8079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8080   data: "plot-vpp-nfv-2n-skx-mrr"
8081   filter: "'NIC_Intel-XXV710' and
8082            'NF_DENSITY' and
8083            'DOCKER' and
8084            'CHAIN' and
8085            'NF_VPPIP4' and
8086            'IMIX' and
8087            '4T2C' and
8088            'MRR'"
8089   parameters:
8090   - "result"
8091   - "name"
8092   - "tags"
8093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8094   x-axis: "X = CNFs per Service Chain"
8095   y-axis: "Y = Number of Service Chains"
8096   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8097   layout:
8098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8099     layout: "plot-service-density"
8100
8101 - type: "plot"
8102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8103   algorithm: "plot_nf_heatmap"
8104   output-file-type: ".html"
8105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8106   data: "plot-vpp-nfv-2n-skx-mrr"
8107   filter: "'NIC_Intel-XXV710' and
8108            'NF_DENSITY' and
8109            'DOCKER' and
8110            'CHAIN' and
8111            'NF_VPPIP4' and
8112            'IMIX' and
8113            '8T4C' and
8114            'MRR'"
8115   parameters:
8116   - "result"
8117   - "name"
8118   - "tags"
8119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8120   x-axis: "X = CNFs per Service Chain"
8121   y-axis: "Y = Number of Service Chains"
8122   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8123   layout:
8124     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8125     layout: "plot-service-density"
8126
8127 # Plots - NF Density - CSC - NDR IMIX
8128 - type: "plot"
8129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8130   algorithm: "plot_nf_heatmap"
8131   output-file-type: ".html"
8132   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8133   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8134   filter: "'NIC_Intel-XXV710' and
8135            'NF_DENSITY' and
8136            'DOCKER' and
8137            'CHAIN' and
8138            'NF_VPPIP4' and
8139            'IMIX' and
8140            '2T1C' and
8141            'NDRPDR'"
8142   parameters:
8143   - "throughput"
8144   - "name"
8145   - "tags"
8146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8147   x-axis: "X = CNFs per Service Chain"
8148   y-axis: "Y = Number of Service Chains"
8149   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8150   layout:
8151     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8152     layout: "plot-service-density"
8153
8154 - type: "plot"
8155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8156   algorithm: "plot_nf_heatmap"
8157   output-file-type: ".html"
8158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8159   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8160   filter: "'NIC_Intel-XXV710' and
8161            'NF_DENSITY' and
8162            'DOCKER' and
8163            'CHAIN' and
8164            'NF_VPPIP4' and
8165            'IMIX' and
8166            '4T2C' and
8167            'NDRPDR'"
8168   parameters:
8169   - "throughput"
8170   - "name"
8171   - "tags"
8172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8173   x-axis: "X = CNFs per Service Chain"
8174   y-axis: "Y = Number of Service Chains"
8175   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8176   layout:
8177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8178     layout: "plot-service-density"
8179
8180 - type: "plot"
8181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8182   algorithm: "plot_nf_heatmap"
8183   output-file-type: ".html"
8184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8185   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8186   filter: "'NIC_Intel-XXV710' and
8187            'NF_DENSITY' and
8188            'DOCKER' and
8189            'CHAIN' and
8190            'NF_VPPIP4' and
8191            'IMIX' and
8192            '8T4C' and
8193            'NDRPDR'"
8194   parameters:
8195   - "throughput"
8196   - "name"
8197   - "tags"
8198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8199   x-axis: "X = CNFs per Service Chain"
8200   y-axis: "Y = Number of Service Chains"
8201   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8202   layout:
8203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8204     layout: "plot-service-density"
8205
8206 # Plots - NF Density - CSC - PDR IMIX
8207 - type: "plot"
8208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8209   algorithm: "plot_nf_heatmap"
8210   output-file-type: ".html"
8211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8212   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8213   filter: "'NIC_Intel-XXV710' and
8214            'NF_DENSITY' and
8215            'DOCKER' and
8216            'CHAIN' and
8217            'NF_VPPIP4' and
8218            'IMIX' and
8219            '2T1C' and
8220            'NDRPDR'"
8221   parameters:
8222   - "throughput"
8223   - "name"
8224   - "tags"
8225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8226   x-axis: "X = CNFs per Service Chain"
8227   y-axis: "Y = Number of Service Chains"
8228   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8229   layout:
8230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8231     layout: "plot-service-density"
8232
8233 - type: "plot"
8234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8235   algorithm: "plot_nf_heatmap"
8236   output-file-type: ".html"
8237   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8238   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8239   filter: "'NIC_Intel-XXV710' and
8240            'NF_DENSITY' and
8241            'DOCKER' and
8242            'CHAIN' and
8243            'NF_VPPIP4' and
8244            'IMIX' and
8245            '4T2C' and
8246            'NDRPDR'"
8247   parameters:
8248   - "throughput"
8249   - "name"
8250   - "tags"
8251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8252   x-axis: "X = CNFs per Service Chain"
8253   y-axis: "Y = Number of Service Chains"
8254   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8255   layout:
8256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8257     layout: "plot-service-density"
8258
8259 - type: "plot"
8260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8261   algorithm: "plot_nf_heatmap"
8262   output-file-type: ".html"
8263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8264   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8265   filter: "'NIC_Intel-XXV710' and
8266            'NF_DENSITY' and
8267            'DOCKER' and
8268            'CHAIN' and
8269            'NF_VPPIP4' and
8270            'IMIX' and
8271            '8T4C' and
8272            'NDRPDR'"
8273   parameters:
8274   - "throughput"
8275   - "name"
8276   - "tags"
8277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8278   x-axis: "X = CNFs per Service Chain"
8279   y-axis: "Y = Number of Service Chains"
8280   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8281   layout:
8282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8283     layout: "plot-service-density"
8284
8285 ################################################################################
8286 #
8287 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8288 #- type: "plot"
8289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8290 #  algorithm: "plot_nf_heatmap"
8291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8292 #  data: "plot-vpp-nfv-3n-skx-mrr"
8293 #  filter: "'NIC_Intel-XXV710' and
8294 #           'NF_DENSITY' and
8295 #           'DOCKER' and
8296 #           'CHAIN' and
8297 #           'NF_VPPIP4' and
8298 #           'IPSEC' and
8299 #           'TNL_4' and
8300 #           'IMIX' and
8301 #           '2T1C' and
8302 #           'MRR'"
8303 #  parameters:
8304 #  - "result"
8305 #  - "name"
8306 #  - "tags"
8307 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8308 #  x-axis: "X = CNFs per Service Chain"
8309 #  y-axis: "Y = Number of Service Chains"
8310 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8311 #  layout:
8312 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8313 #    layout: "plot-service-density"
8314 #
8315 #- type: "plot"
8316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8317 #  algorithm: "plot_nf_heatmap"
8318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8319 #  data: "plot-vpp-nfv-3n-skx-mrr"
8320 #  filter: "'NIC_Intel-XXV710' and
8321 #           'NF_DENSITY' and
8322 #           'DOCKER' and
8323 #           'CHAIN' and
8324 #           'NF_VPPIP4' and
8325 #           'IPSEC' and
8326 #           'TNL_4' and
8327 #           'IMIX' and
8328 #           '4T2C' and
8329 #           'MRR'"
8330 #  parameters:
8331 #  - "result"
8332 #  - "name"
8333 #  - "tags"
8334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8335 #  x-axis: "X = CNFs per Service Chain"
8336 #  y-axis: "Y = Number of Service Chains"
8337 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8338 #  layout:
8339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8340 #    layout: "plot-service-density"
8341 #
8342 #- type: "plot"
8343 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8344 #  algorithm: "plot_nf_heatmap"
8345 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8346 #  data: "plot-vpp-nfv-3n-skx-mrr"
8347 #  filter: "'NIC_Intel-XXV710' and
8348 #           'NF_DENSITY' and
8349 #           'DOCKER' and
8350 #           'CHAIN' and
8351 #           'NF_VPPIP4' and
8352 #           'IPSEC' and
8353 #           'TNL_4' and
8354 #           'IMIX' and
8355 #           '8T4C' and
8356 #           'MRR'"
8357 #  parameters:
8358 #  - "result"
8359 #  - "name"
8360 #  - "tags"
8361 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8362 #  x-axis: "X = CNFs per Service Chain"
8363 #  y-axis: "Y = Number of Service Chains"
8364 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8365 #  layout:
8366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8367 #    layout: "plot-service-density"
8368
8369 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8370 #- type: "plot"
8371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8372 #  algorithm: "plot_nf_heatmap"
8373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8374 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8375 #  filter: "'NIC_Intel-XXV710' and
8376 #           'NF_DENSITY' and
8377 #           'DOCKER' and
8378 #           'CHAIN' and
8379 #           'NF_VPPIP4' and
8380 #           'IPSEC' and
8381 #           'TNL_4' and
8382 #           'IMIX' and
8383 #           '2T1C' and
8384 #           'NDRPDR'"
8385 #  parameters:
8386 #  - "throughput"
8387 #  - "name"
8388 #  - "tags"
8389 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8390 #  x-axis: "X = CNFs per Service Chain"
8391 #  y-axis: "Y = Number of Service Chains"
8392 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8393 #  layout:
8394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8395 #    layout: "plot-service-density"
8396 #
8397 #- type: "plot"
8398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8399 #  algorithm: "plot_nf_heatmap"
8400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8401 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8402 #  filter: "'NIC_Intel-XXV710' and
8403 #           'NF_DENSITY' and
8404 #           'DOCKER' and
8405 #           'CHAIN' and
8406 #           'NF_VPPIP4' and
8407 #           'IPSEC' and
8408 #           'TNL_4' and
8409 #           'IMIX' and
8410 #           '4T2C' and
8411 #           'NDRPDR'"
8412 #  parameters:
8413 #  - "throughput"
8414 #  - "name"
8415 #  - "tags"
8416 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8417 #  x-axis: "X = CNFs per Service Chain"
8418 #  y-axis: "Y = Number of Service Chains"
8419 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8420 #  layout:
8421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8422 #    layout: "plot-service-density"
8423 #
8424 #- type: "plot"
8425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8426 #  algorithm: "plot_nf_heatmap"
8427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8428 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8429 #  filter: "'NIC_Intel-XXV710' and
8430 #           'NF_DENSITY' and
8431 #           'DOCKER' and
8432 #           'CHAIN' and
8433 #           'NF_VPPIP4' and
8434 #           'IPSEC' and
8435 #           'TNL_4' and
8436 #           'IMIX' and
8437 #           '8T4C' and
8438 #           'NDRPDR'"
8439 #  parameters:
8440 #  - "throughput"
8441 #  - "name"
8442 #  - "tags"
8443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8444 #  x-axis: "X = CNFs per Service Chain"
8445 #  y-axis: "Y = Number of Service Chains"
8446 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8447 #  layout:
8448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8449 #    layout: "plot-service-density"
8450 #
8451 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8452 #- type: "plot"
8453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8454 #  algorithm: "plot_nf_heatmap"
8455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8456 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8457 #  filter: "'NIC_Intel-XXV710' and
8458 #           'NF_DENSITY' and
8459 #           'DOCKER' and
8460 #           'CHAIN' and
8461 #           'NF_VPPIP4' and
8462 #           'IPSEC' and
8463 #           'TNL_4' and
8464 #           'IMIX' and
8465 #           '2T1C' and
8466 #           'NDRPDR'"
8467 #  parameters:
8468 #  - "throughput"
8469 #  - "name"
8470 #  - "tags"
8471 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8472 #  x-axis: "X = CNFs per Service Chain"
8473 #  y-axis: "Y = Number of Service Chains"
8474 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8475 #  layout:
8476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8477 #    layout: "plot-service-density"
8478 #
8479 #- type: "plot"
8480 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8481 #  algorithm: "plot_nf_heatmap"
8482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8483 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8484 #  filter: "'NIC_Intel-XXV710' and
8485 #           'NF_DENSITY' and
8486 #           'DOCKER' and
8487 #           'CHAIN' and
8488 #           'NF_VPPIP4' and
8489 #           'IPSEC' and
8490 #           'TNL_4' and
8491 #           'IMIX' and
8492 #           '4T2C' and
8493 #           'NDRPDR'"
8494 #  parameters:
8495 #  - "throughput"
8496 #  - "name"
8497 #  - "tags"
8498 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8499 #  x-axis: "X = CNFs per Service Chain"
8500 #  y-axis: "Y = Number of Service Chains"
8501 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8502 #  layout:
8503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8504 #    layout: "plot-service-density"
8505 #
8506 #- type: "plot"
8507 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8508 #  algorithm: "plot_nf_heatmap"
8509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8510 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8511 #  filter: "'NIC_Intel-XXV710' and
8512 #           'NF_DENSITY' and
8513 #           'DOCKER' and
8514 #           'CHAIN' and
8515 #           'NF_VPPIP4' and
8516 #           'IPSEC' and
8517 #           'TNL_4' and
8518 #           'IMIX' and
8519 #           '8T4C' and
8520 #           'NDRPDR'"
8521 #  parameters:
8522 #  - "throughput"
8523 #  - "name"
8524 #  - "tags"
8525 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8526 #  x-axis: "X = CNFs per Service Chain"
8527 #  y-axis: "Y = Number of Service Chains"
8528 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8529 #  layout:
8530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8531 #    layout: "plot-service-density"
8532
8533 ###############################################################################
8534
8535 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8536 #- type: "plot"
8537 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8538 #  algorithm: "plot_nf_heatmap"
8539 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8540 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8541 #  filter: "'NIC_Intel-XL710' and
8542 #           'NF_DENSITY' and
8543 #           'DOCKER' and
8544 #           'CHAIN' and
8545 #           'NF_VPPIP4' and
8546 #           'IMIX' and
8547 #           'TNL_4' and
8548 #           '1T1C' and
8549 #           'MRR'"
8550 #  parameters:
8551 #  - "result"
8552 #  - "name"
8553 #  - "tags"
8554 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8555 #  x-axis: "X = CNFs per Service Chain"
8556 #  y-axis: "Y = Number of Service Chains"
8557 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8558 #  layout:
8559 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8560 #    layout: "plot-service-density"
8561 #
8562 #- type: "plot"
8563 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8564 #  algorithm: "plot_nf_heatmap"
8565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8566 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8567 #  filter: "'NIC_Intel-XL710' and
8568 #           'NF_DENSITY' and
8569 #           'DOCKER' and
8570 #           'CHAIN' and
8571 #           'NF_VPPIP4' and
8572 #           'IPSEC' and
8573 #           'TNL_4' and
8574 #           'IMIX' and
8575 #           '2T2C' and
8576 #           'MRR'"
8577 #  parameters:
8578 #  - "result"
8579 #  - "name"
8580 #  - "tags"
8581 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8582 #  x-axis: "X = CNFs per Service Chain"
8583 #  y-axis: "Y = Number of Service Chains"
8584 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8585 #  layout:
8586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8587 #    layout: "plot-service-density"
8588 #
8589 #- type: "plot"
8590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8591 #  algorithm: "plot_nf_heatmap"
8592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8593 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8594 #  filter: "'NIC_Intel-XL710' and
8595 #           'NF_DENSITY' and
8596 #           'DOCKER' and
8597 #           'CHAIN' and
8598 #           'NF_VPPIP4' and
8599 #           'IPSEC' and
8600 #           'TNL_4' and
8601 #           'IMIX' and
8602 #           '4T4C' and
8603 #           'MRR'"
8604 #  parameters:
8605 #  - "result"
8606 #  - "name"
8607 #  - "tags"
8608 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8609 #  x-axis: "X = CNFs per Service Chain"
8610 #  y-axis: "Y = Number of Service Chains"
8611 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8612 #  layout:
8613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8614 #    layout: "plot-service-density"
8615
8616 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8617 #- type: "plot"
8618 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8619 #  algorithm: "plot_nf_heatmap"
8620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8621 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8622 #  filter: "'NIC_Intel-XL710' and
8623 #           'NF_DENSITY' and
8624 #           'DOCKER' and
8625 #           'CHAIN' and
8626 #           'NF_VPPIP4' and
8627 #           'IPSEC' and
8628 #           'TNL_4' and
8629 #           'IMIX' and
8630 #           '1T1C' and
8631 #           'NDRPDR'"
8632 #  parameters:
8633 #  - "throughput"
8634 #  - "name"
8635 #  - "tags"
8636 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8637 #  x-axis: "X = CNFs per Service Chain"
8638 #  y-axis: "Y = Number of Service Chains"
8639 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8640 #  layout:
8641 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8642 #    layout: "plot-service-density"
8643 #
8644 #- type: "plot"
8645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8646 #  algorithm: "plot_nf_heatmap"
8647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8648 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8649 #  filter: "'NIC_Intel-XL710' and
8650 #           'NF_DENSITY' and
8651 #           'DOCKER' and
8652 #           'CHAIN' and
8653 #           'NF_VPPIP4' and
8654 #           'IPSEC' and
8655 #           'TNL_4' and
8656 #           'IMIX' and
8657 #           '2T2C' and
8658 #           'NDRPDR'"
8659 #  parameters:
8660 #  - "throughput"
8661 #  - "name"
8662 #  - "tags"
8663 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8664 #  x-axis: "X = CNFs per Service Chain"
8665 #  y-axis: "Y = Number of Service Chains"
8666 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8667 #  layout:
8668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8669 #    layout: "plot-service-density"
8670 #
8671 #- type: "plot"
8672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8673 #  algorithm: "plot_nf_heatmap"
8674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8675 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8676 #  filter: "'NIC_Intel-XL710' and
8677 #           'NF_DENSITY' and
8678 #           'DOCKER' and
8679 #           'CHAIN' and
8680 #           'NF_VPPIP4' and
8681 #           'IPSEC' and
8682 #           'TNL_4' and
8683 #           'IMIX' and
8684 #           '4T4C' and
8685 #           'NDRPDR'"
8686 #  parameters:
8687 #  - "throughput"
8688 #  - "name"
8689 #  - "tags"
8690 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8691 #  x-axis: "X = CNFs per Service Chain"
8692 #  y-axis: "Y = Number of Service Chains"
8693 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8694 #  layout:
8695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8696 #    layout: "plot-service-density"
8697 #
8698 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8699 #- type: "plot"
8700 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8701 #  algorithm: "plot_nf_heatmap"
8702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8703 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8704 #  filter: "'NIC_Intel-XL710' and
8705 #           'NF_DENSITY' and
8706 #           'DOCKER' and
8707 #           'CHAIN' and
8708 #           'NF_VPPIP4' and
8709 #           'IPSEC' and
8710 #           'TNL_4' and
8711 #           'IMIX' and
8712 #           '1T1C' and
8713 #           'NDRPDR'"
8714 #  parameters:
8715 #  - "throughput"
8716 #  - "name"
8717 #  - "tags"
8718 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8719 #  x-axis: "X = CNFs per Service Chain"
8720 #  y-axis: "Y = Number of Service Chains"
8721 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8722 #  layout:
8723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8724 #    layout: "plot-service-density"
8725 #
8726 #- type: "plot"
8727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8728 #  algorithm: "plot_nf_heatmap"
8729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8730 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8731 #  filter: "'NIC_Intel-XL710' and
8732 #           'NF_DENSITY' and
8733 #           'DOCKER' and
8734 #           'CHAIN' and
8735 #           'NF_VPPIP4' and
8736 #           'IPSEC' and
8737 #           'TNL_4' and
8738 #           'IMIX' and
8739 #           '2T2C' and
8740 #           'NDRPDR'"
8741 #  parameters:
8742 #  - "throughput"
8743 #  - "name"
8744 #  - "tags"
8745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8746 #  x-axis: "X = CNFs per Service Chain"
8747 #  y-axis: "Y = Number of Service Chains"
8748 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8749 #  layout:
8750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8751 #    layout: "plot-service-density"
8752 #
8753 #- type: "plot"
8754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8755 #  algorithm: "plot_nf_heatmap"
8756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8757 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8758 #  filter: "'NIC_Intel-XL710' and
8759 #           'NF_DENSITY' and
8760 #           'DOCKER' and
8761 #           'CHAIN' and
8762 #           'NF_VPPIP4' and
8763 #           'IPSEC' and
8764 #           'TNL_4' and
8765 #           'IMIX' and
8766 #           '4T4C' and
8767 #           'NDRPDR'"
8768 #  parameters:
8769 #  - "throughput"
8770 #  - "name"
8771 #  - "tags"
8772 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8773 #  x-axis: "X = CNFs per Service Chain"
8774 #  y-axis: "Y = Number of Service Chains"
8775 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8776 #  layout:
8777 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8778 #    layout: "plot-service-density"
8779
8780 ###############################################################################
8781
8782 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8783 #- type: "plot"
8784 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8785 #  algorithm: "plot_nf_heatmap"
8786 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8787 #  data: "plot-vpp-nfv-3n-skx-mrr"
8788 #  filter: "'NIC_Intel-XXV710' and
8789 #           'NF_DENSITY' and
8790 #           'DOCKER' and
8791 #           'CHAIN' and
8792 #           'NF_VPPIP4' and
8793 #           'IPSEC' and
8794 #           'TNL_1000' and
8795 #           'IMIX' and
8796 #           '2T1C' and
8797 #           'MRR'"
8798 #  parameters:
8799 #  - "result"
8800 #  - "name"
8801 #  - "tags"
8802 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8803 #  x-axis: "X = CNFs per Service Chain"
8804 #  y-axis: "Y = Number of Service Chains"
8805 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8806 #  layout:
8807 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8808 #    layout: "plot-service-density"
8809 #
8810 #- type: "plot"
8811 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8812 #  algorithm: "plot_nf_heatmap"
8813 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8814 #  data: "plot-vpp-nfv-3n-skx-mrr"
8815 #  filter: "'NIC_Intel-XXV710' and
8816 #           'NF_DENSITY' and
8817 #           'DOCKER' and
8818 #           'CHAIN' and
8819 #           'NF_VPPIP4' and
8820 #           'IPSEC' and
8821 #           'TNL_1000' and
8822 #           'IMIX' and
8823 #           '4T2C' and
8824 #           'MRR'"
8825 #  parameters:
8826 #  - "result"
8827 #  - "name"
8828 #  - "tags"
8829 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8830 #  x-axis: "X = CNFs per Service Chain"
8831 #  y-axis: "Y = Number of Service Chains"
8832 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8833 #  layout:
8834 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8835 #    layout: "plot-service-density"
8836 #
8837 #- type: "plot"
8838 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8839 #  algorithm: "plot_nf_heatmap"
8840 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8841 #  data: "plot-vpp-nfv-3n-skx-mrr"
8842 #  filter: "'NIC_Intel-XXV710' and
8843 #           'NF_DENSITY' and
8844 #           'DOCKER' and
8845 #           'CHAIN' and
8846 #           'NF_VPPIP4' and
8847 #           'IPSEC' and
8848 #           'TNL_1000' and
8849 #           'IMIX' and
8850 #           '8T4C' and
8851 #           'MRR'"
8852 #  parameters:
8853 #  - "result"
8854 #  - "name"
8855 #  - "tags"
8856 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8857 #  x-axis: "X = CNFs per Service Chain"
8858 #  y-axis: "Y = Number of Service Chains"
8859 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8860 #  layout:
8861 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8862 #    layout: "plot-service-density"
8863
8864 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8865 #- type: "plot"
8866 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8867 #  algorithm: "plot_nf_heatmap"
8868 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8869 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8870 #  filter: "'NIC_Intel-XXV710' and
8871 #           'NF_DENSITY' and
8872 #           'DOCKER' and
8873 #           'CHAIN' and
8874 #           'NF_VPPIP4' and
8875 #           'IPSEC' and
8876 #           'TNL_1000' and
8877 #           'IMIX' and
8878 #           '2T1C' and
8879 #           'NDRPDR'"
8880 #  parameters:
8881 #  - "throughput"
8882 #  - "name"
8883 #  - "tags"
8884 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8885 #  x-axis: "X = CNFs per Service Chain"
8886 #  y-axis: "Y = Number of Service Chains"
8887 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8888 #  layout:
8889 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8890 #    layout: "plot-service-density"
8891 #
8892 #- type: "plot"
8893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8894 #  algorithm: "plot_nf_heatmap"
8895 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8896 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8897 #  filter: "'NIC_Intel-XXV710' and
8898 #           'NF_DENSITY' and
8899 #           'DOCKER' and
8900 #           'CHAIN' and
8901 #           'NF_VPPIP4' and
8902 #           'IPSEC' and
8903 #           'TNL_1000' and
8904 #           'IMIX' and
8905 #           '4T2C' and
8906 #           'NDRPDR'"
8907 #  parameters:
8908 #  - "throughput"
8909 #  - "name"
8910 #  - "tags"
8911 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8912 #  x-axis: "X = CNFs per Service Chain"
8913 #  y-axis: "Y = Number of Service Chains"
8914 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8915 #  layout:
8916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8917 #    layout: "plot-service-density"
8918 #
8919 #- type: "plot"
8920 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8921 #  algorithm: "plot_nf_heatmap"
8922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8923 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8924 #  filter: "'NIC_Intel-XXV710' and
8925 #           'NF_DENSITY' and
8926 #           'DOCKER' and
8927 #           'CHAIN' and
8928 #           'NF_VPPIP4' and
8929 #           'IPSEC' and
8930 #           'TNL_1000' and
8931 #           'IMIX' and
8932 #           '8T4C' and
8933 #           'NDRPDR'"
8934 #  parameters:
8935 #  - "throughput"
8936 #  - "name"
8937 #  - "tags"
8938 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8939 #  x-axis: "X = CNFs per Service Chain"
8940 #  y-axis: "Y = Number of Service Chains"
8941 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8942 #  layout:
8943 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8944 #    layout: "plot-service-density"
8945 #
8946 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8947 #- type: "plot"
8948 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8949 #  algorithm: "plot_nf_heatmap"
8950 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8951 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8952 #  filter: "'NIC_Intel-XXV710' and
8953 #           'NF_DENSITY' and
8954 #           'DOCKER' and
8955 #           'CHAIN' and
8956 #           'NF_VPPIP4' and
8957 #           'IPSEC' and
8958 #           'TNL_1000' and
8959 #           'IMIX' and
8960 #           '2T1C' and
8961 #           'NDRPDR'"
8962 #  parameters:
8963 #  - "throughput"
8964 #  - "name"
8965 #  - "tags"
8966 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8967 #  x-axis: "X = CNFs per Service Chain"
8968 #  y-axis: "Y = Number of Service Chains"
8969 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8970 #  layout:
8971 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8972 #    layout: "plot-service-density"
8973 #
8974 #- type: "plot"
8975 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8976 #  algorithm: "plot_nf_heatmap"
8977 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8978 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8979 #  filter: "'NIC_Intel-XXV710' and
8980 #           'NF_DENSITY' and
8981 #           'DOCKER' and
8982 #           'CHAIN' and
8983 #           'NF_VPPIP4' and
8984 #           'IPSEC' and
8985 #           'TNL_1000' and
8986 #           'IMIX' and
8987 #           '4T2C' and
8988 #           'NDRPDR'"
8989 #  parameters:
8990 #  - "throughput"
8991 #  - "name"
8992 #  - "tags"
8993 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8994 #  x-axis: "X = CNFs per Service Chain"
8995 #  y-axis: "Y = Number of Service Chains"
8996 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8997 #  layout:
8998 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8999 #    layout: "plot-service-density"
9000 #
9001 #- type: "plot"
9002 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9003 #  algorithm: "plot_nf_heatmap"
9004 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9005 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9006 #  filter: "'NIC_Intel-XXV710' and
9007 #           'NF_DENSITY' and
9008 #           'DOCKER' and
9009 #           'CHAIN' and
9010 #           'NF_VPPIP4' and
9011 #           'IPSEC' and
9012 #           'TNL_1000' and
9013 #           'IMIX' and
9014 #           '8T4C' and
9015 #           'NDRPDR'"
9016 #  parameters:
9017 #  - "throughput"
9018 #  - "name"
9019 #  - "tags"
9020 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9021 #  x-axis: "X = CNFs per Service Chain"
9022 #  y-axis: "Y = Number of Service Chains"
9023 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9024 #  layout:
9025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9026 #    layout: "plot-service-density"
9027
9028 ###############################################################################
9029
9030 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9031 #- type: "plot"
9032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9033 #  algorithm: "plot_nf_heatmap"
9034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9035 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9036 #  filter: "'NIC_Intel-XL710' and
9037 #           'NF_DENSITY' and
9038 #           'DOCKER' and
9039 #           'CHAIN' and
9040 #           'NF_VPPIP4' and
9041 #           'IMIX' and
9042 #           'TNL_1000' and
9043 #           '1T1C' and
9044 #           'MRR'"
9045 #  parameters:
9046 #  - "result"
9047 #  - "name"
9048 #  - "tags"
9049 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9050 #  x-axis: "X = CNFs per Service Chain"
9051 #  y-axis: "Y = Number of Service Chains"
9052 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9053 #  layout:
9054 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9055 #    layout: "plot-service-density"
9056 #
9057 #- type: "plot"
9058 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9059 #  algorithm: "plot_nf_heatmap"
9060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9061 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9062 #  filter: "'NIC_Intel-XL710' and
9063 #           'NF_DENSITY' and
9064 #           'DOCKER' and
9065 #           'CHAIN' and
9066 #           'NF_VPPIP4' and
9067 #           'IPSEC' and
9068 #           'TNL_1000' and
9069 #           'IMIX' and
9070 #           '2T2C' and
9071 #           'MRR'"
9072 #  parameters:
9073 #  - "result"
9074 #  - "name"
9075 #  - "tags"
9076 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9077 #  x-axis: "X = CNFs per Service Chain"
9078 #  y-axis: "Y = Number of Service Chains"
9079 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9080 #  layout:
9081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9082 #    layout: "plot-service-density"
9083 #
9084 #- type: "plot"
9085 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9086 #  algorithm: "plot_nf_heatmap"
9087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9088 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9089 #  filter: "'NIC_Intel-XL710' and
9090 #           'NF_DENSITY' and
9091 #           'DOCKER' and
9092 #           'CHAIN' and
9093 #           'NF_VPPIP4' and
9094 #           'IPSEC' and
9095 #           'TNL_1000' and
9096 #           'IMIX' and
9097 #           '4T4C' and
9098 #           'MRR'"
9099 #  parameters:
9100 #  - "result"
9101 #  - "name"
9102 #  - "tags"
9103 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9104 #  x-axis: "X = CNFs per Service Chain"
9105 #  y-axis: "Y = Number of Service Chains"
9106 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9107 #  layout:
9108 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9109 #    layout: "plot-service-density"
9110
9111 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9112 #- type: "plot"
9113 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9114 #  algorithm: "plot_nf_heatmap"
9115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9116 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9117 #  filter: "'NIC_Intel-XL710' and
9118 #           'NF_DENSITY' and
9119 #           'DOCKER' and
9120 #           'CHAIN' and
9121 #           'NF_VPPIP4' and
9122 #           'IPSEC' and
9123 #           'TNL_1000' and
9124 #           'IMIX' and
9125 #           '1T1C' and
9126 #           'NDRPDR'"
9127 #  parameters:
9128 #  - "throughput"
9129 #  - "name"
9130 #  - "tags"
9131 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9132 #  x-axis: "X = CNFs per Service Chain"
9133 #  y-axis: "Y = Number of Service Chains"
9134 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9135 #  layout:
9136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9137 #    layout: "plot-service-density"
9138 #
9139 #- type: "plot"
9140 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9141 #  algorithm: "plot_nf_heatmap"
9142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9143 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9144 #  filter: "'NIC_Intel-XL710' and
9145 #           'NF_DENSITY' and
9146 #           'DOCKER' and
9147 #           'CHAIN' and
9148 #           'NF_VPPIP4' and
9149 #           'IPSEC' and
9150 #           'TNL_1000' and
9151 #           'IMIX' and
9152 #           '2T2C' and
9153 #           'NDRPDR'"
9154 #  parameters:
9155 #  - "throughput"
9156 #  - "name"
9157 #  - "tags"
9158 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9159 #  x-axis: "X = CNFs per Service Chain"
9160 #  y-axis: "Y = Number of Service Chains"
9161 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9162 #  layout:
9163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9164 #    layout: "plot-service-density"
9165 #
9166 #- type: "plot"
9167 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9168 #  algorithm: "plot_nf_heatmap"
9169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9170 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9171 #  filter: "'NIC_Intel-XL710' and
9172 #           'NF_DENSITY' and
9173 #           'DOCKER' and
9174 #           'CHAIN' and
9175 #           'NF_VPPIP4' and
9176 #           'IPSEC' and
9177 #           'TNL_1000' and
9178 #           'IMIX' and
9179 #           '4T4C' and
9180 #           'NDRPDR'"
9181 #  parameters:
9182 #  - "throughput"
9183 #  - "name"
9184 #  - "tags"
9185 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9186 #  x-axis: "X = CNFs per Service Chain"
9187 #  y-axis: "Y = Number of Service Chains"
9188 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9189 #  layout:
9190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9191 #    layout: "plot-service-density"
9192 #
9193 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9194 #- type: "plot"
9195 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9196 #  algorithm: "plot_nf_heatmap"
9197 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9198 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9199 #  filter: "'NIC_Intel-XL710' and
9200 #           'NF_DENSITY' and
9201 #           'DOCKER' and
9202 #           'CHAIN' and
9203 #           'NF_VPPIP4' and
9204 #           'IPSEC' and
9205 #           'TNL_1000' and
9206 #           'IMIX' and
9207 #           '1T1C' and
9208 #           'NDRPDR'"
9209 #  parameters:
9210 #  - "throughput"
9211 #  - "name"
9212 #  - "tags"
9213 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9214 #  x-axis: "X = CNFs per Service Chain"
9215 #  y-axis: "Y = Number of Service Chains"
9216 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9217 #  layout:
9218 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9219 #    layout: "plot-service-density"
9220 #
9221 #- type: "plot"
9222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9223 #  algorithm: "plot_nf_heatmap"
9224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9225 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9226 #  filter: "'NIC_Intel-XL710' and
9227 #           'NF_DENSITY' and
9228 #           'DOCKER' and
9229 #           'CHAIN' and
9230 #           'NF_VPPIP4' and
9231 #           'IPSEC' and
9232 #           'TNL_1000' and
9233 #           'IMIX' and
9234 #           '2T2C' and
9235 #           'NDRPDR'"
9236 #  parameters:
9237 #  - "throughput"
9238 #  - "name"
9239 #  - "tags"
9240 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9241 #  x-axis: "X = CNFs per Service Chain"
9242 #  y-axis: "Y = Number of Service Chains"
9243 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9244 #  layout:
9245 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9246 #    layout: "plot-service-density"
9247 #
9248 #- type: "plot"
9249 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9250 #  algorithm: "plot_nf_heatmap"
9251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9252 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9253 #  filter: "'NIC_Intel-XL710' and
9254 #           'NF_DENSITY' and
9255 #           'DOCKER' and
9256 #           'CHAIN' and
9257 #           'NF_VPPIP4' and
9258 #           'IPSEC' and
9259 #           'TNL_1000' and
9260 #           'IMIX' and
9261 #           '4T4C' and
9262 #           'NDRPDR'"
9263 #  parameters:
9264 #  - "throughput"
9265 #  - "name"
9266 #  - "tags"
9267 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9268 #  x-axis: "X = CNFs per Service Chain"
9269 #  y-axis: "Y = Number of Service Chains"
9270 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9271 #  layout:
9272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9273 #    layout: "plot-service-density"
9274
9275 ###############################################################################
9276
9277 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9278 #- type: "plot"
9279 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9280 #  algorithm: "plot_nf_heatmap"
9281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9282 #  data: "plot-vpp-nfv-3n-skx-mrr"
9283 #  filter: "'NIC_Intel-XXV710' and
9284 #           'NF_DENSITY' and
9285 #           'DOCKER' and
9286 #           'CHAIN' and
9287 #           'NF_VPPIP4' and
9288 #           'IPSEC' and
9289 #           'TNL_10000' and
9290 #           'IMIX' and
9291 #           '2T1C' and
9292 #           'MRR'"
9293 #  parameters:
9294 #  - "result"
9295 #  - "name"
9296 #  - "tags"
9297 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9298 #  x-axis: "X = CNFs per Service Chain"
9299 #  y-axis: "Y = Number of Service Chains"
9300 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9301 #  layout:
9302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9303 #    layout: "plot-service-density"
9304 #
9305 #- type: "plot"
9306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9307 #  algorithm: "plot_nf_heatmap"
9308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9309 #  data: "plot-vpp-nfv-3n-skx-mrr"
9310 #  filter: "'NIC_Intel-XXV710' and
9311 #           'NF_DENSITY' and
9312 #           'DOCKER' and
9313 #           'CHAIN' and
9314 #           'NF_VPPIP4' and
9315 #           'IPSEC' and
9316 #           'TNL_10000' and
9317 #           'IMIX' and
9318 #           '4T2C' and
9319 #           'MRR'"
9320 #  parameters:
9321 #  - "result"
9322 #  - "name"
9323 #  - "tags"
9324 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9325 #  x-axis: "X = CNFs per Service Chain"
9326 #  y-axis: "Y = Number of Service Chains"
9327 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9328 #  layout:
9329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9330 #    layout: "plot-service-density"
9331 #
9332 #- type: "plot"
9333 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9334 #  algorithm: "plot_nf_heatmap"
9335 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9336 #  data: "plot-vpp-nfv-3n-skx-mrr"
9337 #  filter: "'NIC_Intel-XXV710' and
9338 #           'NF_DENSITY' and
9339 #           'DOCKER' and
9340 #           'CHAIN' and
9341 #           'NF_VPPIP4' and
9342 #           'IPSEC' and
9343 #           'TNL_10000' and
9344 #           'IMIX' and
9345 #           '8T4C' and
9346 #           'MRR'"
9347 #  parameters:
9348 #  - "result"
9349 #  - "name"
9350 #  - "tags"
9351 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9352 #  x-axis: "X = CNFs per Service Chain"
9353 #  y-axis: "Y = Number of Service Chains"
9354 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9355 #  layout:
9356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9357 #    layout: "plot-service-density"
9358
9359 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9360 #- type: "plot"
9361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9362 #  algorithm: "plot_nf_heatmap"
9363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9364 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9365 #  filter: "'NIC_Intel-XXV710' and
9366 #           'NF_DENSITY' and
9367 #           'DOCKER' and
9368 #           'CHAIN' and
9369 #           'NF_VPPIP4' and
9370 #           'IPSEC' and
9371 #           'TNL_10000' and
9372 #           'IMIX' and
9373 #           '2T1C' and
9374 #           'NDRPDR'"
9375 #  parameters:
9376 #  - "throughput"
9377 #  - "name"
9378 #  - "tags"
9379 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9380 #  x-axis: "X = CNFs per Service Chain"
9381 #  y-axis: "Y = Number of Service Chains"
9382 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9383 #  layout:
9384 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9385 #    layout: "plot-service-density"
9386 #
9387 #- type: "plot"
9388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9389 #  algorithm: "plot_nf_heatmap"
9390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9391 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9392 #  filter: "'NIC_Intel-XXV710' and
9393 #           'NF_DENSITY' and
9394 #           'DOCKER' and
9395 #           'CHAIN' and
9396 #           'NF_VPPIP4' and
9397 #           'IPSEC' and
9398 #           'TNL_10000' and
9399 #           'IMIX' and
9400 #           '4T2C' and
9401 #           'NDRPDR'"
9402 #  parameters:
9403 #  - "throughput"
9404 #  - "name"
9405 #  - "tags"
9406 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9407 #  x-axis: "X = CNFs per Service Chain"
9408 #  y-axis: "Y = Number of Service Chains"
9409 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9410 #  layout:
9411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9412 #    layout: "plot-service-density"
9413 #
9414 #- type: "plot"
9415 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9416 #  algorithm: "plot_nf_heatmap"
9417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9418 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9419 #  filter: "'NIC_Intel-XXV710' and
9420 #           'NF_DENSITY' and
9421 #           'DOCKER' and
9422 #           'CHAIN' and
9423 #           'NF_VPPIP4' and
9424 #           'IPSEC' and
9425 #           'TNL_10000' and
9426 #           'IMIX' and
9427 #           '8T4C' and
9428 #           'NDRPDR'"
9429 #  parameters:
9430 #  - "throughput"
9431 #  - "name"
9432 #  - "tags"
9433 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9434 #  x-axis: "X = CNFs per Service Chain"
9435 #  y-axis: "Y = Number of Service Chains"
9436 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9437 #  layout:
9438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9439 #    layout: "plot-service-density"
9440 #
9441 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9442 #- type: "plot"
9443 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9444 #  algorithm: "plot_nf_heatmap"
9445 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9446 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9447 #  filter: "'NIC_Intel-XXV710' and
9448 #           'NF_DENSITY' and
9449 #           'DOCKER' and
9450 #           'CHAIN' and
9451 #           'NF_VPPIP4' and
9452 #           'IPSEC' and
9453 #           'TNL_10000' and
9454 #           'IMIX' and
9455 #           '2T1C' and
9456 #           'NDRPDR'"
9457 #  parameters:
9458 #  - "throughput"
9459 #  - "name"
9460 #  - "tags"
9461 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9462 #  x-axis: "X = CNFs per Service Chain"
9463 #  y-axis: "Y = Number of Service Chains"
9464 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9465 #  layout:
9466 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9467 #    layout: "plot-service-density"
9468 #
9469 #- type: "plot"
9470 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9471 #  algorithm: "plot_nf_heatmap"
9472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9473 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9474 #  filter: "'NIC_Intel-XXV710' and
9475 #           'NF_DENSITY' and
9476 #           'DOCKER' and
9477 #           'CHAIN' and
9478 #           'NF_VPPIP4' and
9479 #           'IPSEC' and
9480 #           'TNL_10000' and
9481 #           'IMIX' and
9482 #           '4T2C' and
9483 #           'NDRPDR'"
9484 #  parameters:
9485 #  - "throughput"
9486 #  - "name"
9487 #  - "tags"
9488 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9489 #  x-axis: "X = CNFs per Service Chain"
9490 #  y-axis: "Y = Number of Service Chains"
9491 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9492 #  layout:
9493 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9494 #    layout: "plot-service-density"
9495 #
9496 #- type: "plot"
9497 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9498 #  algorithm: "plot_nf_heatmap"
9499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9500 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9501 #  filter: "'NIC_Intel-XXV710' and
9502 #           'NF_DENSITY' and
9503 #           'DOCKER' and
9504 #           'CHAIN' and
9505 #           'NF_VPPIP4' and
9506 #           'IPSEC' and
9507 #           'TNL_10000' and
9508 #           'IMIX' and
9509 #           '8T4C' and
9510 #           'NDRPDR'"
9511 #  parameters:
9512 #  - "throughput"
9513 #  - "name"
9514 #  - "tags"
9515 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9516 #  x-axis: "X = CNFs per Service Chain"
9517 #  y-axis: "Y = Number of Service Chains"
9518 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9519 #  layout:
9520 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9521 #    layout: "plot-service-density"
9522
9523 ###############################################################################
9524
9525 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9526 #- type: "plot"
9527 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9528 #  algorithm: "plot_nf_heatmap"
9529 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9530 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9531 #  filter: "'NIC_Intel-XL710' and
9532 #           'NF_DENSITY' and
9533 #           'DOCKER' and
9534 #           'CHAIN' and
9535 #           'NF_VPPIP4' and
9536 #           'IMIX' and
9537 #           'TNL_10000' and
9538 #           '1T1C' and
9539 #           'MRR'"
9540 #  parameters:
9541 #  - "result"
9542 #  - "name"
9543 #  - "tags"
9544 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9545 #  x-axis: "X = CNFs per Service Chain"
9546 #  y-axis: "Y = Number of Service Chains"
9547 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9548 #  layout:
9549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9550 #    layout: "plot-service-density"
9551 #
9552 #- type: "plot"
9553 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9554 #  algorithm: "plot_nf_heatmap"
9555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9556 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9557 #  filter: "'NIC_Intel-XL710' and
9558 #           'NF_DENSITY' and
9559 #           'DOCKER' and
9560 #           'CHAIN' and
9561 #           'NF_VPPIP4' and
9562 #           'IPSEC' and
9563 #           'TNL_10000' and
9564 #           'IMIX' and
9565 #           '2T2C' and
9566 #           'MRR'"
9567 #  parameters:
9568 #  - "result"
9569 #  - "name"
9570 #  - "tags"
9571 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9572 #  x-axis: "X = CNFs per Service Chain"
9573 #  y-axis: "Y = Number of Service Chains"
9574 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9575 #  layout:
9576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9577 #    layout: "plot-service-density"
9578 #
9579 #- type: "plot"
9580 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9581 #  algorithm: "plot_nf_heatmap"
9582 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9583 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9584 #  filter: "'NIC_Intel-XL710' and
9585 #           'NF_DENSITY' and
9586 #           'DOCKER' and
9587 #           'CHAIN' and
9588 #           'NF_VPPIP4' and
9589 #           'IPSEC' and
9590 #           'TNL_10000' and
9591 #           'IMIX' and
9592 #           '4T4C' and
9593 #           'MRR'"
9594 #  parameters:
9595 #  - "result"
9596 #  - "name"
9597 #  - "tags"
9598 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9599 #  x-axis: "X = CNFs per Service Chain"
9600 #  y-axis: "Y = Number of Service Chains"
9601 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9602 #  layout:
9603 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9604 #    layout: "plot-service-density"
9605
9606 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9607 #- type: "plot"
9608 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9609 #  algorithm: "plot_nf_heatmap"
9610 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9611 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9612 #  filter: "'NIC_Intel-XL710' and
9613 #           'NF_DENSITY' and
9614 #           'DOCKER' and
9615 #           'CHAIN' and
9616 #           'NF_VPPIP4' and
9617 #           'IPSEC' and
9618 #           'TNL_10000' and
9619 #           'IMIX' and
9620 #           '1T1C' and
9621 #           'NDRPDR'"
9622 #  parameters:
9623 #  - "throughput"
9624 #  - "name"
9625 #  - "tags"
9626 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9627 #  x-axis: "X = CNFs per Service Chain"
9628 #  y-axis: "Y = Number of Service Chains"
9629 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9630 #  layout:
9631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9632 #    layout: "plot-service-density"
9633 #
9634 #- type: "plot"
9635 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9636 #  algorithm: "plot_nf_heatmap"
9637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9638 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9639 #  filter: "'NIC_Intel-XL710' and
9640 #           'NF_DENSITY' and
9641 #           'DOCKER' and
9642 #           'CHAIN' and
9643 #           'NF_VPPIP4' and
9644 #           'IPSEC' and
9645 #           'TNL_10000' and
9646 #           'IMIX' and
9647 #           '2T2C' and
9648 #           'NDRPDR'"
9649 #  parameters:
9650 #  - "throughput"
9651 #  - "name"
9652 #  - "tags"
9653 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9654 #  x-axis: "X = CNFs per Service Chain"
9655 #  y-axis: "Y = Number of Service Chains"
9656 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9657 #  layout:
9658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9659 #    layout: "plot-service-density"
9660 #
9661 #- type: "plot"
9662 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9663 #  algorithm: "plot_nf_heatmap"
9664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9665 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9666 #  filter: "'NIC_Intel-XL710' and
9667 #           'NF_DENSITY' and
9668 #           'DOCKER' and
9669 #           'CHAIN' and
9670 #           'NF_VPPIP4' and
9671 #           'IPSEC' and
9672 #           'TNL_10000' and
9673 #           'IMIX' and
9674 #           '4T4C' and
9675 #           'NDRPDR'"
9676 #  parameters:
9677 #  - "throughput"
9678 #  - "name"
9679 #  - "tags"
9680 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9681 #  x-axis: "X = CNFs per Service Chain"
9682 #  y-axis: "Y = Number of Service Chains"
9683 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9684 #  layout:
9685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9686 #    layout: "plot-service-density"
9687 #
9688 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9689 #- type: "plot"
9690 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9691 #  algorithm: "plot_nf_heatmap"
9692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9693 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9694 #  filter: "'NIC_Intel-XL710' and
9695 #           'NF_DENSITY' and
9696 #           'DOCKER' and
9697 #           'CHAIN' and
9698 #           'NF_VPPIP4' and
9699 #           'IPSEC' and
9700 #           'TNL_10000' and
9701 #           'IMIX' and
9702 #           '1T1C' and
9703 #           'NDRPDR'"
9704 #  parameters:
9705 #  - "throughput"
9706 #  - "name"
9707 #  - "tags"
9708 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9709 #  x-axis: "X = CNFs per Service Chain"
9710 #  y-axis: "Y = Number of Service Chains"
9711 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9712 #  layout:
9713 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9714 #    layout: "plot-service-density"
9715 #
9716 #- type: "plot"
9717 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9718 #  algorithm: "plot_nf_heatmap"
9719 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9720 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9721 #  filter: "'NIC_Intel-XL710' and
9722 #           'NF_DENSITY' and
9723 #           'DOCKER' and
9724 #           'CHAIN' and
9725 #           'NF_VPPIP4' and
9726 #           'IPSEC' and
9727 #           'TNL_10000' and
9728 #           'IMIX' and
9729 #           '2T2C' and
9730 #           'NDRPDR'"
9731 #  parameters:
9732 #  - "throughput"
9733 #  - "name"
9734 #  - "tags"
9735 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9736 #  x-axis: "X = CNFs per Service Chain"
9737 #  y-axis: "Y = Number of Service Chains"
9738 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9739 #  layout:
9740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9741 #    layout: "plot-service-density"
9742 #
9743 #- type: "plot"
9744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9745 #  algorithm: "plot_nf_heatmap"
9746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9747 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9748 #  filter: "'NIC_Intel-XL710' and
9749 #           'NF_DENSITY' and
9750 #           'DOCKER' and
9751 #           'CHAIN' and
9752 #           'NF_VPPIP4' and
9753 #           'IPSEC' and
9754 #           'TNL_10000' and
9755 #           'IMIX' and
9756 #           '4T4C' and
9757 #           'NDRPDR'"
9758 #  parameters:
9759 #  - "throughput"
9760 #  - "name"
9761 #  - "tags"
9762 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9763 #  x-axis: "X = CNFs per Service Chain"
9764 #  y-axis: "Y = Number of Service Chains"
9765 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9766 #  layout:
9767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9768 #    layout: "plot-service-density"
9769
9770 ###############################################################################
9771
9772 # Plots - NF Density - CSP - MRR IMIX
9773 - type: "plot"
9774   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9775   algorithm: "plot_nf_heatmap"
9776   output-file-type: ".html"
9777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9778   data: "plot-vpp-nfv-2n-skx-mrr"
9779   filter: "'NIC_Intel-XXV710' and
9780            'NF_DENSITY' and
9781            'DOCKER' and
9782            'PIPELINE' and
9783            'NF_VPPIP4' and
9784            'IMIX' and
9785            '2T1C' and
9786            'MRR'"
9787   parameters:
9788   - "result"
9789   - "name"
9790   - "tags"
9791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9792   x-axis: "X = CNFs per Service Pipeline"
9793   y-axis: "Y = Number of Service Pipelines"
9794   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9795   layout:
9796     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9797     layout: "plot-service-density"
9798
9799 - type: "plot"
9800   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9801   algorithm: "plot_nf_heatmap"
9802   output-file-type: ".html"
9803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9804   data: "plot-vpp-nfv-2n-skx-mrr"
9805   filter: "'NIC_Intel-XXV710' and
9806            'NF_DENSITY' and
9807            'DOCKER' and
9808            'PIPELINE' and
9809            'NF_VPPIP4' and
9810            'IMIX' and
9811            '4T2C' and
9812            'MRR'"
9813   parameters:
9814   - "result"
9815   - "name"
9816   - "tags"
9817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9818   x-axis: "X = CNFs per Service Pipeline"
9819   y-axis: "Y = Number of Service Pipelines"
9820   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9821   layout:
9822     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9823     layout: "plot-service-density"
9824
9825 - type: "plot"
9826   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9827   algorithm: "plot_nf_heatmap"
9828   output-file-type: ".html"
9829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9830   data: "plot-vpp-nfv-2n-skx-mrr"
9831   filter: "'NIC_Intel-XXV710' and
9832            'NF_DENSITY' and
9833            'DOCKER' and
9834            'PIPELINE' and
9835            'NF_VPPIP4' and
9836            'IMIX' and
9837            '8T4C' and
9838            'MRR'"
9839   parameters:
9840   - "result"
9841   - "name"
9842   - "tags"
9843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9844   x-axis: "X = CNFs per Service Pipeline"
9845   y-axis: "Y = Number of Service Pipelines"
9846   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9847   layout:
9848     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9849     layout: "plot-service-density"
9850
9851 # Plots - NF Density - CSP - NDR IMIX
9852 - type: "plot"
9853   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9854   algorithm: "plot_nf_heatmap"
9855   output-file-type: ".html"
9856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9857   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9858   filter: "'NIC_Intel-XXV710' and
9859            'NF_DENSITY' and
9860            'DOCKER' and
9861            'PIPELINE' and
9862            'NF_VPPIP4' and
9863            'IMIX' and
9864            '2T1C' and
9865            'NDRPDR'"
9866   parameters:
9867   - "throughput"
9868   - "name"
9869   - "tags"
9870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9871   x-axis: "X = CNFs per Service Pipeline"
9872   y-axis: "Y = Number of Service Pipelines"
9873   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9874   layout:
9875     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9876     layout: "plot-service-density"
9877
9878 - type: "plot"
9879   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9880   algorithm: "plot_nf_heatmap"
9881   output-file-type: ".html"
9882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9883   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9884   filter: "'NIC_Intel-XXV710' and
9885            'NF_DENSITY' and
9886            'DOCKER' and
9887            'PIPELINE' and
9888            'NF_VPPIP4' and
9889            'IMIX' and
9890            '4T2C' and
9891            'NDRPDR'"
9892   parameters:
9893   - "throughput"
9894   - "name"
9895   - "tags"
9896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9897   x-axis: "X = CNFs per Service Pipeline"
9898   y-axis: "Y = Number of Service Pipelines"
9899   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9900   layout:
9901     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9902     layout: "plot-service-density"
9903
9904 - type: "plot"
9905   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9906   algorithm: "plot_nf_heatmap"
9907   output-file-type: ".html"
9908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9909   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9910   filter: "'NIC_Intel-XXV710' and
9911            'NF_DENSITY' and
9912            'DOCKER' and
9913            'PIPELINE' and
9914            'NF_VPPIP4' and
9915            'IMIX' and
9916            '8T4C' and
9917            'NDRPDR'"
9918   parameters:
9919   - "throughput"
9920   - "name"
9921   - "tags"
9922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9923   x-axis: "X = CNFs per Service Pipeline"
9924   y-axis: "Y = Number of Service Pipelines"
9925   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9926   layout:
9927     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9928     layout: "plot-service-density"
9929
9930 # Plots - NF Density - CSP - PDR IMIX
9931 - type: "plot"
9932   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9933   algorithm: "plot_nf_heatmap"
9934   output-file-type: ".html"
9935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9936   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9937   filter: "'NIC_Intel-XXV710' and
9938            'NF_DENSITY' and
9939            'DOCKER' and
9940            'PIPELINE' and
9941            'NF_VPPIP4' and
9942            'IMIX' and
9943            '2T1C' and
9944            'NDRPDR'"
9945   parameters:
9946   - "throughput"
9947   - "name"
9948   - "tags"
9949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9950   x-axis: "X = CNFs per Service Pipeline"
9951   y-axis: "Y = Number of Service Pipelines"
9952   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9953   layout:
9954     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9955     layout: "plot-service-density"
9956
9957 - type: "plot"
9958   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9959   algorithm: "plot_nf_heatmap"
9960   output-file-type: ".html"
9961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9962   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9963   filter: "'NIC_Intel-XXV710' and
9964            'NF_DENSITY' and
9965            'DOCKER' and
9966            'PIPELINE' and
9967            'NF_VPPIP4' and
9968            'IMIX' and
9969            '4T2C' and
9970            'NDRPDR'"
9971   parameters:
9972   - "throughput"
9973   - "name"
9974   - "tags"
9975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9976   x-axis: "X = CNFs per Service Pipeline"
9977   y-axis: "Y = Number of Service Pipelines"
9978   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9979   layout:
9980     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9981     layout: "plot-service-density"
9982
9983 - type: "plot"
9984   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9985   algorithm: "plot_nf_heatmap"
9986   output-file-type: ".html"
9987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9988   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9989   filter: "'NIC_Intel-XXV710' and
9990            'NF_DENSITY' and
9991            'DOCKER' and
9992            'PIPELINE' and
9993            'NF_VPPIP4' and
9994            'IMIX' and
9995            '8T4C' and
9996            'NDRPDR'"
9997   parameters:
9998   - "throughput"
9999   - "name"
10000   - "tags"
10001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10002   x-axis: "X = CNFs per Service Pipeline"
10003   y-axis: "Y = Number of Service Pipelines"
10004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10005   layout:
10006     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10007     layout: "plot-service-density"
10008
10009 ###############################################################################
10010 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10011
10012 - type: "plot"
10013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10014   algorithm: "plot_nf_heatmap"
10015   output-file-type: ".html"
10016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10017   data: "plot-vpp-nfv-2n-clx-mrr"
10018   filter: "'NIC_Intel-XXV710' and
10019            'NF_DENSITY' and
10020            'VHOST' and
10021            not 'VXLAN' and
10022            'CHAIN' and
10023            'NF_VPPIP4' and
10024            'IMIX' and
10025            '2T1C' and
10026            'MRR'"
10027   parameters:
10028   - "result"
10029   - "name"
10030   - "tags"
10031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10032   x-axis: "X = VNFs per Service Chain"
10033   y-axis: "Y = Number of Service Chains"
10034   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10035   layout:
10036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10037     layout: "plot-service-density"
10038
10039 - type: "plot"
10040   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10041   algorithm: "plot_nf_heatmap"
10042   output-file-type: ".html"
10043   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10044   data: "plot-vpp-nfv-2n-clx-mrr"
10045   filter: "'NIC_Intel-XXV710' and
10046            'NF_DENSITY' and
10047            'VHOST' and
10048            not 'VXLAN' and
10049            'CHAIN' and
10050            'NF_VPPIP4' and
10051            'IMIX' and
10052            '4T2C' and
10053            'MRR'"
10054   parameters:
10055   - "result"
10056   - "name"
10057   - "tags"
10058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10059   x-axis: "X = VNFs per Service Chain"
10060   y-axis: "Y = Number of Service Chains"
10061   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10062   layout:
10063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10064     layout: "plot-service-density"
10065
10066 - type: "plot"
10067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10068   algorithm: "plot_nf_heatmap"
10069   output-file-type: ".html"
10070   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10071   data: "plot-vpp-nfv-2n-clx-mrr"
10072   filter: "'NIC_Intel-XXV710' and
10073            'NF_DENSITY' and
10074            'VHOST' and
10075            not 'VXLAN' and
10076            'CHAIN' and
10077            'NF_VPPIP4' and
10078            'IMIX' and
10079            '8T4C' and
10080            'MRR'"
10081   parameters:
10082   - "result"
10083   - "name"
10084   - "tags"
10085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10086   x-axis: "X = VNFs per Service Chain"
10087   y-axis: "Y = Number of Service Chains"
10088   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10089   layout:
10090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10091     layout: "plot-service-density"
10092
10093 # Plots - NF Density - VSC - NDR IMIX
10094 - type: "plot"
10095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10096   algorithm: "plot_nf_heatmap"
10097   output-file-type: ".html"
10098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10099   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10100   filter: "'NIC_Intel-XXV710' and
10101            'NF_DENSITY' and
10102            'VHOST' and
10103            not 'VXLAN' and
10104            'CHAIN' and
10105            'NF_VPPIP4' and
10106            'IMIX' and
10107            '2T1C' and
10108            'NDRPDR'"
10109   parameters:
10110   - "throughput"
10111   - "name"
10112   - "tags"
10113   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10114   x-axis: "X = VNFs per Service Chain"
10115   y-axis: "Y = Number of Service Chains"
10116   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10117   layout:
10118     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10119     layout: "plot-service-density"
10120
10121 - type: "plot"
10122   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10123   algorithm: "plot_nf_heatmap"
10124   output-file-type: ".html"
10125   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10126   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10127   filter: "'NIC_Intel-XXV710' and
10128            'NF_DENSITY' and
10129            'VHOST' and
10130            not 'VXLAN' and
10131            'CHAIN' and
10132            'NF_VPPIP4' and
10133            'IMIX' and
10134            '4T2C' and
10135            'NDRPDR'"
10136   parameters:
10137   - "throughput"
10138   - "name"
10139   - "tags"
10140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10141   x-axis: "X = VNFs per Service Chain"
10142   y-axis: "Y = Number of Service Chains"
10143   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10144   layout:
10145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10146     layout: "plot-service-density"
10147
10148 - type: "plot"
10149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10150   algorithm: "plot_nf_heatmap"
10151   output-file-type: ".html"
10152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10153   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10154   filter: "'NIC_Intel-XXV710' and
10155            'NF_DENSITY' and
10156            'VHOST' and
10157            not 'VXLAN' and
10158            'CHAIN' and
10159            'NF_VPPIP4' and
10160            'IMIX' and
10161            '8T4C' and
10162            'NDRPDR'"
10163   parameters:
10164   - "throughput"
10165   - "name"
10166   - "tags"
10167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10168   x-axis: "X = VNFs per Service Chain"
10169   y-axis: "Y = Number of Service Chains"
10170   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10171   layout:
10172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10173     layout: "plot-service-density"
10174
10175 # Plots - NF Density - VSC - PDR IMIX
10176 - type: "plot"
10177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10178   algorithm: "plot_nf_heatmap"
10179   output-file-type: ".html"
10180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10181   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10182   filter: "'NIC_Intel-XXV710' and
10183            'NF_DENSITY' and
10184            'VHOST' and
10185            not 'VXLAN' and
10186            'CHAIN' and
10187            'NF_VPPIP4' and
10188            'IMIX' and
10189            '2T1C' and
10190            'NDRPDR'"
10191   parameters:
10192   - "throughput"
10193   - "name"
10194   - "tags"
10195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10196   x-axis: "X = VNFs per Service Chain"
10197   y-axis: "Y = Number of Service Chains"
10198   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10199   layout:
10200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10201     layout: "plot-service-density"
10202
10203 - type: "plot"
10204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10205   algorithm: "plot_nf_heatmap"
10206   output-file-type: ".html"
10207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10208   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10209   filter: "'NIC_Intel-XXV710' and
10210            'NF_DENSITY' and
10211            'VHOST' and
10212            not 'VXLAN' and
10213            'CHAIN' and
10214            'NF_VPPIP4' and
10215            'IMIX' and
10216            '4T2C' and
10217            'NDRPDR'"
10218   parameters:
10219   - "throughput"
10220   - "name"
10221   - "tags"
10222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10223   x-axis: "X = VNFs per Service Chain"
10224   y-axis: "Y = Number of Service Chains"
10225   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10226   layout:
10227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10228     layout: "plot-service-density"
10229
10230 - type: "plot"
10231   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10232   algorithm: "plot_nf_heatmap"
10233   output-file-type: ".html"
10234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10235   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10236   filter: "'NIC_Intel-XXV710' and
10237            'NF_DENSITY' and
10238            'VHOST' and
10239            not 'VXLAN' and
10240            'CHAIN' and
10241            'NF_VPPIP4' and
10242            'IMIX' and
10243            '8T4C' and
10244            'NDRPDR'"
10245   parameters:
10246   - "throughput"
10247   - "name"
10248   - "tags"
10249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10250   x-axis: "X = VNFs per Service Chain"
10251   y-axis: "Y = Number of Service Chains"
10252   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10253   layout:
10254     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10255     layout: "plot-service-density"
10256
10257 # Plots - NF Density - VSC - MRR IMIX
10258 - type: "plot"
10259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10260   algorithm: "plot_nf_heatmap"
10261   output-file-type: ".html"
10262   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10263   data: "plot-vpp-nfv-2n-clx-mrr"
10264   filter: "'NIC_Intel-XXV710' and
10265            'NF_DENSITY' and
10266            'VHOST' and
10267            'VXLAN' and
10268            'CHAIN' and
10269            'IMIX' and
10270            '2T1C' and
10271            'MRR'"
10272   parameters:
10273   - "result"
10274   - "name"
10275   - "tags"
10276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10277   x-axis: "X = VNFs per Service Chain"
10278   y-axis: "Y = Number of Service Chains"
10279   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10280   layout:
10281     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10282     layout: "plot-service-density"
10283
10284 - type: "plot"
10285   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10286   algorithm: "plot_nf_heatmap"
10287   output-file-type: ".html"
10288   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10289   data: "plot-vpp-nfv-2n-clx-mrr"
10290   filter: "'NIC_Intel-XXV710' and
10291            'NF_DENSITY' and
10292            'VHOST' and
10293            'VXLAN' and
10294            'CHAIN' and
10295            'IMIX' and
10296            '4T2C' and
10297            'MRR'"
10298   parameters:
10299   - "result"
10300   - "name"
10301   - "tags"
10302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10303   x-axis: "X = VNFs per Service Chain"
10304   y-axis: "Y = Number of Service Chains"
10305   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10306   layout:
10307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10308     layout: "plot-service-density"
10309
10310 - type: "plot"
10311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10312   algorithm: "plot_nf_heatmap"
10313   output-file-type: ".html"
10314   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10315   data: "plot-vpp-nfv-2n-clx-mrr"
10316   filter: "'NIC_Intel-XXV710' and
10317            'NF_DENSITY' and
10318            'VHOST' and
10319            'VXLAN' and
10320            'CHAIN' and
10321            'IMIX' and
10322            '8T4C' and
10323            'MRR'"
10324   parameters:
10325   - "result"
10326   - "name"
10327   - "tags"
10328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10329   x-axis: "X = VNFs per Service Chain"
10330   y-axis: "Y = Number of Service Chains"
10331   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10332   layout:
10333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10334     layout: "plot-service-density"
10335
10336 # Plots - NF Density - VSC - NDR IMIX
10337 - type: "plot"
10338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10339   algorithm: "plot_nf_heatmap"
10340   output-file-type: ".html"
10341   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10342   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10343   filter: "'NIC_Intel-XXV710' and
10344            'NF_DENSITY' and
10345            'VHOST' and
10346            'VXLAN' and
10347            'CHAIN' and
10348            'IMIX' and
10349            '2T1C' and
10350            'NDRPDR'"
10351   parameters:
10352   - "throughput"
10353   - "name"
10354   - "tags"
10355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10356   x-axis: "X = VNFs per Service Chain"
10357   y-axis: "Y = Number of Service Chains"
10358   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10359   layout:
10360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10361     layout: "plot-service-density"
10362
10363 - type: "plot"
10364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10365   algorithm: "plot_nf_heatmap"
10366   output-file-type: ".html"
10367   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10368   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10369   filter: "'NIC_Intel-XXV710' and
10370            'NF_DENSITY' and
10371            'VHOST' and
10372            'VXLAN' and
10373            'CHAIN' and
10374            'IMIX' and
10375            '4T2C' and
10376            'NDRPDR'"
10377   parameters:
10378   - "throughput"
10379   - "name"
10380   - "tags"
10381   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10382   x-axis: "X = VNFs per Service Chain"
10383   y-axis: "Y = Number of Service Chains"
10384   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10385   layout:
10386     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10387     layout: "plot-service-density"
10388
10389 - type: "plot"
10390   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10391   algorithm: "plot_nf_heatmap"
10392   output-file-type: ".html"
10393   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10394   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10395   filter: "'NIC_Intel-XXV710' and
10396            'NF_DENSITY' and
10397            'VHOST' and
10398            'VXLAN' and
10399            'CHAIN' and
10400            'IMIX' and
10401            '8T4C' and
10402            'NDRPDR'"
10403   parameters:
10404   - "throughput"
10405   - "name"
10406   - "tags"
10407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10408   x-axis: "X = VNFs per Service Chain"
10409   y-axis: "Y = Number of Service Chains"
10410   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10411   layout:
10412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10413     layout: "plot-service-density"
10414
10415 # Plots - NF Density - VSC - PDR IMIX
10416 - type: "plot"
10417   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10418   algorithm: "plot_nf_heatmap"
10419   output-file-type: ".html"
10420   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10421   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10422   filter: "'NIC_Intel-XXV710' and
10423            'NF_DENSITY' and
10424            'VHOST' and
10425            'VXLAN' and
10426            'CHAIN' and
10427            'IMIX' and
10428            '2T1C' and
10429            'NDRPDR'"
10430   parameters:
10431   - "throughput"
10432   - "name"
10433   - "tags"
10434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10435   x-axis: "X = VNFs per Service Chain"
10436   y-axis: "Y = Number of Service Chains"
10437   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10438   layout:
10439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10440     layout: "plot-service-density"
10441
10442 - type: "plot"
10443   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10444   algorithm: "plot_nf_heatmap"
10445   output-file-type: ".html"
10446   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10447   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10448   filter: "'NIC_Intel-XXV710' and
10449            'NF_DENSITY' and
10450            'VHOST' and
10451            'VXLAN' and
10452            'CHAIN' and
10453            'IMIX' and
10454            '4T2C' and
10455            'NDRPDR'"
10456   parameters:
10457   - "throughput"
10458   - "name"
10459   - "tags"
10460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10461   x-axis: "X = VNFs per Service Chain"
10462   y-axis: "Y = Number of Service Chains"
10463   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10464   layout:
10465     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10466     layout: "plot-service-density"
10467
10468 - type: "plot"
10469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10470   algorithm: "plot_nf_heatmap"
10471   output-file-type: ".html"
10472   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10473   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10474   filter: "'NIC_Intel-XXV710' and
10475            'NF_DENSITY' and
10476            'VHOST' and
10477            'VXLAN' and
10478            'CHAIN' and
10479            'IMIX' and
10480            '8T4C' and
10481            'NDRPDR'"
10482   parameters:
10483   - "throughput"
10484   - "name"
10485   - "tags"
10486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10487   x-axis: "X = VNFs per Service Chain"
10488   y-axis: "Y = Number of Service Chains"
10489   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10490   layout:
10491     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10492     layout: "plot-service-density"
10493
10494 # Plots - NF Density - CSC - MRR IMIX
10495 - type: "plot"
10496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10497   algorithm: "plot_nf_heatmap"
10498   output-file-type: ".html"
10499   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10500   data: "plot-vpp-nfv-2n-clx-mrr"
10501   filter: "'NIC_Intel-XXV710' and
10502            'NF_DENSITY' and
10503            'DOCKER' and
10504            'CHAIN' and
10505            'NF_VPPIP4' and
10506            'IMIX' and
10507            '2T1C' and
10508            'MRR'"
10509   parameters:
10510   - "result"
10511   - "name"
10512   - "tags"
10513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10514   x-axis: "X = CNFs per Service Chain"
10515   y-axis: "Y = Number of Service Chains"
10516   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10517   layout:
10518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10519     layout: "plot-service-density"
10520
10521 - type: "plot"
10522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10523   algorithm: "plot_nf_heatmap"
10524   output-file-type: ".html"
10525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10526   data: "plot-vpp-nfv-2n-clx-mrr"
10527   filter: "'NIC_Intel-XXV710' and
10528            'NF_DENSITY' and
10529            'DOCKER' and
10530            'CHAIN' and
10531            'NF_VPPIP4' and
10532            'IMIX' and
10533            '4T2C' and
10534            'MRR'"
10535   parameters:
10536   - "result"
10537   - "name"
10538   - "tags"
10539   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10540   x-axis: "X = CNFs per Service Chain"
10541   y-axis: "Y = Number of Service Chains"
10542   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10543   layout:
10544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10545     layout: "plot-service-density"
10546
10547 - type: "plot"
10548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10549   algorithm: "plot_nf_heatmap"
10550   output-file-type: ".html"
10551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10552   data: "plot-vpp-nfv-2n-clx-mrr"
10553   filter: "'NIC_Intel-XXV710' and
10554            'NF_DENSITY' and
10555            'DOCKER' and
10556            'CHAIN' and
10557            'NF_VPPIP4' and
10558            'IMIX' and
10559            '8T4C' and
10560            'MRR'"
10561   parameters:
10562   - "result"
10563   - "name"
10564   - "tags"
10565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10566   x-axis: "X = CNFs per Service Chain"
10567   y-axis: "Y = Number of Service Chains"
10568   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10569   layout:
10570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10571     layout: "plot-service-density"
10572
10573 # Plots - NF Density - CSC - NDR IMIX
10574 - type: "plot"
10575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10576   algorithm: "plot_nf_heatmap"
10577   output-file-type: ".html"
10578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10579   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10580   filter: "'NIC_Intel-XXV710' and
10581            'NF_DENSITY' and
10582            'DOCKER' and
10583            'CHAIN' and
10584            'NF_VPPIP4' and
10585            'IMIX' and
10586            '2T1C' and
10587            'NDRPDR'"
10588   parameters:
10589   - "throughput"
10590   - "name"
10591   - "tags"
10592   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10593   x-axis: "X = CNFs per Service Chain"
10594   y-axis: "Y = Number of Service Chains"
10595   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10596   layout:
10597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10598     layout: "plot-service-density"
10599
10600 - type: "plot"
10601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10602   algorithm: "plot_nf_heatmap"
10603   output-file-type: ".html"
10604   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10605   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10606   filter: "'NIC_Intel-XXV710' and
10607            'NF_DENSITY' and
10608            'DOCKER' and
10609            'CHAIN' and
10610            'NF_VPPIP4' and
10611            'IMIX' and
10612            '4T2C' and
10613            'NDRPDR'"
10614   parameters:
10615   - "throughput"
10616   - "name"
10617   - "tags"
10618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10619   x-axis: "X = CNFs per Service Chain"
10620   y-axis: "Y = Number of Service Chains"
10621   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10622   layout:
10623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10624     layout: "plot-service-density"
10625
10626 - type: "plot"
10627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10628   algorithm: "plot_nf_heatmap"
10629   output-file-type: ".html"
10630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10631   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10632   filter: "'NIC_Intel-XXV710' and
10633            'NF_DENSITY' and
10634            'DOCKER' and
10635            'CHAIN' and
10636            'NF_VPPIP4' and
10637            'IMIX' and
10638            '8T4C' and
10639            'NDRPDR'"
10640   parameters:
10641   - "throughput"
10642   - "name"
10643   - "tags"
10644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10645   x-axis: "X = CNFs per Service Chain"
10646   y-axis: "Y = Number of Service Chains"
10647   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10648   layout:
10649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10650     layout: "plot-service-density"
10651
10652 # Plots - NF Density - CSC - PDR IMIX
10653 - type: "plot"
10654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10655   algorithm: "plot_nf_heatmap"
10656   output-file-type: ".html"
10657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10658   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10659   filter: "'NIC_Intel-XXV710' and
10660            'NF_DENSITY' and
10661            'DOCKER' and
10662            'CHAIN' and
10663            'NF_VPPIP4' and
10664            'IMIX' and
10665            '2T1C' and
10666            'NDRPDR'"
10667   parameters:
10668   - "throughput"
10669   - "name"
10670   - "tags"
10671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10672   x-axis: "X = CNFs per Service Chain"
10673   y-axis: "Y = Number of Service Chains"
10674   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10675   layout:
10676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10677     layout: "plot-service-density"
10678
10679 - type: "plot"
10680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10681   algorithm: "plot_nf_heatmap"
10682   output-file-type: ".html"
10683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10684   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10685   filter: "'NIC_Intel-XXV710' and
10686            'NF_DENSITY' and
10687            'DOCKER' and
10688            'CHAIN' and
10689            'NF_VPPIP4' and
10690            'IMIX' and
10691            '4T2C' and
10692            'NDRPDR'"
10693   parameters:
10694   - "throughput"
10695   - "name"
10696   - "tags"
10697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10698   x-axis: "X = CNFs per Service Chain"
10699   y-axis: "Y = Number of Service Chains"
10700   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10701   layout:
10702     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10703     layout: "plot-service-density"
10704
10705 - type: "plot"
10706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10707   algorithm: "plot_nf_heatmap"
10708   output-file-type: ".html"
10709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10710   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10711   filter: "'NIC_Intel-XXV710' and
10712            'NF_DENSITY' and
10713            'DOCKER' and
10714            'CHAIN' and
10715            'NF_VPPIP4' and
10716            'IMIX' and
10717            '8T4C' and
10718            'NDRPDR'"
10719   parameters:
10720   - "throughput"
10721   - "name"
10722   - "tags"
10723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10724   x-axis: "X = CNFs per Service Chain"
10725   y-axis: "Y = Number of Service Chains"
10726   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10727   layout:
10728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10729     layout: "plot-service-density"
10730
10731 # Plots - NF Density - CSP - MRR IMIX
10732 - type: "plot"
10733   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10734   algorithm: "plot_nf_heatmap"
10735   output-file-type: ".html"
10736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10737   data: "plot-vpp-nfv-2n-clx-mrr"
10738   filter: "'NIC_Intel-XXV710' and
10739            'NF_DENSITY' and
10740            'DOCKER' and
10741            'PIPELINE' and
10742            'NF_VPPIP4' and
10743            'IMIX' and
10744            '2T1C' and
10745            'MRR'"
10746   parameters:
10747   - "result"
10748   - "name"
10749   - "tags"
10750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10751   x-axis: "X = CNFs per Service Pipeline"
10752   y-axis: "Y = Number of Service Pipelines"
10753   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10754   layout:
10755     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10756     layout: "plot-service-density"
10757
10758 - type: "plot"
10759   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10760   algorithm: "plot_nf_heatmap"
10761   output-file-type: ".html"
10762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10763   data: "plot-vpp-nfv-2n-clx-mrr"
10764   filter: "'NIC_Intel-XXV710' and
10765            'NF_DENSITY' and
10766            'DOCKER' and
10767            'PIPELINE' and
10768            'NF_VPPIP4' and
10769            'IMIX' and
10770            '4T2C' and
10771            'MRR'"
10772   parameters:
10773   - "result"
10774   - "name"
10775   - "tags"
10776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10777   x-axis: "X = CNFs per Service Pipeline"
10778   y-axis: "Y = Number of Service Pipelines"
10779   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10780   layout:
10781     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10782     layout: "plot-service-density"
10783
10784 - type: "plot"
10785   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10786   algorithm: "plot_nf_heatmap"
10787   output-file-type: ".html"
10788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10789   data: "plot-vpp-nfv-2n-clx-mrr"
10790   filter: "'NIC_Intel-XXV710' and
10791            'NF_DENSITY' and
10792            'DOCKER' and
10793            'PIPELINE' and
10794            'NF_VPPIP4' and
10795            'IMIX' and
10796            '8T4C' and
10797            'MRR'"
10798   parameters:
10799   - "result"
10800   - "name"
10801   - "tags"
10802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10803   x-axis: "X = CNFs per Service Pipeline"
10804   y-axis: "Y = Number of Service Pipelines"
10805   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10806   layout:
10807     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10808     layout: "plot-service-density"
10809
10810 # Plots - NF Density - CSP - NDR IMIX
10811 - type: "plot"
10812   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10813   algorithm: "plot_nf_heatmap"
10814   output-file-type: ".html"
10815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10816   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10817   filter: "'NIC_Intel-XXV710' and
10818            'NF_DENSITY' and
10819            'DOCKER' and
10820            'PIPELINE' and
10821            'NF_VPPIP4' and
10822            'IMIX' and
10823            '2T1C' and
10824            'NDRPDR'"
10825   parameters:
10826   - "throughput"
10827   - "name"
10828   - "tags"
10829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10830   x-axis: "X = CNFs per Service Pipeline"
10831   y-axis: "Y = Number of Service Pipelines"
10832   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10833   layout:
10834     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10835     layout: "plot-service-density"
10836
10837 - type: "plot"
10838   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10839   algorithm: "plot_nf_heatmap"
10840   output-file-type: ".html"
10841   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10842   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10843   filter: "'NIC_Intel-XXV710' and
10844            'NF_DENSITY' and
10845            'DOCKER' and
10846            'PIPELINE' and
10847            'NF_VPPIP4' and
10848            'IMIX' and
10849            '4T2C' and
10850            'NDRPDR'"
10851   parameters:
10852   - "throughput"
10853   - "name"
10854   - "tags"
10855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10856   x-axis: "X = CNFs per Service Pipeline"
10857   y-axis: "Y = Number of Service Pipelines"
10858   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10859   layout:
10860     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10861     layout: "plot-service-density"
10862
10863 - type: "plot"
10864   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10865   algorithm: "plot_nf_heatmap"
10866   output-file-type: ".html"
10867   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10868   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10869   filter: "'NIC_Intel-XXV710' and
10870            'NF_DENSITY' and
10871            'DOCKER' and
10872            'PIPELINE' and
10873            'NF_VPPIP4' and
10874            'IMIX' and
10875            '8T4C' and
10876            'NDRPDR'"
10877   parameters:
10878   - "throughput"
10879   - "name"
10880   - "tags"
10881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10882   x-axis: "X = CNFs per Service Pipeline"
10883   y-axis: "Y = Number of Service Pipelines"
10884   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10885   layout:
10886     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10887     layout: "plot-service-density"
10888
10889 # Plots - NF Density - CSP - PDR IMIX
10890 - type: "plot"
10891   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10892   algorithm: "plot_nf_heatmap"
10893   output-file-type: ".html"
10894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10895   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10896   filter: "'NIC_Intel-XXV710' and
10897            'NF_DENSITY' and
10898            'DOCKER' and
10899            'PIPELINE' and
10900            'NF_VPPIP4' and
10901            'IMIX' and
10902            '2T1C' and
10903            'NDRPDR'"
10904   parameters:
10905   - "throughput"
10906   - "name"
10907   - "tags"
10908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10909   x-axis: "X = CNFs per Service Pipeline"
10910   y-axis: "Y = Number of Service Pipelines"
10911   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10912   layout:
10913     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10914     layout: "plot-service-density"
10915
10916 - type: "plot"
10917   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10918   algorithm: "plot_nf_heatmap"
10919   output-file-type: ".html"
10920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10921   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10922   filter: "'NIC_Intel-XXV710' and
10923            'NF_DENSITY' and
10924            'DOCKER' and
10925            'PIPELINE' and
10926            'NF_VPPIP4' and
10927            'IMIX' and
10928            '4T2C' and
10929            'NDRPDR'"
10930   parameters:
10931   - "throughput"
10932   - "name"
10933   - "tags"
10934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10935   x-axis: "X = CNFs per Service Pipeline"
10936   y-axis: "Y = Number of Service Pipelines"
10937   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10938   layout:
10939     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10940     layout: "plot-service-density"
10941
10942 - type: "plot"
10943   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10944   algorithm: "plot_nf_heatmap"
10945   output-file-type: ".html"
10946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10947   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10948   filter: "'NIC_Intel-XXV710' and
10949            'NF_DENSITY' and
10950            'DOCKER' and
10951            'PIPELINE' and
10952            'NF_VPPIP4' and
10953            'IMIX' and
10954            '8T4C' and
10955            'NDRPDR'"
10956   parameters:
10957   - "throughput"
10958   - "name"
10959   - "tags"
10960   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10961   x-axis: "X = CNFs per Service Pipeline"
10962   y-axis: "Y = Number of Service Pipelines"
10963   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10964   layout:
10965     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10966     layout: "plot-service-density"
10967
10968 ################################################################################
10969
10970 # Packet Throughput
10971
10972 - type: "plot"
10973   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10974   algorithm: "plot_perf_box_name"
10975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10977   include:
10978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10979     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10980     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10981     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10982   layout:
10983     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10984     layout: "plot-throughput"
10985
10986 - type: "plot"
10987   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10988   algorithm: "plot_perf_box_name"
10989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10991   include:
10992     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10993     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10994     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10995     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10996   layout:
10997     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10998     layout: "plot-throughput"
10999
11000 - type: "plot"
11001   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11002   algorithm: "plot_perf_box_name"
11003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11005   include:
11006     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11007     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11008     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11009     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11010   layout:
11011     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11012     layout: "plot-throughput"
11013
11014 - type: "plot"
11015   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11016   algorithm: "plot_perf_box_name"
11017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11019   include:
11020     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11021     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11022     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11023     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11024   layout:
11025     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11026     layout: "plot-throughput"
11027
11028 - type: "plot"
11029   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11030   algorithm: "plot_perf_box_name"
11031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11033   include:
11034     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11035     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11036     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11037     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11038     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11039   layout:
11040     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11041     layout: "plot-throughput"
11042
11043 - type: "plot"
11044   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11045   algorithm: "plot_perf_box_name"
11046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11048   include:
11049     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11050     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11051     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11052     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11053     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11054   layout:
11055     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11056     layout: "plot-throughput"
11057
11058 - type: "plot"
11059   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11060   algorithm: "plot_perf_box_name"
11061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11063   include:
11064     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11065     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11066     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11067     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11068     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11069   layout:
11070     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11071     layout: "plot-throughput"
11072
11073 - type: "plot"
11074   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11075   algorithm: "plot_perf_box_name"
11076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11078   include:
11079     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11080     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11081     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11082     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11083     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11084   layout:
11085     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11086     layout: "plot-throughput"
11087
11088 - type: "plot"
11089   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11090   algorithm: "plot_perf_box_name"
11091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11093   include:
11094     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11095     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11096     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11097     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11098     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11099   layout:
11100     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11101     layout: "plot-throughput"
11102
11103 - type: "plot"
11104   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11105   algorithm: "plot_perf_box_name"
11106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11108   include:
11109     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11110     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11111     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11112     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11113     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11114   layout:
11115     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11116     layout: "plot-throughput"
11117
11118 - type: "plot"
11119   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11120   algorithm: "plot_perf_box_name"
11121   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11123   include:
11124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11130   layout:
11131     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11132     layout: "plot-throughput"
11133
11134 - type: "plot"
11135   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11136   algorithm: "plot_perf_box_name"
11137   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11139   include:
11140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11146   layout:
11147     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11148     layout: "plot-throughput"
11149
11150 - type: "plot"
11151   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11152   algorithm: "plot_perf_box_name"
11153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11155   include:
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11161   layout:
11162     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11163     layout: "plot-throughput"
11164
11165 - type: "plot"
11166   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11167   algorithm: "plot_perf_box_name"
11168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11170   include:
11171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11176   layout:
11177     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11178     layout: "plot-throughput"
11179
11180 - type: "plot"
11181   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11182   algorithm: "plot_perf_box_name"
11183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11185   include:
11186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11189   layout:
11190     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11191     layout: "plot-throughput"
11192
11193 - type: "plot"
11194   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11195   algorithm: "plot_perf_box_name"
11196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11198   include:
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11202   layout:
11203     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11204     layout: "plot-throughput"
11205
11206 - type: "plot"
11207   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11208   algorithm: "plot_perf_box_name"
11209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11211   include:
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11217   layout:
11218     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11219     layout: "plot-throughput"
11220
11221 - type: "plot"
11222   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11223   algorithm: "plot_perf_box_name"
11224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11226   include:
11227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11232   layout:
11233     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11234     layout: "plot-throughput"
11235
11236 - type: "plot"
11237   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11238   algorithm: "plot_perf_box_name"
11239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11241   include:
11242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11245   layout:
11246     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11247     layout: "plot-throughput"
11248
11249 - type: "plot"
11250   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11251   algorithm: "plot_perf_box_name"
11252   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11254   include:
11255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11258   layout:
11259     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11260     layout: "plot-throughput"
11261
11262 - type: "plot"
11263   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11264   algorithm: "plot_perf_box_name"
11265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11267   include:
11268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11274   layout:
11275     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11276     layout: "plot-throughput"
11277
11278 - type: "plot"
11279   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11280   algorithm: "plot_perf_box_name"
11281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11283   include:
11284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11290   layout:
11291     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11292     layout: "plot-throughput"
11293
11294 - type: "plot"
11295   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11296   algorithm: "plot_perf_box_name"
11297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11299   include:
11300     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11301     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11302     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11303     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11304     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11305   layout:
11306     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11307     layout: "plot-throughput"
11308
11309 - type: "plot"
11310   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11311   algorithm: "plot_perf_box_name"
11312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11314   include:
11315     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11316     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11317     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11318     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11319     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11320   layout:
11321     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11322     layout: "plot-throughput"
11323
11324 #- type: "plot"
11325 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11326 #  algorithm: "plot_perf_box_name"
11327 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11328 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11329 #  include:
11330 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11331 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11332 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11333 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11334 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11335 #  layout:
11336 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11337 #    layout: "plot-throughput"
11338 #
11339 #- type: "plot"
11340 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11341 #  algorithm: "plot_perf_box_name"
11342 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11343 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11344 #  include:
11345 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11346 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11347 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11348 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11349 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11350 #  layout:
11351 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11352 #    layout: "plot-throughput"
11353 #
11354 #- type: "plot"
11355 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11356 #  algorithm: "plot_perf_box_name"
11357 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11358 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11359 #  include:
11360 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11361 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11362 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11363 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11364 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11365 #  layout:
11366 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11367 #    layout: "plot-throughput"
11368 #
11369 #- type: "plot"
11370 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11371 #  algorithm: "plot_perf_box_name"
11372 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11373 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11374 #  include:
11375 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11376 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11377 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11378 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11379 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11380 #  layout:
11381 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11382 #    layout: "plot-throughput"
11383
11384 - type: "plot"
11385   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11386   algorithm: "plot_perf_box_name"
11387   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11389   include:
11390     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11391     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11392     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11393     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11394     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11395   layout:
11396     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11397     layout: "plot-throughput"
11398
11399 - type: "plot"
11400   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11401   algorithm: "plot_perf_box_name"
11402   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11404   include:
11405     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11406     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11407     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11408     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11409     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11410   layout:
11411     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11412     layout: "plot-throughput"
11413
11414 #- type: "plot"
11415 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11416 #  algorithm: "plot_perf_box_name"
11417 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11418 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11419 #  include:
11420 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11421 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11422 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11423 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11424 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11425 #  layout:
11426 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11427 #    layout: "plot-throughput"
11428 #
11429 #- type: "plot"
11430 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11431 #  algorithm: "plot_perf_box_name"
11432 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11433 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11434 #  include:
11435 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11436 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11437 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11438 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11439 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11440 #  layout:
11441 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11442 #    layout: "plot-throughput"
11443 #
11444 #- type: "plot"
11445 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11446 #  algorithm: "plot_perf_box_name"
11447 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11448 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11449 #  include:
11450 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11451 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11452 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11453 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11454 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11455 #  layout:
11456 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11457 #    layout: "plot-throughput"
11458 #
11459 #- type: "plot"
11460 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11461 #  algorithm: "plot_perf_box_name"
11462 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11463 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11464 #  include:
11465 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11466 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11467 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11468 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11469 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11470 #  layout:
11471 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11472 #    layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11479   include:
11480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11486   layout:
11487     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11488     layout: "plot-throughput"
11489
11490 - type: "plot"
11491   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11492   algorithm: "plot_perf_box_name"
11493   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11495   include:
11496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11502   layout:
11503     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11504     layout: "plot-throughput"
11505
11506 - type: "plot"
11507   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11508   algorithm: "plot_perf_box_name"
11509   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11511   include:
11512     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11515   layout:
11516     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11517     layout: "plot-throughput"
11518
11519 - type: "plot"
11520   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11521   algorithm: "plot_perf_box_name"
11522   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11524   include:
11525     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11528   layout:
11529     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11530     layout: "plot-throughput"
11531
11532 - type: "plot"
11533   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11534   algorithm: "plot_perf_box_name"
11535   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11537   include:
11538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11540 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11541 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11542 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11543   layout:
11544     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11545     layout: "plot-throughput"
11546
11547 - type: "plot"
11548   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11549   algorithm: "plot_perf_box_name"
11550   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11552   include:
11553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11555 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11556 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11557 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11558   layout:
11559     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11560     layout: "plot-throughput"
11561
11562 - type: "plot"
11563   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11564   algorithm: "plot_perf_box_name"
11565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11567   include:
11568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11573   layout:
11574     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11575     layout: "plot-throughput"
11576
11577 - type: "plot"
11578   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11579   algorithm: "plot_perf_box_name"
11580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11582   include:
11583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11588   layout:
11589     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11590     layout: "plot-throughput"
11591
11592 - type: "plot"
11593   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11594   algorithm: "plot_perf_box_name"
11595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11597   include:
11598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11603   layout:
11604     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11612   include:
11613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11618   layout:
11619     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11620     layout: "plot-throughput"
11621
11622 - type: "plot"
11623   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11624   algorithm: "plot_perf_box_name"
11625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11627   include:
11628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11632   layout:
11633     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11641   include:
11642     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11646   layout:
11647     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11655   include:
11656     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11661   layout:
11662     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11663     layout: "plot-throughput"
11664
11665 - type: "plot"
11666   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11667   algorithm: "plot_perf_box_name"
11668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11670   include:
11671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11676   layout:
11677     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11678     layout: "plot-throughput"
11679
11680 - type: "plot"
11681   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11682   algorithm: "plot_perf_box_name"
11683   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11684   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11685   include:
11686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11691   layout:
11692     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11697   algorithm: "plot_perf_box_name"
11698   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11699   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11700   include:
11701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11706   layout:
11707     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11708     layout: "plot-throughput"
11709
11710 - type: "plot"
11711   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11712   algorithm: "plot_perf_box_name"
11713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11715   include:
11716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11720   layout:
11721     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11728   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11729   include:
11730     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11734   layout:
11735     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11742   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11743   include:
11744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11749   layout:
11750     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11751     layout: "plot-throughput"
11752
11753 - type: "plot"
11754   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11755   algorithm: "plot_perf_box_name"
11756   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11757   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11758   include:
11759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11764   layout:
11765     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11766     layout: "plot-throughput"
11767
11768 - type: "plot"
11769   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11770   algorithm: "plot_perf_box_name"
11771   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11772   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11773   include:
11774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11780   layout:
11781     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11782     layout: "plot-throughput"
11783
11784 - type: "plot"
11785   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11786   algorithm: "plot_perf_box_name"
11787   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11788   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11789   include:
11790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11796   layout:
11797     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11798     layout: "plot-throughput"
11799
11800 - type: "plot"
11801   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11802   algorithm: "plot_perf_box_name"
11803   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11804   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11805   include:
11806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11811   layout:
11812     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11813     layout: "plot-throughput"
11814
11815 - type: "plot"
11816   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11817   algorithm: "plot_perf_box_name"
11818   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11819   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11820   include:
11821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11826   layout:
11827     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11828     layout: "plot-throughput"
11829
11830 - type: "plot"
11831   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11832   algorithm: "plot_perf_box_name"
11833   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11834   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11835   include:
11836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11841   layout:
11842     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11843     layout: "plot-throughput"
11844
11845 - type: "plot"
11846   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11847   algorithm: "plot_perf_box_name"
11848   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11849   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11850   include:
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11856   layout:
11857     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11865   include:
11866     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11868   layout:
11869     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11877   include:
11878     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11880   layout:
11881     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11889   include:
11890     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11894   layout:
11895     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11903   include:
11904     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11908   layout:
11909     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11917   include:
11918     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11922   layout:
11923     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11931   include:
11932     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11936   layout:
11937     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11942   algorithm: "plot_perf_box_name"
11943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11945   include:
11946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11950   layout:
11951     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11958   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11959   include:
11960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11964   layout:
11965     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11966     layout: "plot-throughput"
11967
11968 - type: "plot"
11969   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11970   algorithm: "plot_perf_box_name"
11971   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11972   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11973   include:
11974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11978   layout:
11979     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11980     layout: "plot-throughput"
11981
11982 - type: "plot"
11983   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11984   algorithm: "plot_perf_box_name"
11985   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11986   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11987   include:
11988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11992   layout:
11993     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12001   include:
12002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12008   layout:
12009     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12017   include:
12018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12024   layout:
12025     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12033   include:
12034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12039   layout:
12040     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12041     layout: "plot-throughput"
12042
12043 - type: "plot"
12044   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12045   algorithm: "plot_perf_box_name"
12046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12048   include:
12049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12054   layout:
12055     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12063   include:
12064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12069   layout:
12070     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12078   include:
12079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12084   layout:
12085     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12093   include:
12094     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12097   layout:
12098     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12106   include:
12107     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12110   layout:
12111     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12112     layout: "plot-throughput"
12113
12114 - type: "plot"
12115   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12116   algorithm: "plot_perf_box_name"
12117   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12119   include:
12120     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12123   layout:
12124     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12132   include:
12133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12136   layout:
12137     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12138     layout: "plot-throughput"
12139
12140 - type: "plot"
12141   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12142   algorithm: "plot_perf_box_name"
12143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12145   include:
12146     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12151   layout:
12152     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12153     layout: "plot-throughput"
12154
12155 - type: "plot"
12156   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12157   algorithm: "plot_perf_box_name"
12158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12160   include:
12161     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12166   layout:
12167     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12175   include:
12176     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12181   layout:
12182     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12183     layout: "plot-throughput"
12184
12185 - type: "plot"
12186   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12187   algorithm: "plot_perf_box_name"
12188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12190   include:
12191     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12196   layout:
12197     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12202   algorithm: "plot_perf_box_name"
12203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12205   include:
12206     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12211   layout:
12212     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12213     layout: "plot-throughput"
12214
12215 - type: "plot"
12216   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12217   algorithm: "plot_perf_box_name"
12218   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12219   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12220   include:
12221     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12226   layout:
12227     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12234   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12235   include:
12236     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12241   layout:
12242     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12243     layout: "plot-throughput"
12244
12245 - type: "plot"
12246   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12247   algorithm: "plot_perf_box_name"
12248   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12249   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12250   include:
12251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12256   layout:
12257     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12265   include:
12266     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12271   layout:
12272     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12279   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12280   include:
12281     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12286   layout:
12287     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12295   include:
12296     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12297     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12302   layout:
12303     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12304     layout: "plot-throughput"
12305
12306 - type: "plot"
12307   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12308   algorithm: "plot_perf_box_name"
12309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12311   include:
12312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12318   layout:
12319     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12320     layout: "plot-throughput"
12321
12322 - type: "plot"
12323   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12324   algorithm: "plot_perf_box_name"
12325   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12327   include:
12328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12332   layout:
12333     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12334     layout: "plot-throughput"
12335
12336 - type: "plot"
12337   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12338   algorithm: "plot_perf_box_name"
12339   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12341   include:
12342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12346   layout:
12347     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12355   include:
12356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12362   layout:
12363     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12371   include:
12372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12378   layout:
12379     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12380     layout: "plot-throughput"
12381
12382 - type: "plot"
12383   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12384   algorithm: "plot_perf_box_name"
12385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12387   include:
12388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12394   layout:
12395     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12400   algorithm: "plot_perf_box_name"
12401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12403   include:
12404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12410   layout:
12411     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12419   include:
12420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12426   layout:
12427     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12428     layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12432   algorithm: "plot_perf_box_name"
12433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12435   include:
12436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12442   layout:
12443     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12451   include:
12452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12457     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12458   layout:
12459     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12467   include:
12468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12474   layout:
12475     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12483   include:
12484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12490   layout:
12491     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12499   include:
12500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12506   layout:
12507     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12515   include:
12516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12522   layout:
12523     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12531   include:
12532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12538   layout:
12539     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12547   include:
12548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12554   layout:
12555     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12570   layout:
12571     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12586   layout:
12587     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12595   include:
12596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12602   layout:
12603     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12611   include:
12612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12616   layout:
12617     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12625   include:
12626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12630   layout:
12631     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12639   include:
12640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12644   layout:
12645     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12650   algorithm: "plot_perf_box_name"
12651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12653   include:
12654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12658   layout:
12659     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12667   include:
12668     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12674   layout:
12675     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12683   include:
12684     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12690   layout:
12691     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12705   layout:
12706     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12707     layout: "plot-throughput"
12708
12709 - type: "plot"
12710   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12711   algorithm: "plot_perf_box_name"
12712   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12714   include:
12715     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12720   layout:
12721     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12729   include:
12730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12735   layout:
12736     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12744   include:
12745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12750   layout:
12751     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12759   include:
12760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12764   layout:
12765     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12773   include:
12774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12778   layout:
12779     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12787   include:
12788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12794   layout:
12795     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12803   include:
12804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12810   layout:
12811     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12812     layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12819   include:
12820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12826   layout:
12827     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12835   include:
12836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12842   layout:
12843     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12844     layout: "plot-throughput"
12845
12846 - type: "plot"
12847   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12848   algorithm: "plot_perf_box_name"
12849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12851   include:
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12858   layout:
12859     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12860     layout: "plot-throughput"
12861
12862 - type: "plot"
12863   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12864   algorithm: "plot_perf_box_name"
12865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12867   include:
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12874   layout:
12875     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12883   include:
12884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12890   layout:
12891     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12899   include:
12900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12906   layout:
12907     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12912   algorithm: "plot_perf_box_name"
12913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12915   include:
12916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12920   layout:
12921     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12922     layout: "plot-throughput"
12923
12924 - type: "plot"
12925   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12926   algorithm: "plot_perf_box_name"
12927   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12928   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12929   include:
12930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12934   layout:
12935     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12936     layout: "plot-throughput"
12937
12938 - type: "plot"
12939   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12940   algorithm: "plot_perf_box_name"
12941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12943   include:
12944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12950   layout:
12951     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12952     layout: "plot-throughput"
12953
12954 - type: "plot"
12955   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12956   algorithm: "plot_perf_box_name"
12957   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12958   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12959   include:
12960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12966   layout:
12967     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12968     layout: "plot-throughput"
12969
12970 - type: "plot"
12971   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12972   algorithm: "plot_perf_box_name"
12973   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12974   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12975   include:
12976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12982   layout:
12983     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12984     layout: "plot-throughput"
12985
12986 - type: "plot"
12987   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12988   algorithm: "plot_perf_box_name"
12989   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12990   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12991   include:
12992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12995     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12996     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12998   layout:
12999     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13000     layout: "plot-throughput"
13001
13002 - type: "plot"
13003   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13004   algorithm: "plot_perf_box_name"
13005   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13006   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13007   include:
13008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13012   layout:
13013     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13014     layout: "plot-throughput"
13015
13016 - type: "plot"
13017   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13018   algorithm: "plot_perf_box_name"
13019   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13020   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13021   include:
13022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13026   layout:
13027     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13034   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13035   include:
13036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13042   layout:
13043     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13044     layout: "plot-throughput"
13045
13046 - type: "plot"
13047   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13048   algorithm: "plot_perf_box_name"
13049   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13050   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13051   include:
13052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13058   layout:
13059     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13066   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13067   include:
13068     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13072   layout:
13073     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13074     layout: "plot-throughput"
13075
13076 - type: "plot"
13077   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13078   algorithm: "plot_perf_box_name"
13079   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13080   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13081   include:
13082     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13086   layout:
13087     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13094   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13095   include:
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13102   layout:
13103     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13110   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13111   include:
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13118   layout:
13119     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13126   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13127   include:
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13134   layout:
13135     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13142   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13143   include:
13144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13150   layout:
13151     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13159   include:
13160     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13161     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13162     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13163     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13164     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13165     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13166   layout:
13167     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13175   include:
13176     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13177     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13178     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13179     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13180     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13181     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13182   layout:
13183     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13188   algorithm: "plot_perf_box_name"
13189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13191   include:
13192     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13193     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13194     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13195 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13196 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13197 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13198   layout:
13199     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13200     layout: "plot-throughput"
13201
13202 - type: "plot"
13203   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13204   algorithm: "plot_perf_box_name"
13205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13207   include:
13208     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13209     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13210     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13211 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13212 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13213 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13214   layout:
13215     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13223   include:
13224     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13225     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13226     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13227     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13228     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13229     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13230   layout:
13231     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13239   include:
13240     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13241     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13242     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13243     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13244     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13245     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13246   layout:
13247     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13248     layout: "plot-throughput"
13249
13250 - type: "plot"
13251   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13252   algorithm: "plot_perf_box_name"
13253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13255   include:
13256     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13257     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13258     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13259     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13260     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13261     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13262   layout:
13263     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13264     layout: "plot-throughput"
13265
13266 - type: "plot"
13267   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13268   algorithm: "plot_perf_box_name"
13269   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13270   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13271   include:
13272     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13273     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13274     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13275     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13276     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13277     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13278   layout:
13279     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13280     layout: "plot-throughput"
13281
13282 #- type: "plot"
13283 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13284 #  algorithm: "plot_perf_box_name"
13285 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13286 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13287 #  include:
13288 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13289 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13290 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13291 #  layout:
13292 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13293 #    layout: "plot-throughput"
13294 #
13295 #- type: "plot"
13296 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13297 #  algorithm: "plot_perf_box_name"
13298 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13299 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13300 #  include:
13301 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13302 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13303 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13304 #  layout:
13305 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13306 #    layout: "plot-throughput"
13307
13308 - type: "plot"
13309   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13310   algorithm: "plot_perf_box_name"
13311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13313   include:
13314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13319   layout:
13320     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13325   algorithm: "plot_perf_box_name"
13326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13328   include:
13329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13334   layout:
13335     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13343   include:
13344     - "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"
13345     - "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"
13346     - "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"
13347     - "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"
13348     - "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"
13349   layout:
13350     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13351     layout: "plot-throughput"
13352
13353 - type: "plot"
13354   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13355   algorithm: "plot_perf_box_name"
13356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13358   include:
13359     - "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"
13360     - "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"
13361     - "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"
13362     - "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"
13363     - "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"
13364   layout:
13365     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13366     layout: "plot-throughput"
13367
13368 - type: "plot"
13369   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13370   algorithm: "plot_perf_box_name"
13371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13373   include:
13374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13379   layout:
13380     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13381     layout: "plot-throughput"
13382
13383 - type: "plot"
13384   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13385   algorithm: "plot_perf_box_name"
13386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13388   include:
13389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13394   layout:
13395     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13396     layout: "plot-throughput"
13397
13398 - type: "plot"
13399   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13400   algorithm: "plot_perf_box_name"
13401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13403   include:
13404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13409   layout:
13410     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13411     layout: "plot-throughput"
13412
13413 - type: "plot"
13414   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13415   algorithm: "plot_perf_box_name"
13416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13418   include:
13419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13424   layout:
13425     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13426     layout: "plot-throughput"
13427
13428 - type: "plot"
13429   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13430   algorithm: "plot_perf_box_name"
13431   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13432   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13433   include:
13434     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13439   layout:
13440     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13441     layout: "plot-throughput"
13442
13443 - type: "plot"
13444   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13445   algorithm: "plot_perf_box_name"
13446   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13448   include:
13449     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13454   layout:
13455     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13463   include:
13464     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13467     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13469   layout:
13470     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13471     layout: "plot-throughput"
13472
13473 - type: "plot"
13474   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13475   algorithm: "plot_perf_box_name"
13476   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13477   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13478   include:
13479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13484   layout:
13485     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13486     layout: "plot-throughput"
13487
13488 - type: "plot"
13489   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13490   algorithm: "plot_perf_box_name"
13491   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13493   include:
13494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13498   layout:
13499     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13500     layout: "plot-throughput"
13501
13502 - type: "plot"
13503   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13504   algorithm: "plot_perf_box_name"
13505   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13507   include:
13508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13512   layout:
13513     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13514     layout: "plot-throughput"
13515
13516 - type: "plot"
13517   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13518   algorithm: "plot_perf_box_name"
13519   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13521   include:
13522     - "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"
13523     - "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"
13524     - "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"
13525     - "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"
13526   layout:
13527     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13528     layout: "plot-throughput"
13529
13530 - type: "plot"
13531   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13532   algorithm: "plot_perf_box_name"
13533   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13535   include:
13536     - "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"
13537     - "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"
13538     - "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"
13539     - "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"
13540   layout:
13541     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13556   layout:
13557     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13558     layout: "plot-throughput"
13559
13560 - type: "plot"
13561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13562   algorithm: "plot_perf_box_name"
13563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13565   include:
13566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13572   layout:
13573     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13581   include:
13582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13588   layout:
13589     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13590     layout: "plot-throughput"
13591
13592 - type: "plot"
13593   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13594   algorithm: "plot_perf_box_name"
13595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13597   include:
13598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13604   layout:
13605     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13606     layout: "plot-throughput"
13607
13608 - type: "plot"
13609   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13610   algorithm: "plot_perf_box_name"
13611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13613   include:
13614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13620   layout:
13621     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13622     layout: "plot-throughput"
13623
13624 - type: "plot"
13625   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13626   algorithm: "plot_perf_box_name"
13627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13629   include:
13630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13634     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13636   layout:
13637     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13638     layout: "plot-throughput"
13639
13640 - type: "plot"
13641   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13642   algorithm: "plot_perf_box_name"
13643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13645   include:
13646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13651   layout:
13652     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13653     layout: "plot-throughput"
13654
13655 - type: "plot"
13656   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13657   algorithm: "plot_perf_box_name"
13658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13660   include:
13661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13666   layout:
13667     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13668     layout: "plot-throughput"
13669
13670 - type: "plot"
13671   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13672   algorithm: "plot_perf_box_name"
13673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13675   include:
13676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13678   layout:
13679     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13680     layout: "plot-throughput"
13681
13682 - type: "plot"
13683   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13684   algorithm: "plot_perf_box_name"
13685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13687   include:
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13690   layout:
13691     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13692     layout: "plot-throughput"
13693
13694 - type: "plot"
13695   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13696   algorithm: "plot_perf_box_name"
13697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13699   include:
13700     - "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"
13701     - "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"
13702   layout:
13703     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13704     layout: "plot-throughput"
13705
13706 - type: "plot"
13707   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13708   algorithm: "plot_perf_box_name"
13709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13711   include:
13712     - "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"
13713     - "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"
13714   layout:
13715     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13716     layout: "plot-throughput"
13717
13718 - type: "plot"
13719   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13720   algorithm: "plot_perf_box_name"
13721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13723   include:
13724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13726   layout:
13727     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13728     layout: "plot-throughput"
13729
13730 - type: "plot"
13731   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13732   algorithm: "plot_perf_box_name"
13733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13735   include:
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738   layout:
13739     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13740     layout: "plot-throughput"
13741
13742 - type: "plot"
13743   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13744   algorithm: "plot_perf_box_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747   include:
13748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13750   layout:
13751     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13752     layout: "plot-throughput"
13753
13754 - type: "plot"
13755   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13756   algorithm: "plot_perf_box_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13762   layout:
13763     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13764     layout: "plot-throughput"
13765
13766 - type: "plot"
13767   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13768   algorithm: "plot_perf_box_name"
13769   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13770   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13771   include:
13772     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13773     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13774     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13778   layout:
13779     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13780     layout: "plot-throughput"
13781
13782 - type: "plot"
13783   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13784   algorithm: "plot_perf_box_name"
13785   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13786   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13787   include:
13788     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13789     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13790     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794   layout:
13795     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13796     layout: "plot-throughput"
13797
13798 - type: "plot"
13799   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13800   algorithm: "plot_perf_box_name"
13801   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13802   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13803   include:
13804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13810   layout:
13811     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13812     layout: "plot-throughput"
13813
13814 - type: "plot"
13815   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13816   algorithm: "plot_perf_box_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13818   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13819   include:
13820     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13826   layout:
13827     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13828     layout: "plot-throughput"
13829
13830 #- type: "plot"
13831 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13832 #  algorithm: "plot_perf_box_name"
13833 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13834 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13835 #  include:
13836 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13837 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13838 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13839 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13840 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13841 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13842 #  layout:
13843 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13844 #    layout: "plot-throughput"
13845 #
13846 #- type: "plot"
13847 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13848 #  algorithm: "plot_perf_box_name"
13849 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13850 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13851 #  include:
13852 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13853 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13854 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13855 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13856 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13857 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13858 #  layout:
13859 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13860 #    layout: "plot-throughput"
13861
13862 - type: "plot"
13863   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13864   algorithm: "plot_perf_box_name"
13865   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13867   include:
13868     - "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"
13869     - "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"
13870     - "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"
13871     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13872     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13873     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13874   layout:
13875     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13876     layout: "plot-throughput"
13877
13878 - type: "plot"
13879   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13880   algorithm: "plot_perf_box_name"
13881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13883   include:
13884     - "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"
13885     - "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"
13886     - "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"
13887     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13888     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13889     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13890   layout:
13891     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13892     layout: "plot-throughput"
13893
13894 ################################################################################
13895
13896 # Packet Speedup
13897
13898 - type: "plot"
13899   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13900   algorithm: "plot_tsa_name"
13901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13903   include:
13904     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13908   layout:
13909     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13910     layout: "plot-throughput-speedup-analysis"
13911
13912 - type: "plot"
13913   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13914   algorithm: "plot_tsa_name"
13915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13917   include:
13918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13920     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13921     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13922   layout:
13923     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13924     layout: "plot-throughput-speedup-analysis"
13925
13926 - type: "plot"
13927   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13928   algorithm: "plot_tsa_name"
13929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13931   include:
13932     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13933     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13936   layout:
13937     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13938     layout: "plot-throughput-speedup-analysis"
13939
13940 - type: "plot"
13941   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13942   algorithm: "plot_tsa_name"
13943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13945   include:
13946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13950   layout:
13951     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13952     layout: "plot-throughput-speedup-analysis"
13953
13954 - type: "plot"
13955   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13956   algorithm: "plot_tsa_name"
13957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13959   include:
13960     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13961     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13962     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13963     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13964     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13965   layout:
13966     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13967     layout: "plot-throughput-speedup-analysis"
13968
13969 - type: "plot"
13970   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13971   algorithm: "plot_tsa_name"
13972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13974   include:
13975     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13976     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13977     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13978     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13979     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13980   layout:
13981     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13982     layout: "plot-throughput-speedup-analysis"
13983
13984 - type: "plot"
13985   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13986   algorithm: "plot_tsa_name"
13987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13989   include:
13990     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13991     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13992     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13993     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13995   layout:
13996     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13997     layout: "plot-throughput-speedup-analysis"
13998
13999 - type: "plot"
14000   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14001   algorithm: "plot_tsa_name"
14002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14004   include:
14005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14010   layout:
14011     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14012     layout: "plot-throughput-speedup-analysis"
14013
14014 - type: "plot"
14015   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14016   algorithm: "plot_tsa_name"
14017   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14019   include:
14020     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14026   layout:
14027     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14028     layout: "plot-throughput-speedup-analysis"
14029
14030 - type: "plot"
14031   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14032   algorithm: "plot_tsa_name"
14033   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14035   include:
14036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14042   layout:
14043     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14044     layout: "plot-throughput-speedup-analysis"
14045
14046 - type: "plot"
14047   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14048   algorithm: "plot_tsa_name"
14049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14051   include:
14052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14057   layout:
14058     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14059     layout: "plot-throughput-speedup-analysis"
14060
14061 - type: "plot"
14062   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14063   algorithm: "plot_tsa_name"
14064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14066   include:
14067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14072   layout:
14073     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14074     layout: "plot-throughput-speedup-analysis"
14075
14076 - type: "plot"
14077   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14078   algorithm: "plot_tsa_name"
14079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14081   include:
14082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14085   layout:
14086     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14087     layout: "plot-throughput-speedup-analysis"
14088
14089 - type: "plot"
14090   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14091   algorithm: "plot_tsa_name"
14092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14094   include:
14095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14098   layout:
14099     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14113   layout:
14114     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14122   include:
14123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14128   layout:
14129     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14137   include:
14138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14141   layout:
14142     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14143     layout: "plot-throughput-speedup-analysis"
14144
14145 - type: "plot"
14146   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14147   algorithm: "plot_tsa_name"
14148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14150   include:
14151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14154   layout:
14155     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 - type: "plot"
14159   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14160   algorithm: "plot_tsa_name"
14161   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14163   include:
14164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14170   layout:
14171     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14186   layout:
14187     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14195   include:
14196     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14197     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14199     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14201   layout:
14202     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14203     layout: "plot-throughput-speedup-analysis"
14204
14205 - type: "plot"
14206   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14207   algorithm: "plot_tsa_name"
14208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14210   include:
14211     - "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"
14212     - "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"
14213     - "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"
14214     - "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"
14215     - "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"
14216   layout:
14217     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14218     layout: "plot-throughput-speedup-analysis"
14219
14220 #- type: "plot"
14221 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14222 #  algorithm: "plot_tsa_name"
14223 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14224 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14225 #  include:
14226 #    - "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"
14227 #    - "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"
14228 #    - "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"
14229 #    - "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"
14230 #    - "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"
14231 #  layout:
14232 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14233 #    layout: "plot-throughput-speedup-analysis"
14234 #
14235 #- type: "plot"
14236 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14237 #  algorithm: "plot_tsa_name"
14238 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14239 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14240 #  include:
14241 #    - "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"
14242 #    - "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"
14243 #    - "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"
14244 #    - "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"
14245 #    - "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"
14246 #  layout:
14247 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14248 #    layout: "plot-throughput-speedup-analysis"
14249 #
14250 #- type: "plot"
14251 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14252 #  algorithm: "plot_tsa_name"
14253 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14254 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14255 #  include:
14256 #    - "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"
14257 #    - "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"
14258 #    - "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"
14259 #    - "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"
14260 #    - "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"
14261 #  layout:
14262 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14263 #    layout: "plot-throughput-speedup-analysis"
14264 #
14265 #- type: "plot"
14266 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14267 #  algorithm: "plot_tsa_name"
14268 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14269 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14270 #  include:
14271 #    - "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"
14272 #    - "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"
14273 #    - "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"
14274 #    - "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"
14275 #    - "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"
14276 #  layout:
14277 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14278 #    layout: "plot-throughput-speedup-analysis"
14279
14280 - type: "plot"
14281   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14282   algorithm: "plot_tsa_name"
14283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14285   include:
14286     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14287     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14288     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14289     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14290     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14291   layout:
14292     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14293     layout: "plot-throughput-speedup-analysis"
14294
14295 - type: "plot"
14296   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14297   algorithm: "plot_tsa_name"
14298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14300   include:
14301     - "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"
14302     - "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"
14303     - "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"
14304     - "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"
14305     - "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"
14306   layout:
14307     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 #- type: "plot"
14311 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14312 #  algorithm: "plot_tsa_name"
14313 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14314 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14315 #  include:
14316 #    - "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"
14317 #    - "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"
14318 #    - "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"
14319 #    - "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"
14320 #    - "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"
14321 #  layout:
14322 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14323 #    layout: "plot-throughput-speedup-analysis"
14324 #
14325 #- type: "plot"
14326 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14327 #  algorithm: "plot_tsa_name"
14328 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14329 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14330 #  include:
14331 #    - "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"
14332 #    - "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"
14333 #    - "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"
14334 #    - "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"
14335 #    - "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"
14336 #  layout:
14337 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14338 #    layout: "plot-throughput-speedup-analysis"
14339 #
14340 #- type: "plot"
14341 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14342 #  algorithm: "plot_tsa_name"
14343 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14344 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14345 #  include:
14346 #    - "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"
14347 #    - "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"
14348 #    - "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"
14349 #    - "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"
14350 #    - "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"
14351 #  layout:
14352 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14353 #    layout: "plot-throughput-speedup-analysis"
14354 #
14355 #- type: "plot"
14356 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14357 #  algorithm: "plot_tsa_name"
14358 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14359 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14360 #  include:
14361 #    - "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"
14362 #    - "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"
14363 #    - "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"
14364 #    - "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"
14365 #    - "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"
14366 #  layout:
14367 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14368 #    layout: "plot-throughput-speedup-analysis"
14369
14370 - type: "plot"
14371   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14372   algorithm: "plot_tsa_name"
14373   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14375   include:
14376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14382   layout:
14383     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14384     layout: "plot-throughput-speedup-analysis"
14385
14386 - type: "plot"
14387   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14388   algorithm: "plot_tsa_name"
14389   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14391   include:
14392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14398   layout:
14399     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14400     layout: "plot-throughput-speedup-analysis"
14401
14402 - type: "plot"
14403   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14404   algorithm: "plot_tsa_name"
14405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14407   include:
14408     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14411   layout:
14412     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14413     layout: "plot-throughput-speedup-analysis"
14414
14415 - type: "plot"
14416   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14417   algorithm: "plot_tsa_name"
14418   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14419   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14420   include:
14421     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14424   layout:
14425     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14426     layout: "plot-throughput-speedup-analysis"
14427
14428 - type: "plot"
14429   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14430   algorithm: "plot_tsa_name"
14431   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14433   include:
14434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14437 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14438 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14439   layout:
14440     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14441     layout: "plot-throughput-speedup-analysis"
14442
14443 - type: "plot"
14444   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14445   algorithm: "plot_tsa_name"
14446   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14448   include:
14449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14452 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14453 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14454   layout:
14455     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14456     layout: "plot-throughput-speedup-analysis"
14457
14458 - type: "plot"
14459   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14460   algorithm: "plot_tsa_name"
14461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14463   include:
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14469   layout:
14470     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14471     layout: "plot-throughput-speedup-analysis"
14472
14473 - type: "plot"
14474   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14475   algorithm: "plot_tsa_name"
14476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14478   include:
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14484   layout:
14485     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14486     layout: "plot-throughput-speedup-analysis"
14487
14488 - type: "plot"
14489   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14490   algorithm: "plot_tsa_name"
14491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14493   include:
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14499   layout:
14500     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14501     layout: "plot-throughput-speedup-analysis"
14502
14503 - type: "plot"
14504   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14508   include:
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14514   layout:
14515     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14516     layout: "plot-throughput-speedup-analysis"
14517
14518 - type: "plot"
14519   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14520   algorithm: "plot_tsa_name"
14521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14523   include:
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14528   layout:
14529     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14537   include:
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14542   layout:
14543     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14557   layout:
14558     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14572   layout:
14573     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14574     layout: "plot-throughput-speedup-analysis"
14575
14576 - type: "plot"
14577   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14578   algorithm: "plot_tsa_name"
14579   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14581   include:
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14584   layout:
14585     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14593   include:
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14596   layout:
14597     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 - type: "plot"
14601   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14602   algorithm: "plot_tsa_name"
14603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14605   include:
14606     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14610   layout:
14611     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14619   include:
14620     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14624   layout:
14625     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14626     layout: "plot-throughput-speedup-analysis"
14627
14628 - type: "plot"
14629   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14630   algorithm: "plot_tsa_name"
14631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14633   include:
14634     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14638   layout:
14639     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14647   include:
14648     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14652   layout:
14653     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14668   layout:
14669     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14670     layout: "plot-throughput-speedup-analysis"
14671
14672 - type: "plot"
14673   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14674   algorithm: "plot_tsa_name"
14675   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14677   include:
14678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14684   layout:
14685     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14693   include:
14694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14699   layout:
14700     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 - type: "plot"
14704   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14708   include:
14709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14714   layout:
14715     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14729   layout:
14730     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14731     layout: "plot-throughput-speedup-analysis"
14732
14733 - type: "plot"
14734   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14735   algorithm: "plot_tsa_name"
14736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14738   include:
14739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14744   layout:
14745     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14753   include:
14754     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14757   layout:
14758     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14759     layout: "plot-throughput-speedup-analysis"
14760
14761 - type: "plot"
14762   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14763   algorithm: "plot_tsa_name"
14764   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14766   include:
14767     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14770   layout:
14771     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14783   layout:
14784     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14785     layout: "plot-throughput-speedup-analysis"
14786
14787 - type: "plot"
14788   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14789   algorithm: "plot_tsa_name"
14790   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14792   include:
14793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14796   layout:
14797     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14805   include:
14806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14811   layout:
14812     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14826   layout:
14827     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14841   layout:
14842     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14850   include:
14851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14852     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14856   layout:
14857     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14865   include:
14866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14872   layout:
14873     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14881   include:
14882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14888   layout:
14889     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14890     layout: "plot-throughput-speedup-analysis"
14891
14892 - type: "plot"
14893   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14894   algorithm: "plot_tsa_name"
14895   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14897   include:
14898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14902   layout:
14903     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14904     layout: "plot-throughput-speedup-analysis"
14905
14906 - type: "plot"
14907   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14908   algorithm: "plot_tsa_name"
14909   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14910   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14911   include:
14912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14916   layout:
14917     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14932   layout:
14933     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14934     layout: "plot-throughput-speedup-analysis"
14935
14936 - type: "plot"
14937   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14938   algorithm: "plot_tsa_name"
14939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14941   include:
14942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14948   layout:
14949     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 - type: "plot"
14953   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14954   algorithm: "plot_tsa_name"
14955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14957   include:
14958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14964   layout:
14965     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14966     layout: "plot-throughput-speedup-analysis"
14967
14968 - type: "plot"
14969   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14970   algorithm: "plot_tsa_name"
14971   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14973   include:
14974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14980   layout:
14981     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14989   include:
14990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14996   layout:
14997     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14998     layout: "plot-throughput-speedup-analysis"
14999
15000 - type: "plot"
15001   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15002   algorithm: "plot_tsa_name"
15003   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15005   include:
15006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15012   layout:
15013     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15014     layout: "plot-throughput-speedup-analysis"
15015
15016 - type: "plot"
15017   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15018   algorithm: "plot_tsa_name"
15019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15021   include:
15022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15028   layout:
15029     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15030     layout: "plot-throughput-speedup-analysis"
15031
15032 - type: "plot"
15033   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15034   algorithm: "plot_tsa_name"
15035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15037   include:
15038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15044   layout:
15045     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15053   include:
15054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15060   layout:
15061     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15062     layout: "plot-throughput-speedup-analysis"
15063
15064 - type: "plot"
15065   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15066   algorithm: "plot_tsa_name"
15067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15069   include:
15070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15076   layout:
15077     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15085   include:
15086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15090   layout:
15091     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15092     layout: "plot-throughput-speedup-analysis"
15093
15094 - type: "plot"
15095   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15096   algorithm: "plot_tsa_name"
15097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15099   include:
15100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15104   layout:
15105     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15106     layout: "plot-throughput-speedup-analysis"
15107
15108 - type: "plot"
15109   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15110   algorithm: "plot_tsa_name"
15111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15113   include:
15114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15118   layout:
15119     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15120     layout: "plot-throughput-speedup-analysis"
15121
15122 - type: "plot"
15123   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15124   algorithm: "plot_tsa_name"
15125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15127   include:
15128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15132   layout:
15133     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15141   include:
15142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15148   layout:
15149     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15150     layout: "plot-throughput-speedup-analysis"
15151
15152 - type: "plot"
15153   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15154   algorithm: "plot_tsa_name"
15155   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15157   include:
15158     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15164   layout:
15165     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15179   layout:
15180     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15194   layout:
15195     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15203   include:
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15209   layout:
15210     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15218   include:
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15224   layout:
15225     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15226     layout: "plot-throughput-speedup-analysis"
15227
15228 - type: "plot"
15229   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15230   algorithm: "plot_tsa_name"
15231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15233   include:
15234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15238   layout:
15239     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15240     layout: "plot-throughput-speedup-analysis"
15241
15242 - type: "plot"
15243   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15244   algorithm: "plot_tsa_name"
15245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15247   include:
15248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15252   layout:
15253     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15254     layout: "plot-throughput-speedup-analysis"
15255
15256 - type: "plot"
15257   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15258   algorithm: "plot_tsa_name"
15259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15261   include:
15262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15268   layout:
15269     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15270     layout: "plot-throughput-speedup-analysis"
15271
15272 - type: "plot"
15273   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15274   algorithm: "plot_tsa_name"
15275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15277   include:
15278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15284   layout:
15285     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15286     layout: "plot-throughput-speedup-analysis"
15287
15288 - type: "plot"
15289   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15290   algorithm: "plot_tsa_name"
15291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15293   include:
15294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15300   layout:
15301     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15302     layout: "plot-throughput-speedup-analysis"
15303
15304 - type: "plot"
15305   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15306   algorithm: "plot_tsa_name"
15307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15309   include:
15310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15316   layout:
15317     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15318     layout: "plot-throughput-speedup-analysis"
15319
15320 - type: "plot"
15321   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15322   algorithm: "plot_tsa_name"
15323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15325   include:
15326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15332   layout:
15333     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15341   include:
15342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15348   layout:
15349     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15357   include:
15358     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15359     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15360     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15361     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15362     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15363     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15364   layout:
15365     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15373   include:
15374     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15375     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15376     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15377     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15378     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15379     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15380   layout:
15381     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 - type: "plot"
15385   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15386   algorithm: "plot_tsa_name"
15387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15389   include:
15390     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15391     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15392     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15393     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15396   layout:
15397     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15398     layout: "plot-throughput-speedup-analysis"
15399
15400 - type: "plot"
15401   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15402   algorithm: "plot_tsa_name"
15403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15405   include:
15406     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15407     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15408     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15409     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15410     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15411     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15412   layout:
15413     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15421   include:
15422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15427   layout:
15428     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15429     layout: "plot-throughput-speedup-analysis"
15430
15431 - type: "plot"
15432   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15433   algorithm: "plot_tsa_name"
15434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15436   include:
15437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15442   layout:
15443     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15444     layout: "plot-throughput-speedup-analysis"
15445
15446 - type: "plot"
15447   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15448   algorithm: "plot_tsa_name"
15449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15451   include:
15452     - "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"
15453     - "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"
15454     - "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"
15455     - "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"
15456     - "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"
15457   layout:
15458     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15459     layout: "plot-throughput-speedup-analysis"
15460
15461 - type: "plot"
15462   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15463   algorithm: "plot_tsa_name"
15464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15466   include:
15467     - "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"
15468     - "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"
15469     - "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"
15470     - "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"
15471     - "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"
15472   layout:
15473     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15474     layout: "plot-throughput-speedup-analysis"
15475
15476 - type: "plot"
15477   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15478   algorithm: "plot_tsa_name"
15479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15481   include:
15482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15487   layout:
15488     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15489     layout: "plot-throughput-speedup-analysis"
15490
15491 - type: "plot"
15492   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15493   algorithm: "plot_tsa_name"
15494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15496   include:
15497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15502   layout:
15503     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15504     layout: "plot-throughput-speedup-analysis"
15505
15506 - type: "plot"
15507   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15508   algorithm: "plot_tsa_name"
15509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15511   include:
15512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15517   layout:
15518     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15519     layout: "plot-throughput-speedup-analysis"
15520
15521 - type: "plot"
15522   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15523   algorithm: "plot_tsa_name"
15524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15526   include:
15527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15532   layout:
15533     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15541   include:
15542     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15547   layout:
15548     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15556   include:
15557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15562   layout:
15563     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15564     layout: "plot-throughput-speedup-analysis"
15565
15566 - type: "plot"
15567   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15568   algorithm: "plot_tsa_name"
15569   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15570   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15571   include:
15572     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15573     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15575     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15577   layout:
15578     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15579     layout: "plot-throughput-speedup-analysis"
15580
15581 - type: "plot"
15582   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15583   algorithm: "plot_tsa_name"
15584   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15585   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15586   include:
15587     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15588     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15590     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15592   layout:
15593     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15594     layout: "plot-throughput-speedup-analysis"
15595
15596 - type: "plot"
15597   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15598   algorithm: "plot_tsa_name"
15599   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15601   include:
15602     - "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"
15603     - "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"
15604     - "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"
15605     - "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"
15606   layout:
15607     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15608     layout: "plot-throughput-speedup-analysis"
15609
15610 - type: "plot"
15611   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15612   algorithm: "plot_tsa_name"
15613   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15615   include:
15616     - "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"
15617     - "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"
15618     - "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"
15619     - "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"
15620   layout:
15621     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15622     layout: "plot-throughput-speedup-analysis"
15623
15624 - type: "plot"
15625   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15626   algorithm: "plot_tsa_name"
15627   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15629   include:
15630     - "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"
15631     - "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"
15632     - "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"
15633     - "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"
15634   layout:
15635     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15636     layout: "plot-throughput-speedup-analysis"
15637
15638 - type: "plot"
15639   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15640   algorithm: "plot_tsa_name"
15641   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15643   include:
15644     - "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"
15645     - "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"
15646     - "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"
15647     - "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"
15648   layout:
15649     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15650     layout: "plot-throughput-speedup-analysis"
15651
15652 - type: "plot"
15653   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15654   algorithm: "plot_tsa_name"
15655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15657   include:
15658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15664   layout:
15665     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15666     layout: "plot-throughput-speedup-analysis"
15667
15668 - type: "plot"
15669   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15670   algorithm: "plot_tsa_name"
15671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15673   include:
15674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15680   layout:
15681     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15682     layout: "plot-throughput-speedup-analysis"
15683
15684 - type: "plot"
15685   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15686   algorithm: "plot_tsa_name"
15687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15689   include:
15690     - "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"
15691     - "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"
15692     - "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"
15693     - "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"
15694     - "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"
15695     - "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"
15696   layout:
15697     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15698     layout: "plot-throughput-speedup-analysis"
15699
15700 - type: "plot"
15701   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15702   algorithm: "plot_tsa_name"
15703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15705   include:
15706     - "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"
15707     - "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"
15708     - "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"
15709     - "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"
15710     - "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"
15711     - "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"
15712   layout:
15713     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15721   include:
15722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15728   layout:
15729     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15730     layout: "plot-throughput-speedup-analysis"
15731
15732 - type: "plot"
15733   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15734   algorithm: "plot_tsa_name"
15735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15737   include:
15738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15744   layout:
15745     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15753   include:
15754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15759   layout:
15760     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15761     layout: "plot-throughput-speedup-analysis"
15762
15763 - type: "plot"
15764   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15765   algorithm: "plot_tsa_name"
15766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15768   include:
15769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15774   layout:
15775     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15776     layout: "plot-throughput-speedup-analysis"
15777
15778 - type: "plot"
15779   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15780   algorithm: "plot_tsa_name"
15781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15783   include:
15784     - "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"
15785     - "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"
15786   layout:
15787     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15795   include:
15796     - "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"
15797     - "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"
15798   layout:
15799     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15800     layout: "plot-throughput-speedup-analysis"
15801
15802 - type: "plot"
15803   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15804   algorithm: "plot_tsa_name"
15805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15807   include:
15808     - "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"
15809     - "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"
15810   layout:
15811     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15812     layout: "plot-throughput-speedup-analysis"
15813
15814 - type: "plot"
15815   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15816   algorithm: "plot_tsa_name"
15817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15819   include:
15820     - "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"
15821     - "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"
15822   layout:
15823     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15824     layout: "plot-throughput-speedup-analysis"
15825
15826 - type: "plot"
15827   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15828   algorithm: "plot_tsa_name"
15829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15831   include:
15832     - "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"
15833     - "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"
15834     - "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"
15835     - "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"
15836     - "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"
15837     - "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"
15838   layout:
15839     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15840     layout: "plot-throughput-speedup-analysis"
15841
15842 - type: "plot"
15843   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15844   algorithm: "plot_tsa_name"
15845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15846   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15847   include:
15848     - "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"
15849     - "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"
15850     - "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"
15851     - "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"
15852     - "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"
15853     - "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"
15854   layout:
15855     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15856     layout: "plot-throughput-speedup-analysis"
15857
15858 - type: "plot"
15859   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15860   algorithm: "plot_tsa_name"
15861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15863   include:
15864     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15865     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15866     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15867     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15869   layout:
15870     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15878   include:
15879     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15880     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15881     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15882     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15883     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15884   layout:
15885     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15886     layout: "plot-throughput-speedup-analysis"
15887
15888 - type: "plot"
15889   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15890   algorithm: "plot_tsa_name"
15891   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15892   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15893   include:
15894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15899   layout:
15900     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15901     layout: "plot-throughput-speedup-analysis"
15902
15903 - type: "plot"
15904   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15905   algorithm: "plot_tsa_name"
15906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15908   include:
15909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15914   layout:
15915     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15916     layout: "plot-throughput-speedup-analysis"
15917
15918 - type: "plot"
15919   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15920   algorithm: "plot_tsa_name"
15921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15923   include:
15924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15928   layout:
15929     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15930     layout: "plot-throughput-speedup-analysis"
15931
15932 - type: "plot"
15933   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15934   algorithm: "plot_tsa_name"
15935   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15936   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15937   include:
15938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15942   layout:
15943     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15944     layout: "plot-throughput-speedup-analysis"
15945
15946 - type: "plot"
15947   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15948   algorithm: "plot_tsa_name"
15949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15951   include:
15952     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15954     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15956   layout:
15957     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15958     layout: "plot-throughput-speedup-analysis"
15959
15960 - type: "plot"
15961   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15962   algorithm: "plot_tsa_name"
15963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15965   include:
15966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15969     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15970   layout:
15971     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15979   include:
15980     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15985   layout:
15986     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15994   include:
15995     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16000   layout:
16001     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16002     layout: "plot-throughput-speedup-analysis"
16003
16004 - type: "plot"
16005   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16006   algorithm: "plot_tsa_name"
16007   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16008   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16009   include:
16010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16011     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16016   layout:
16017     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16025   include:
16026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16032   layout:
16033     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16034     layout: "plot-throughput-speedup-analysis"
16035
16036 - type: "plot"
16037   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16038   algorithm: "plot_tsa_name"
16039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16041   include:
16042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16046   layout:
16047     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16048     layout: "plot-throughput-speedup-analysis"
16049
16050 - type: "plot"
16051   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16052   algorithm: "plot_tsa_name"
16053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16055   include:
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16060   layout:
16061     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16062     layout: "plot-throughput-speedup-analysis"
16063
16064 - type: "plot"
16065   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16066   algorithm: "plot_tsa_name"
16067   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16068   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16069   include:
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16076   layout:
16077     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16078     layout: "plot-throughput-speedup-analysis"
16079
16080 - type: "plot"
16081   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16082   algorithm: "plot_tsa_name"
16083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16085   include:
16086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16092   layout:
16093     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16094     layout: "plot-throughput-speedup-analysis"
16095
16096 - type: "plot"
16097   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16098   algorithm: "plot_tsa_name"
16099   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16100   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16101   include:
16102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16108   layout:
16109     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16110     layout: "plot-throughput-speedup-analysis"
16111
16112 - type: "plot"
16113   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16114   algorithm: "plot_tsa_name"
16115   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16116   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16117   include:
16118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16124   layout:
16125     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16133   include:
16134     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16135     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16136     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16137     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16138     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16139     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16140   layout:
16141     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16142     layout: "plot-throughput-speedup-analysis"
16143
16144 - type: "plot"
16145   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16146   algorithm: "plot_tsa_name"
16147   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16148   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16149   include:
16150     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16151     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16152     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16153     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16154     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16155     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16156   layout:
16157     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16158     layout: "plot-throughput-speedup-analysis"
16159
16160 - type: "plot"
16161   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16162   algorithm: "plot_tsa_name"
16163   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16164   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16165   include:
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16172   layout:
16173     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16174     layout: "plot-throughput-speedup-analysis"
16175
16176 - type: "plot"
16177   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16178   algorithm: "plot_tsa_name"
16179   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16180   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16181   include:
16182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16188   layout:
16189     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16190     layout: "plot-throughput-speedup-analysis"
16191
16192 - type: "plot"
16193   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16194   algorithm: "plot_tsa_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16196   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16197   include:
16198     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16204   layout:
16205     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16206     layout: "plot-throughput-speedup-analysis"
16207
16208 - type: "plot"
16209   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16210   algorithm: "plot_tsa_name"
16211   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16212   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16213   include:
16214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16220   layout:
16221     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16222     layout: "plot-throughput-speedup-analysis"
16223
16224 #- type: "plot"
16225 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16226 #  algorithm: "plot_tsa_name"
16227 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16228 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16229 #  include:
16230 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16231 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16232 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16235 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16236 #  layout:
16237 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16238 #    layout: "plot-throughput-speedup-analysis"
16239 #
16240 #- type: "plot"
16241 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16242 #  algorithm: "plot_tsa_name"
16243 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16244 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16245 #  include:
16246 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16252 #  layout:
16253 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16254 #    layout: "plot-throughput-speedup-analysis"
16255
16256 - type: "plot"
16257   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16258   algorithm: "plot_tsa_name"
16259   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16260   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16261   include:
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16267   layout:
16268     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16269     layout: "plot-throughput-speedup-analysis"
16270
16271 - type: "plot"
16272   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16273   algorithm: "plot_tsa_name"
16274   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16275   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16276   include:
16277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16282   layout:
16283     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16284     layout: "plot-throughput-speedup-analysis"
16285
16286 - type: "plot"
16287   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16288   algorithm: "plot_tsa_name"
16289   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16290   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16291   include:
16292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16298   layout:
16299     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16300     layout: "plot-throughput-speedup-analysis"
16301
16302 - type: "plot"
16303   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16304   algorithm: "plot_tsa_name"
16305   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16306   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16307   include:
16308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16314   layout:
16315     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16316     layout: "plot-throughput-speedup-analysis"
16317
16318 - type: "plot"
16319   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16320   algorithm: "plot_tsa_name"
16321   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16322   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16323   include:
16324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16329   layout:
16330     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16331     layout: "plot-throughput-speedup-analysis"
16332
16333 - type: "plot"
16334   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16335   algorithm: "plot_tsa_name"
16336   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16337   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16338   include:
16339     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16344   layout:
16345     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16346     layout: "plot-throughput-speedup-analysis"
16347
16348 - type: "plot"
16349   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16350   algorithm: "plot_tsa_name"
16351   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16352   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16353   include:
16354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16358   layout:
16359     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16360     layout: "plot-throughput-speedup-analysis"
16361
16362 - type: "plot"
16363   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16364   algorithm: "plot_tsa_name"
16365   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16366   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16367   include:
16368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16372   layout:
16373     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16374     layout: "plot-throughput-speedup-analysis"
16375
16376 - type: "plot"
16377   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16378   algorithm: "plot_tsa_name"
16379   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16380   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16381   include:
16382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16388   layout:
16389     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16390     layout: "plot-throughput-speedup-analysis"
16391
16392 - type: "plot"
16393   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16394   algorithm: "plot_tsa_name"
16395   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16396   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16397   include:
16398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16404   layout:
16405     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16406     layout: "plot-throughput-speedup-analysis"
16407
16408 - type: "plot"
16409   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16410   algorithm: "plot_tsa_name"
16411   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16412   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16413   include:
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16419   layout:
16420     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16421     layout: "plot-throughput-speedup-analysis"
16422
16423 - type: "plot"
16424   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16425   algorithm: "plot_tsa_name"
16426   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16427   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16428   include:
16429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16434   layout:
16435     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16436     layout: "plot-throughput-speedup-analysis"
16437
16438 - type: "plot"
16439   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16440   algorithm: "plot_tsa_name"
16441   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16442   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16443   include:
16444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16449   layout:
16450     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16458   include:
16459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16464   layout:
16465     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16473   include:
16474     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16478   layout:
16479     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16480     layout: "plot-throughput-speedup-analysis"
16481
16482 - type: "plot"
16483   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16484   algorithm: "plot_tsa_name"
16485   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16486   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16487   include:
16488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16492   layout:
16493     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16494     layout: "plot-throughput-speedup-analysis"
16495
16496 - type: "plot"
16497   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16498   algorithm: "plot_tsa_name"
16499   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16500   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16501   include:
16502     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16503     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16507   layout:
16508     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16509     layout: "plot-throughput-speedup-analysis"
16510
16511 - type: "plot"
16512   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16513   algorithm: "plot_tsa_name"
16514   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16515   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16516   include:
16517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16520     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16521     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16522   layout:
16523     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16524     layout: "plot-throughput-speedup-analysis"
16525
16526 - type: "plot"
16527   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16528   algorithm: "plot_tsa_name"
16529   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16530   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16531   include:
16532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16536     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16537     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16538   layout:
16539     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16547   include:
16548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16552     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16553     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16554   layout:
16555     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16556     layout: "plot-throughput-speedup-analysis"
16557
16558 - type: "plot"
16559   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16560   algorithm: "plot_tsa_name"
16561   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16562   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16563   include:
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16566     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16568   layout:
16569     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16570     layout: "plot-throughput-speedup-analysis"
16571
16572 - type: "plot"
16573   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16574   algorithm: "plot_tsa_name"
16575   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16576   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16577   include:
16578     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16579     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16580     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16582   layout:
16583     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16584     layout: "plot-throughput-speedup-analysis"
16585
16586 - type: "plot"
16587   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16588   algorithm: "plot_tsa_name"
16589   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16590   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16591   include:
16592     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16593     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16596     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16598   layout:
16599     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 - type: "plot"
16603   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16607   include:
16608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16614   layout:
16615     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16616     layout: "plot-throughput-speedup-analysis"
16617
16618 - type: "plot"
16619   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16620   algorithm: "plot_tsa_name"
16621   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16622   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16623   include:
16624     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16630   layout:
16631     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16632     layout: "plot-throughput-speedup-analysis"
16633
16634 - type: "plot"
16635   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16636   algorithm: "plot_tsa_name"
16637   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16638   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16639   include:
16640     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16641     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16646   layout:
16647     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16648     layout: "plot-throughput-speedup-analysis"
16649
16650 #- type: "plot"
16651 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16652 #  algorithm: "plot_tsa_name"
16653 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16654 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16655 #  include:
16656 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16657 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16658 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16659 #  layout:
16660 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16661 #    layout: "plot-throughput-speedup-analysis"
16662 #
16663 #- type: "plot"
16664 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16665 #  algorithm: "plot_tsa_name"
16666 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16667 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16668 #  include:
16669 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16670 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16671 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16672 #  layout:
16673 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16674 #    layout: "plot-throughput-speedup-analysis"
16675
16676 ################################################################################
16677
16678 # Packet Throughput - DPDK
16679
16680 # 2n-skx-xxv710
16681
16682 - type: "plot"
16683   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16684   algorithm: "plot_perf_box_name"
16685   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16686   data: "plot-dpdk-throughput-latency-2n-skx"
16687   include:
16688     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16689     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16690   layout:
16691     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16692     layout: "plot-throughput"
16693
16694 - type: "plot"
16695   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16696   algorithm: "plot_perf_box_name"
16697   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16698   data: "plot-dpdk-throughput-latency-2n-skx"
16699   include:
16700     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16701     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16702   layout:
16703     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16704     layout: "plot-throughput"
16705
16706 - type: "plot"
16707   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16708   algorithm: "plot_perf_box_name"
16709   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16710   data: "plot-dpdk-throughput-latency-2n-skx"
16711   include:
16712     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16713     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16714   layout:
16715     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16716     layout: "plot-throughput"
16717
16718 - type: "plot"
16719   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16720   algorithm: "plot_perf_box_name"
16721   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16722   data: "plot-dpdk-throughput-latency-2n-skx"
16723   include:
16724     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16725     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16726   layout:
16727     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16728     layout: "plot-throughput"
16729
16730 # 2n-skx-x710
16731
16732 - type: "plot"
16733   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16734   algorithm: "plot_perf_box_name"
16735   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16736   data: "plot-dpdk-throughput-latency-2n-skx"
16737   include:
16738     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16739     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16740   layout:
16741     title: "2n-skx-x710-64b-2t1c-base-ndr"
16742     layout: "plot-throughput"
16743
16744 - type: "plot"
16745   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16748   data: "plot-dpdk-throughput-latency-2n-skx"
16749   include:
16750     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16751     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16752   layout:
16753     title: "2n-skx-x710-64b-4t2c-base-ndr"
16754     layout: "plot-throughput"
16755
16756 - type: "plot"
16757   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16758   algorithm: "plot_perf_box_name"
16759   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16760   data: "plot-dpdk-throughput-latency-2n-skx"
16761   include:
16762     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16763     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16764   layout:
16765     title: "2n-skx-x710-64b-2t1c-base-pdr"
16766     layout: "plot-throughput"
16767
16768 - type: "plot"
16769   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16770   algorithm: "plot_perf_box_name"
16771   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16772   data: "plot-dpdk-throughput-latency-2n-skx"
16773   include:
16774     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16775     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16776   layout:
16777     title: "2n-skx-x710-64b-4t2c-base-pdr"
16778     layout: "plot-throughput"
16779
16780 # 3n-skx-xxv710
16781
16782 - type: "plot"
16783   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16784   algorithm: "plot_perf_box_name"
16785   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16786   data: "plot-dpdk-throughput-latency-3n-skx"
16787   include:
16788     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16789     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16790   layout:
16791     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16792     layout: "plot-throughput"
16793
16794 - type: "plot"
16795   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16796   algorithm: "plot_perf_box_name"
16797   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16798   data: "plot-dpdk-throughput-latency-3n-skx"
16799   include:
16800     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16801     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16802   layout:
16803     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16804     layout: "plot-throughput"
16805
16806 - type: "plot"
16807   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16808   algorithm: "plot_perf_box_name"
16809   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16810   data: "plot-dpdk-throughput-latency-3n-skx"
16811   include:
16812     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16813     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16814   layout:
16815     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16816     layout: "plot-throughput"
16817
16818 - type: "plot"
16819   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16820   algorithm: "plot_perf_box_name"
16821   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16822   data: "plot-dpdk-throughput-latency-3n-skx"
16823   include:
16824     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16825     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16826   layout:
16827     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16828     layout: "plot-throughput"
16829
16830 # 3n-skx-x710
16831
16832 - type: "plot"
16833   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16834   algorithm: "plot_perf_box_name"
16835   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16836   data: "plot-dpdk-throughput-latency-3n-skx"
16837   include:
16838     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16839     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16840   layout:
16841     title: "3n-skx-x710-64b-2t1c-base-ndr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16848   data: "plot-dpdk-throughput-latency-3n-skx"
16849   include:
16850     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16851     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16852   layout:
16853     title: "3n-skx-x710-64b-4t2c-base-ndr"
16854     layout: "plot-throughput"
16855
16856 - type: "plot"
16857   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16858   algorithm: "plot_perf_box_name"
16859   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16860   data: "plot-dpdk-throughput-latency-3n-skx"
16861   include:
16862     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16863     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16864   layout:
16865     title: "3n-skx-x710-64b-2t1c-base-pdr"
16866     layout: "plot-throughput"
16867
16868 - type: "plot"
16869   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16870   algorithm: "plot_perf_box_name"
16871   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16872   data: "plot-dpdk-throughput-latency-3n-skx"
16873   include:
16874     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16875     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16876   layout:
16877     title: "3n-skx-x710-64b-4t2c-base-pdr"
16878     layout: "plot-throughput"
16879
16880 # 3n-hsw-xl710
16881
16882 - type: "plot"
16883   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16884   algorithm: "plot_perf_box_name"
16885   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16886   data: "plot-dpdk-throughput-latency-3n-hsw"
16887   include:
16888     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16889     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16890   layout:
16891     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16892     layout: "plot-throughput"
16893
16894 - type: "plot"
16895   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16896   algorithm: "plot_perf_box_name"
16897   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16898   data: "plot-dpdk-throughput-latency-3n-hsw"
16899   include:
16900     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16901     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16902   layout:
16903     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16904     layout: "plot-throughput"
16905
16906 - type: "plot"
16907   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16908   algorithm: "plot_perf_box_name"
16909   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16910   data: "plot-dpdk-throughput-latency-3n-hsw"
16911   include:
16912     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16913     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16914   layout:
16915     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16916     layout: "plot-throughput"
16917
16918 - type: "plot"
16919   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16920   algorithm: "plot_perf_box_name"
16921   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16922   data: "plot-dpdk-throughput-latency-3n-hsw"
16923   include:
16924     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16925     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16926   layout:
16927     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16928     layout: "plot-throughput"
16929
16930 # 3n-hsw-x710
16931
16932 - type: "plot"
16933   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16934   algorithm: "plot_perf_box_name"
16935   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16936   data: "plot-dpdk-throughput-latency-3n-hsw"
16937   include:
16938     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16939     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16940   layout:
16941     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16942     layout: "plot-throughput"
16943
16944 - type: "plot"
16945   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16946   algorithm: "plot_perf_box_name"
16947   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16948   data: "plot-dpdk-throughput-latency-3n-hsw"
16949   include:
16950     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16951     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16952   layout:
16953     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16954     layout: "plot-throughput"
16955
16956 - type: "plot"
16957   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16958   algorithm: "plot_perf_box_name"
16959   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16960   data: "plot-dpdk-throughput-latency-3n-hsw"
16961   include:
16962     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16963     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16964   layout:
16965     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16966     layout: "plot-throughput"
16967
16968 - type: "plot"
16969   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16970   algorithm: "plot_perf_box_name"
16971   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16972   data: "plot-dpdk-throughput-latency-3n-hsw"
16973   include:
16974     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16975     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16976   layout:
16977     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16978     layout: "plot-throughput"
16979
16980 ## 2n-dnv-x553
16981 #
16982 #- type: "plot"
16983 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16984 #  algorithm: "plot_perf_box_name"
16985 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16986 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16987 #  include:
16988 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16989 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16990 #  layout:
16991 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16992 #    layout: "plot-throughput"
16993 #
16994 #- type: "plot"
16995 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16996 #  algorithm: "plot_perf_box_name"
16997 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16998 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16999 #  include:
17000 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17001 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17002 #  layout:
17003 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17004 #    layout: "plot-throughput"
17005 #
17006 #- type: "plot"
17007 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17008 #  algorithm: "plot_perf_box_name"
17009 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17010 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17011 #  include:
17012 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17013 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17014 #  layout:
17015 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17016 #    layout: "plot-throughput"
17017 #
17018 #- type: "plot"
17019 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17020 #  algorithm: "plot_perf_box_name"
17021 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17022 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17023 #  include:
17024 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17025 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17026 #  layout:
17027 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17028 #    layout: "plot-throughput"
17029 #
17030 ## 3n-dnv-x553
17031 #
17032 #- type: "plot"
17033 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17034 #  algorithm: "plot_perf_box_name"
17035 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17036 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17037 #  include:
17038 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17039 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17040 #  layout:
17041 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17042 #    layout: "plot-throughput"
17043 #
17044 #- type: "plot"
17045 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17046 #  algorithm: "plot_perf_box_name"
17047 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17048 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17049 #  include:
17050 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17051 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17052 #  layout:
17053 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17054 #    layout: "plot-throughput"
17055 #
17056 #- type: "plot"
17057 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17058 #  algorithm: "plot_perf_box_name"
17059 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17060 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17061 #  include:
17062 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17063 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17064 #  layout:
17065 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17066 #    layout: "plot-throughput"
17067 #
17068 #- type: "plot"
17069 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17070 #  algorithm: "plot_perf_box_name"
17071 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17072 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17073 #  include:
17074 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17075 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17076 #  layout:
17077 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17078 #    layout: "plot-throughput"
17079
17080 # 3n-tsh-x520
17081
17082 - type: "plot"
17083   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17084   algorithm: "plot_perf_box_name"
17085   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17086   data: "plot-dpdk-throughput-latency-3n-tsh"
17087   include:
17088     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17089     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17090   layout:
17091     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17092     layout: "plot-throughput"
17093
17094 - type: "plot"
17095   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17096   algorithm: "plot_perf_box_name"
17097   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17098   data: "plot-dpdk-throughput-latency-3n-tsh"
17099   include:
17100     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17101     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17102   layout:
17103     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17104     layout: "plot-throughput"
17105
17106 - type: "plot"
17107   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17108   algorithm: "plot_perf_box_name"
17109   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17110   data: "plot-dpdk-throughput-latency-3n-tsh"
17111   include:
17112     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17113     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17114   layout:
17115     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17122   data: "plot-dpdk-throughput-latency-3n-tsh"
17123   include:
17124     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17125     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17126   layout:
17127     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17128     layout: "plot-throughput"
17129
17130 ################################################################################
17131 ###   2n-clx                                                                 ###
17132 ################################################################################
17133
17134 # Packet Throughput
17135
17136 - type: "plot"
17137   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17138   algorithm: "plot_perf_box_name"
17139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17141   include:
17142     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17146   layout:
17147     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17155   include:
17156     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17157     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17159     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17160   layout:
17161     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17162     layout: "plot-throughput"
17163
17164 - type: "plot"
17165   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17166   algorithm: "plot_perf_box_name"
17167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17169   include:
17170     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17171     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17172     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17173     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17174   layout:
17175     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17176     layout: "plot-throughput"
17177
17178 - type: "plot"
17179   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17180   algorithm: "plot_perf_box_name"
17181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17183   include:
17184     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17185     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17186     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17187     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17188   layout:
17189     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17197   include:
17198     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17199     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17200     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17201     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17202   layout:
17203     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17204     layout: "plot-throughput"
17205
17206 - type: "plot"
17207   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17208   algorithm: "plot_perf_box_name"
17209   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17211   include:
17212     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17213     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17214     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17215     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17216   layout:
17217     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17225   include:
17226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17232   layout:
17233     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17234     layout: "plot-throughput"
17235
17236 - type: "plot"
17237   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17238   algorithm: "plot_perf_box_name"
17239   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17241   include:
17242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17248   layout:
17249     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17250     layout: "plot-throughput"
17251
17252 - type: "plot"
17253   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17254   algorithm: "plot_perf_box_name"
17255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17257   include:
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17262   layout:
17263     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17264     layout: "plot-throughput"
17265
17266 - type: "plot"
17267   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17268   algorithm: "plot_perf_box_name"
17269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17271   include:
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17276   layout:
17277     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17278     layout: "plot-throughput"
17279
17280 - type: "plot"
17281   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17285   include:
17286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17289   layout:
17290     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17291     layout: "plot-throughput"
17292
17293 - type: "plot"
17294   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17295   algorithm: "plot_perf_box_name"
17296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17298   include:
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17302   layout:
17303     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17304     layout: "plot-throughput"
17305
17306 - type: "plot"
17307   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17308   algorithm: "plot_perf_box_name"
17309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17311   include:
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17317   layout:
17318     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17319     layout: "plot-throughput"
17320
17321 - type: "plot"
17322   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17323   algorithm: "plot_perf_box_name"
17324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17326   include:
17327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17332   layout:
17333     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17334     layout: "plot-throughput"
17335
17336 - type: "plot"
17337   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17338   algorithm: "plot_perf_box_name"
17339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17341   include:
17342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17345   layout:
17346     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17354   include:
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17358   layout:
17359     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17360     layout: "plot-throughput"
17361
17362 - type: "plot"
17363   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17364   algorithm: "plot_perf_box_name"
17365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17367   include:
17368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17374   layout:
17375     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17376     layout: "plot-throughput"
17377
17378 - type: "plot"
17379   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17380   algorithm: "plot_perf_box_name"
17381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17383   include:
17384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17390   layout:
17391     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17392     layout: "plot-throughput"
17393
17394 - type: "plot"
17395   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17396   algorithm: "plot_perf_box_name"
17397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17399   include:
17400     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17401     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17402     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17403     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17404     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17405   layout:
17406     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17407     layout: "plot-throughput"
17408
17409 - type: "plot"
17410   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17411   algorithm: "plot_perf_box_name"
17412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17414   include:
17415     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17416     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17417     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17418     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17419     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17420   layout:
17421     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17422     layout: "plot-throughput"
17423
17424 #- type: "plot"
17425 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17426 #  algorithm: "plot_perf_box_name"
17427 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17428 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17429 #  include:
17430 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17431 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17432 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17433 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17434 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17435 #  layout:
17436 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17437 #    layout: "plot-throughput"
17438 #
17439 #- type: "plot"
17440 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17441 #  algorithm: "plot_perf_box_name"
17442 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17443 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17444 #  include:
17445 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17446 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17447 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17448 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17449 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17450 #  layout:
17451 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17452 #    layout: "plot-throughput"
17453 #
17454 #- type: "plot"
17455 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17456 #  algorithm: "plot_perf_box_name"
17457 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17458 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17459 #  include:
17460 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17461 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17462 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17463 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17464 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17465 #  layout:
17466 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17467 #    layout: "plot-throughput"
17468 #
17469 #- type: "plot"
17470 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17471 #  algorithm: "plot_perf_box_name"
17472 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17473 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17474 #  include:
17475 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17476 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17477 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17478 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17479 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17480 #  layout:
17481 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17482 #    layout: "plot-throughput"
17483
17484 - type: "plot"
17485   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17489   include:
17490     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17491     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17492     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17493     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17494     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17495   layout:
17496     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17504   include:
17505     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17506     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17507     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17508     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17509     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17510   layout:
17511     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17512     layout: "plot-throughput"
17513
17514 #- type: "plot"
17515 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17516 #  algorithm: "plot_perf_box_name"
17517 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17518 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17519 #  include:
17520 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17521 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17522 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17523 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17524 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17525 #  layout:
17526 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17527 #    layout: "plot-throughput"
17528 #
17529 #- type: "plot"
17530 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17531 #  algorithm: "plot_perf_box_name"
17532 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17533 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17534 #  include:
17535 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17536 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17537 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17538 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17539 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17540 #  layout:
17541 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17542 #    layout: "plot-throughput"
17543 #
17544 #- type: "plot"
17545 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17546 #  algorithm: "plot_perf_box_name"
17547 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17548 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17549 #  include:
17550 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17551 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17552 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17553 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17554 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17555 #  layout:
17556 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17557 #    layout: "plot-throughput"
17558 #
17559 #- type: "plot"
17560 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17561 #  algorithm: "plot_perf_box_name"
17562 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17563 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17564 #  include:
17565 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17566 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17567 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17568 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17569 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17570 #  layout:
17571 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17572 #    layout: "plot-throughput"
17573
17574 - type: "plot"
17575   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17576   algorithm: "plot_perf_box_name"
17577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17579   include:
17580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17586   layout:
17587     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17588     layout: "plot-throughput"
17589
17590 - type: "plot"
17591   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17592   algorithm: "plot_perf_box_name"
17593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17595   include:
17596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17602   layout:
17603     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17604     layout: "plot-throughput"
17605
17606 - type: "plot"
17607   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17608   algorithm: "plot_perf_box_name"
17609   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17611   include:
17612     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17614   layout:
17615     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17616     layout: "plot-throughput"
17617
17618 - type: "plot"
17619   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17620   algorithm: "plot_perf_box_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17623   include:
17624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17626   layout:
17627     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17628     layout: "plot-throughput"
17629
17630 - type: "plot"
17631   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17632   algorithm: "plot_perf_box_name"
17633   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17635   include:
17636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17642   layout:
17643     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17644     layout: "plot-throughput"
17645
17646 - type: "plot"
17647   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17648   algorithm: "plot_perf_box_name"
17649   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17651   include:
17652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17654     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17658   layout:
17659     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17660     layout: "plot-throughput"
17661
17662 - type: "plot"
17663   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17664   algorithm: "plot_perf_box_name"
17665   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17667   include:
17668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17670     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17674   layout:
17675     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17676     layout: "plot-throughput"
17677
17678 - type: "plot"
17679   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17680   algorithm: "plot_perf_box_name"
17681   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17683   include:
17684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17690   layout:
17691     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17692     layout: "plot-throughput"
17693
17694 - type: "plot"
17695   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17696   algorithm: "plot_perf_box_name"
17697   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17699   include:
17700     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17706   layout:
17707     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17708     layout: "plot-throughput"
17709
17710 - type: "plot"
17711   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17712   algorithm: "plot_perf_box_name"
17713   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17715   include:
17716     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17722   layout:
17723     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17728   algorithm: "plot_perf_box_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17737   layout:
17738     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17739     layout: "plot-throughput"
17740
17741 - type: "plot"
17742   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17743   algorithm: "plot_perf_box_name"
17744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746   include:
17747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17752   layout:
17753     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17754     layout: "plot-throughput"
17755
17756 - type: "plot"
17757   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17758   algorithm: "plot_perf_box_name"
17759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17761   include:
17762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17767   layout:
17768     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17769     layout: "plot-throughput"
17770
17771 - type: "plot"
17772   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17773   algorithm: "plot_perf_box_name"
17774   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17776   include:
17777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17782   layout:
17783     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17784     layout: "plot-throughput"
17785
17786 - type: "plot"
17787   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17788   algorithm: "plot_perf_box_name"
17789   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17791   include:
17792     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17797   layout:
17798     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17799     layout: "plot-throughput"
17800
17801 - type: "plot"
17802   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17803   algorithm: "plot_perf_box_name"
17804   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17806   include:
17807     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17812   layout:
17813     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17814     layout: "plot-throughput"
17815
17816 - type: "plot"
17817   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17818   algorithm: "plot_perf_box_name"
17819   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17821   include:
17822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17827   layout:
17828     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17833   algorithm: "plot_perf_box_name"
17834   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836   include:
17837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17842   layout:
17843     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17844     layout: "plot-throughput"
17845
17846 - type: "plot"
17847   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17848   algorithm: "plot_perf_box_name"
17849   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17851   include:
17852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17857   layout:
17858     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17859     layout: "plot-throughput"
17860
17861 - type: "plot"
17862   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17863   algorithm: "plot_perf_box_name"
17864   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17866   include:
17867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17872   layout:
17873     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17874     layout: "plot-throughput"
17875
17876 - type: "plot"
17877   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17878   algorithm: "plot_perf_box_name"
17879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881   include:
17882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17888   layout:
17889     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17890     layout: "plot-throughput"
17891
17892 - type: "plot"
17893   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17894   algorithm: "plot_perf_box_name"
17895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17897   include:
17898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17904   layout:
17905     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17906     layout: "plot-throughput"
17907
17908 - type: "plot"
17909   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17910   algorithm: "plot_perf_box_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17918   layout:
17919     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17920     layout: "plot-throughput"
17921
17922 - type: "plot"
17923   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17924   algorithm: "plot_perf_box_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17927   include:
17928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17932   layout:
17933     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17934     layout: "plot-throughput"
17935
17936 - type: "plot"
17937   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17938   algorithm: "plot_perf_box_name"
17939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17941   include:
17942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17948   layout:
17949     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17950     layout: "plot-throughput"
17951
17952 - type: "plot"
17953   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17954   algorithm: "plot_perf_box_name"
17955   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17957   include:
17958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17964   layout:
17965     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17966     layout: "plot-throughput"
17967
17968 - type: "plot"
17969   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17970   algorithm: "plot_perf_box_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17978   layout:
17979     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17980     layout: "plot-throughput"
17981
17982 - type: "plot"
17983   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17984   algorithm: "plot_perf_box_name"
17985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17987   include:
17988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17992   layout:
17993     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17998   algorithm: "plot_perf_box_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18007     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18008   layout:
18009     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18010     layout: "plot-throughput"
18011
18012 - type: "plot"
18013   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18014   algorithm: "plot_perf_box_name"
18015   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18017   include:
18018     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18020     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18021     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18022     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18023     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18024   layout:
18025     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18026     layout: "plot-throughput"
18027
18028 - type: "plot"
18029   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18030   algorithm: "plot_perf_box_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18035     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18036     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18037     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18038   layout:
18039     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18040     layout: "plot-throughput"
18041
18042 - type: "plot"
18043   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18044   algorithm: "plot_perf_box_name"
18045   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18047   include:
18048     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18049     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18050     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18051     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18052   layout:
18053     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18054     layout: "plot-throughput"
18055
18056 - type: "plot"
18057   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18058   algorithm: "plot_perf_box_name"
18059   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18061   include:
18062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18067   layout:
18068     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18069     layout: "plot-throughput"
18070
18071 - type: "plot"
18072   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18073   algorithm: "plot_perf_box_name"
18074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18076   include:
18077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18082   layout:
18083     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18084     layout: "plot-throughput"
18085
18086 - type: "plot"
18087   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18088   algorithm: "plot_perf_box_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18091   include:
18092     - "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"
18093     - "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"
18094     - "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"
18095     - "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"
18096     - "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"
18097   layout:
18098     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18099     layout: "plot-throughput"
18100
18101 - type: "plot"
18102   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18103   algorithm: "plot_perf_box_name"
18104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18106   include:
18107     - "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"
18108     - "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"
18109     - "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"
18110     - "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"
18111     - "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"
18112   layout:
18113     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18114     layout: "plot-throughput"
18115
18116 - type: "plot"
18117   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18118   algorithm: "plot_perf_box_name"
18119   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18121   include:
18122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18127   layout:
18128     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18129     layout: "plot-throughput"
18130
18131 - type: "plot"
18132   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18133   algorithm: "plot_perf_box_name"
18134   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18136   include:
18137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18142   layout:
18143     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18144     layout: "plot-throughput"
18145
18146 - type: "plot"
18147   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18148   algorithm: "plot_perf_box_name"
18149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18151   include:
18152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18157   layout:
18158     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18159     layout: "plot-throughput"
18160
18161 - type: "plot"
18162   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18163   algorithm: "plot_perf_box_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18172   layout:
18173     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18174     layout: "plot-throughput"
18175
18176 - type: "plot"
18177   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18178   algorithm: "plot_perf_box_name"
18179   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18181   include:
18182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18186   layout:
18187     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18188     layout: "plot-throughput"
18189
18190 - type: "plot"
18191   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18192   algorithm: "plot_perf_box_name"
18193   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18195   include:
18196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18200   layout:
18201     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18202     layout: "plot-throughput"
18203
18204 - type: "plot"
18205   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18206   algorithm: "plot_perf_box_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "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"
18211     - "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"
18212     - "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"
18213     - "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"
18214   layout:
18215     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18216     layout: "plot-throughput"
18217
18218 - type: "plot"
18219   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18220   algorithm: "plot_perf_box_name"
18221   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18223   include:
18224     - "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"
18225     - "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"
18226     - "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"
18227     - "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"
18228   layout:
18229     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18230     layout: "plot-throughput"
18231
18232 - type: "plot"
18233   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18234   algorithm: "plot_perf_box_name"
18235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18237   include:
18238     - "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"
18239     - "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"
18240     - "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"
18241     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18242     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18243     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18244   layout:
18245     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18246     layout: "plot-throughput"
18247
18248 - type: "plot"
18249   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18250   algorithm: "plot_perf_box_name"
18251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18253   include:
18254     - "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"
18255     - "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"
18256     - "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"
18257     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18258     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18259     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18260   layout:
18261     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18262     layout: "plot-throughput"
18263
18264 ################################################################################
18265
18266 # Packet Speedup
18267
18268 - type: "plot"
18269   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18270   algorithm: "plot_tsa_name"
18271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18273   include:
18274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18278   layout:
18279     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18280     layout: "plot-throughput-speedup-analysis"
18281
18282 - type: "plot"
18283   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18284   algorithm: "plot_tsa_name"
18285   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18287   include:
18288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18292   layout:
18293     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18294     layout: "plot-throughput-speedup-analysis"
18295
18296 - type: "plot"
18297   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18298   algorithm: "plot_tsa_name"
18299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18301   include:
18302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18306   layout:
18307     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18308     layout: "plot-throughput-speedup-analysis"
18309
18310 - type: "plot"
18311   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18312   algorithm: "plot_tsa_name"
18313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18315   include:
18316     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18320   layout:
18321     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18322     layout: "plot-throughput-speedup-analysis"
18323
18324 - type: "plot"
18325   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18326   algorithm: "plot_tsa_name"
18327   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18329   include:
18330     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18331     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18332     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18333     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18334   layout:
18335     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18336     layout: "plot-throughput-speedup-analysis"
18337
18338 - type: "plot"
18339   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18340   algorithm: "plot_tsa_name"
18341   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18343   include:
18344     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18345     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18346     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18347     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18348   layout:
18349     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18350     layout: "plot-throughput-speedup-analysis"
18351
18352 - type: "plot"
18353   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18354   algorithm: "plot_tsa_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18364   layout:
18365     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18366     layout: "plot-throughput-speedup-analysis"
18367
18368 - type: "plot"
18369   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18370   algorithm: "plot_tsa_name"
18371   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18373   include:
18374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18380   layout:
18381     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18382     layout: "plot-throughput-speedup-analysis"
18383
18384 - type: "plot"
18385   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18386   algorithm: "plot_tsa_name"
18387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18389   include:
18390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18394   layout:
18395     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18396     layout: "plot-throughput-speedup-analysis"
18397
18398 - type: "plot"
18399   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18400   algorithm: "plot_tsa_name"
18401   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18403   include:
18404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18408   layout:
18409     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18410     layout: "plot-throughput-speedup-analysis"
18411
18412 - type: "plot"
18413   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18414   algorithm: "plot_tsa_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18421   layout:
18422     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18423     layout: "plot-throughput-speedup-analysis"
18424
18425 - type: "plot"
18426   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18427   algorithm: "plot_tsa_name"
18428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18430   include:
18431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18434   layout:
18435     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18436     layout: "plot-throughput-speedup-analysis"
18437
18438 - type: "plot"
18439   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18440   algorithm: "plot_tsa_name"
18441   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18443   include:
18444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18449   layout:
18450     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18451     layout: "plot-throughput-speedup-analysis"
18452
18453 - type: "plot"
18454   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18455   algorithm: "plot_tsa_name"
18456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18458   include:
18459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18464   layout:
18465     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18466     layout: "plot-throughput-speedup-analysis"
18467
18468 - type: "plot"
18469   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18470   algorithm: "plot_tsa_name"
18471   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18473   include:
18474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18477   layout:
18478     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18479     layout: "plot-throughput-speedup-analysis"
18480
18481 - type: "plot"
18482   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18483   algorithm: "plot_tsa_name"
18484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18486   include:
18487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18490   layout:
18491     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18492     layout: "plot-throughput-speedup-analysis"
18493
18494 - type: "plot"
18495   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18496   algorithm: "plot_tsa_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18506   layout:
18507     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18508     layout: "plot-throughput-speedup-analysis"
18509
18510 - type: "plot"
18511   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18512   algorithm: "plot_tsa_name"
18513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18515   include:
18516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18522   layout:
18523     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18524     layout: "plot-throughput-speedup-analysis"
18525
18526 - type: "plot"
18527   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18528   algorithm: "plot_tsa_name"
18529   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18531   include:
18532     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18533     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18534     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18535     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18536     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18537   layout:
18538     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18539     layout: "plot-throughput-speedup-analysis"
18540
18541 - type: "plot"
18542   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18543   algorithm: "plot_tsa_name"
18544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18546   include:
18547     - "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"
18548     - "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"
18549     - "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"
18550     - "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"
18551     - "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"
18552   layout:
18553     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18554     layout: "plot-throughput-speedup-analysis"
18555
18556 #- type: "plot"
18557 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18558 #  algorithm: "plot_tsa_name"
18559 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18560 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18561 #  include:
18562 #    - "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"
18563 #    - "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"
18564 #    - "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"
18565 #    - "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"
18566 #    - "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"
18567 #  layout:
18568 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18569 #    layout: "plot-throughput-speedup-analysis"
18570 #
18571 #- type: "plot"
18572 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18573 #  algorithm: "plot_tsa_name"
18574 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18575 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18576 #  include:
18577 #    - "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"
18578 #    - "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"
18579 #    - "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"
18580 #    - "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"
18581 #    - "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"
18582 #  layout:
18583 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18584 #    layout: "plot-throughput-speedup-analysis"
18585 #
18586 #- type: "plot"
18587 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18588 #  algorithm: "plot_tsa_name"
18589 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18590 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591 #  include:
18592 #    - "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"
18593 #    - "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"
18594 #    - "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"
18595 #    - "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"
18596 #    - "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"
18597 #  layout:
18598 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18599 #    layout: "plot-throughput-speedup-analysis"
18600 #
18601 #- type: "plot"
18602 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18603 #  algorithm: "plot_tsa_name"
18604 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18605 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18606 #  include:
18607 #    - "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"
18608 #    - "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"
18609 #    - "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"
18610 #    - "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"
18611 #    - "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"
18612 #  layout:
18613 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18614 #    layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18621   include:
18622     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18623     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18624     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18625     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18626     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18627   layout:
18628     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18629     layout: "plot-throughput-speedup-analysis"
18630
18631 - type: "plot"
18632   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18633   algorithm: "plot_tsa_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "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"
18638     - "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"
18639     - "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"
18640     - "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"
18641     - "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"
18642   layout:
18643     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18644     layout: "plot-throughput-speedup-analysis"
18645
18646 #- type: "plot"
18647 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18648 #  algorithm: "plot_tsa_name"
18649 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18650 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18651 #  include:
18652 #    - "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"
18653 #    - "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"
18654 #    - "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"
18655 #    - "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"
18656 #    - "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"
18657 #  layout:
18658 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18659 #    layout: "plot-throughput-speedup-analysis"
18660 #
18661 #- type: "plot"
18662 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18663 #  algorithm: "plot_tsa_name"
18664 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18665 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18666 #  include:
18667 #    - "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"
18668 #    - "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"
18669 #    - "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"
18670 #    - "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"
18671 #    - "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"
18672 #  layout:
18673 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18674 #    layout: "plot-throughput-speedup-analysis"
18675 #
18676 #- type: "plot"
18677 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18678 #  algorithm: "plot_tsa_name"
18679 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18680 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18681 #  include:
18682 #    - "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"
18683 #    - "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"
18684 #    - "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"
18685 #    - "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"
18686 #    - "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"
18687 #  layout:
18688 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18689 #    layout: "plot-throughput-speedup-analysis"
18690 #
18691 #- type: "plot"
18692 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18693 #  algorithm: "plot_tsa_name"
18694 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18695 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18696 #  include:
18697 #    - "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"
18698 #    - "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"
18699 #    - "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"
18700 #    - "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"
18701 #    - "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"
18702 #  layout:
18703 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18704 #    layout: "plot-throughput-speedup-analysis"
18705
18706 - type: "plot"
18707   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18708   algorithm: "plot_tsa_name"
18709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18711   include:
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18718   layout:
18719     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18720     layout: "plot-throughput-speedup-analysis"
18721
18722 - type: "plot"
18723   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18724   algorithm: "plot_tsa_name"
18725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18727   include:
18728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18734   layout:
18735     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18736     layout: "plot-throughput-speedup-analysis"
18737
18738 - type: "plot"
18739   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18740   algorithm: "plot_tsa_name"
18741   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18743   include:
18744     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18746   layout:
18747     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18748     layout: "plot-throughput-speedup-analysis"
18749
18750 - type: "plot"
18751   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18752   algorithm: "plot_tsa_name"
18753   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18755   include:
18756     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18758   layout:
18759     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18760     layout: "plot-throughput-speedup-analysis"
18761
18762 - type: "plot"
18763   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18764   algorithm: "plot_tsa_name"
18765   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18767   include:
18768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18772     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18774   layout:
18775     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18776     layout: "plot-throughput-speedup-analysis"
18777
18778 - type: "plot"
18779   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18780   algorithm: "plot_tsa_name"
18781   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18783   include:
18784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18790   layout:
18791     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18792     layout: "plot-throughput-speedup-analysis"
18793
18794 - type: "plot"
18795   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18796   algorithm: "plot_tsa_name"
18797   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18799   include:
18800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18806   layout:
18807     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18808     layout: "plot-throughput-speedup-analysis"
18809
18810 - type: "plot"
18811   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18812   algorithm: "plot_tsa_name"
18813   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18815   include:
18816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18822   layout:
18823     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18824     layout: "plot-throughput-speedup-analysis"
18825
18826 - type: "plot"
18827   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18828   algorithm: "plot_tsa_name"
18829   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18831   include:
18832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18838   layout:
18839     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18840     layout: "plot-throughput-speedup-analysis"
18841
18842 - type: "plot"
18843   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18844   algorithm: "plot_tsa_name"
18845   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18847   include:
18848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18854   layout:
18855     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18856     layout: "plot-throughput-speedup-analysis"
18857
18858 - type: "plot"
18859   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18860   algorithm: "plot_tsa_name"
18861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18863   include:
18864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18869   layout:
18870     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18871     layout: "plot-throughput-speedup-analysis"
18872
18873 - type: "plot"
18874   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18875   algorithm: "plot_tsa_name"
18876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18878   include:
18879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18884   layout:
18885     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18886     layout: "plot-throughput-speedup-analysis"
18887
18888 - type: "plot"
18889   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18890   algorithm: "plot_tsa_name"
18891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18893   include:
18894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18899   layout:
18900     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18901     layout: "plot-throughput-speedup-analysis"
18902
18903 - type: "plot"
18904   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18905   algorithm: "plot_tsa_name"
18906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18908   include:
18909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18914   layout:
18915     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18916     layout: "plot-throughput-speedup-analysis"
18917
18918 - type: "plot"
18919   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18920   algorithm: "plot_tsa_name"
18921   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923   include:
18924     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18929   layout:
18930     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18931     layout: "plot-throughput-speedup-analysis"
18932
18933 - type: "plot"
18934   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18935   algorithm: "plot_tsa_name"
18936   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18938   include:
18939     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18944   layout:
18945     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18946     layout: "plot-throughput-speedup-analysis"
18947
18948 - type: "plot"
18949   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18950   algorithm: "plot_tsa_name"
18951   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18953   include:
18954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18959   layout:
18960     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18961     layout: "plot-throughput-speedup-analysis"
18962
18963 - type: "plot"
18964   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18965   algorithm: "plot_tsa_name"
18966   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18968   include:
18969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18974   layout:
18975     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18976     layout: "plot-throughput-speedup-analysis"
18977
18978 - type: "plot"
18979   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18980   algorithm: "plot_tsa_name"
18981   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18983   include:
18984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18989   layout:
18990     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18991     layout: "plot-throughput-speedup-analysis"
18992
18993 - type: "plot"
18994   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18995   algorithm: "plot_tsa_name"
18996   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18998   include:
18999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19004   layout:
19005     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19006     layout: "plot-throughput-speedup-analysis"
19007
19008 - type: "plot"
19009   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19010   algorithm: "plot_tsa_name"
19011   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19013   include:
19014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19020   layout:
19021     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19022     layout: "plot-throughput-speedup-analysis"
19023
19024 - type: "plot"
19025   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19026   algorithm: "plot_tsa_name"
19027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19029   include:
19030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19036   layout:
19037     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19038     layout: "plot-throughput-speedup-analysis"
19039
19040 - type: "plot"
19041   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19042   algorithm: "plot_tsa_name"
19043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19045   include:
19046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19050   layout:
19051     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19052     layout: "plot-throughput-speedup-analysis"
19053
19054 - type: "plot"
19055   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19056   algorithm: "plot_tsa_name"
19057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19059   include:
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19064   layout:
19065     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19066     layout: "plot-throughput-speedup-analysis"
19067
19068 - type: "plot"
19069   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19070   algorithm: "plot_tsa_name"
19071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19073   include:
19074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19080   layout:
19081     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19082     layout: "plot-throughput-speedup-analysis"
19083
19084 - type: "plot"
19085   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19086   algorithm: "plot_tsa_name"
19087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19089   include:
19090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19096   layout:
19097     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19098     layout: "plot-throughput-speedup-analysis"
19099
19100 - type: "plot"
19101   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19102   algorithm: "plot_tsa_name"
19103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19105   include:
19106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19110   layout:
19111     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19112     layout: "plot-throughput-speedup-analysis"
19113
19114 - type: "plot"
19115   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19116   algorithm: "plot_tsa_name"
19117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19119   include:
19120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19124   layout:
19125     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19126     layout: "plot-throughput-speedup-analysis"
19127
19128 - type: "plot"
19129   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19130   algorithm: "plot_tsa_name"
19131   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19133   include:
19134     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19135     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19136     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19140   layout:
19141     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19142     layout: "plot-throughput-speedup-analysis"
19143
19144 - type: "plot"
19145   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19146   algorithm: "plot_tsa_name"
19147   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19149   include:
19150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19154     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19156   layout:
19157     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19158     layout: "plot-throughput-speedup-analysis"
19159
19160 - type: "plot"
19161   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19162   algorithm: "plot_tsa_name"
19163   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19165   include:
19166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19167     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19168     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19169     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19170   layout:
19171     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19172     layout: "plot-throughput-speedup-analysis"
19173
19174 - type: "plot"
19175   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19176   algorithm: "plot_tsa_name"
19177   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19179   include:
19180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19182     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19183     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19184   layout:
19185     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19186     layout: "plot-throughput-speedup-analysis"
19187
19188 - type: "plot"
19189   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19190   algorithm: "plot_tsa_name"
19191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19193   include:
19194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19199   layout:
19200     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19201     layout: "plot-throughput-speedup-analysis"
19202
19203 - type: "plot"
19204   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19205   algorithm: "plot_tsa_name"
19206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19208   include:
19209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19214   layout:
19215     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19216     layout: "plot-throughput-speedup-analysis"
19217
19218 - type: "plot"
19219   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19220   algorithm: "plot_tsa_name"
19221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19223   include:
19224     - "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"
19225     - "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"
19226     - "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"
19227     - "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"
19228     - "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"
19229   layout:
19230     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19231     layout: "plot-throughput-speedup-analysis"
19232
19233 - type: "plot"
19234   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19235   algorithm: "plot_tsa_name"
19236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19238   include:
19239     - "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"
19240     - "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"
19241     - "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"
19242     - "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"
19243     - "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"
19244   layout:
19245     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19246     layout: "plot-throughput-speedup-analysis"
19247
19248 - type: "plot"
19249   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19250   algorithm: "plot_tsa_name"
19251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19253   include:
19254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19259   layout:
19260     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19261     layout: "plot-throughput-speedup-analysis"
19262
19263 - type: "plot"
19264   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19265   algorithm: "plot_tsa_name"
19266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19268   include:
19269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19274   layout:
19275     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19276     layout: "plot-throughput-speedup-analysis"
19277
19278 - type: "plot"
19279   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19280   algorithm: "plot_tsa_name"
19281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19283   include:
19284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19289   layout:
19290     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19291     layout: "plot-throughput-speedup-analysis"
19292
19293 - type: "plot"
19294   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19295   algorithm: "plot_tsa_name"
19296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19298   include:
19299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19304   layout:
19305     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19306     layout: "plot-throughput-speedup-analysis"
19307
19308 - type: "plot"
19309   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19310   algorithm: "plot_tsa_name"
19311   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19313   include:
19314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19318   layout:
19319     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19320     layout: "plot-throughput-speedup-analysis"
19321
19322 - type: "plot"
19323   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19324   algorithm: "plot_tsa_name"
19325   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19327   include:
19328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19332   layout:
19333     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19334     layout: "plot-throughput-speedup-analysis"
19335
19336 - type: "plot"
19337   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19338   algorithm: "plot_tsa_name"
19339   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19341   include:
19342     - "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"
19343     - "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"
19344     - "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"
19345     - "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"
19346   layout:
19347     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19348     layout: "plot-throughput-speedup-analysis"
19349
19350 - type: "plot"
19351   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19352   algorithm: "plot_tsa_name"
19353   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19355   include:
19356     - "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"
19357     - "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"
19358     - "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"
19359     - "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"
19360   layout:
19361     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19362     layout: "plot-throughput-speedup-analysis"
19363
19364 - type: "plot"
19365   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19366   algorithm: "plot_tsa_name"
19367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19369   include:
19370     - "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"
19371     - "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"
19372     - "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"
19373     - "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"
19374     - "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"
19375     - "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"
19376   layout:
19377     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19378     layout: "plot-throughput-speedup-analysis"
19379
19380 - type: "plot"
19381   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19382   algorithm: "plot_tsa_name"
19383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19385   include:
19386     - "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"
19387     - "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"
19388     - "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"
19389     - "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"
19390     - "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"
19391     - "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"
19392   layout:
19393     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19394     layout: "plot-throughput-speedup-analysis"
19395
19396 ################################################################################
19397
19398 # Packet Throughput - DPDK
19399
19400 # 2n-clx-xxv710
19401
19402 - type: "plot"
19403   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19404   algorithm: "plot_perf_box_name"
19405   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19406   data: "plot-dpdk-throughput-latency-2n-clx"
19407   include:
19408     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19409     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19410   layout:
19411     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19412     layout: "plot-throughput"
19413
19414 - type: "plot"
19415   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19416   algorithm: "plot_perf_box_name"
19417   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19418   data: "plot-dpdk-throughput-latency-2n-clx"
19419   include:
19420     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19421     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19422   layout:
19423     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19424     layout: "plot-throughput"
19425
19426 - type: "plot"
19427   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19428   algorithm: "plot_perf_box_name"
19429   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19430   data: "plot-dpdk-throughput-latency-2n-clx"
19431   include:
19432     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19433     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19434   layout:
19435     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19436     layout: "plot-throughput"
19437
19438 - type: "plot"
19439   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19440   algorithm: "plot_perf_box_name"
19441   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19442   data: "plot-dpdk-throughput-latency-2n-clx"
19443   include:
19444     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19445     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19446   layout:
19447     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19448     layout: "plot-throughput"
19449
19450 # 2n-clx-x710
19451
19452 - type: "plot"
19453   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19454   algorithm: "plot_perf_box_name"
19455   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19456   data: "plot-dpdk-throughput-latency-2n-clx"
19457   include:
19458     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19459     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19460   layout:
19461     title: "2n-clx-x710-64b-2t1c-base-ndr"
19462     layout: "plot-throughput"
19463
19464 - type: "plot"
19465   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19466   algorithm: "plot_perf_box_name"
19467   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19468   data: "plot-dpdk-throughput-latency-2n-clx"
19469   include:
19470     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19471     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19472   layout:
19473     title: "2n-clx-x710-64b-4t2c-base-ndr"
19474     layout: "plot-throughput"
19475
19476 - type: "plot"
19477   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19478   algorithm: "plot_perf_box_name"
19479   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19480   data: "plot-dpdk-throughput-latency-2n-clx"
19481   include:
19482     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19483     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19484   layout:
19485     title: "2n-clx-x710-64b-2t1c-base-pdr"
19486     layout: "plot-throughput"
19487
19488 - type: "plot"
19489   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19490   algorithm: "plot_perf_box_name"
19491   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19492   data: "plot-dpdk-throughput-latency-2n-clx"
19493   include:
19494     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19495     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19496   layout:
19497     title: "2n-clx-x710-64b-4t2c-base-pdr"
19498     layout: "plot-throughput"
19499
19500 ################################################################################
19501
19502 - type: "plot"
19503   title: "Latency by percentile: 2n-skx"
19504   algorithm: "plot_hdrh_lat_by_percentile"
19505   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19506   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19507   target-links: "../../_static/vpp"
19508   data: "plot-vpp-hdrh-lat-2n-skx"
19509   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19510   layout:
19511     layout: "plot-hdrh-latency-by-percentile"
19512
19513 - type: "plot"
19514   title: "Latency by percentile: 2n-skx-nat44"
19515   algorithm: "plot_hdrh_lat_by_percentile"
19516   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19517   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19518   target-links: "../../_static/vpp"
19519   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19520   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19521   layout:
19522     layout: "plot-hdrh-latency-by-percentile"
19523
19524 - type: "plot"
19525   title: "Latency by percentile: 3n-skx"
19526   algorithm: "plot_hdrh_lat_by_percentile"
19527   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19528   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19529   target-links: "../../_static/vpp"
19530   data: "plot-vpp-hdrh-lat-3n-skx"
19531   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19532   layout:
19533     layout: "plot-hdrh-latency-by-percentile"
19534
19535 - type: "plot"
19536   title: "Latency by percentile: 2n-clx"
19537   algorithm: "plot_hdrh_lat_by_percentile"
19538   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19539   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19540   target-links: "../../_static/vpp"
19541   data: "plot-vpp-hdrh-lat-2n-clx"
19542   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19543   layout:
19544     layout: "plot-hdrh-latency-by-percentile"
19545
19546 - type: "plot"
19547   title: "Latency by percentile: 3n-hsw"
19548   algorithm: "plot_hdrh_lat_by_percentile"
19549   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19550   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19551   target-links: "../../_static/vpp"
19552   data: "plot-vpp-hdrh-lat-3n-hsw"
19553   filter: "'1T1C' and 'NIC_Intel-XL710'"
19554   layout:
19555     layout: "plot-hdrh-latency-by-percentile"
19556
19557 - type: "plot"
19558   title: "Latency by percentile: 3n-tsh"
19559   algorithm: "plot_hdrh_lat_by_percentile"
19560   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19561   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19562   target-links: "../../_static/vpp"
19563   data: "plot-vpp-hdrh-lat-3n-tsh"
19564   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19565   layout:
19566     layout: "plot-hdrh-latency-by-percentile"
19567
19568 - type: "plot"
19569   title: "Latency by percentile: DPDK 2n-skx"
19570   algorithm: "plot_hdrh_lat_by_percentile"
19571   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19572   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19573   target-links: "../../_static/dpdk"
19574   data: "plot-dpdk-hdrh-lat-2n-skx"
19575   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19576   layout:
19577     layout: "plot-hdrh-latency-by-percentile"
19578
19579 - type: "plot"
19580   title: "Latency by percentile: DPDK 3n-skx"
19581   algorithm: "plot_hdrh_lat_by_percentile"
19582   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19583   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19584   target-links: "../../_static/dpdk"
19585   data: "plot-dpdk-hdrh-lat-3n-skx"
19586   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19587   layout:
19588     layout: "plot-hdrh-latency-by-percentile"
19589
19590 - type: "plot"
19591   title: "Latency by percentile: DPDK 2n-clx"
19592   algorithm: "plot_hdrh_lat_by_percentile"
19593   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19594   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19595   target-links: "../../_static/dpdk"
19596   data: "plot-dpdk-hdrh-lat-2n-clx"
19597   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19598   layout:
19599     layout: "plot-hdrh-latency-by-percentile"
19600
19601 - type: "plot"
19602   title: "Latency by percentile: DPDK 3n-hsw"
19603   algorithm: "plot_hdrh_lat_by_percentile"
19604   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19605   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19606   target-links: "../../_static/dpdk"
19607   data: "plot-dpdk-hdrh-lat-3n-hsw"
19608   filter: "'1T1C' and 'NIC_Intel-XL710'"
19609   layout:
19610     layout: "plot-hdrh-latency-by-percentile"
19611
19612 - type: "plot"
19613   title: "Latency by percentile: DPDK 3n-tsh"
19614   algorithm: "plot_hdrh_lat_by_percentile"
19615   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19616   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19617   target-links: "../../_static/dpdk"
19618   data: "plot-dpdk-hdrh-lat-3n-tsh"
19619   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19620   layout:
19621     layout: "plot-hdrh-latency-by-percentile"