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         - 65  # rls2009 NDRPDR iter env 5
338         - 66  # rls2009 NDRPDR iter env 5
339         - 79  # rls2009 NDRPDR iter env 5
340         - 82  # rls2009 NDRPDR iter env 5
341         - 89  # rls2009 NDRPDR iter env 5
342         - 90  # 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         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
563         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
564         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
565         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
566         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
567         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
568         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
569         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
570         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
571         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
572         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
573         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
574         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
575         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
576         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
577         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
578         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
579         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
580         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
581         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
582         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
583         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
584         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
585         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
586         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
587         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
588         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
589         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
590         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
591         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
592
593     vpp-perf-results-2n-skx:
594       csit-vpp-perf-report-coverage-2009-2n-skx:
595         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
596         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
597         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
598         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
599         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
600         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
601         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
602         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
603         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
604         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
605         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
606         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
607         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
608         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
609         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
610
611     vpp-perf-results-2n-clx:
612       csit-vpp-perf-report-coverage-2009-2n-clx:
613         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
614         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
615         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
616         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
617         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
618         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
619         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
620         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
621         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
622         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
623         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
624         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
625         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
626         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
627         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
628
629     vpp-perf-results-3n-tsh:
630       csit-vpp-perf-report-iterative-2009-3n-tsh:
631         - 14  # rls2009 NDRPDR iter env 5
632
633     vpp-perf-results-3n-dnv:
634       csit-vpp-perf-report-coverage-2009-3n-dnv:
635         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
636         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
637         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
638         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
639         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
640         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
641         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
642         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
643         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
644
645     vpp-perf-results-2n-dnv:
646       csit-vpp-perf-report-coverage-2009-2n-dnv:
647         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
648         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
649         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
650         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
651         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
652         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
653
654     vpp-mrr-results-3n-hsw:
655       csit-vpp-perf-report-iterative-2009-3n-hsw:
656         - 23  # rls2009 MRR iter env 5
657
658     vpp-mrr-results-3n-skx:
659       csit-vpp-perf-report-iterative-2009-3n-skx:
660         - 24  # rls2009 MRR iter env 5
661
662     vpp-mrr-results-2n-skx:
663       csit-vpp-perf-report-iterative-2009-2n-skx:
664         - 26  # rls2009 MRR iter env 5
665
666     vpp-mrr-results-2n-clx:
667       csit-vpp-perf-report-iterative-2009-2n-clx:
668         - 78  # rls2009 MRR iter env 5
669
670     vpp-mrr-results-3n-tsh:
671       csit-vpp-perf-report-iterative-2009-3n-tsh:
672         - 15  # rls2006 MRR iter env 5
673
674     vpp-mrr-results-3n-dnv:
675       csit-vpp-perf-report-iterative-2009-3n-dnv:
676         - 22  # rls2009 MRR iter env 5
677
678     vpp-mrr-results-2n-dnv:
679       csit-vpp-perf-report-iterative-2009-2n-dnv:
680         - 13  # rls2009 MRR iter env 5
681
682     vpp-device-results-ubuntu:
683       csit-vpp-device-2009-ubuntu1804-1n-skx:
684         - 131 # rls2009 env 5
685
686     dpdk-perf-results-3n-hsw:
687       csit-dpdk-perf-report-iterative-2009-3n-hsw:
688         - 6   # NDRPDR iter env5
689
690     dpdk-perf-results-3n-skx:
691       csit-dpdk-perf-report-iterative-2009-3n-skx:
692         - 4   # NDRPDR sel env5
693
694     dpdk-perf-results-2n-skx:
695       csit-dpdk-perf-report-iterative-2009-2n-skx:
696         - 4   # NDRPDR iter env5
697
698     dpdk-perf-results-2n-clx:
699       csit-dpdk-perf-report-iterative-2009-2n-clx:
700         - 4   # NDRPDR iter env5
701
702 #    dpdk-perf-results-2n-dnv:
703 #      # No data
704 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
705
706 #    dpdk-perf-results-3n-dnv:
707 #      # No data
708 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
709
710     dpdk-perf-results-3n-tsh:
711       csit-dpdk-perf-report-iterative-2009-3n-tsh:
712         - 1   # NDRPDR iter env5
713
714 ###########################################################################
715     # Tables (more than one data set)
716
717     # Performance changes
718
719     vpp-performance-changes-3n-hsw-h1:
720       csit-vpp-perf-report-iterative-2005-3n-hsw:
721         - 31  # NDRPDR sel 2001.0-4
722         - 32  # NDRPDR sel 2001.0-4
723         - 33  # NDRPDR sel 2001.0-4
724         - 34  # NDRPDR sel 2001.0-4
725         - 35  # NDRPDR sel 2001.0-4
726         - 36  # NDRPDR sel 2001.0-4
727         - 38  # NDRPDR sel 2001.0-4
728     vpp-performance-changes-3n-hsw-ref-env4:
729       csit-vpp-perf-report-iterative-2005-3n-hsw:
730         - 20  # NDRPDR sel env 4
731         - 21  # NDRPDR sel env 4
732         - 22  # NDRPDR sel env 4
733         - 23  # NDRPDR sel env 4
734         - 24  # NDRPDR sel env 4
735         - 25  # NDRPDR sel env 4
736         - 26  # NDRPDR sel env 4
737         - 27  # NDRPDR sel env 4
738         - 28  # NDRPDR sel env 4
739         - 29  # NDRPDR sel env 4
740     vpp-performance-changes-3n-hsw-ref-env5:
741       csit-vpp-perf-report-iterative-2009-3n-hsw:
742         - 9   # rls2005 NDRPDR iter env 5
743         - 10  # rls2005 NDRPDR iter env 5
744         - 11  # rls2005 NDRPDR iter env 5
745         - 12  # rls2005 NDRPDR iter env 5
746         - 13  # rls2005 NDRPDR iter env 5
747         - 14  # rls2005 NDRPDR iter env 5
748         - 15  # rls2005 NDRPDR iter env 5
749         - 16  # rls2005 NDRPDR iter env 5
750         - 17  # rls2005 NDRPDR iter env 5
751         - 19  # rls2005 NDRPDR iter env 5
752     vpp-performance-changes-3n-hsw-cmp:
753       csit-vpp-perf-report-iterative-2009-3n-hsw:
754         - 21  # rls2009 NDRPDR iter env 5
755         - 22  # rls2009 NDRPDR iter env 5
756         - 24  # rls2009 NDRPDR iter env 5
757         - 25  # rls2009 NDRPDR iter env 5
758         - 26  # rls2009 NDRPDR iter env 5
759         - 27  # rls2009 NDRPDR iter env 5
760         - 28  # rls2009 NDRPDR iter env 5
761         - 29  # rls2009 NDRPDR iter env 5
762         - 30  # rls2009 NDRPDR iter env 5
763         - 31  # rls2009 NDRPDR iter env 5
764
765     vpp-performance-changes-3n-skx-h1:
766       csit-vpp-perf-report-iterative-2005-3n-skx:
767         - 50  # NDRPDR sel 2001.0-4
768         - 51  # NDRPDR sel 2001.0-4
769         - 52  # NDRPDR sel 2001.0-4
770         - 53  # NDRPDR sel 2001.0-4
771         - 54  # NDRPDR sel 2001.0-4
772     vpp-performance-changes-3n-skx-ref-env4:
773       csit-vpp-perf-report-iterative-2005-3n-skx:
774         - 42  # NDRPDR sel env 4
775         - 43  # NDRPDR sel env 4
776         - 44  # NDRPDR sel env 4
777         - 45  # NDRPDR sel env 4
778         - 47  # NDRPDR sel env 4
779         - 55  # NDRPDR sel env 4
780         - 56  # NDRPDR sel env 4
781         - 57  # NDRPDR sel env 4
782         - 61  # NDRPDR sel env 4
783         - 62  # NDRPDR sel env 4
784     vpp-performance-changes-3n-skx-ref-env5:
785       csit-vpp-perf-report-iterative-2009-3n-skx:
786         - 13  # rls2005 NDRPDR iter env 5
787         - 18  # rls2005 NDRPDR iter env 5
788         - 19  # rls2005 NDRPDR iter env 5
789         - 41  # rls2005 NDRPDR iter env 5
790     vpp-performance-changes-3n-skx-cmp:
791       csit-vpp-perf-report-iterative-2009-3n-skx:
792         - 26  # rls2009 NDRPDR iter env 5
793         - 27  # rls2009 NDRPDR iter env 5
794         - 28  # rls2009 NDRPDR iter env 5
795         - 29  # rls2009 NDRPDR iter env 5
796         - 35  # rls2009 NDRPDR iter env 5
797         - 36  # rls2009 NDRPDR iter env 5
798         - 37  # rls2009 NDRPDR iter env 5
799         - 38  # rls2009 NDRPDR iter env 5
800         - 39  # rls2009 NDRPDR iter env 5
801         - 40  # rls2009 NDRPDR iter env 5
802
803     vpp-performance-changes-2n-skx-h1:
804       csit-vpp-perf-report-iterative-2005-2n-skx:
805         - 100 # NDRPDR sel 2001.0-4
806         - 101 # NDRPDR sel 2001.0-4
807         - 102 # NDRPDR sel 2001.0-4
808         - 103 # NDRPDR sel 2001.0-4
809         - 104 # NDRPDR sel 2001.0-4
810         - 105 # NDRPDR sel 2001.0-4
811     vpp-performance-changes-2n-skx-ref-env4:
812       csit-vpp-perf-report-iterative-2005-2n-skx:
813         - 88  # NDRPDR sel env 4
814         - 89  # NDRPDR sel env 4
815         - 90  # NDRPDR sel env 4
816         - 91  # NDRPDR sel env 4
817         - 92  # NDRPDR sel env 4
818         - 93  # NDRPDR sel env 4
819         - 94  # NDRPDR sel env 4
820         - 125 # NDRPDR sel env 4
821         - 126 # NDRPDR sel env 4
822         - 127 # NDRPDR sel env 4
823     vpp-performance-changes-2n-skx-ref-env5:
824       csit-vpp-perf-report-iterative-2009-2n-skx:
825         - 13  # rls2005 NDRPDR iter env 5
826         - 16  # rls2005 NDRPDR iter env 5
827         - 17  # rls2005 NDRPDR iter env 5
828         - 18  # rls2005 NDRPDR iter env 5
829         - 19  # rls2005 NDRPDR iter env 5
830         - 21  # rls2005 NDRPDR iter env 5
831         - 22  # rls2005 NDRPDR iter env 5
832         - 23  # rls2005 NDRPDR iter env 5
833         - 24  # rls2005 NDRPDR iter env 5
834         - 25  # rls2005 NDRPDR iter env 5
835     vpp-performance-changes-2n-skx-cmp:
836       csit-vpp-perf-report-iterative-2009-2n-skx:
837         - 35  # rls2009 NDRPDR iter env 5
838         - 36  # rls2009 NDRPDR iter env 5
839         - 37  # rls2009 NDRPDR iter env 5
840         - 39  # rls2009 NDRPDR iter env 5
841         - 40  # rls2009 NDRPDR iter env 5
842         - 42  # rls2009 NDRPDR iter env 5
843         - 43  # rls2009 NDRPDR iter env 5
844         - 44  # rls2009 NDRPDR iter env 5
845         - 46  # rls2009 NDRPDR iter env 5
846         - 48  # rls2009 NDRPDR iter env 5
847         - 51  # rls2009 NDRPDR iter NAT44 env 5
848         - 52  # rls2009 NDRPDR iter NAT44 env 5
849         - 53  # rls2009 NDRPDR iter NAT44 env 5
850         - 54  # rls2009 NDRPDR iter NAT44 env 5
851         - 55  # rls2009 NDRPDR iter NAT44 env 5
852         - 56  # rls2009 NDRPDR iter NAT44 env 5
853         - 57  # rls2009 NDRPDR iter NAT44 env 5
854         - 58  # rls2009 NDRPDR iter NAT44 env 5
855         - 59  # rls2009 NDRPDR iter NAT44 env 5
856         - 60  # rls2009 NDRPDR iter NAT44 env 5
857
858     vpp-performance-changes-2n-clx-h1:
859       csit-vpp-perf-report-iterative-2005-2n-clx:
860         - 73  # NDRPDR sel 2001.0-4
861         - 74  # NDRPDR sel 2001.0-4
862         - 75  # NDRPDR sel 2001.0-4
863         - 76  # NDRPDR sel 2001.0-4
864         - 77  # NDRPDR sel 2001.0-4
865         - 78  # NDRPDR sel 2001.0-4
866         - 79  # NDRPDR sel 2001.0-4
867         - 80  # NDRPDR sel 2001.0-4
868     vpp-performance-changes-2n-clx-ref-env4:
869       csit-vpp-perf-report-iterative-2005-2n-clx:
870         - 62  # NDRPDR sel env 4
871         - 63  # NDRPDR sel env 4
872         - 64  # NDRPDR sel env 4
873         - 65  # NDRPDR sel env 4
874         - 66  # NDRPDR sel env 4
875         - 68  # NDRPDR sel env 4
876         - 69  # NDRPDR sel env 4
877         - 70  # NDRPDR sel env 4
878         - 103 # NDRPDR sel env 4
879         - 104 # NDRPDR sel env 4
880     vpp-performance-changes-2n-clx-ref-env5:
881       csit-vpp-perf-report-iterative-2009-2n-clx:
882         - 13  # rls2005 NDRPDR iter env 5
883         - 15  # rls2005 NDRPDR iter env 5
884         - 17  # rls2005 NDRPDR iter env 5
885         - 18  # rls2005 NDRPDR iter env 5
886         - 19  # rls2005 NDRPDR iter env 5
887         - 20  # rls2005 NDRPDR iter env 5
888         - 21  # rls2005 NDRPDR iter env 5
889         - 22  # rls2005 NDRPDR iter env 5
890         - 23  # rls2005 NDRPDR iter env 5
891         - 24  # rls2005 NDRPDR iter env 5
892     vpp-performance-changes-2n-clx-cmp:
893       csit-vpp-perf-report-iterative-2009-2n-clx:
894         - 36  # rls2009 NDRPDR iter env 5
895         - 39  # rls2009 NDRPDR iter env 5
896         - 40  # rls2009 NDRPDR iter env 5
897         - 42  # rls2009 NDRPDR iter env 5
898         - 65  # rls2009 NDRPDR iter env 5
899         - 66  # rls2009 NDRPDR iter env 5
900         - 79  # rls2009 NDRPDR iter env 5
901         - 82  # rls2009 NDRPDR iter env 5
902         - 89  # rls2009 NDRPDR iter env 5
903         - 90  # rls2009 NDRPDR iter env 5
904
905     vpp-performance-changes-2n-dnv-h1:
906       csit-vpp-perf-verify-2001-2n-dnv:
907         - 4   # NDRPDR sel
908         - 5   # NDRPDR sel
909         - 6   # NDRPDR sel
910         - 7   # NDRPDR sel
911         - 8   # NDRPDR sel
912         - 9   # NDRPDR sel
913         - 10  # NDRPDR sel
914         - 11  # NDRPDR sel
915         - 13  # NDRPDR sel
916         - 16  # NDRPDR sel
917     vpp-performance-changes-2n-dnv-ref:
918       csit-vpp-perf-report-iterative-2009-2n-dnv:
919         - 16  # rls2005 NDRPDR iter env 5
920         - 17  # rls2005 NDRPDR iter env 5
921         - 18  # rls2005 NDRPDR iter env 5
922         - 19  # rls2005 NDRPDR iter env 5
923         - 21  # rls2005 NDRPDR iter env 5
924         - 24  # rls2005 NDRPDR iter env 5
925         - 27  # rls2005 NDRPDR iter env 5
926         - 28  # rls2005 NDRPDR iter env 5
927         - 29  # rls2005 NDRPDR iter env 5
928         - 30  # rls2005 NDRPDR iter env 5
929     vpp-performance-changes-2n-dnv-cmp:
930       csit-vpp-perf-report-iterative-2009-2n-dnv:
931         - 3   # rls2009 NDRPDR iter env 5
932         - 5   # rls2009 NDRPDR iter env 5
933         - 6   # rls2009 NDRPDR iter env 5
934         - 7   # rls2009 NDRPDR iter env 5
935         - 9   # rls2009 NDRPDR iter env 5
936         - 10  # rls2009 NDRPDR iter env 5
937         - 11  # rls2009 NDRPDR iter env 5
938         - 12  # rls2009 NDRPDR iter env 5
939         - 14  # rls2009 NDRPDR iter env 5
940         - 15  # rls2009 NDRPDR iter env 5
941
942     vpp-performance-changes-3n-dnv-h1:
943       csit-vpp-perf-verify-2001-3n-dnv:
944         - 5   # NDRPDR sel
945         - 6   # NDRPDR sel
946         - 7   # NDRPDR sel
947         - 8   # NDRPDR sel
948         - 9   # NDRPDR sel
949         - 10  # NDRPDR sel
950         - 12  # NDRPDR sel
951         - 16  # NDRPDR sel
952         - 17  # NDRPDR sel
953         - 18  # NDRPDR sel
954     vpp-performance-changes-3n-dnv-ref:
955       csit-vpp-perf-report-iterative-2009-3n-dnv:
956         - 16  # rls2005 NDRPDR iter env 5
957         - 23  # rls2005 NDRPDR iter env 5
958         - 25  # rls2005 NDRPDR iter env 5
959         - 26  # rls2005 NDRPDR iter env 5
960         - 27  # rls2005 NDRPDR iter env 5
961         - 28  # rls2005 NDRPDR iter env 5
962         - 29  # rls2005 NDRPDR iter env 5
963         - 30  # rls2005 NDRPDR iter env 5
964         - 31  # rls2005 NDRPDR iter env 5
965         - 32  # rls2005 NDRPDR iter env 5
966     vpp-performance-changes-3n-dnv-cmp:
967       csit-vpp-perf-report-iterative-2009-3n-dnv:
968         - 3   # rls2009 NDRPDR iter env 5
969         - 6   # rls2009 NDRPDR iter env 5
970         - 7   # rls2009 NDRPDR iter env 5
971         - 8   # rls2009 NDRPDR iter env 5
972         - 10  # rls2009 NDRPDR iter env 5
973         - 11  # rls2009 NDRPDR iter env 5
974         - 12  # rls2009 NDRPDR iter env 5
975         - 14  # rls2009 NDRPDR iter env 5
976         - 15  # rls2009 NDRPDR iter env 5
977         - 24  # rls2009 NDRPDR iter env 5
978
979     vpp-performance-changes-3n-tsh-h1:
980       csit-vpp-perf-report-iterative-2005-3n-tsh:
981         - 28  # NDRPDR sel 2001.0-4
982         - 29  # NDRPDR sel 2001.0-4
983         - 31  # NDRPDR sel 2001.0-4
984     vpp-performance-changes-3n-tsh-ref-env4:
985       csit-vpp-perf-report-iterative-2005-3n-tsh:
986         - 23  # NDRPDR sel env 4
987         - 25  # NDRPDR sel env 4
988         - 33  # NDRPDR sel env 4
989         - 34  # NDRPDR sel env 4
990         - 35  # NDRPDR sel env 4
991         - 36  # NDRPDR sel env 4
992         - 37  # NDRPDR sel env 4
993         - 38  # NDRPDR sel env 4
994         - 39  # NDRPDR sel env 4
995         - 40  # NDRPDR sel env 4
996     vpp-performance-changes-3n-tsh-ref-env5:
997       csit-vpp-perf-report-iterative-2009-3n-tsh:
998         - 8   # rls2005 NDRPDR iter env 5
999         - 11  # rls2005 NDRPDR iter env 5
1000         - 12  # rls2005 NDRPDR iter env 5
1001         - 24  # rls2005 NDRPDR iter env 5
1002         - 27  # rls2005 NDRPDR iter env 5
1003     vpp-performance-changes-3n-tsh-cmp:
1004       # TODO: Add:
1005       csit-vpp-perf-report-iterative-2009-3n-tsh:
1006         - 14  # rls2009 NDRPDR iter env 5
1007         - 20  # rls2009 NDRPDR iter env 5
1008         - 21  # rls2009 NDRPDR iter env 5
1009         - 22  # rls2009 NDRPDR iter env 5
1010         - 23  # rls2009 NDRPDR iter env 5
1011
1012     vpp-soak-vs-ndr-2n-skx-ref:
1013       csit-vpp-perf-report-iterative-2009-2n-skx:
1014         - 35  # rls2009 NDRPDR iter env 5
1015         - 36  # rls2009 NDRPDR iter env 5
1016         - 37  # rls2009 NDRPDR iter env 5
1017         - 39  # rls2009 NDRPDR iter env 5
1018         - 40  # rls2009 NDRPDR iter env 5
1019         - 42  # rls2009 NDRPDR iter env 5
1020         - 43  # rls2009 NDRPDR iter env 5
1021         - 44  # rls2009 NDRPDR iter env 5
1022         - 46  # rls2009 NDRPDR iter env 5
1023         - 48  # rls2009 NDRPDR iter env 5
1024     vpp-soak-vs-ndr-2n-skx-cmp:
1025       csit-vpp-perf-report-iterative-2009-2n-skx:
1026         - 33  # rls2009 soak env 5
1027         - 34  # rls2009 soak env 5
1028     vpp-soak-vs-ndr-2n-skx:
1029       csit-vpp-perf-report-iterative-2009-2n-skx:
1030         - 35  # rls2009 NDRPDR iter env 5
1031         - 36  # rls2009 NDRPDR iter env 5
1032         - 37  # rls2009 NDRPDR iter env 5
1033         - 39  # rls2009 NDRPDR iter env 5
1034         - 40  # rls2009 NDRPDR iter env 5
1035         - 42  # rls2009 NDRPDR iter env 5
1036         - 43  # rls2009 NDRPDR iter env 5
1037         - 44  # rls2009 NDRPDR iter env 5
1038         - 46  # rls2009 NDRPDR iter env 5
1039         - 48  # rls2009 NDRPDR iter env 5
1040         - 33  # rls2009 soak env 5
1041         - 34  # rls2009 soak env 5
1042
1043     vpp-soak-vs-ndr-2n-clx-ref:
1044       csit-vpp-perf-report-iterative-2009-2n-clx:
1045         - 36  # rls2009 NDRPDR iter env 5
1046         - 39  # rls2009 NDRPDR iter env 5
1047         - 40  # rls2009 NDRPDR iter env 5
1048         - 42  # rls2009 NDRPDR iter env 5
1049         - 65  # rls2009 NDRPDR iter env 5
1050         - 66  # rls2009 NDRPDR iter env 5
1051         - 79  # rls2009 NDRPDR iter env 5
1052         - 82  # rls2009 NDRPDR iter env 5
1053         - 89  # rls2009 NDRPDR iter env 5
1054         - 90  # rls2009 NDRPDR iter env 5
1055     vpp-soak-vs-ndr-2n-clx-cmp:
1056       csit-vpp-perf-report-iterative-2009-2n-clx:
1057         - 33  # rls2009 soak env 5
1058         - 34  # rls2009 soak env 5
1059     vpp-soak-vs-ndr-2n-clx:
1060       csit-vpp-perf-report-iterative-2009-2n-clx:
1061         - 36  # rls2009 NDRPDR iter env 5
1062         - 39  # rls2009 NDRPDR iter env 5
1063         - 40  # rls2009 NDRPDR iter env 5
1064         - 42  # rls2009 NDRPDR iter env 5
1065         - 65  # rls2009 NDRPDR iter env 5
1066         - 66  # rls2009 NDRPDR iter env 5
1067         - 79  # rls2009 NDRPDR iter env 5
1068         - 82  # rls2009 NDRPDR iter env 5
1069         - 89  # rls2009 NDRPDR iter env 5
1070         - 90  # rls2009 NDRPDR iter env 5
1071         - 33  # rls2009 soak env 5
1072         - 34  # rls2009 soak env 5
1073
1074     vpp-performance-changes-3n-hsw-mrr-h1:
1075       csit-vpp-perf-verify-2001-3n-hsw:
1076         - 17  # MRR sel
1077     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1078       csit-vpp-perf-report-iterative-2005-3n-hsw:
1079         - 30  # MRR env 4
1080     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1081       csit-vpp-perf-report-iterative-2009-3n-hsw:
1082         - 18  # rls2005 MRR iter env 5
1083     vpp-performance-changes-3n-hsw-mrr-cmp:
1084       csit-vpp-perf-report-iterative-2009-3n-hsw:
1085         - 23  # rls2009 MRR iter env 5
1086
1087     vpp-performance-changes-3n-skx-mrr-h1:
1088       csit-vpp-perf-verify-2001-3n-skx:
1089         - 50  # MRR sel
1090         - 53  # MRR sel addition
1091     vpp-performance-changes-3n-skx-mrr-ref-env4:
1092       csit-vpp-perf-report-iterative-2005-3n-skx:
1093         - 49  # MRR sel env 4
1094     vpp-performance-changes-3n-skx-mrr-ref-env5:
1095       csit-vpp-perf-report-iterative-2009-3n-skx:
1096         - 17  # rls2005 MRR iter env 5
1097     vpp-performance-changes-3n-skx-mrr-cmp:
1098       csit-vpp-perf-report-iterative-2009-3n-skx:
1099         - 24  # rls2009 MRR iter env 5
1100
1101     vpp-performance-changes-2n-skx-mrr-h1:
1102       csit-vpp-perf-verify-2001-2n-skx:
1103         - 101 # MRR sel
1104         - 128 # MRR sel addition
1105     vpp-performance-changes-2n-skx-mrr-ref-env4:
1106       csit-vpp-perf-report-iterative-2005-2n-skx:
1107         - 99  # MRR sel env 4
1108     vpp-performance-changes-2n-skx-mrr-ref-env5:
1109       csit-vpp-perf-report-iterative-2009-2n-skx:
1110         - 20  # rls2005 MRR iter env 5
1111     vpp-performance-changes-2n-skx-mrr-cmp:
1112       csit-vpp-perf-report-iterative-2009-2n-skx:
1113         - 26  # rls2009 MRR iter env 5
1114
1115     vpp-performance-changes-2n-clx-mrr-h1:
1116       csit-vpp-perf-verify-2001-2n-clx:
1117         - 39  # MRR
1118     vpp-performance-changes-2n-clx-mrr-ref-env4:
1119       csit-vpp-perf-report-iterative-2005-2n-clx:
1120         - 72   # MRR sel env 4
1121     vpp-performance-changes-2n-clx-mrr-ref-env5:
1122       csit-vpp-perf-report-iterative-2009-2n-clx:
1123         - 77  # rls2005 MRR iter env 5
1124     vpp-performance-changes-2n-clx-mrr-cmp:
1125       csit-vpp-perf-report-iterative-2009-2n-clx:
1126         - 78  # rls2009 MRR iter env 5
1127
1128     vpp-performance-changes-2n-dnv-mrr-h1:
1129       csit-vpp-perf-verify-2001-2n-dnv:
1130         - 12  # MRR sel
1131     vpp-performance-changes-2n-dnv-mrr-ref:
1132       csit-vpp-perf-report-iterative-2009-2n-dnv:
1133         - 23  # rls2005 MRR iter env 5
1134     vpp-performance-changes-2n-dnv-mrr-cmp:
1135       csit-vpp-perf-report-iterative-2009-2n-dnv:
1136         - 13  # rls2009 MRR iter env 5
1137
1138     vpp-performance-changes-3n-dnv-mrr-h1:
1139       csit-vpp-perf-verify-2001-3n-dnv:
1140         - 11  # MRR sel
1141     vpp-performance-changes-3n-dnv-mrr-ref:
1142       csit-vpp-perf-report-iterative-2009-3n-dnv:
1143         - 19  # rls2005 MRR iter env 5
1144     vpp-performance-changes-3n-dnv-mrr-cmp:
1145       csit-vpp-perf-report-iterative-2009-3n-dnv:
1146         - 22  # rls2009 MRR iter env 5
1147
1148     vpp-performance-changes-3n-tsh-mrr-h1:
1149       csit-vpp-perf-verify-2001-3n-tsh:
1150         - 9   # MRR sel
1151     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1152       csit-vpp-perf-report-iterative-2005-3n-tsh:
1153         - 27  # MRR sel env 4
1154     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1155       csit-vpp-perf-report-iterative-2009-3n-tsh:
1156         - 13  # rls2005 MRR iter env 5
1157     vpp-performance-changes-3n-tsh-mrr-cmp:
1158       csit-vpp-perf-report-iterative-2009-3n-tsh:
1159         - 15  # rls2006 MRR iter env 5
1160
1161     dpdk-performance-changes-3n-hsw-h1:
1162       csit-dpdk-perf-verify-2001-3n-hsw:
1163         - 4   # NDRPDR sel
1164         - 5   # NDRPDR sel
1165         - 6   # NDRPDR sel
1166         - 7   # NDRPDR sel
1167         - 8   # NDRPDR sel
1168         - 9   # NDRPDR sel
1169         - 10  # NDRPDR sel
1170         - 11  # NDRPDR sel
1171         - 12  # NDRPDR sel
1172         - 13  # NDRPDR sel
1173         - 15  # NDRPDR sel
1174         - 16  # NDRPDR sel
1175         - 17  # NDRPDR sel
1176         - 18  # NDRPDR sel
1177         - 19  # NDRPDR sel
1178         - 20  # NDRPDR sel
1179         - 21  # NDRPDR sel
1180         - 22  # NDRPDR sel
1181         - 23  # NDRPDR sel
1182         - 24  # NDRPDR sel
1183     dpdk-performance-changes-3n-hsw-ref:
1184       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1185         - 25  # NDRPDR iter
1186         - 26  # NDRPDR iter
1187         - 27  # NDRPDR iter
1188         - 28  # NDRPDR iter
1189         - 29  # NDRPDR iter
1190         - 30  # NDRPDR iter
1191         - 31  # NDRPDR iter
1192         - 32  # NDRPDR iter
1193         - 33  # NDRPDR iter
1194         - 34  # NDRPDR iter
1195     dpdk-performance-changes-3n-hsw-cmp:
1196       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1197         - 6   # NDRPDR iter env5
1198         - 7   # NDRPDR iter env5
1199         - 8   # NDRPDR iter env5
1200         - 9   # NDRPDR iter env5
1201         - 10  # NDRPDR iter env5
1202         - 11  # NDRPDR iter env5
1203         - 12  # NDRPDR iter env5
1204         - 13  # NDRPDR iter env5
1205         - 14  # NDRPDR iter env5
1206         - 15  # NDRPDR iter env5
1207
1208     dpdk-performance-changes-3n-skx-h1:
1209       csit-dpdk-perf-verify-2001-3n-skx:
1210         - 29  # NDRPDR sel xxv710
1211         - 33  # NDRPDR sel xxv710
1212         - 34  # NDRPDR sel xxv710
1213         - 35  # NDRPDR sel xxv710
1214         - 36  # NDRPDR sel xxv710
1215         - 37  # NDRPDR sel xxv710
1216         - 41  # NDRPDR sel xxv710
1217         - 42  # NDRPDR sel xxv710
1218         - 43  # NDRPDR sel xxv710
1219         - 45  # NDRPDR sel xxv710
1220         - 30  # NDRPDR sel x710
1221         - 31  # NDRPDR sel x710
1222         - 32  # NDRPDR sel x710
1223         - 38  # NDRPDR sel x710
1224         - 39  # NDRPDR sel x710
1225         - 40  # NDRPDR sel x710
1226         - 44  # NDRPDR sel x710
1227         - 46  # NDRPDR sel x710
1228         - 47  # NDRPDR sel x710
1229         - 48  # NDRPDR sel x710
1230     dpdk-performance-changes-3n-skx-ref:
1231       csit-dpdk-perf-report-iterative-2005-3n-skx:
1232         - 28  # NDRPDR iter
1233         - 29  # NDRPDR iter
1234         - 30  # NDRPDR iter
1235         - 31  # NDRPDR iter
1236         - 32  # NDRPDR iter
1237         - 33  # NDRPDR iter
1238         - 34  # NDRPDR iter
1239         - 35  # NDRPDR iter
1240         - 36  # NDRPDR iter
1241         - 37  # NDRPDR iter
1242     dpdk-performance-changes-3n-skx-cmp:
1243       csit-dpdk-perf-report-iterative-2009-3n-skx:
1244         - 4   # NDRPDR sel env5
1245         - 5   # NDRPDR sel env5
1246         - 6   # NDRPDR sel env5
1247         - 7   # NDRPDR sel env5
1248         - 8   # NDRPDR sel env5
1249         - 9   # NDRPDR sel env5
1250         - 14  # NDRPDR sel env5
1251         - 11  # NDRPDR sel env5
1252         - 12  # NDRPDR sel env5
1253         - 13  # NDRPDR sel env5
1254
1255     dpdk-performance-changes-2n-skx-h1:
1256       csit-dpdk-perf-verify-2001-2n-skx:
1257         - 35  # NDRPDR sel xxv710
1258         - 36  # NDRPDR sel xxv710
1259         - 37  # NDRPDR sel xxv710
1260         - 41  # NDRPDR sel xxv710
1261         - 42  # NDRPDR sel xxv710
1262         - 43  # NDRPDR sel xxv710
1263         - 46  # NDRPDR sel xxv710
1264         - 47  # NDRPDR sel xxv710
1265         - 52  # NDRPDR sel xxv710
1266         - 53  # NDRPDR sel xxv710
1267         - 38  # NDRPDR sel x710
1268         - 39  # NDRPDR sel x710
1269         - 40  # NDRPDR sel x710
1270         - 44  # NDRPDR sel x710
1271         - 45  # NDRPDR sel x710
1272         - 48  # NDRPDR sel x710
1273         - 49  # NDRPDR sel x710
1274         - 50  # NDRPDR sel x710
1275         - 51  # NDRPDR sel x710
1276         - 54  # NDRPDR sel x710
1277     dpdk-performance-changes-2n-skx-ref:
1278       csit-dpdk-perf-report-iterative-2005-2n-skx:
1279         - 20  # NDRPDR iter
1280         - 21  # NDRPDR iter
1281         - 22  # NDRPDR iter
1282         - 23  # NDRPDR iter
1283         - 24  # NDRPDR iter
1284         - 25  # NDRPDR iter
1285         - 26  # NDRPDR iter
1286         - 27  # NDRPDR iter
1287         - 28  # NDRPDR iter
1288         - 29  # NDRPDR iter
1289     dpdk-performance-changes-2n-skx-cmp:
1290       csit-dpdk-perf-report-iterative-2009-2n-skx:
1291         - 4   # NDRPDR iter env5
1292         - 5   # NDRPDR iter env5
1293         - 6   # NDRPDR iter env5
1294         - 7   # NDRPDR iter env5
1295         - 8   # NDRPDR iter env5
1296         - 9   # NDRPDR iter env5
1297         - 10  # NDRPDR iter env5
1298         - 11  # NDRPDR iter env5
1299         - 12  # NDRPDR iter env5
1300         - 13  # NDRPDR iter env5
1301
1302     dpdk-performance-changes-2n-clx-h1:
1303       csit-dpdk-perf-verify-2001-2n-clx:
1304         - 15  # NDRPDR sel
1305         - 16  # NDRPDR sel
1306         - 17  # NDRPDR sel
1307         - 18  # NDRPDR sel
1308         - 19  # NDRPDR sel
1309         - 20  # NDRPDR sel
1310         - 21  # NDRPDR sel
1311         - 22  # NDRPDR sel
1312         - 23  # NDRPDR sel
1313         - 24  # NDRPDR sel
1314         - 25  # NDRPDR sel
1315         - 26  # NDRPDR sel
1316         - 27  # NDRPDR sel
1317         - 28  # NDRPDR sel
1318         - 29  # NDRPDR sel
1319         - 30  # NDRPDR sel
1320         - 31  # NDRPDR sel
1321         - 32  # NDRPDR sel
1322         - 33  # NDRPDR sel
1323         - 34  # NDRPDR sel
1324     dpdk-performance-changes-2n-clx-ref:
1325       csit-dpdk-perf-report-iterative-2005-2n-clx:
1326         - 20  # NDRPDR iter
1327         - 21  # NDRPDR iter
1328         - 22  # NDRPDR iter
1329         - 23  # NDRPDR iter
1330         - 24  # NDRPDR iter
1331         - 25  # NDRPDR iter
1332         - 26  # NDRPDR iter
1333         - 27  # NDRPDR iter
1334         - 28  # NDRPDR iter
1335         - 29  # NDRPDR iter
1336     dpdk-performance-changes-2n-clx-cmp:
1337       csit-dpdk-perf-report-iterative-2009-2n-clx:
1338         - 4   # NDRPDR iter env5
1339         - 5   # NDRPDR iter env5
1340         - 6   # NDRPDR iter env5
1341         - 7   # NDRPDR iter env5
1342         - 8   # NDRPDR iter env5
1343         - 9   # NDRPDR iter env5
1344         - 10  # NDRPDR iter env5
1345         - 11  # NDRPDR iter env5
1346         - 12  # NDRPDR iter env5
1347         - 13  # NDRPDR iter env5
1348
1349 #    dpdk-performance-changes-2n-dnv-h1:
1350 #      csit-dpdk-perf-verify-2001-2n-dnv:
1351 #        - 9   # NDRPDR sel
1352 #        - 10  # NDRPDR sel
1353 #        - 11  # NDRPDR sel
1354 #        - 12  # NDRPDR sel
1355 #        - 13  # NDRPDR sel
1356 #        - 14  # NDRPDR sel
1357 #        - 15  # NDRPDR sel
1358 #        - 16  # NDRPDR sel
1359 #        - 17  # NDRPDR sel
1360 #        - 18  # NDRPDR sel
1361 #    dpdk-performance-changes-2n-dnv-ref:
1362 #      # No data
1363 #    dpdk-performance-changes-2n-dnv-cmp:
1364 #      # No data
1365 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1366
1367 #    dpdk-performance-changes-3n-dnv-h1:
1368 #      csit-dpdk-perf-verify-2001-3n-dnv:
1369 #        - 12  # NDRPDR sel
1370 #        - 13  # NDRPDR sel
1371 #        - 14  # NDRPDR sel
1372 #        - 15  # NDRPDR sel
1373 #        - 16  # NDRPDR sel
1374 #        - 17  # NDRPDR sel
1375 #        - 18  # NDRPDR sel
1376 #        - 19  # NDRPDR sel
1377 #        - 20  # NDRPDR sel
1378 #        - 22  # NDRPDR sel
1379 #    dpdk-performance-changes-3n-dnv-ref:
1380 #      # No data
1381 #    dpdk-performance-changes-3n-dnv-cmp:
1382 #      # No data
1383 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1384
1385     dpdk-performance-changes-3n-tsh-h1:
1386       csit-dpdk-perf-verify-2001-3n-tsh:
1387         - 3   # NDRPDR sel
1388         - 4   # NDRPDR sel
1389         - 5   # NDRPDR sel
1390         - 9   # NDRPDR sel
1391         - 10  # NDRPDR sel
1392         - 11  # NDRPDR sel
1393         - 12  # NDRPDR sel
1394         - 14  # NDRPDR sel
1395         - 15  # NDRPDR sel
1396         - 18  # NDRPDR sel
1397     dpdk-performance-changes-3n-tsh-ref:
1398       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1399         - 5   # NDRPDR sel
1400     dpdk-performance-changes-3n-tsh-cmp:
1401       # TODO: Add:
1402       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1403         - 1   # NDRPDR iter env5
1404         - 2   # NDRPDR iter env5
1405         - 3   # NDRPDR iter env5
1406         - 4   # NDRPDR iter env5
1407         - 5   # NDRPDR iter env5
1408         - 6   # NDRPDR iter env5
1409         - 7   # NDRPDR iter env5
1410         - 9   # NDRPDR iter env5
1411         - 10  # NDRPDR iter env5
1412
1413     # Compare testbeds
1414
1415     vpp-compare-testbeds-ref:
1416       csit-vpp-perf-report-iterative-2009-3n-hsw:
1417         - 21  # rls2009 NDRPDR iter env 5
1418         - 22  # rls2009 NDRPDR iter env 5
1419         - 24  # rls2009 NDRPDR iter env 5
1420         - 25  # rls2009 NDRPDR iter env 5
1421         - 26  # rls2009 NDRPDR iter env 5
1422         - 27  # rls2009 NDRPDR iter env 5
1423         - 28  # rls2009 NDRPDR iter env 5
1424         - 29  # rls2009 NDRPDR iter env 5
1425         - 30  # rls2009 NDRPDR iter env 5
1426         - 31  # rls2009 NDRPDR iter env 5
1427     vpp-compare-testbeds-cmp:
1428       csit-vpp-perf-report-iterative-2009-3n-skx:
1429         - 26  # rls2009 NDRPDR iter env 5
1430         - 27  # rls2009 NDRPDR iter env 5
1431         - 28  # rls2009 NDRPDR iter env 5
1432         - 29  # rls2009 NDRPDR iter env 5
1433         - 35  # rls2009 NDRPDR iter env 5
1434         - 36  # rls2009 NDRPDR iter env 5
1435         - 37  # rls2009 NDRPDR iter env 5
1436         - 38  # rls2009 NDRPDR iter env 5
1437         - 39  # rls2009 NDRPDR iter env 5
1438         - 40  # rls2009 NDRPDR iter env 5
1439
1440     vpp-compare-testbeds-skx-clx-ref:
1441       csit-vpp-perf-report-iterative-2009-2n-skx:
1442         - 35  # rls2009 NDRPDR iter env 5
1443         - 36  # rls2009 NDRPDR iter env 5
1444         - 37  # rls2009 NDRPDR iter env 5
1445         - 39  # rls2009 NDRPDR iter env 5
1446         - 40  # rls2009 NDRPDR iter env 5
1447         - 42  # rls2009 NDRPDR iter env 5
1448         - 43  # rls2009 NDRPDR iter env 5
1449         - 44  # rls2009 NDRPDR iter env 5
1450         - 46  # rls2009 NDRPDR iter env 5
1451         - 48  # rls2009 NDRPDR iter env 5
1452         - 51  # rls2009 NDRPDR iter NAT44 env 5
1453         - 52  # rls2009 NDRPDR iter NAT44 env 5
1454         - 53  # rls2009 NDRPDR iter NAT44 env 5
1455         - 54  # rls2009 NDRPDR iter NAT44 env 5
1456         - 55  # rls2009 NDRPDR iter NAT44 env 5
1457         - 56  # rls2009 NDRPDR iter NAT44 env 5
1458         - 57  # rls2009 NDRPDR iter NAT44 env 5
1459         - 58  # rls2009 NDRPDR iter NAT44 env 5
1460         - 59  # rls2009 NDRPDR iter NAT44 env 5
1461         - 60  # rls2009 NDRPDR iter NAT44 env 5
1462     vpp-compare-testbeds-skx-clx-cmp:
1463       csit-vpp-perf-report-iterative-2009-2n-clx:
1464         - 36  # rls2009 NDRPDR iter env 5
1465         - 39  # rls2009 NDRPDR iter env 5
1466         - 40  # rls2009 NDRPDR iter env 5
1467         - 42  # rls2009 NDRPDR iter env 5
1468         - 65  # rls2009 NDRPDR iter env 5
1469         - 66  # rls2009 NDRPDR iter env 5
1470         - 79  # rls2009 NDRPDR iter env 5
1471         - 82  # rls2009 NDRPDR iter env 5
1472         - 89  # rls2009 NDRPDR iter env 5
1473         - 90  # rls2009 NDRPDR iter env 5
1474
1475     vpp-compare-testbeds-hsw-clx-ref:
1476       csit-vpp-perf-report-iterative-2009-3n-hsw:
1477         - 21  # rls2009 NDRPDR iter env 5
1478         - 22  # rls2009 NDRPDR iter env 5
1479         - 24  # rls2009 NDRPDR iter env 5
1480         - 25  # rls2009 NDRPDR iter env 5
1481         - 26  # rls2009 NDRPDR iter env 5
1482         - 27  # rls2009 NDRPDR iter env 5
1483         - 28  # rls2009 NDRPDR iter env 5
1484         - 29  # rls2009 NDRPDR iter env 5
1485         - 30  # rls2009 NDRPDR iter env 5
1486         - 31  # rls2009 NDRPDR iter env 5
1487     vpp-compare-testbeds-hsw-clx-cmp:
1488       csit-vpp-perf-report-iterative-2009-2n-clx:
1489         - 36  # rls2009 NDRPDR iter env 5
1490         - 39  # rls2009 NDRPDR iter env 5
1491         - 40  # rls2009 NDRPDR iter env 5
1492         - 42  # rls2009 NDRPDR iter env 5
1493         - 65  # rls2009 NDRPDR iter env 5
1494         - 66  # rls2009 NDRPDR iter env 5
1495         - 79  # rls2009 NDRPDR iter env 5
1496         - 82  # rls2009 NDRPDR iter env 5
1497         - 89  # rls2009 NDRPDR iter env 5
1498         - 90  # rls2009 NDRPDR iter env 5
1499
1500     vpp-compare-testbeds-mrr-ref:
1501       csit-vpp-perf-report-iterative-2009-3n-hsw:
1502         - 23  # rls2009 MRR iter env 5
1503     vpp-compare-testbeds-mrr-cmp:
1504       csit-vpp-perf-report-iterative-2009-3n-skx:
1505         - 24  # rls2009 MRR iter env 5
1506
1507     vpp-compare-testbeds-mrr-skx-clx-ref:
1508       csit-vpp-perf-report-iterative-2009-2n-skx:
1509         - 26  # rls2009 MRR iter env 5
1510     vpp-compare-testbeds-mrr-skx-clx-cmp:
1511       csit-vpp-perf-report-iterative-2009-2n-clx:
1512         - 78  # rls2009 MRR iter env 5
1513
1514     vpp-compare-testbeds-mrr-hsw-clx-ref:
1515       csit-vpp-perf-report-iterative-2009-3n-hsw:
1516         - 23  # rls2009 MRR iter env 5
1517     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1518       csit-vpp-perf-report-iterative-2009-2n-clx:
1519         - 78  # rls2009 MRR iter env 5
1520
1521     dpdk-compare-testbeds-ref:
1522       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1523         - 6   # NDRPDR iter env5
1524         - 7   # NDRPDR iter env5
1525         - 8   # NDRPDR iter env5
1526         - 9   # NDRPDR iter env5
1527         - 10  # NDRPDR iter env5
1528         - 11  # NDRPDR iter env5
1529         - 12  # NDRPDR iter env5
1530         - 13  # NDRPDR iter env5
1531         - 14  # NDRPDR iter env5
1532         - 15  # NDRPDR iter env5
1533     dpdk-compare-testbeds-cmp:
1534       csit-dpdk-perf-report-iterative-2009-3n-skx:
1535         - 4   # NDRPDR sel env5
1536         - 5   # NDRPDR sel env5
1537         - 6   # NDRPDR sel env5
1538         - 7   # NDRPDR sel env5
1539         - 8   # NDRPDR sel env5
1540         - 9   # NDRPDR sel env5
1541         - 14  # NDRPDR sel env5
1542         - 11  # NDRPDR sel env5
1543         - 12  # NDRPDR sel env5
1544         - 13  # NDRPDR sel env5
1545
1546     dpdk-compare-testbeds-skx-clx-ref:
1547       csit-dpdk-perf-report-iterative-2009-2n-skx:
1548         - 4   # NDRPDR iter env5
1549         - 5   # NDRPDR iter env5
1550         - 6   # NDRPDR iter env5
1551         - 7   # NDRPDR iter env5
1552         - 8   # NDRPDR iter env5
1553         - 9   # NDRPDR iter env5
1554         - 10  # NDRPDR iter env5
1555         - 11  # NDRPDR iter env5
1556         - 12  # NDRPDR iter env5
1557         - 13  # NDRPDR iter env5
1558     dpdk-compare-testbeds-skx-clx-cmp:
1559       csit-dpdk-perf-report-iterative-2009-2n-clx:
1560         - 4   # NDRPDR iter env5
1561         - 5   # NDRPDR iter env5
1562         - 6   # NDRPDR iter env5
1563         - 7   # NDRPDR iter env5
1564         - 8   # NDRPDR iter env5
1565         - 9   # NDRPDR iter env5
1566         - 10  # NDRPDR iter env5
1567         - 11  # NDRPDR iter env5
1568         - 12  # NDRPDR iter env5
1569         - 13  # NDRPDR iter env5
1570
1571     # Compare topologies
1572
1573     vpp-compare-topologies-ref:
1574       csit-vpp-perf-report-iterative-2009-3n-skx:
1575         - 26  # rls2009 NDRPDR iter env 5
1576         - 27  # rls2009 NDRPDR iter env 5
1577         - 28  # rls2009 NDRPDR iter env 5
1578         - 29  # rls2009 NDRPDR iter env 5
1579         - 35  # rls2009 NDRPDR iter env 5
1580         - 36  # rls2009 NDRPDR iter env 5
1581         - 37  # rls2009 NDRPDR iter env 5
1582         - 38  # rls2009 NDRPDR iter env 5
1583         - 39  # rls2009 NDRPDR iter env 5
1584         - 40  # rls2009 NDRPDR iter env 5
1585     vpp-compare-topologies-cmp:
1586       csit-vpp-perf-report-iterative-2009-2n-skx:
1587         - 35  # rls2009 NDRPDR iter env 5
1588         - 36  # rls2009 NDRPDR iter env 5
1589         - 37  # rls2009 NDRPDR iter env 5
1590         - 39  # rls2009 NDRPDR iter env 5
1591         - 40  # rls2009 NDRPDR iter env 5
1592         - 42  # rls2009 NDRPDR iter env 5
1593         - 43  # rls2009 NDRPDR iter env 5
1594         - 44  # rls2009 NDRPDR iter env 5
1595         - 46  # rls2009 NDRPDR iter env 5
1596         - 48  # rls2009 NDRPDR iter env 5
1597
1598     vpp-compare-topologies-mrr-ref:
1599       csit-vpp-perf-report-iterative-2009-3n-skx:
1600         - 24  # rls2009 MRR iter env 5
1601     vpp-compare-topologies-mrr-cmp:
1602       csit-vpp-perf-report-iterative-2009-2n-skx:
1603         - 26  # rls2009 MRR iter env 5
1604
1605     dpdk-compare-topologies-ref:
1606       csit-dpdk-perf-report-iterative-2009-3n-skx:
1607         - 4   # NDRPDR sel env5
1608         - 5   # NDRPDR sel env5
1609         - 6   # NDRPDR sel env5
1610         - 7   # NDRPDR sel env5
1611         - 8   # NDRPDR sel env5
1612         - 9   # NDRPDR sel env5
1613         - 14  # NDRPDR sel env5
1614         - 11  # NDRPDR sel env5
1615         - 12  # NDRPDR sel env5
1616         - 13  # NDRPDR sel env5
1617     dpdk-compare-topologies-cmp:
1618       csit-dpdk-perf-report-iterative-2009-2n-skx:
1619         - 4   # NDRPDR iter env5
1620         - 5   # NDRPDR iter env5
1621         - 6   # NDRPDR iter env5
1622         - 7   # NDRPDR iter env5
1623         - 8   # NDRPDR iter env5
1624         - 9   # NDRPDR iter env5
1625         - 10  # NDRPDR iter env5
1626         - 11  # NDRPDR iter env5
1627         - 12  # NDRPDR iter env5
1628         - 13  # NDRPDR iter env5
1629
1630   plot-layouts:
1631
1632     plot-soak-throughput:
1633       titlefont:
1634         size: 16
1635       xaxis:
1636         title: "<b>Test Cases [Index]</b>"
1637         titlefont:
1638           size: 14
1639         autorange: True
1640         fixedrange: False
1641         gridcolor: "rgb(230, 230, 230)"
1642         linecolor: "rgb(220, 220, 220)"
1643         linewidth: 1
1644         showgrid: True
1645         showline: True
1646         showticklabels: True
1647         tickcolor: "rgb(220, 220, 220)"
1648         tickmode: "linear"
1649         tickfont:
1650           size: 14
1651         zeroline: False
1652       yaxis:
1653         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1654         titlefont:
1655           size: 14
1656         gridcolor: "rgb(230, 230, 230)"
1657         hoverformat: ".4r"
1658         tickformat: ".3r"
1659         linecolor: "rgb(220, 220, 220)"
1660         linewidth: 1
1661         showgrid: True
1662         showline: True
1663         showticklabels: True
1664         tickcolor: "rgb(220, 220, 220)"
1665         tickfont:
1666           size: 14
1667         zeroline: False
1668         range: [0,50]
1669       autosize: False
1670       margin:
1671         t: 50
1672         b: 0
1673         l: 80
1674         r: 20
1675       showlegend: True
1676       legend:
1677         orientation: "h"
1678         font:
1679           size: 14
1680       width: 700
1681       height: 900
1682       paper_bgcolor: "#fff"
1683       plot_bgcolor: "#fff"
1684       hoverlabel:
1685         namelength: -1
1686
1687     plot-service-density:
1688       titlefont:
1689         size: 16
1690       xaxis:
1691         side: "top"
1692         autorange: True
1693         fixedrange: False
1694         showgrid: False
1695         showline: False
1696         showticklabels: False
1697         ticks: ""
1698         ticklen: 0
1699         tickwidth: 0
1700         zeroline: False
1701       yaxis:
1702         autorange: "reversed"
1703         showgrid: False
1704         showline: False
1705         showticklabels: False
1706         ticks: ""
1707         ticklen: 0
1708         tickwidth: 0
1709         zeroline: False
1710       showlegend: False
1711       paper_bgcolor: "#fff"
1712       plot_bgcolor: "#fff"
1713       width: 700
1714       height: 700
1715       hoverlabel:
1716         namelength: -1
1717
1718     plot-hoststack:
1719       titlefont:
1720         size: 16
1721       xaxis:
1722         title: "<b>Test Cases [Index]</b>"
1723         titlefont:
1724           size: 14
1725         autorange: True
1726         fixedrange: False
1727         gridcolor: "rgb(230, 230, 230)"
1728         linecolor: "rgb(220, 220, 220)"
1729         linewidth: 1
1730         showgrid: True
1731         showline: True
1732         showticklabels: True
1733         tickcolor: "rgb(220, 220, 220)"
1734         tickmode: "linear"
1735         tickfont:
1736           size: 14
1737         zeroline: False
1738       yaxis:
1739         title: "<b>Bandwidth [Gbps]</b>"
1740         titlefont:
1741           size: 14
1742         gridcolor: "rgb(230, 230, 230)"
1743         hoverformat: ".4s"
1744         linecolor: "rgb(220, 220, 220)"
1745         linewidth: 1
1746         rangemode: "tozero"
1747         showgrid: True
1748         showline: True
1749         showticklabels: True
1750         tickcolor: "rgb(230, 230, 230)"
1751         tickformat: ".3s"
1752         tickfont:
1753           size: 14
1754         zeroline: False
1755       autosize: False
1756       margin:
1757         t: 50
1758         b: 20
1759         l: 80
1760         r: 20
1761       showlegend: True
1762       legend:
1763         orientation: "h"
1764         font:
1765           size: 14
1766       width: 700
1767       height: 800
1768       paper_bgcolor: "#fff"
1769       plot_bgcolor: "#fff"
1770       hoverlabel:
1771         namelength: -1
1772
1773     plot-throughput:
1774       titlefont:
1775         size: 16
1776       xaxis:
1777         title: "<b>Test Cases [Index]</b>"
1778         titlefont:
1779           size: 14
1780         autorange: True
1781         fixedrange: False
1782         gridcolor: "rgb(230, 230, 230)"
1783         linecolor: "rgb(220, 220, 220)"
1784         linewidth: 1
1785         showgrid: True
1786         showline: True
1787         showticklabels: True
1788         tickcolor: "rgb(220, 220, 220)"
1789         tickmode: "linear"
1790         tickfont:
1791           size: 14
1792         zeroline: False
1793       yaxis:
1794         title: "<b>Packet Throughput [Mpps]</b>"
1795         titlefont:
1796           size: 14
1797         gridcolor: "rgb(230, 230, 230)"
1798         hoverformat: ".4r"
1799         tickformat: ".3r"
1800         linecolor: "rgb(220, 220, 220)"
1801         linewidth: 1
1802         showgrid: True
1803         showline: True
1804         showticklabels: True
1805         tickcolor: "rgb(220, 220, 220)"
1806         tickfont:
1807           size: 14
1808         zeroline: False
1809         range: [0,50]
1810       autosize: False
1811       margin:
1812         t: 50
1813         b: 0
1814         l: 80
1815         r: 20
1816       showlegend: True
1817       legend:
1818         orientation: "h"
1819         font:
1820           size: 14
1821       width: 700
1822       height: 900
1823       paper_bgcolor: "#fff"
1824       plot_bgcolor: "#fff"
1825       hoverlabel:
1826         namelength: -1
1827
1828     plot-throughput-speedup-analysis:
1829       titlefont:
1830         size: 16
1831       xaxis:
1832         title: "<b>Number of Cores [Qty]</b>"
1833         titlefont:
1834           size: 14
1835         autorange: True
1836         fixedrange: False
1837         gridcolor: "rgb(230, 230, 230)"
1838         linecolor: "rgb(220, 220, 220)"
1839         linewidth: 1
1840         showgrid: True
1841         showline: True
1842         showticklabels: True
1843         tickcolor: "rgb(238, 238, 238)"
1844         tickmode: "linear"
1845         tickfont:
1846           size: 14
1847         zeroline: False
1848       yaxis:
1849         title: "<b>Packet Throughput [Mpps]</b>"
1850         titlefont:
1851           size: 14
1852         type: "linear"
1853         gridcolor: "rgb(230, 230, 230)"
1854         hoverformat: ".4s"
1855         linecolor: "rgb(220, 220, 220)"
1856         linewidth: 1
1857         showgrid: True
1858         showline: True
1859         showticklabels: True
1860         tickcolor: "rgb(220, 220, 220)"
1861         tickformat: ".4s"
1862         tickfont:
1863           size: 14
1864         zeroline: True
1865         rangemode: "tozero"
1866         range: [0,100]
1867       legend:
1868         orientation: "h"
1869         font:
1870           size: 14
1871         xanchor: "left"
1872         yanchor: "top"
1873         x: 0
1874         y: -0.2
1875         bgcolor: "rgba(255, 255, 255, 0)"
1876         bordercolor: "rgba(255, 255, 255, 0)"
1877         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1878       autosize: False
1879       margin:
1880           't': 50
1881           'b': 150
1882           'l': 85
1883           'r': 10
1884       showlegend: True
1885       width: 700
1886       height: 700
1887       paper_bgcolor: "#fff"
1888       plot_bgcolor: "#fff"
1889       hoverlabel:
1890         namelength: -1
1891       annotations: [
1892         {
1893           text: "_ _          __          ...",
1894           align: "left",
1895           showarrow: False,
1896           xref: "paper",
1897           yref: "paper",
1898           xanchor: "left",
1899           yanchor: "top",
1900           x: 0,
1901           y: -0.14,
1902           font: {
1903             family: "Consolas, Courier New",
1904             size: 13
1905           },
1906         },
1907         {
1908           text: "    Perfect     Measured     Limit",
1909           align: "left",
1910           showarrow: False,
1911           xref: "paper",
1912           yref: "paper",
1913           xanchor: "left",
1914           yanchor: "top",
1915           x: 0,
1916           y: -0.15,
1917           font: {
1918             family: "Consolas, Courier New",
1919             size: 13
1920           },
1921         },
1922       ]
1923
1924     plot-latency:
1925       titlefont:
1926         size: 16
1927       xaxis:
1928         title: "<b>Direction</b>"
1929         titlefont:
1930           size: 14
1931         autorange: True
1932         fixedrange: False
1933         gridcolor: "rgb(230, 230, 230)"
1934         linecolor: "rgb(220, 220, 220)"
1935         linewidth: 1
1936         showgrid: True
1937         showline: True
1938         showticklabels: False
1939         tickcolor: "rgb(220, 220, 220)"
1940         tickmode: "linear"
1941         tickfont:
1942           size: 14
1943         zeroline: False
1944       yaxis:
1945         title: "<b>Packet Latency [uSec]</b>"
1946         titlefont:
1947           size: 14
1948         type: "linear"
1949         gridcolor: "rgb(230, 230, 230)"
1950         hoverformat: ".4s"
1951         linecolor: "rgb(220, 220, 220)"
1952         linewidth: 1
1953         showgrid: True
1954         showline: True
1955         showticklabels: True
1956         tickcolor: "rgb(220, 220, 220)"
1957         tickformat: ".4s"
1958         tickfont:
1959           size: 14
1960         zeroline: True
1961         rangemode: "tozero"
1962       legend:
1963         orientation: "h"
1964         font:
1965           size: 14
1966         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1967       autosize: False
1968       margin:
1969           't': 50
1970           'b': 150
1971           'l': 80
1972           'r': 10
1973       showlegend: True
1974       width: 700
1975       height: 700
1976       paper_bgcolor: "#fff"
1977       plot_bgcolor: "#fff"
1978       hoverlabel:
1979         namelength: -1
1980
1981     plot-hdrh-latency:
1982       title:
1983         text: ""
1984         xanchor: "center"
1985         x: 0.5
1986         font:
1987           size: 16
1988       width: 700
1989       plot_bgcolor: "white"
1990       annotations:
1991         - font:
1992             size: 14
1993           showarrow: False
1994           text: "<b>Packet Latency [uSec]</b>"
1995           x: 1
1996           xanchor: "right"
1997           xref: "paper"
1998           y: -0.045
1999           yanchor: "top"
2000           yref: "paper"
2001         - font:
2002             size: 14
2003           showarrow: False
2004           text: "<b>Probability [%]</b>"
2005           textangle: 270
2006           x: -0.06
2007           xanchor: "center"
2008           xref: "paper"
2009           y: 0.5
2010           yanchor: "middle"
2011           yref: "paper"
2012         - font:
2013             size: 14
2014           showarrow: False
2015           text: "<b>Direction: E-W</b>"
2016           x: 0.24
2017           xanchor: "center"
2018           xref: "paper"
2019           y: 1.05
2020           yanchor: "bottom"
2021           yref: "paper"
2022         - font:
2023             size: 14
2024           showarrow: False
2025           text: "<b>Direction: W-E</b>"
2026           x: 0.74
2027           xanchor: "center"
2028           xref: "paper"
2029           y: 1.05
2030           yanchor: "bottom"
2031           yref: "paper"
2032
2033     plot-hdrh-latency-percentile:
2034       title:
2035         text: ""
2036         xanchor: "center"
2037         x: 0.5
2038         font:
2039           size: 16
2040       xaxis:
2041         type: "log"
2042         title: "<b>Percentile [%]</b>"
2043         titlefont:
2044           size: 14
2045         autorange: True
2046         fixedrange: False
2047         gridcolor: "rgb(230, 230, 230)"
2048         linecolor: "rgb(220, 220, 220)"
2049         linewidth: 1
2050         showgrid: True
2051         showline: True
2052         showticklabels: True
2053         tickcolor: "rgb(220, 220, 220)"
2054         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2055         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2056         tickfont:
2057           size: 14
2058       yaxis:
2059         title: "<b>Packet Latency [uSec]</b>"
2060         titlefont:
2061           size: 14
2062         gridcolor: "rgb(230, 230, 230)"
2063         linecolor: "rgb(220, 220, 220)"
2064         linewidth: 1
2065         showgrid: True
2066         showline: True
2067         showticklabels: True
2068         tickcolor: "rgb(220, 220, 220)"
2069         tickfont:
2070           size: 14
2071       autosize: False
2072       showlegend: True
2073       legend:
2074         traceorder: "normal"
2075         orientation: "h"
2076         font:
2077           size: 14
2078         xanchor: "left"
2079         yanchor: "top"
2080         x: 0
2081         y: -0.15
2082         bgcolor: "rgba(255, 255, 255, 0)"
2083         bordercolor: "rgba(255, 255, 255, 0)"
2084       width: 700
2085       height: 700
2086       paper_bgcolor: "white"
2087       plot_bgcolor: "white"
2088
2089     plot-hdrh-latency-by-percentile:
2090       title:
2091         text: "<b>Latency by Percentile Distribution</b>"
2092         xanchor: "center"
2093         x: 0.5
2094         font:
2095           size: 18
2096       showlegend: True
2097       legend:
2098         traceorder: "normal"
2099         orientation: "h"
2100         font:
2101           size: 16
2102         xanchor: "left"
2103         yanchor: "top"
2104         x: 0
2105         y: -0.2
2106         bgcolor: "rgba(255, 255, 255, 0)"
2107         bordercolor: "rgba(255, 255, 255, 0)"
2108       xaxis:
2109         type: "linear"
2110         title: "<b>Percentile [%]</b>"
2111         titlefont:
2112           size: 14
2113         autorange: False
2114         fixedrange: False
2115         range: [0, 100]
2116         gridcolor: "rgb(230, 230, 230)"
2117         linecolor: "rgb(220, 220, 220)"
2118         linewidth: 1
2119         showgrid: True
2120         showline: True
2121         showticklabels: True
2122         tickcolor: "rgb(220, 220, 220)"
2123         tickvals: [0, 25, 50, 75, 100]
2124         ticktext: [0, 25, 50, 75, 100]
2125         tickfont:
2126           size: 14
2127       yaxis:
2128         title: "<b>One-Way Latency per Direction [uSec]</b>"
2129         titlefont:
2130           size: 14
2131         gridcolor: "rgb(230, 230, 230)"
2132         linecolor: "rgb(220, 220, 220)"
2133         linewidth: 1
2134         showgrid: True
2135         showline: True
2136         showticklabels: True
2137         tickcolor: "rgb(220, 220, 220)"
2138         tickfont:
2139           size: 14
2140       width: 700
2141       height: 700
2142       paper_bgcolor: "white"
2143       plot_bgcolor: "white"
2144
2145 - type: "static"
2146   src-path: "{DIR[RST]}"
2147   dst-path: "{DIR[WORKING,SRC]}"
2148
2149 - type: "input"
2150   general:
2151     file-name: "output_info.xml.gz"
2152     file-format: ".gz"
2153     arch-file-format:
2154       - ".gz"
2155       - ".zip"
2156     download-path: "{job}/{build}/archives/{filename}"
2157     extract: "output.xml"
2158
2159     zip-file-name: "robot-plugin.zip"
2160     zip-file-format: ".zip"
2161     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2162     zip-extract: "robot-plugin/output.xml"
2163
2164   builds:
2165
2166     csit-vpp-perf-verify-2001-3n-hsw:
2167       - 17  # MRR sel
2168     csit-vpp-perf-report-iterative-2005-3n-hsw:
2169       - 20  # NDRPDR sel env 4
2170       - 21  # NDRPDR sel env 4
2171       - 22  # NDRPDR sel env 4
2172       - 23  # NDRPDR sel env 4
2173       - 24  # NDRPDR sel env 4
2174       - 25  # NDRPDR sel env 4
2175       - 26  # NDRPDR sel env 4
2176       - 27  # NDRPDR sel env 4
2177       - 28  # NDRPDR sel env 4
2178       - 29  # NDRPDR sel env 4
2179       - 30  # MRR env 4
2180       - 31  # NDRPDR sel 2001.0-4
2181       - 32  # NDRPDR sel 2001.0-4
2182       - 33  # NDRPDR sel 2001.0-4
2183       - 34  # NDRPDR sel 2001.0-4
2184       - 35  # NDRPDR sel 2001.0-4
2185       - 36  # NDRPDR sel 2001.0-4
2186       - 38  # NDRPDR sel 2001.0-4
2187     csit-vpp-perf-report-iterative-2009-3n-hsw:
2188       - 18  # rls2005 MRR iter env 5
2189       - 9   # rls2005 NDRPDR iter env 5
2190       - 10  # rls2005 NDRPDR iter env 5
2191       - 11  # rls2005 NDRPDR iter env 5
2192       - 12  # rls2005 NDRPDR iter env 5
2193       - 13  # rls2005 NDRPDR iter env 5
2194       - 14  # rls2005 NDRPDR iter env 5
2195       - 15  # rls2005 NDRPDR iter env 5
2196       - 16  # rls2005 NDRPDR iter env 5
2197       - 17  # rls2005 NDRPDR iter env 5
2198       - 19  # rls2005 NDRPDR iter env 5
2199       - 23  # rls2009 MRR iter env 5
2200       - 21  # rls2009 NDRPDR iter env 5
2201       - 22  # rls2009 NDRPDR iter env 5
2202       - 24  # rls2009 NDRPDR iter env 5
2203       - 25  # rls2009 NDRPDR iter env 5
2204       - 26  # rls2009 NDRPDR iter env 5
2205       - 27  # rls2009 NDRPDR iter env 5
2206       - 28  # rls2009 NDRPDR iter env 5
2207       - 29  # rls2009 NDRPDR iter env 5
2208       - 30  # rls2009 NDRPDR iter env 5
2209       - 31  # rls2009 NDRPDR iter env 5
2210       - 32  # rls2009 Hoststack iter env 5
2211       - 33  # rls2009 Hoststack iter env 5
2212       - 34  # rls2009 Hoststack iter env 5
2213       - 35  # rls2009 Hoststack iter env 5
2214       - 36  # rls2009 Hoststack iter env 5
2215       - 37  # rls2009 Hoststack iter env 5
2216       - 38  # rls2009 Hoststack iter env 5
2217       - 39  # rls2009 Hoststack iter env 5
2218       - 40  # rls2009 Hoststack iter env 5
2219       - 41  # rls2009 Hoststack iter env 5
2220     csit-vpp-perf-report-coverage-2009-3n-hsw:
2221       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2222       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2223       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2224       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2225       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2226       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2227       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2228       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2229       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2230       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2231       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2232       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2233       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2234       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2235       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2236       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2237       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2238       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2239       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2240       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2241       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2242       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2243       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2244       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2245       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2246       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2247       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2248       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2249       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2250       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2251       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2252       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2253       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2254       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2255       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2256
2257     csit-vpp-perf-verify-2001-3n-skx:
2258       - 50  # MRR sel
2259       - 53  # MRR sel addition
2260     csit-vpp-perf-report-iterative-2005-3n-skx:
2261       - 4   # NDRPDR sel
2262       - 5   # NDRPDR sel ??? all x710 failed
2263       - 33  # NDRPDR sel
2264       - 28  # NDRPDR sel
2265       - 34  # NDRPDR sel
2266       - 42  # NDRPDR sel env 4
2267       - 43  # NDRPDR sel env 4
2268       - 44  # NDRPDR sel env 4
2269       - 45  # NDRPDR sel env 4
2270       - 47  # NDRPDR sel env 4
2271       - 55  # NDRPDR sel env 4
2272       - 56  # NDRPDR sel env 4
2273       - 57  # NDRPDR sel env 4
2274       - 61  # NDRPDR sel env 4
2275       - 62  # NDRPDR sel env 4
2276       - 50  # NDRPDR sel 2001.0-4
2277       - 51  # NDRPDR sel 2001.0-4
2278       - 52  # NDRPDR sel 2001.0-4
2279       - 53  # NDRPDR sel 2001.0-4
2280       - 54  # NDRPDR sel 2001.0-4
2281       - 49  # MRR sel env 4
2282     # TODO: Add:
2283     csit-vpp-perf-report-iterative-2009-3n-skx:
2284       - 17  # rls2005 MRR iter env 5
2285       - 13  # rls2005 NDRPDR iter env 5
2286       - 18  # rls2005 NDRPDR iter env 5
2287       - 19  # rls2005 NDRPDR iter env 5
2288       - 41  # rls2005 NDRPDR iter env 5
2289       - 24  # rls2009 MRR iter env 5
2290       - 26  # rls2009 NDRPDR iter env 5
2291       - 27  # rls2009 NDRPDR iter env 5
2292       - 28  # rls2009 NDRPDR iter env 5
2293       - 29  # rls2009 NDRPDR iter env 5
2294       - 35  # rls2009 NDRPDR iter env 5
2295       - 36  # rls2009 NDRPDR iter env 5
2296       - 37  # rls2009 NDRPDR iter env 5
2297       - 38  # rls2009 NDRPDR iter env 5
2298       - 39  # rls2009 NDRPDR iter env 5
2299       - 40  # rls2009 NDRPDR iter env 5
2300     # TODO: Add:
2301     csit-vpp-perf-report-coverage-2009-3n-skx:
2302       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2303       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2304       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2305       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2306       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2307       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2308       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2309       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2310       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2311       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2312       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2313       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2314       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2315       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2316       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2317       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2318       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2319       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2320       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2321       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2322       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2323       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2324       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2325       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2326       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2327       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2328       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2329       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2330       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2331       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2332
2333     csit-vpp-perf-verify-2001-2n-skx:
2334       - 101  # MRR sel - old
2335       - 128  # MRR sel addition - old
2336     csit-vpp-perf-report-iterative-2005-2n-skx:
2337       - 88  # NDRPDR sel env 4
2338       - 89  # NDRPDR sel env 4
2339       - 90  # NDRPDR sel env 4
2340       - 91  # NDRPDR sel env 4
2341       - 92  # NDRPDR sel env 4
2342       - 93  # NDRPDR sel env 4
2343       - 94  # NDRPDR sel env 4
2344       - 125 # NDRPDR sel env 4
2345       - 126 # NDRPDR sel env 4
2346       - 127 # NDRPDR sel env 4
2347       - 100 # NDRPDR sel 2001.0-4
2348       - 101 # NDRPDR sel 2001.0-4
2349       - 102 # NDRPDR sel 2001.0-4
2350       - 103 # NDRPDR sel 2001.0-4
2351       - 104 # NDRPDR sel 2001.0-4
2352       - 105 # NDRPDR sel 2001.0-4
2353       - 99  # MRR sel env 4
2354     csit-vpp-perf-report-iterative-2009-2n-skx:
2355       - 20  # rls2005 MRR iter env 5
2356       - 13  # rls2005 NDRPDR iter env 5
2357       - 16  # rls2005 NDRPDR iter env 5
2358       - 17  # rls2005 NDRPDR iter env 5
2359       - 18  # rls2005 NDRPDR iter env 5
2360       - 19  # rls2005 NDRPDR iter env 5
2361       - 21  # rls2005 NDRPDR iter env 5
2362       - 22  # rls2005 NDRPDR iter env 5
2363       - 23  # rls2005 NDRPDR iter env 5
2364       - 24  # rls2005 NDRPDR iter env 5
2365       - 25  # rls2005 NDRPDR iter env 5
2366       - 26  # rls2009 MRR iter env 5
2367       - 35  # rls2009 NDRPDR iter env 5
2368       - 36  # rls2009 NDRPDR iter env 5
2369       - 37  # rls2009 NDRPDR iter env 5
2370       - 39  # rls2009 NDRPDR iter env 5
2371       - 40  # rls2009 NDRPDR iter env 5
2372       - 42  # rls2009 NDRPDR iter env 5
2373       - 43  # rls2009 NDRPDR iter env 5
2374       - 44  # rls2009 NDRPDR iter env 5
2375       - 46  # rls2009 NDRPDR iter env 5
2376       - 48  # rls2009 NDRPDR iter env 5
2377       - 51  # rls2009 NDRPDR iter NAT44 env 5
2378       - 52  # rls2009 NDRPDR iter NAT44 env 5
2379       - 53  # rls2009 NDRPDR iter NAT44 env 5
2380       - 54  # rls2009 NDRPDR iter NAT44 env 5
2381       - 55  # rls2009 NDRPDR iter NAT44 env 5
2382       - 56  # rls2009 NDRPDR iter NAT44 env 5
2383       - 57  # rls2009 NDRPDR iter NAT44 env 5
2384       - 58  # rls2009 NDRPDR iter NAT44 env 5
2385       - 59  # rls2009 NDRPDR iter NAT44 env 5
2386       - 60  # rls2009 NDRPDR iter NAT44 env 5
2387       - 38  # rls2009 nf-density iter env 5
2388       - 41  # rls2009 nf-density iter env 5
2389       - 45  # rls2009 nf-density iter env 5
2390       - 47  # rls2009 nf-density iter env 5
2391       - 49  # rls2009 nf-density iter env 5
2392       - 63  # rls2009 nf-density iter env 5
2393       - 65  # rls2009 nf-density iter env 5
2394       - 66  # rls2009 nf-density iter env 5
2395       - 71  # rls2009 nf-density iter env 5
2396       - 72  # rls2009 nf-density iter env 5
2397       - 50  # rls2009 MRR nf-density iter env 5
2398       - 27  # rls2009 reconf env 5
2399       - 28  # rls2009 reconf env 5
2400       - 29  # rls2009 reconf env 5
2401       - 30  # rls2009 reconf env 5
2402       - 31  # rls2009 reconf env 5
2403       - 32  # rls2009 reconf env 5
2404       - 61  # rls2009 reconf env 5
2405       - 62  # rls2009 reconf env 5
2406       - 68  # rls2009 reconf env 5
2407       - 70  # rls2009 reconf env 5
2408       - 33  # rls2009 soak env 5
2409       - 34  # rls2009 soak env 5
2410     csit-vpp-perf-report-coverage-2009-2n-skx:
2411       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2412       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2413       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2414       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2415       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2416       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2417       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2418       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2419       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2420       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2421       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2422       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2423       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2424       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2425       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2426
2427     csit-vpp-perf-verify-2001-2n-clx:
2428       - 39  # MRR
2429     csit-vpp-perf-report-iterative-2005-2n-clx:
2430       - 62  # NDRPDR sel env 4
2431       - 63  # NDRPDR sel env 4
2432       - 64  # NDRPDR sel env 4
2433       - 65  # NDRPDR sel env 4
2434       - 66  # NDRPDR sel env 4
2435       - 68  # NDRPDR sel env 4
2436       - 69  # NDRPDR sel env 4
2437       - 70  # NDRPDR sel env 4
2438       - 103 # NDRPDR sel env 4
2439       - 104 # NDRPDR sel env 4
2440       - 73  # NDRPDR sel 2001.0-4
2441       - 74  # NDRPDR sel 2001.0-4
2442       - 75  # NDRPDR sel 2001.0-4
2443       - 76  # NDRPDR sel 2001.0-4
2444       - 77  # NDRPDR sel 2001.0-4
2445       - 78  # NDRPDR sel 2001.0-4
2446       - 79  # NDRPDR sel 2001.0-4
2447       - 80  # NDRPDR sel 2001.0-4
2448       - 72  # MRR env 4
2449     csit-vpp-perf-report-iterative-2009-2n-clx:
2450       - 77  # rls2005 MRR iter env 5
2451       - 13  # rls2005 NDRPDR iter env 5
2452       - 15  # rls2005 NDRPDR iter env 5
2453       - 17  # rls2005 NDRPDR iter env 5
2454       - 18  # rls2005 NDRPDR iter env 5
2455       - 19  # rls2005 NDRPDR iter env 5
2456       - 20  # rls2005 NDRPDR iter env 5
2457       - 21  # rls2005 NDRPDR iter env 5
2458       - 22  # rls2005 NDRPDR iter env 5
2459       - 23  # rls2005 NDRPDR iter env 5
2460       - 24  # rls2005 NDRPDR iter env 5
2461       - 78  # rls2009 MRR iter env 5
2462       - 36  # rls2009 NDRPDR iter env 5
2463       - 39  # rls2009 NDRPDR iter env 5
2464       - 40  # rls2009 NDRPDR iter env 5
2465       - 42  # rls2009 NDRPDR iter env 5
2466       - 65  # rls2009 NDRPDR iter env 5
2467       - 66  # rls2009 NDRPDR iter env 5
2468       - 79  # rls2009 NDRPDR iter env 5
2469       - 82  # rls2009 NDRPDR iter env 5
2470       - 89  # rls2009 NDRPDR iter env 5
2471       - 90  # rls2009 NDRPDR iter env 5
2472       - 37  # rls2009 nf-density iter env 5
2473       - 43  # rls2009 nf-density iter env 5
2474       - 69  # rls2009 nf-density iter env 5
2475       - 70  # rls2009 nf-density iter env 5
2476       - 71  # rls2009 nf-density iter env 5
2477       - 72  # rls2009 nf-density iter env 5
2478       - 73  # rls2009 nf-density iter env 5
2479       - 74  # rls2009 nf-density iter env 5
2480       - 75  # rls2009 nf-density iter env 5
2481       - 76  # rls2009 nf-density iter env 5
2482       - 45  # rls2009 MRR nf-density iter env 5
2483       - 25  # rls2009 reconf env 5
2484       - 27  # rls2009 reconf env 5
2485       - 28  # rls2009 reconf env 5
2486       - 29  # rls2009 reconf env 5
2487       - 30  # rls2009 reconf env 5
2488       - 30  # rls2009 reconf env 5
2489       - 32  # rls2009 reconf env 5
2490       - 48  # rls2009 reconf env 5
2491       - 53  # rls2009 reconf env 5
2492       - 68  # rls2009 reconf env 5
2493       - 33  # rls2009 soak env 5
2494       - 34  # rls2009 soak env 5
2495     csit-vpp-perf-report-coverage-2009-2n-clx:
2496       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2497       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2498       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2499       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2500       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2501       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2502       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2503       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2504       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2505       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2506       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2507       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2508       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2509       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2510       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2511
2512     csit-vpp-perf-verify-2001-3n-tsh:
2513       - 9   # MRR sel
2514     csit-vpp-perf-report-iterative-2005-3n-tsh:
2515       - 23  # NDRPDR sel env 4
2516       - 25  # NDRPDR sel env 4
2517       - 33  # NDRPDR sel env 4
2518       - 34  # NDRPDR sel env 4
2519       - 35  # NDRPDR sel env 4
2520       - 36  # NDRPDR sel env 4
2521       - 37  # NDRPDR sel env 4
2522       - 38  # NDRPDR sel env 4
2523       - 39  # NDRPDR sel env 4
2524       - 40  # NDRPDR sel env 4
2525       - 28  # NDRPDR sel 2001.0-4
2526       - 29  # NDRPDR sel 2001.0-4
2527       - 31  # NDRPDR sel 2001.0-4
2528       - 27  # MRR sel env 4
2529     # TODO: Add:
2530     csit-vpp-perf-report-iterative-2009-3n-tsh:
2531       - 8   # rls2005 NDRPDR iter env 5
2532       - 11  # rls2005 NDRPDR iter env 5
2533       - 12  # rls2005 NDRPDR iter env 5
2534       - 24  # rls2005 NDRPDR iter env 5
2535       - 27  # rls2005 NDRPDR iter env 5
2536       - 13  # rls2005 MRR iter env 5
2537       - 14  # rls2009 NDRPDR iter env 5
2538       - 20  # rls2009 NDRPDR iter env 5
2539       - 21  # rls2009 NDRPDR iter env 5
2540       - 22  # rls2009 NDRPDR iter env 5
2541       - 23  # rls2009 NDRPDR iter env 5
2542       - 15  # rls2006 MRR iter env 5
2543
2544     csit-vpp-perf-verify-2001-3n-dnv:
2545       - 5   # NDRPDR sel
2546       - 6   # NDRPDR sel
2547       - 7   # NDRPDR sel
2548       - 8   # NDRPDR sel
2549       - 9   # NDRPDR sel
2550       - 10  # NDRPDR sel
2551       - 12  # NDRPDR sel
2552       - 16  # NDRPDR sel
2553       - 17  # NDRPDR sel
2554       - 18  # NDRPDR sel
2555       - 11  # MRR sel
2556     csit-vpp-perf-report-iterative-2009-3n-dnv:
2557       - 16  # rls2005 NDRPDR iter env 5
2558       - 23  # rls2005 NDRPDR iter env 5
2559       - 25  # rls2005 NDRPDR iter env 5
2560       - 26  # rls2005 NDRPDR iter env 5
2561       - 27  # rls2005 NDRPDR iter env 5
2562       - 28  # rls2005 NDRPDR iter env 5
2563       - 29  # rls2005 NDRPDR iter env 5
2564       - 30  # rls2005 NDRPDR iter env 5
2565       - 31  # rls2005 NDRPDR iter env 5
2566       - 32  # rls2005 NDRPDR iter env 5
2567       - 19  # rls2005 MRR iter env 5
2568       - 3   # rls2009 NDRPDR iter env 5
2569       - 6   # rls2009 NDRPDR iter env 5
2570       - 7   # rls2009 NDRPDR iter env 5
2571       - 8   # rls2009 NDRPDR iter env 5
2572       - 10  # rls2009 NDRPDR iter env 5
2573       - 11  # rls2009 NDRPDR iter env 5
2574       - 12  # rls2009 NDRPDR iter env 5
2575       - 14  # rls2009 NDRPDR iter env 5
2576       - 15  # rls2009 NDRPDR iter env 5
2577       - 24  # rls2009 NDRPDR iter env 5
2578       - 22  # rls2009 MRR iter env 5
2579     csit-vpp-perf-report-coverage-2009-3n-dnv:
2580       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2581       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2582       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2583       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2584       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2585       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2586       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2587       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2588       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2589
2590     csit-vpp-perf-verify-2001-2n-dnv:
2591       - 4   # NDRPDR sel
2592       - 5   # NDRPDR sel
2593       - 6   # NDRPDR sel
2594       - 7   # NDRPDR sel
2595       - 8   # NDRPDR sel
2596       - 9   # NDRPDR sel
2597       - 10  # NDRPDR sel
2598       - 11  # NDRPDR sel
2599       - 13  # NDRPDR sel
2600       - 16  # NDRPDR sel
2601       - 12  # MRR sel
2602     csit-vpp-perf-report-iterative-2009-2n-dnv:
2603       - 16  # rls2005 NDRPDR iter env 5
2604       - 17  # rls2005 NDRPDR iter env 5
2605       - 18  # rls2005 NDRPDR iter env 5
2606       - 19  # rls2005 NDRPDR iter env 5
2607       - 21  # rls2005 NDRPDR iter env 5
2608       - 24  # rls2005 NDRPDR iter env 5
2609       - 27  # rls2005 NDRPDR iter env 5
2610       - 28  # rls2005 NDRPDR iter env 5
2611       - 29  # rls2005 NDRPDR iter env 5
2612       - 30  # rls2005 NDRPDR iter env 5
2613       - 23  # rls2005 MRR iter env 5
2614       - 3   # rls2009 NDRPDR iter env 5
2615       - 5   # rls2009 NDRPDR iter env 5
2616       - 6   # rls2009 NDRPDR iter env 5
2617       - 7   # rls2009 NDRPDR iter env 5
2618       - 9   # rls2009 NDRPDR iter env 5
2619       - 10  # rls2009 NDRPDR iter env 5
2620       - 11  # rls2009 NDRPDR iter env 5
2621       - 12  # rls2009 NDRPDR iter env 5
2622       - 14  # rls2009 NDRPDR iter env 5
2623       - 15  # rls2009 NDRPDR iter env 5
2624       - 13  # rls2009 MRR iter env 5
2625     csit-vpp-perf-report-coverage-2009-2n-dnv:
2626       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2627       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2628       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2629       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2630       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2631       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2632
2633     csit-dpdk-perf-verify-2001-3n-hsw:
2634       - 4   # NDRPDR sel
2635       - 5   # NDRPDR sel
2636       - 6   # NDRPDR sel
2637       - 7   # NDRPDR sel
2638       - 8   # NDRPDR sel
2639       - 9   # NDRPDR sel
2640       - 10  # NDRPDR sel
2641       - 11  # NDRPDR sel
2642       - 12  # NDRPDR sel
2643       - 13  # NDRPDR sel
2644       - 15  # NDRPDR sel
2645       - 16  # NDRPDR sel
2646       - 17  # NDRPDR sel
2647       - 18  # NDRPDR sel
2648       - 19  # NDRPDR sel
2649       - 20  # NDRPDR sel
2650       - 21  # NDRPDR sel
2651       - 22  # NDRPDR sel
2652       - 23  # NDRPDR sel
2653       - 24  # NDRPDR sel
2654     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2655       - 25  # NDRPDR iter
2656       - 26  # NDRPDR iter
2657       - 27  # NDRPDR iter
2658       - 28  # NDRPDR iter
2659       - 29  # NDRPDR iter
2660       - 30  # NDRPDR iter
2661       - 31  # NDRPDR iter
2662       - 32  # NDRPDR iter
2663       - 33  # NDRPDR iter
2664       - 34  # NDRPDR iter
2665     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2666       - 6   # NDRPDR iter env5
2667       - 7   # NDRPDR iter env5
2668       - 8   # NDRPDR iter env5
2669       - 9   # NDRPDR iter env5
2670       - 10  # NDRPDR iter env5
2671       - 11  # NDRPDR iter env5
2672       - 12  # NDRPDR iter env5
2673       - 13  # NDRPDR iter env5
2674       - 14  # NDRPDR iter env5
2675       - 15  # NDRPDR iter env5
2676
2677     csit-dpdk-perf-verify-2001-3n-skx:
2678       - 29  # NDRPDR sel xxv710
2679       - 33  # NDRPDR sel xxv710
2680       - 34  # NDRPDR sel xxv710
2681       - 35  # NDRPDR sel xxv710
2682       - 36  # NDRPDR sel xxv710
2683       - 37  # NDRPDR sel xxv710
2684       - 41  # NDRPDR sel xxv710
2685       - 42  # NDRPDR sel xxv710
2686       - 43  # NDRPDR sel xxv710
2687       - 45  # NDRPDR sel xxv710
2688       - 30  # NDRPDR sel x710
2689       - 31  # NDRPDR sel x710
2690       - 32  # NDRPDR sel x710
2691       - 38  # NDRPDR sel x710
2692       - 39  # NDRPDR sel x710
2693       - 40  # NDRPDR sel x710
2694       - 44  # NDRPDR sel x710
2695       - 46  # NDRPDR sel x710
2696       - 47  # NDRPDR sel x710
2697       - 48  # NDRPDR sel x710
2698     csit-dpdk-perf-report-iterative-2005-3n-skx:
2699       - 28  # NDRPDR iter
2700       - 29  # NDRPDR iter
2701       - 30  # NDRPDR iter
2702       - 31  # NDRPDR iter
2703       - 32  # NDRPDR iter
2704       - 33  # NDRPDR iter
2705       - 34  # NDRPDR iter
2706       - 35  # NDRPDR iter
2707       - 36  # NDRPDR iter
2708       - 37  # NDRPDR iter
2709     csit-dpdk-perf-report-iterative-2009-3n-skx:
2710       - 4   # NDRPDR sel env5
2711       - 5   # NDRPDR sel env5
2712       - 6   # NDRPDR sel env5
2713       - 7   # NDRPDR sel env5
2714       - 8   # NDRPDR sel env5
2715       - 9   # NDRPDR sel env5
2716       - 14  # NDRPDR sel env5
2717       - 11  # NDRPDR sel env5
2718       - 12  # NDRPDR sel env5
2719       - 13  # NDRPDR sel env5
2720
2721     csit-dpdk-perf-verify-2001-2n-skx:
2722       - 35  # NDRPDR sel xxv710
2723       - 36  # NDRPDR sel xxv710
2724       - 37  # NDRPDR sel xxv710
2725       - 41  # NDRPDR sel xxv710
2726       - 42  # NDRPDR sel xxv710
2727       - 43  # NDRPDR sel xxv710
2728       - 46  # NDRPDR sel xxv710
2729       - 47  # NDRPDR sel xxv710
2730       - 52  # NDRPDR sel xxv710
2731       - 53  # NDRPDR sel xxv710
2732       - 38  # NDRPDR sel x710
2733       - 39  # NDRPDR sel x710
2734       - 40  # NDRPDR sel x710
2735       - 44  # NDRPDR sel x710
2736       - 45  # NDRPDR sel x710
2737       - 48  # NDRPDR sel x710
2738       - 49  # NDRPDR sel x710
2739       - 50  # NDRPDR sel x710
2740       - 51  # NDRPDR sel x710
2741       - 54  # NDRPDR sel x710
2742     csit-dpdk-perf-report-iterative-2005-2n-skx:
2743       - 20  # NDRPDR iter
2744       - 21  # NDRPDR iter
2745       - 22  # NDRPDR iter
2746       - 23  # NDRPDR iter
2747       - 24  # NDRPDR iter
2748       - 25  # NDRPDR iter
2749       - 26  # NDRPDR iter
2750       - 27  # NDRPDR iter
2751       - 28  # NDRPDR iter
2752       - 29  # NDRPDR iter
2753     csit-dpdk-perf-report-iterative-2009-2n-skx:
2754       - 4   # NDRPDR iter env5
2755       - 5   # NDRPDR iter env5
2756       - 6   # NDRPDR iter env5
2757       - 7   # NDRPDR iter env5
2758       - 8   # NDRPDR iter env5
2759       - 9   # NDRPDR iter env5
2760       - 10  # NDRPDR iter env5
2761       - 11  # NDRPDR iter env5
2762       - 12  # NDRPDR iter env5
2763       - 13  # NDRPDR iter env5
2764
2765     csit-dpdk-perf-verify-2001-2n-clx:
2766       - 15  # NDRPDR sel
2767       - 16  # NDRPDR sel
2768       - 17  # NDRPDR sel
2769       - 18  # NDRPDR sel
2770       - 19  # NDRPDR sel
2771       - 20  # NDRPDR sel
2772       - 21  # NDRPDR sel
2773       - 22  # NDRPDR sel
2774       - 23  # NDRPDR sel
2775       - 24  # NDRPDR sel
2776       - 25  # NDRPDR sel
2777       - 26  # NDRPDR sel
2778       - 27  # NDRPDR sel
2779       - 28  # NDRPDR sel
2780       - 29  # NDRPDR sel
2781       - 30  # NDRPDR sel
2782       - 31  # NDRPDR sel
2783       - 32  # NDRPDR sel
2784       - 33  # NDRPDR sel
2785       - 34  # NDRPDR sel
2786     csit-dpdk-perf-report-iterative-2005-2n-clx:
2787       - 20  # NDRPDR iter
2788       - 21  # NDRPDR iter
2789       - 22  # NDRPDR iter
2790       - 23  # NDRPDR iter
2791       - 24  # NDRPDR iter
2792       - 25  # NDRPDR iter
2793       - 26  # NDRPDR iter
2794       - 27  # NDRPDR iter
2795       - 28  # NDRPDR iter
2796       - 29  # NDRPDR iter
2797     csit-dpdk-perf-report-iterative-2009-2n-clx:
2798       - 4   # NDRPDR iter env5
2799       - 5   # NDRPDR iter env5
2800       - 6   # NDRPDR iter env5
2801       - 7   # NDRPDR iter env5
2802       - 8   # NDRPDR iter env5
2803       - 9   # NDRPDR iter env5
2804       - 10  # NDRPDR iter env5
2805       - 11  # NDRPDR iter env5
2806       - 12  # NDRPDR iter env5
2807       - 13  # NDRPDR iter env5
2808
2809 #    csit-dpdk-perf-verify-2001-2n-dnv:
2810 #      - 9   # NDRPDR sel
2811 #      - 10  # NDRPDR sel
2812 #      - 11  # NDRPDR sel
2813 #      - 12  # NDRPDR sel
2814 #      - 13  # NDRPDR sel
2815 #      - 14  # NDRPDR sel
2816 #      - 15  # NDRPDR sel
2817 #      - 16  # NDRPDR sel
2818 #      - 17  # NDRPDR sel
2819 #      - 18  # NDRPDR sel
2820 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2821 #      # No data
2822 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2823 #      # No data
2824
2825 #    csit-dpdk-perf-verify-2001-3n-dnv:
2826 #      - 12  # NDRPDR sel
2827 #      - 13  # NDRPDR sel
2828 #      - 14  # NDRPDR sel
2829 #      - 15  # NDRPDR sel
2830 #      - 16  # NDRPDR sel
2831 #      - 17  # NDRPDR sel
2832 #      - 18  # NDRPDR sel
2833 #      - 19  # NDRPDR sel
2834 #      - 20  # NDRPDR sel
2835 #      - 22  # NDRPDR sel
2836 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2837 #      # No data
2838 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2839 #      # No data
2840
2841     csit-dpdk-perf-verify-2001-3n-tsh:
2842       - 3   # NDRPDR sel
2843       - 4   # NDRPDR sel
2844       - 5   # NDRPDR sel
2845       - 9   # NDRPDR sel
2846       - 10  # NDRPDR sel
2847       - 11  # NDRPDR sel
2848       - 12  # NDRPDR sel
2849       - 14  # NDRPDR sel
2850       - 15  # NDRPDR sel
2851       - 18  # NDRPDR sel
2852     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2853       - 5   # NDRPDR sel
2854     # TODO: Add:
2855     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2856       - 1   # NDRPDR iter env5
2857       - 2   # NDRPDR iter env5
2858       - 3   # NDRPDR iter env5
2859       - 4   # NDRPDR iter env5
2860       - 5   # NDRPDR iter env5
2861       - 6   # NDRPDR iter env5
2862       - 7   # NDRPDR iter env5
2863       - 9   # NDRPDR iter env5
2864       - 10  # NDRPDR iter env5
2865
2866     csit-vpp-device-2009-ubuntu1804-1n-skx:
2867       - 131 # rls2009 env 5
2868
2869 - type: "output"
2870   output: "report"
2871   format:
2872     html:
2873     - full
2874     pdf:
2875     - minimal
2876
2877 ################################################################################
2878 ###                               T A B L E S                                ###
2879 ################################################################################
2880
2881 # VPP Soak vs NDR - 2n-skx
2882 - type: "table"
2883   title: "VPP Soak vs NDR 2n-skx"
2884   algorithm: "table_soak_vs_ndr"
2885   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2886   reference:
2887     title: "NDR"
2888     data: "vpp-soak-vs-ndr-2n-skx-ref"
2889   compare:
2890     title: "Soak"
2891     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2892   data: "vpp-soak-vs-ndr-2n-skx"
2893   include-tests: "NDR"
2894   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2895   parameters:
2896     - "throughput"
2897     - "name"
2898     - "parent"
2899
2900 # VPP Soak vs NDR - 2n-clx
2901 - type: "table"
2902   title: "VPP Soak vs NDR 2n-clx"
2903   algorithm: "table_soak_vs_ndr"
2904   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2905   reference:
2906     title: "NDR"
2907     data: "vpp-soak-vs-ndr-2n-clx-ref"
2908   compare:
2909     title: "Soak"
2910     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2911   data: "vpp-soak-vs-ndr-2n-clx"
2912   include-tests: "NDR"
2913   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2914   parameters:
2915     - "throughput"
2916     - "name"
2917     - "parent"
2918
2919 ################################################################################
2920
2921 # VPP Compare NICs 3n-skx 2t1c ndr
2922 - type: "table"
2923   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2924   algorithm: "table_comparison"
2925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2927   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2928   columns:
2929     - title: "x710"
2930       data-set: "vpp-nic-comparison-3n-skx"
2931       tag: "NIC_Intel-X710"
2932     - title: "xxv710"
2933       data-set: "vpp-nic-comparison-3n-skx"
2934       tag: "NIC_Intel-XXV710"
2935   comparisons:
2936     - title: "Diff"
2937       reference: 1
2938       compare: 2
2939   legend:
2940     - ""
2941     - "x710, xxv710 - NICs tested."
2942     - "Diff - difference between x710 and xxv710 NIC."
2943
2944 # VPP Compare NICs 3n-skx 4t2c ndr
2945 - type: "table"
2946   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2947   algorithm: "table_comparison"
2948   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2950   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2951   columns:
2952     - title: "x710"
2953       data-set: "vpp-nic-comparison-3n-skx"
2954       tag: "NIC_Intel-X710"
2955     - title: "xxv710"
2956       data-set: "vpp-nic-comparison-3n-skx"
2957       tag: "NIC_Intel-XXV710"
2958   comparisons:
2959     - title: "Diff"
2960       reference: 1
2961       compare: 2
2962   legend:
2963     - ""
2964     - "x710, xxv710 - NICs tested."
2965     - "Diff - difference between x710 and xxv710 NIC."
2966
2967 # VPP Compare NICs 3n-skx 2t1c pdr
2968 - type: "table"
2969   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2970   algorithm: "table_comparison"
2971   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2973   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2974   columns:
2975     - title: "x710"
2976       data-set: "vpp-nic-comparison-3n-skx"
2977       tag: "NIC_Intel-X710"
2978     - title: "xxv710"
2979       data-set: "vpp-nic-comparison-3n-skx"
2980       tag: "NIC_Intel-XXV710"
2981   comparisons:
2982     - title: "Diff"
2983       reference: 1
2984       compare: 2
2985   legend:
2986     - ""
2987     - "x710, xxv710 - NICs tested."
2988     - "Diff - difference between x710 and xxv710 NIC."
2989
2990 # VPP Compare NICs 3n-skx 4t2c pdr
2991 - type: "table"
2992   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2993   algorithm: "table_comparison"
2994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2996   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2997   columns:
2998     - title: "x710"
2999       data-set: "vpp-nic-comparison-3n-skx"
3000       tag: "NIC_Intel-X710"
3001     - title: "xxv710"
3002       data-set: "vpp-nic-comparison-3n-skx"
3003       tag: "NIC_Intel-XXV710"
3004   comparisons:
3005     - title: "Diff"
3006       reference: 1
3007       compare: 2
3008   legend:
3009     - ""
3010     - "x710, xxv710 - NICs tested."
3011     - "Diff - difference between x710 and xxv710 NIC."
3012
3013 # VPP Compare NICs 3n-skx 2t1c mrr
3014 - type: "table"
3015   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3016   algorithm: "table_comparison"
3017   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3019   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3020   columns:
3021     - title: "x710"
3022       data-set: "vpp-nic-comparison-3n-skx-mrr"
3023       tag: "NIC_Intel-X710"
3024     - title: "xxv710"
3025       data-set: "vpp-nic-comparison-3n-skx-mrr"
3026       tag: "NIC_Intel-XXV710"
3027   comparisons:
3028     - title: "Diff"
3029       reference: 1
3030       compare: 2
3031   legend:
3032     - ""
3033     - "x710, xxv710 - NICs tested."
3034     - "Diff - difference between x710 and xxv710 NIC."
3035
3036 # VPP Compare NICs 3n-skx 4t2c mrr
3037 - type: "table"
3038   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3039   algorithm: "table_comparison"
3040   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3042   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3043   columns:
3044     - title: "x710"
3045       data-set: "vpp-nic-comparison-3n-skx-mrr"
3046       tag: "NIC_Intel-X710"
3047     - title: "xxv710"
3048       data-set: "vpp-nic-comparison-3n-skx-mrr"
3049       tag: "NIC_Intel-XXV710"
3050   comparisons:
3051     - title: "Diff"
3052       reference: 1
3053       compare: 2
3054   legend:
3055     - ""
3056     - "x710, xxv710 - NICs tested."
3057     - "Diff - difference between x710 and xxv710 NIC."
3058
3059 # VPP Compare NICs 3n-skx 8t4c mrr
3060 - type: "table"
3061   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3062   algorithm: "table_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3065   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3066   columns:
3067     - title: "x710"
3068       data-set: "vpp-nic-comparison-3n-skx-mrr"
3069       tag: "NIC_Intel-X710"
3070     - title: "xxv710"
3071       data-set: "vpp-nic-comparison-3n-skx-mrr"
3072       tag: "NIC_Intel-XXV710"
3073   comparisons:
3074     - title: "Diff"
3075       reference: 1
3076       compare: 2
3077   legend:
3078     - ""
3079     - "x710, xxv710 - NICs tested."
3080     - "Diff - difference between x710 and xxv710 NIC."
3081
3082 # VPP Compare NICs 2n-skx 2t1c ndr
3083 - type: "table"
3084   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3085   algorithm: "table_comparison"
3086   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3088   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3089   columns:
3090     - title: "x710"
3091       data-set: "vpp-nic-comparison-2n-skx"
3092       tag: "NIC_Intel-X710"
3093     - title: "xxv710"
3094       data-set: "vpp-nic-comparison-2n-skx"
3095       tag: "NIC_Intel-XXV710"
3096   comparisons:
3097     - title: "Diff"
3098       reference: 1
3099       compare: 2
3100   legend:
3101     - ""
3102     - "x710, xxv710 - NICs tested."
3103     - "Diff - difference between x710 and xxv710 NIC."
3104
3105 # VPP Compare NICs 2n-skx 4t2c ndr
3106 - type: "table"
3107   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3108   algorithm: "table_comparison"
3109   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3111   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3112   columns:
3113     - title: "x710"
3114       data-set: "vpp-nic-comparison-2n-skx"
3115       tag: "NIC_Intel-X710"
3116     - title: "xxv710"
3117       data-set: "vpp-nic-comparison-2n-skx"
3118       tag: "NIC_Intel-XXV710"
3119   comparisons:
3120     - title: "Diff"
3121       reference: 1
3122       compare: 2
3123   legend:
3124     - ""
3125     - "x710, xxv710 - NICs tested."
3126     - "Diff - difference between x710 and xxv710 NIC."
3127
3128 # VPP Compare NICs 2n-skx 2t1c pdr
3129 - type: "table"
3130   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3131   algorithm: "table_comparison"
3132   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3134   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3135   columns:
3136     - title: "x710"
3137       data-set: "vpp-nic-comparison-2n-skx"
3138       tag: "NIC_Intel-X710"
3139     - title: "xxv710"
3140       data-set: "vpp-nic-comparison-2n-skx"
3141       tag: "NIC_Intel-XXV710"
3142   comparisons:
3143     - title: "Diff"
3144       reference: 1
3145       compare: 2
3146   legend:
3147     - ""
3148     - "x710, xxv710 - NICs tested."
3149     - "Diff - difference between x710 and xxv710 NIC."
3150
3151 # VPP Compare NICs 2n-skx 4t2c pdr
3152 - type: "table"
3153   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3154   algorithm: "table_comparison"
3155   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3157   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3158   columns:
3159     - title: "x710"
3160       data-set: "vpp-nic-comparison-2n-skx"
3161       tag: "NIC_Intel-X710"
3162     - title: "xxv710"
3163       data-set: "vpp-nic-comparison-2n-skx"
3164       tag: "NIC_Intel-XXV710"
3165   comparisons:
3166     - title: "Diff"
3167       reference: 1
3168       compare: 2
3169   legend:
3170     - ""
3171     - "x710, xxv710 - NICs tested."
3172     - "Diff - difference between x710 and xxv710 NIC."
3173
3174 # VPP Compare NICs 2n-skx 2t1c mrr
3175 - type: "table"
3176   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3177   algorithm: "table_comparison"
3178   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3179   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3180   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3181   columns:
3182     - title: "x710"
3183       data-set: "vpp-nic-comparison-2n-skx-mrr"
3184       tag: "NIC_Intel-X710"
3185     - title: "xxv710"
3186       data-set: "vpp-nic-comparison-2n-skx-mrr"
3187       tag: "NIC_Intel-XXV710"
3188   comparisons:
3189     - title: "Diff"
3190       reference: 1
3191       compare: 2
3192   legend:
3193     - ""
3194     - "x710, xxv710 - NICs tested."
3195     - "Diff - difference between x710 and xxv710 NIC."
3196
3197 # VPP Compare NICs 2n-skx 4t2c mrr
3198 - type: "table"
3199   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3200   algorithm: "table_comparison"
3201   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3202   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3203   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3204   columns:
3205     - title: "x710"
3206       data-set: "vpp-nic-comparison-2n-skx-mrr"
3207       tag: "NIC_Intel-X710"
3208     - title: "xxv710"
3209       data-set: "vpp-nic-comparison-2n-skx-mrr"
3210       tag: "NIC_Intel-XXV710"
3211   comparisons:
3212     - title: "Diff"
3213       reference: 1
3214       compare: 2
3215   legend:
3216     - ""
3217     - "x710, xxv710 - NICs tested."
3218     - "Diff - difference between x710 and xxv710 NIC."
3219
3220 # VPP Compare NICs 2n-skx 8t4c mrr
3221 - type: "table"
3222   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3223   algorithm: "table_comparison"
3224   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3226   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3227   columns:
3228     - title: "x710"
3229       data-set: "vpp-nic-comparison-2n-skx-mrr"
3230       tag: "NIC_Intel-X710"
3231     - title: "xxv710"
3232       data-set: "vpp-nic-comparison-2n-skx-mrr"
3233       tag: "NIC_Intel-XXV710"
3234   comparisons:
3235     - title: "Diff"
3236       reference: 1
3237       compare: 2
3238   legend:
3239     - ""
3240     - "x710, xxv710 - NICs tested."
3241     - "Diff - difference between x710 and xxv710 NIC."
3242
3243 ################################################################################
3244 # VPP
3245
3246 # VPP Performance Changes 3n-hsw 1t1c pdr
3247 - type: "table"
3248   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3249   algorithm: "table_comparison"
3250   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3252   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3253   columns:
3254     - title: "2001.0-4"
3255       data-set: "vpp-performance-changes-3n-hsw-h1"
3256     - title: "2005.0-4"
3257       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3258     - title: "2005.0-5"
3259       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3260     - title: "2009.0-5"
3261       data-set: "vpp-performance-changes-3n-hsw-cmp"
3262   comparisons:
3263     - title: "2005.0-5 vs 2005.0-4"
3264       reference: 2
3265       compare: 3
3266 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3267     - title: "2009.0-5 vs 2005.0-5"
3268       reference: 3
3269       compare: 4
3270 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3271   legend:
3272     - ''
3273     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3274     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3275     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3276     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3277     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3278
3279 # VPP Performance Changes 3n-hsw 2t2c pdr
3280 - type: "table"
3281   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3282   algorithm: "table_comparison"
3283   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3284   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3285   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3286   columns:
3287     - title: "2001.0-4"
3288       data-set: "vpp-performance-changes-3n-hsw-h1"
3289     - title: "2005.0-4"
3290       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3291     - title: "2005.0-5"
3292       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3293     - title: "2009.0-5"
3294       data-set: "vpp-performance-changes-3n-hsw-cmp"
3295   comparisons:
3296     - title: "2005.0-5 vs 2005.0-4"
3297       reference: 2
3298       compare: 3
3299 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3300     - title: "2009.0-5 vs 2005.0-5"
3301       reference: 3
3302       compare: 4
3303 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3304   legend:
3305     - ''
3306     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3307     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3308     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3309     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3310     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3311
3312 # VPP Performance Changes 3n-hsw 1t1c ndr
3313 - type: "table"
3314   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3315   algorithm: "table_comparison"
3316   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3318   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3319   columns:
3320     - title: "2001.0-4"
3321       data-set: "vpp-performance-changes-3n-hsw-h1"
3322     - title: "2005.0-4"
3323       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3324     - title: "2005.0-5"
3325       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3326     - title: "2009.0-5"
3327       data-set: "vpp-performance-changes-3n-hsw-cmp"
3328   comparisons:
3329     - title: "2005.0-5 vs 2005.0-4"
3330       reference: 2
3331       compare: 3
3332 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3333     - title: "2009.0-5 vs 2005.0-5"
3334       reference: 3
3335       compare: 4
3336 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3337   legend:
3338     - ''
3339     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3340     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3341     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3342     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3343     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3344
3345 # VPP Performance Changes 3n-hsw 2t2c ndr
3346 - type: "table"
3347   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3348   algorithm: "table_comparison"
3349   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3351   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3352   columns:
3353     - title: "2001.0-4"
3354       data-set: "vpp-performance-changes-3n-hsw-h1"
3355     - title: "2005.0-4"
3356       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3357     - title: "2005.0-5"
3358       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3359     - title: "2009.0-5"
3360       data-set: "vpp-performance-changes-3n-hsw-cmp"
3361   comparisons:
3362     - title: "2005.0-5 vs 2005.0-4"
3363       reference: 2
3364       compare: 3
3365 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3366     - title: "2009.0-5 vs 2005.0-5"
3367       reference: 3
3368       compare: 4
3369 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3370   legend:
3371     - ''
3372     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3373     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3374     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3375     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3376     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3377
3378 # VPP Performance Changes 3n-skx 2t1c pdr
3379 - type: "table"
3380   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3381   algorithm: "table_comparison"
3382   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3384   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3385   columns:
3386     - title: "2001.0-4"
3387       data-set: "vpp-performance-changes-3n-skx-h1"
3388     - title: "2005.0-4"
3389       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3390     - title: "2005.0-5"
3391       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3392     - title: "2009.0-5"
3393       data-set: "vpp-performance-changes-3n-skx-cmp"
3394   comparisons:
3395     - title: "2005.0-5 vs 2005.0-4"
3396       reference: 2
3397       compare: 3
3398 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3399     - title: "2009.0-5 vs 2005.0-5"
3400       reference: 3
3401       compare: 4
3402 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3403   legend:
3404     - ''
3405     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3406     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3407     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3408     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3409     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3410
3411 # VPP Performance Changes 3n-skx 4t2c pdr
3412 - type: "table"
3413   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3414   algorithm: "table_comparison"
3415   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3417   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3418   columns:
3419     - title: "2001.0-4"
3420       data-set: "vpp-performance-changes-3n-skx-h1"
3421     - title: "2005.0-4"
3422       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3423     - title: "2005.0-5"
3424       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3425     - title: "2009.0-5"
3426       data-set: "vpp-performance-changes-3n-skx-cmp"
3427   comparisons:
3428     - title: "2005.0-5 vs 2005.0-4"
3429       reference: 2
3430       compare: 3
3431 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3432     - title: "2009.0-5 vs 2005.0-5"
3433       reference: 3
3434       compare: 4
3435 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3436   legend:
3437     - ''
3438     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3439     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3440     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3441     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3442     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3443
3444 # VPP Performance Changes 3n-skx 2t1c ndr
3445 - type: "table"
3446   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3447   algorithm: "table_comparison"
3448   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3450   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3451   columns:
3452     - title: "2001.0-4"
3453       data-set: "vpp-performance-changes-3n-skx-h1"
3454     - title: "2005.0-4"
3455       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3456     - title: "2005.0-5"
3457       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3458     - title: "2009.0-5"
3459       data-set: "vpp-performance-changes-3n-skx-cmp"
3460   comparisons:
3461     - title: "2005.0-5 vs 2005.0-4"
3462       reference: 2
3463       compare: 3
3464 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3465     - title: "2009.0-5 vs 2005.0-5"
3466       reference: 3
3467       compare: 4
3468 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3469   legend:
3470     - ''
3471     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3472     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3473     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3474     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3475     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3476
3477 # VPP Performance Changes 3n-skx 4t2c ndr
3478 - type: "table"
3479   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3480   algorithm: "table_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3483   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3484   columns:
3485     - title: "2001.0-4"
3486       data-set: "vpp-performance-changes-3n-skx-h1"
3487     - title: "2005.0-4"
3488       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3489     - title: "2005.0-5"
3490       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3491     - title: "2009.0-5"
3492       data-set: "vpp-performance-changes-3n-skx-cmp"
3493   comparisons:
3494     - title: "2005.0-5 vs 2005.0-4"
3495       reference: 2
3496       compare: 3
3497 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3498     - title: "2009.0-5 vs 2005.0-5"
3499       reference: 3
3500       compare: 4
3501 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3502   legend:
3503     - ''
3504     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3505     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3506     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3507     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3508     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3509
3510 # VPP Performance Changes 2n-skx 2t1c pdr
3511 - type: "table"
3512   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3513   algorithm: "table_comparison"
3514   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3516   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3517   columns:
3518     - title: "2001.0-4"
3519       data-set: "vpp-performance-changes-2n-skx-h1"
3520     - title: "2005.0-4"
3521       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3522     - title: "2005.0-5"
3523       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3524     - title: "2009.0-5"
3525       data-set: "vpp-performance-changes-2n-skx-cmp"
3526   comparisons:
3527     - title: "2005.0-5 vs 2005.0-4"
3528       reference: 2
3529       compare: 3
3530 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3531     - title: "2009.0-5 vs 2005.0-5"
3532       reference: 3
3533       compare: 4
3534 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3535   legend:
3536     - ''
3537     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3538     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3539     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3540     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3541     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3542
3543 # VPP Performance Changes 2n-skx 4t2c pdr
3544 - type: "table"
3545   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3546   algorithm: "table_comparison"
3547   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3549   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3550   columns:
3551     - title: "2001.0-4"
3552       data-set: "vpp-performance-changes-2n-skx-h1"
3553     - title: "2005.0-4"
3554       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3555     - title: "2005.0-5"
3556       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3557     - title: "2009.0-5"
3558       data-set: "vpp-performance-changes-2n-skx-cmp"
3559   comparisons:
3560     - title: "2005.0-5 vs 2005.0-4"
3561       reference: 2
3562       compare: 3
3563 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3564     - title: "2009.0-5 vs 2005.0-5"
3565       reference: 3
3566       compare: 4
3567 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3568   legend:
3569     - ''
3570     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3571     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3572     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3573     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3574     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3575
3576 # VPP Performance Changes 2n-skx 2t1c ndr
3577 - type: "table"
3578   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3579   algorithm: "table_comparison"
3580   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3582   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3583   columns:
3584     - title: "2001.0-4"
3585       data-set: "vpp-performance-changes-2n-skx-h1"
3586     - title: "2005.0-4"
3587       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3588     - title: "2005.0-5"
3589       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3590     - title: "2009.0-5"
3591       data-set: "vpp-performance-changes-2n-skx-cmp"
3592   comparisons:
3593     - title: "2005.0-5 vs 2005.0-4"
3594       reference: 2
3595       compare: 3
3596 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3597     - title: "2009.0-5 vs 2005.0-5"
3598       reference: 3
3599       compare: 4
3600 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3601   legend:
3602     - ''
3603     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3604     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3605     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3606     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3607     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3608
3609 # VPP Performance Changes 2n-skx 4t2c ndr
3610 - type: "table"
3611   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3612   algorithm: "table_comparison"
3613   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3615   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3616   columns:
3617     - title: "2001.0-4"
3618       data-set: "vpp-performance-changes-2n-skx-h1"
3619     - title: "2005.0-4"
3620       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3621     - title: "2005.0-5"
3622       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3623     - title: "2009.0-5"
3624       data-set: "vpp-performance-changes-2n-skx-cmp"
3625   comparisons:
3626     - title: "2005.0-5 vs 2005.0-4"
3627       reference: 2
3628       compare: 3
3629 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3630     - title: "2009.0-5 vs 2005.0-5"
3631       reference: 3
3632       compare: 4
3633 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3634   legend:
3635     - ''
3636     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3637     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3638     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3639     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3640     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3641
3642 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3643 - type: "table"
3644   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3645   algorithm: "table_comparison"
3646   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3647   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3648   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3649   columns:
3650     - title: "2001.0-4"
3651       data-set: "vpp-performance-changes-2n-clx-h1"
3652     - title: "2005.0-4"
3653       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3654     - title: "2005.0-5"
3655       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3656     - title: "2009.0-5"
3657       data-set: "vpp-performance-changes-2n-clx-cmp"
3658   comparisons:
3659     - title: "2005.0-5 vs 2005.0-4"
3660       reference: 2
3661       compare: 3
3662 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3663     - title: "2009.0-5 vs 2005.0-5"
3664       reference: 3
3665       compare: 4
3666 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3667   legend:
3668     - ''
3669     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3670     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3671     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3672     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3673     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3674
3675 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3676 - type: "table"
3677   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3678   algorithm: "table_comparison"
3679   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3681   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3682   columns:
3683     - title: "2001.0-4"
3684       data-set: "vpp-performance-changes-2n-clx-h1"
3685     - title: "2005.0-4"
3686       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3687     - title: "2005.0-5"
3688       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3689     - title: "2009.0-5"
3690       data-set: "vpp-performance-changes-2n-clx-cmp"
3691   comparisons:
3692     - title: "2005.0-5 vs 2005.0-4"
3693       reference: 2
3694       compare: 3
3695 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3696     - title: "2009.0-5 vs 2005.0-5"
3697       reference: 3
3698       compare: 4
3699 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3700   legend:
3701     - ''
3702     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3703     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3704     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3705     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3706     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3707
3708 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3709 - type: "table"
3710   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3711   algorithm: "table_comparison"
3712   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3714   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3715   columns:
3716     - title: "2001.0-4"
3717       data-set: "vpp-performance-changes-2n-clx-h1"
3718     - title: "2005.0-4"
3719       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3720     - title: "2005.0-5"
3721       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3722     - title: "2009.0-5"
3723       data-set: "vpp-performance-changes-2n-clx-cmp"
3724   comparisons:
3725     - title: "2005.0-5 vs 2005.0-4"
3726       reference: 2
3727       compare: 3
3728 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3729     - title: "2009.0-5 vs 2005.0-5"
3730       reference: 3
3731       compare: 4
3732 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3733   legend:
3734     - ''
3735     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3736     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3737     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3738     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3739     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3740
3741 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3742 - type: "table"
3743   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3744   algorithm: "table_comparison"
3745   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3746   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3747   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3748   columns:
3749     - title: "2001.0-4"
3750       data-set: "vpp-performance-changes-2n-clx-h1"
3751     - title: "2005.0-4"
3752       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3753     - title: "2005.0-5"
3754       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3755     - title: "2009.0-5"
3756       data-set: "vpp-performance-changes-2n-clx-cmp"
3757   comparisons:
3758     - title: "2005.0-5 vs 2005.0-4"
3759       reference: 2
3760       compare: 3
3761 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3762     - title: "2009.0-5 vs 2005.0-5"
3763       reference: 3
3764       compare: 4
3765 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3766   legend:
3767     - ''
3768     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3769     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3770     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3771     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3772     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3773
3774 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3775 #- type: "table"
3776 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3777 #  algorithm: "table_comparison"
3778 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3779 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3780 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3781 #  columns:
3782 #    - title: "2001.0-2"
3783 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3784 #    - title: "2005.0-3"
3785 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3786 #  comparisons:
3787 #    - title: "Diff"
3788 #      reference: 1
3789 #      compare: 2
3790 #  legend:
3791 #    - ''
3792 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3793 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3794 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3795 #    - '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.'
3796 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3797 #
3798 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3799 #- type: "table"
3800 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3801 #  algorithm: "table_comparison"
3802 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3803 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3804 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3805 #  columns:
3806 #    - title: "2001.0-2"
3807 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3808 #    - title: "2005.0-3"
3809 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3810 #  comparisons:
3811 #    - title: "Diff"
3812 #      reference: 1
3813 #      compare: 2
3814 #  legend:
3815 #    - ''
3816 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3817 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3818 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3819 #    - '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.'
3820 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3821 #
3822 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3823 #- type: "table"
3824 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3825 #  algorithm: "table_comparison"
3826 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3827 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3828 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3829 #  columns:
3830 #    - title: "2001.0-2"
3831 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3832 #    - title: "2005.0-3"
3833 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3834 #  comparisons:
3835 #    - title: "Diff"
3836 #      reference: 1
3837 #      compare: 2
3838 #  legend:
3839 #    - ''
3840 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3841 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3842 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3843 #    - '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.'
3844 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3845 #
3846 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3847 #- type: "table"
3848 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3849 #  algorithm: "table_comparison"
3850 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3851 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3852 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3853 #  columns:
3854 #    - title: "2001.0-2"
3855 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3856 #    - title: "2005.0-3"
3857 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3858 #  comparisons:
3859 #    - title: "Diff"
3860 #      reference: 1
3861 #      compare: 2
3862 #  legend:
3863 #    - ''
3864 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3865 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3866 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3867 #    - '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.'
3868 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3869
3870 # VPP Performance Changes 2n-dnv 1t1c pdr
3871 - type: "table"
3872   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3873   algorithm: "table_comparison"
3874   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3876   filter: "'1T1C'"
3877   columns:
3878     - title: "2001.0-2"
3879       data-set: "vpp-performance-changes-2n-dnv-h1"
3880     - title: "2005.0-5"
3881       data-set: "vpp-performance-changes-2n-dnv-ref"
3882     - title: "2009.0-5"
3883       data-set: "vpp-performance-changes-2n-dnv-cmp"
3884   comparisons:
3885     - title: "2009.0-5 vs 2005.0-5"
3886       reference: 2
3887       compare: 3
3888   legend:
3889     - ''
3890     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3891     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3892     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3893     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3894
3895 # VPP Performance Changes 2n-dnv 2t2c pdr
3896 - type: "table"
3897   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3898   algorithm: "table_comparison"
3899   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3901   filter: "'2T2C'"
3902   columns:
3903     - title: "2001.0-2"
3904       data-set: "vpp-performance-changes-2n-dnv-h1"
3905     - title: "2005.0-5"
3906       data-set: "vpp-performance-changes-2n-dnv-ref"
3907     - title: "2009.0-5"
3908       data-set: "vpp-performance-changes-2n-dnv-cmp"
3909   comparisons:
3910     - title: "2009.0-5 vs 2005.0-5"
3911       reference: 2
3912       compare: 3
3913   legend:
3914     - ''
3915     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3916     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3917     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3918     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3919
3920 # VPP Performance Changes 2n-dnv 1t1c ndr
3921 - type: "table"
3922   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3923   algorithm: "table_comparison"
3924   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3926   filter: "'1T1C'"
3927   columns:
3928     - title: "2001.0-2"
3929       data-set: "vpp-performance-changes-2n-dnv-h1"
3930     - title: "2005.0-5"
3931       data-set: "vpp-performance-changes-2n-dnv-ref"
3932     - title: "2009.0-5"
3933       data-set: "vpp-performance-changes-2n-dnv-cmp"
3934   comparisons:
3935     - title: "2009.0-5 vs 2005.0-5"
3936       reference: 2
3937       compare: 3
3938   legend:
3939     - ''
3940     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3941     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3942     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3943     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3944
3945 # VPP Performance Changes 2n-dnv 2t2c ndr
3946 - type: "table"
3947   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3948   algorithm: "table_comparison"
3949   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3951   filter: "'2T2C'"
3952   columns:
3953     - title: "2001.0-2"
3954       data-set: "vpp-performance-changes-2n-dnv-h1"
3955     - title: "2005.0-5"
3956       data-set: "vpp-performance-changes-2n-dnv-ref"
3957     - title: "2009.0-5"
3958       data-set: "vpp-performance-changes-2n-dnv-cmp"
3959   comparisons:
3960     - title: "2009.0-5 vs 2005.0-5"
3961       reference: 2
3962       compare: 3
3963   legend:
3964     - ''
3965     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3966     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3967     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3968     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3969
3970 # VPP Performance Changes 3n-dnv 1t1c pdr
3971 - type: "table"
3972   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3973   algorithm: "table_comparison"
3974   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3976   filter: "'1T1C'"
3977   columns:
3978     - title: "2001.0-2"
3979       data-set: "vpp-performance-changes-3n-dnv-h1"
3980     - title: "2005.0-5"
3981       data-set: "vpp-performance-changes-3n-dnv-ref"
3982     - title: "2009.0-5"
3983       data-set: "vpp-performance-changes-3n-dnv-cmp"
3984   comparisons:
3985     - title: "2009.0-5 vs 2005.0-5"
3986       reference: 2
3987       compare: 3
3988   legend:
3989     - ''
3990     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3991     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3992     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3993     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3994
3995 # VPP Performance Changes 3n-dnv 2t2c pdr
3996 - type: "table"
3997   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3998   algorithm: "table_comparison"
3999   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4001   filter: "'2T2C'"
4002   columns:
4003     - title: "2001.0-2"
4004       data-set: "vpp-performance-changes-3n-dnv-h1"
4005     - title: "2005.0-5"
4006       data-set: "vpp-performance-changes-3n-dnv-ref"
4007     - title: "2009.0-5"
4008       data-set: "vpp-performance-changes-3n-dnv-cmp"
4009   comparisons:
4010     - title: "2009.0-5 vs 2005.0-5"
4011       reference: 2
4012       compare: 3
4013   legend:
4014     - ''
4015     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4016     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4017     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4018     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4019
4020 # VPP Performance Changes 3n-dnv 1t1c ndr
4021 - type: "table"
4022   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4023   algorithm: "table_comparison"
4024   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4026   filter: "'1T1C'"
4027   columns:
4028     - title: "2001.0-2"
4029       data-set: "vpp-performance-changes-3n-dnv-h1"
4030     - title: "2005.0-5"
4031       data-set: "vpp-performance-changes-3n-dnv-ref"
4032     - title: "2009.0-5"
4033       data-set: "vpp-performance-changes-3n-dnv-cmp"
4034   comparisons:
4035     - title: "2009.0-5 vs 2005.0-5"
4036       reference: 2
4037       compare: 3
4038   legend:
4039     - ''
4040     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4041     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4042     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4043     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4044
4045 # VPP Performance Changes 3n-dnv 2t2c ndr
4046 - type: "table"
4047   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4048   algorithm: "table_comparison"
4049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4051   filter: "'2T2C'"
4052   columns:
4053     - title: "2001.0-2"
4054       data-set: "vpp-performance-changes-3n-dnv-h1"
4055     - title: "2005.0-5"
4056       data-set: "vpp-performance-changes-3n-dnv-ref"
4057     - title: "2009.0-5"
4058       data-set: "vpp-performance-changes-3n-dnv-cmp"
4059   comparisons:
4060     - title: "2009.0-5 vs 2005.0-5"
4061       reference: 2
4062       compare: 3
4063   legend:
4064     - ''
4065     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4066     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4067     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4068     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4069
4070 # VPP Performance Changes 3n-tsh 1t1c pdr
4071 - type: "table"
4072   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4073   algorithm: "table_comparison"
4074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4076   filter: "'1T1C'"
4077   columns:
4078     - title: "2001.0-4"
4079       data-set: "vpp-performance-changes-3n-tsh-h1"
4080     - title: "2005.0-4"
4081       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4082     - title: "2005.0-5"
4083       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4084     - title: "2009.0-5"
4085       data-set: "vpp-performance-changes-3n-tsh-cmp"
4086   comparisons:
4087     - title: "2005.0-5 vs 2005.0-4"
4088       reference: 2
4089       compare: 3
4090 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4091     - title: "2009.0-5 vs 2005.0-5"
4092       reference: 3
4093       compare: 4
4094 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4095   legend:
4096     - ''
4097     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4098     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4099     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4100     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4101     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4102
4103 # VPP Performance Changes 3n-tsh 2t2c pdr
4104 - type: "table"
4105   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4106   algorithm: "table_comparison"
4107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4109   filter: "'2T2C'"
4110   columns:
4111     - title: "2001.0-4"
4112       data-set: "vpp-performance-changes-3n-tsh-h1"
4113     - title: "2005.0-4"
4114       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4115     - title: "2005.0-5"
4116       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4117     - title: "2009.0-5"
4118       data-set: "vpp-performance-changes-3n-tsh-cmp"
4119   comparisons:
4120     - title: "2005.0-5 vs 2005.0-4"
4121       reference: 2
4122       compare: 3
4123 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4124     - title: "2009.0-5 vs 2005.0-5"
4125       reference: 3
4126       compare: 4
4127 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4128   legend:
4129     - ''
4130     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4131     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4132     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4133     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4134     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4135
4136 # VPP Performance Changes 3n-tsh 1t1c ndr
4137 - type: "table"
4138   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4139   algorithm: "table_comparison"
4140   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4142   filter: "'1T1C'"
4143   columns:
4144     - title: "2001.0-4"
4145       data-set: "vpp-performance-changes-3n-tsh-h1"
4146     - title: "2005.0-4"
4147       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4148     - title: "2005.0-5"
4149       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4150     - title: "2009.0-5"
4151       data-set: "vpp-performance-changes-3n-tsh-cmp"
4152   comparisons:
4153     - title: "2005.0-5 vs 2005.0-4"
4154       reference: 2
4155       compare: 3
4156 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4157     - title: "2009.0-5 vs 2005.0-5"
4158       reference: 3
4159       compare: 4
4160 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4161   legend:
4162     - ''
4163     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4164     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4165     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4166     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4167     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4168
4169 # VPP Performance Changes 3n-tsh 2t2c ndr
4170 - type: "table"
4171   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4172   algorithm: "table_comparison"
4173   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4175   filter: "'2T2C'"
4176   columns:
4177     - title: "2001.0-4"
4178       data-set: "vpp-performance-changes-3n-tsh-h1"
4179     - title: "2005.0-4"
4180       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4181     - title: "2005.0-5"
4182       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4183     - title: "2009.0-5"
4184       data-set: "vpp-performance-changes-3n-tsh-cmp"
4185   comparisons:
4186     - title: "2005.0-5 vs 2005.0-4"
4187       reference: 2
4188       compare: 3
4189 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4190     - title: "2009.0-5 vs 2005.0-5"
4191       reference: 3
4192       compare: 4
4193 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4194   legend:
4195     - ''
4196     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4197     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4198     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4199     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4200     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4201
4202 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4203 - type: "table"
4204   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4205   algorithm: "table_comparison"
4206   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4208   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4209   columns:
4210     - title: "3n-hsw xl710"
4211       data-set: "vpp-compare-testbeds-ref"
4212       tag: "NIC_Intel-XL710"
4213     - title: "3n-skx xxv710"
4214       data-set: "vpp-compare-testbeds-cmp"
4215       tag: "NIC_Intel-XXV710"
4216   comparisons:
4217     - title: "Diff"
4218       reference: 1
4219       compare: 2
4220   legend:
4221     - ""
4222     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4223     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4224
4225 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4226 - type: "table"
4227   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4228   algorithm: "table_comparison"
4229   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4231   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4232   columns:
4233     - title: "3n-hsw xl710"
4234       data-set: "vpp-compare-testbeds-ref"
4235       tag: "NIC_Intel-XL710"
4236     - title: "3n-skx xxv710"
4237       data-set: "vpp-compare-testbeds-cmp"
4238       tag: "NIC_Intel-XXV710"
4239   comparisons:
4240     - title: "Diff"
4241       reference: 1
4242       compare: 2
4243   legend:
4244     - ""
4245     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4246     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4247
4248 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4249 - type: "table"
4250   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4251   algorithm: "table_comparison"
4252   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4254   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4255   columns:
4256     - title: "3n-hsw xl710"
4257       data-set: "vpp-compare-testbeds-ref"
4258       tag: "NIC_Intel-XL710"
4259     - title: "3n-skx xxv710"
4260       data-set: "vpp-compare-testbeds-cmp"
4261       tag: "NIC_Intel-XXV710"
4262   comparisons:
4263     - title: "Diff"
4264       reference: 1
4265       compare: 2
4266   legend:
4267     - ""
4268     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4269     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4270
4271 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4272 - type: "table"
4273   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4274   algorithm: "table_comparison"
4275   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4277   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4278   columns:
4279     - title: "3n-hsw xl710"
4280       data-set: "vpp-compare-testbeds-ref"
4281       tag: "NIC_Intel-XL710"
4282     - title: "3n-skx xxv710"
4283       data-set: "vpp-compare-testbeds-cmp"
4284       tag: "NIC_Intel-XXV710"
4285   comparisons:
4286     - title: "Diff"
4287       reference: 1
4288       compare: 2
4289   legend:
4290     - ""
4291     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4292     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4293
4294 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4295 - type: "table"
4296   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4297   algorithm: "table_comparison"
4298   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4300   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4301   columns:
4302     - title: "2n-skx"
4303       data-set: "vpp-compare-testbeds-skx-clx-ref"
4304     - title: "2n-clx"
4305       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4306   comparisons:
4307     - title: "Diff"
4308       reference: 1
4309       compare: 2
4310   legend:
4311     - ""
4312     - "2n-skx, 2n-clx - testbeds and NICs tested."
4313     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4314
4315 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4316 - type: "table"
4317   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4318   algorithm: "table_comparison"
4319   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4321   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4322   columns:
4323     - title: "2n-skx"
4324       data-set: "vpp-compare-testbeds-skx-clx-ref"
4325     - title: "2n-clx"
4326       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4327   comparisons:
4328     - title: "Diff"
4329       reference: 1
4330       compare: 2
4331   legend:
4332     - ""
4333     - "2n-skx, 2n-clx - testbeds and NICs tested."
4334     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4335
4336 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4337 - type: "table"
4338   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4339   algorithm: "table_comparison"
4340   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4342   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4343   columns:
4344     - title: "2n-skx"
4345       data-set: "vpp-compare-testbeds-skx-clx-ref"
4346     - title: "2n-clx"
4347       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4348   comparisons:
4349     - title: "Diff"
4350       reference: 1
4351       compare: 2
4352   legend:
4353     - ""
4354     - "2n-skx, 2n-clx - testbeds and NICs tested."
4355     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4356
4357 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4358 - type: "table"
4359   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4360   algorithm: "table_comparison"
4361   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4362   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4363   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4364   columns:
4365     - title: "2n-skx"
4366       data-set: "vpp-compare-testbeds-skx-clx-ref"
4367     - title: "2n-clx"
4368       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4369   comparisons:
4370     - title: "Diff"
4371       reference: 1
4372       compare: 2
4373   legend:
4374     - ""
4375     - "2n-skx, 2n-clx - testbeds and NICs tested."
4376     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4377
4378 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4379 - type: "table"
4380   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4381   algorithm: "table_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4384   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4385   columns:
4386     - title: "3n-hsw xl710"
4387       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4388       tag: "NIC_Intel-XL710"
4389     - title: "2n-clx xxv710"
4390       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4391       tag: "NIC_Intel-XXV710"
4392   comparisons:
4393     - title: "Diff"
4394       reference: 1
4395       compare: 2
4396   legend:
4397     - ""
4398     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4399     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4400
4401 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4402 - type: "table"
4403   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4404   algorithm: "table_comparison"
4405   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4406   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4407   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4408   columns:
4409     - title: "3n-hsw xl710"
4410       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4411       tag: "NIC_Intel-XL710"
4412     - title: "2n-clx xxv710"
4413       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4414       tag: "NIC_Intel-XXV710"
4415   comparisons:
4416     - title: "Diff"
4417       reference: 1
4418       compare: 2
4419   legend:
4420     - ""
4421     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4422     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4423
4424 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4425 - type: "table"
4426   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4427   algorithm: "table_comparison"
4428   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4429   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4430   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4431   columns:
4432     - title: "3n-hsw xl710"
4433       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4434       tag: "NIC_Intel-XL710"
4435     - title: "2n-clx xxv710"
4436       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4437       tag: "NIC_Intel-XXV710"
4438   comparisons:
4439     - title: "Diff"
4440       reference: 1
4441       compare: 2
4442   legend:
4443     - ""
4444     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4445     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4446
4447 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4448 - type: "table"
4449   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4450   algorithm: "table_comparison"
4451   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4453   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4454   columns:
4455     - title: "3n-hsw xl710"
4456       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4457       tag: "NIC_Intel-XL710"
4458     - title: "2n-clx xxv710"
4459       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4460       tag: "NIC_Intel-XXV710"
4461   comparisons:
4462     - title: "Diff"
4463       reference: 1
4464       compare: 2
4465   legend:
4466     - ""
4467     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4468     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4469
4470 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4471 - type: "table"
4472   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4473   algorithm: "table_comparison"
4474   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4476   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4477   columns:
4478     - title: "3n-skx"
4479       data-set: "vpp-compare-topologies-ref"
4480     - title: "2n-skx"
4481       data-set: "vpp-compare-topologies-cmp"
4482   comparisons:
4483     - title: "Diff"
4484       reference: 1
4485       compare: 2
4486   legend:
4487     - ""
4488     - "3n-skx, 2n-skx - topologies tested."
4489     - "Diff - difference between 3n-skx and 2n-skx topologies."
4490
4491 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4492 - type: "table"
4493   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4494   algorithm: "table_comparison"
4495   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4496   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4497   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4498   columns:
4499     - title: "3n-skx"
4500       data-set: "vpp-compare-topologies-ref"
4501     - title: "2n-skx"
4502       data-set: "vpp-compare-topologies-cmp"
4503   comparisons:
4504     - title: "Diff"
4505       reference: 1
4506       compare: 2
4507   legend:
4508     - ""
4509     - "3n-skx, 2n-skx - topologies tested."
4510     - "Diff - difference between 3n-skx and 2n-skx topologies."
4511
4512 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4513 - type: "table"
4514   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4515   algorithm: "table_comparison"
4516   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4517   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4518   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4519   columns:
4520     - title: "3n-skx"
4521       data-set: "vpp-compare-topologies-ref"
4522     - title: "2n-skx"
4523       data-set: "vpp-compare-topologies-cmp"
4524   comparisons:
4525     - title: "Diff"
4526       reference: 1
4527       compare: 2
4528   legend:
4529     - ""
4530     - "3n-skx, 2n-skx - topologies tested."
4531     - "Diff - difference between 3n-skx and 2n-skx topologies."
4532
4533 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4534 - type: "table"
4535   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4536   algorithm: "table_comparison"
4537   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4539   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4540   columns:
4541     - title: "3n-skx"
4542       data-set: "vpp-compare-topologies-ref"
4543     - title: "2n-skx"
4544       data-set: "vpp-compare-topologies-cmp"
4545   comparisons:
4546     - title: "Diff"
4547       reference: 1
4548       compare: 2
4549   legend:
4550     - ""
4551     - "3n-skx, 2n-skx - topologies tested."
4552     - "Diff - difference between 3n-skx and 2n-skx topologies."
4553
4554 # VPP Performance Changes 3n-hsw 1t1c mrr
4555 - type: "table"
4556   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4557   algorithm: "table_comparison"
4558   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4560   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4561   columns:
4562     - title: "2001.0-2"
4563       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4564     - title: "2005.0-4"
4565       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4566     - title: "2005.0-5"
4567       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4568     - title: "2009.0-5"
4569       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4570   comparisons:
4571     - title: "2005.0-5 vs 2005.0-4"
4572       reference: 2
4573       compare: 3
4574 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4575     - title: "2009.0-5 vs 2005.0-5"
4576       reference: 3
4577       compare: 4
4578 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4579   legend:
4580     - ''
4581     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4582     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4583     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4584     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4585     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4586
4587 # VPP Performance Changes 3n-hsw 2t2c mrr
4588 - type: "table"
4589   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4590   algorithm: "table_comparison"
4591   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4593   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4594   columns:
4595     - title: "2001.0-2"
4596       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4597     - title: "2005.0-4"
4598       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4599     - title: "2005.0-5"
4600       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4601     - title: "2009.0-5"
4602       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4603   comparisons:
4604     - title: "2005.0-5 vs 2005.0-4"
4605       reference: 2
4606       compare: 3
4607 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4608     - title: "2009.0-5 vs 2005.0-5"
4609       reference: 3
4610       compare: 4
4611 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4612   legend:
4613     - ''
4614     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4615     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4616     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4617     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4618     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4619
4620 # VPP Performance Changes 3n-hsw 4t4c mrr
4621 - type: "table"
4622   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4623   algorithm: "table_comparison"
4624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4626   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4627   columns:
4628     - title: "2001.0-2"
4629       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4630     - title: "2005.0-4"
4631       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4632     - title: "2005.0-5"
4633       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4634     - title: "2009.0-5"
4635       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4636   comparisons:
4637     - title: "2005.0-5 vs 2005.0-4"
4638       reference: 2
4639       compare: 3
4640 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4641     - title: "2009.0-5 vs 2005.0-5"
4642       reference: 3
4643       compare: 4
4644 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4645   legend:
4646     - ''
4647     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4648     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4649     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4650     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4651     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4652
4653 # VPP Performance Changes 3n-skx 2t1c mrr
4654 - type: "table"
4655   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4656   algorithm: "table_comparison"
4657   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4659   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4660   columns:
4661     - title: "2001.0-2"
4662       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4663     - title: "2005.0-4"
4664       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4665     - title: "2005.0-5"
4666       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4667     - title: "2009.0-5"
4668       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4669   comparisons:
4670     - title: "2005.0-5 vs 2005.0-4"
4671       reference: 2
4672       compare: 3
4673 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4674     - title: "2009.0-5 vs 2005.0-5"
4675       reference: 2
4676       compare: 3
4677 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4678   legend:
4679     - ''
4680     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4681     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4682     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4683     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4684     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4685
4686 # VPP Performance Changes 3n-skx 4t2c mrr
4687 - type: "table"
4688   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4689   algorithm: "table_comparison"
4690   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4691   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4692   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4693   columns:
4694     - title: "2001.0-2"
4695       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4696     - title: "2005.0-4"
4697       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4698     - title: "2005.0-5"
4699       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4700     - title: "2009.0-5"
4701       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4702   comparisons:
4703     - title: "2005.0-5 vs 2005.0-4"
4704       reference: 2
4705       compare: 3
4706 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4707     - title: "2009.0-5 vs 2005.0-5"
4708       reference: 2
4709       compare: 3
4710 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4711   legend:
4712     - ''
4713     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4714     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4715     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4716     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4717     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4718
4719 # VPP Performance Changes 3n-skx 8t4c mrr
4720 - type: "table"
4721   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4722   algorithm: "table_comparison"
4723   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4725   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4726   columns:
4727     - title: "2001.0-2"
4728       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4729     - title: "2005.0-4"
4730       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4731     - title: "2005.0-5"
4732       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4733     - title: "2009.0-5"
4734       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4735   comparisons:
4736     - title: "2005.0-5 vs 2005.0-4"
4737       reference: 2
4738       compare: 3
4739 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4740     - title: "2009.0-5 vs 2005.0-5"
4741       reference: 2
4742       compare: 3
4743 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4744   legend:
4745     - ''
4746     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4747     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4748     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4749     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4750     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4751
4752 # VPP Performance Changes 2n-skx 2t1c mrr
4753 - type: "table"
4754   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4755   algorithm: "table_comparison"
4756   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4758   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4759   columns:
4760     - title: "2001.0-2"
4761       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4762     - title: "2005.0-4"
4763       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4764     - title: "2005.0-5"
4765       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4766     - title: "2009.0-5"
4767       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4768   comparisons:
4769     - title: "2005.0-5 vs 2005.0-4"
4770       reference: 2
4771       compare: 3
4772 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4773     - title: "2009.0-5 vs 2005.0-4"
4774       reference: 3
4775       compare: 4
4776 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4777   legend:
4778     - ''
4779     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4780     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4781     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4782     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4783     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4784
4785 # VPP Performance Changes 2n-skx 4t2c mrr
4786 - type: "table"
4787   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4788   algorithm: "table_comparison"
4789   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4791   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4792   columns:
4793     - title: "2001.0-2"
4794       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4795     - title: "2005.0-4"
4796       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4797     - title: "2005.0-5"
4798       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4799     - title: "2009.0-5"
4800       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4801   comparisons:
4802     - title: "2005.0-5 vs 2005.0-4"
4803       reference: 2
4804       compare: 3
4805 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4806     - title: "2009.0-5 vs 2005.0-4"
4807       reference: 3
4808       compare: 4
4809 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4810   legend:
4811     - ''
4812     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4813     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4814     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4815     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4816     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4817
4818 # VPP Performance Changes 2n-skx 8t4c mrr
4819 - type: "table"
4820   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4821   algorithm: "table_comparison"
4822   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4824   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4825   columns:
4826     - title: "2001.0-2"
4827       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4828     - title: "2005.0-4"
4829       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4830     - title: "2005.0-5"
4831       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4832     - title: "2009.0-5"
4833       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4834   comparisons:
4835     - title: "2005.0-5 vs 2005.0-4"
4836       reference: 2
4837       compare: 3
4838 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4839     - title: "2009.0-5 vs 2005.0-4"
4840       reference: 3
4841       compare: 4
4842 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4843   legend:
4844     - ''
4845     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4846     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4847     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4848     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4849     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4850
4851 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4852 - type: "table"
4853   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4854   algorithm: "table_comparison"
4855   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4857   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4858   columns:
4859     - title: "2001.0-2"
4860       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4861     - title: "2005.0-4"
4862       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4863     - title: "2005.0-5"
4864       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4865     - title: "2009.0-5"
4866       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4867   comparisons:
4868     - title: "2005.0-5 vs 2005.0-4"
4869       reference: 2
4870       compare: 3
4871 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4872     - title: "2009.0-5 vs 2005.0-5"
4873       reference: 3
4874       compare: 4
4875 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4876   legend:
4877     - ''
4878     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4879     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4880     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4881     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4882     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4883
4884 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4885 - type: "table"
4886   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4887   algorithm: "table_comparison"
4888   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4890   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4891   columns:
4892     - title: "2001.0-2"
4893       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4894     - title: "2005.0-4"
4895       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4896     - title: "2005.0-5"
4897       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4898     - title: "2009.0-5"
4899       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4900   comparisons:
4901     - title: "2005.0-5 vs 2005.0-4"
4902       reference: 2
4903       compare: 3
4904 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4905     - title: "2009.0-5 vs 2005.0-5"
4906       reference: 3
4907       compare: 4
4908 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4909   legend:
4910     - ''
4911     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4912     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4913     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4914     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4915     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4916
4917 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4918 - type: "table"
4919   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4920   algorithm: "table_comparison"
4921   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4923   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4924   columns:
4925     - title: "2001.0-2"
4926       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4927     - title: "2005.0-4"
4928       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4929     - title: "2005.0-5"
4930       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4931     - title: "2009.0-5"
4932       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4933   comparisons:
4934     - title: "2005.0-5 vs 2005.0-4"
4935       reference: 2
4936       compare: 3
4937 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4938     - title: "2009.0-5 vs 2005.0-5"
4939       reference: 3
4940       compare: 4
4941 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4942   legend:
4943     - ''
4944     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4945     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4946     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4947     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4948     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4949
4950 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4951 #- type: "table"
4952 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4953 #  algorithm: "table_comparison"
4954 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4955 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4956 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4957 #  columns:
4958 #    - title: "2001"
4959 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4960 #    - title: "2005"
4961 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4962 #  comparisons:
4963 #    - title: "Diff"
4964 #      reference: 1
4965 #      compare: 2
4966 #  legend:
4967 #    - ""
4968 #    - "2001, 2005 - VPP versions tested."
4969 #    - "Diff - difference between 2001 and 2005 VPP version."
4970 #
4971 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4972 #- type: "table"
4973 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4974 #  algorithm: "table_comparison"
4975 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4976 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4977 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4978 #  columns:
4979 #    - title: "2001"
4980 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4981 #    - title: "2005"
4982 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4983 #  comparisons:
4984 #    - title: "Diff"
4985 #      reference: 1
4986 #      compare: 2
4987 #  legend:
4988 #    - ""
4989 #    - "2001, 2005 - VPP versions tested."
4990 #    - "Diff - difference between 2001 and 2005 VPP version."
4991 #
4992 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4993 #- type: "table"
4994 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4995 #  algorithm: "table_comparison"
4996 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4997 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4998 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4999 #  columns:
5000 #    - title: "2001"
5001 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5002 #    - title: "2005"
5003 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5004 #  comparisons:
5005 #    - title: "Diff"
5006 #      reference: 1
5007 #      compare: 2
5008 #  legend:
5009 #    - ""
5010 #    - "2001, 2005 - VPP versions tested."
5011 #    - "Diff - difference between 2001 and 2005 VPP version."
5012
5013 # VPP Performance Changes 2n-dnv 1t1c mrr
5014 - type: "table"
5015   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5016   algorithm: "table_comparison"
5017   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5019   filter: "'1T1C'"
5020   columns:
5021     - title: "2001.0-2"
5022       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5023     - title: "2005.0-5"
5024       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5025     - title: "2009.0-5"
5026       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5027   comparisons:
5028     - title: "2009.0-5 vs 2005.0-5"
5029       reference: 2
5030       compare: 3
5031   legend:
5032     - ''
5033     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5034     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5035     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5036     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5037
5038 # VPP Performance Changes 2n-dnv 2t2c mrr
5039 - type: "table"
5040   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5041   algorithm: "table_comparison"
5042   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5043   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5044   filter: "'2T2C'"
5045   columns:
5046     - title: "2001.0-2"
5047       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5048     - title: "2005.0-5"
5049       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5050     - title: "2009.0-5"
5051       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5052   comparisons:
5053     - title: "2009.0-5 vs 2005.0-5"
5054       reference: 2
5055       compare: 3
5056   legend:
5057     - ''
5058     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5059     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5060     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5061     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5062
5063 # VPP Performance Changes 2n-dnv 4t4c mrr
5064 - type: "table"
5065   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5066   algorithm: "table_comparison"
5067   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5068   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5069   filter: "'4T4C'"
5070   columns:
5071     - title: "2001.0-2"
5072       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5073     - title: "2005.0-5"
5074       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5075     - title: "2009.0-5"
5076       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5077   comparisons:
5078     - title: "2009.0-5 vs 2005.0-5"
5079       reference: 2
5080       compare: 3
5081   legend:
5082     - ''
5083     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5084     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5085     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5086     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5087
5088 # VPP Performance Changes 3n-dnv 1t1c mrr
5089 - type: "table"
5090   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5091   algorithm: "table_comparison"
5092   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5094   filter: "'1T1C'"
5095   columns:
5096     - title: "2001.0-2"
5097       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5098     - title: "2005.0-5"
5099       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5100     - title: "2009.0-5"
5101       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5102   comparisons:
5103     - title: "2009.0-5 vs 2005.0-5"
5104       reference: 2
5105       compare: 3
5106   legend:
5107     - ''
5108     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5109     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5110     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5111     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5112
5113 # VPP Performance Changes 3n-dnv 2t2c mrr
5114 - type: "table"
5115   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5116   algorithm: "table_comparison"
5117   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5119   filter: "'2T2C'"
5120   columns:
5121     - title: "2001.0-2"
5122       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5123     - title: "2005.0-5"
5124       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5125     - title: "2009.0-5"
5126       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5127   comparisons:
5128     - title: "2009.0-5 vs 2005.0-5"
5129       reference: 2
5130       compare: 3
5131   legend:
5132     - ''
5133     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5134     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5135     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5136     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5137
5138 # VPP Performance Changes 3n-dnv 4t4c mrr
5139 - type: "table"
5140   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5141   algorithm: "table_comparison"
5142   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5144   filter: "'4T4C'"
5145   columns:
5146     - title: "2001.0-2"
5147       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5148     - title: "2005.0-5"
5149       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5150     - title: "2009.0-5"
5151       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5152   comparisons:
5153     - title: "2009.0-5 vs 2005.0-5"
5154       reference: 2
5155       compare: 3
5156   legend:
5157     - ''
5158     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5159     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5160     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5161     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5162
5163 # VPP Performance Changes 3n-tsh 1t1c mrr
5164 - type: "table"
5165   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5166   algorithm: "table_comparison"
5167   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5169   filter: "'1T1C'"
5170   columns:
5171     - title: "2001.0-2"
5172       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5173     - title: "2005.0-4"
5174       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5175     - title: "2005.0-5"
5176       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5177     - title: "2009.0-5"
5178       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5179   comparisons:
5180     - title: "2005.0-5 vs 2005.0-4"
5181       reference: 2
5182       compare: 3
5183 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5184     - title: "2009.0-5 vs 2005.0-5"
5185       reference: 3
5186       compare: 4
5187 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5188   legend:
5189     - ''
5190     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5191     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5192     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5193     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5194     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5195
5196 # VPP Performance Changes 3n-tsh 2t2c mrr
5197 - type: "table"
5198   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5199   algorithm: "table_comparison"
5200   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5202   filter: "'2T2C'"
5203   columns:
5204     - title: "2001.0-2"
5205       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5206     - title: "2005.0-4"
5207       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5208     - title: "2005.0-5"
5209       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5210     - title: "2009.0-5"
5211       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5212   comparisons:
5213     - title: "2005.0-5 vs 2005.0-4"
5214       reference: 2
5215       compare: 3
5216 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5217     - title: "2009.0-5 vs 2005.0-5"
5218       reference: 3
5219       compare: 4
5220 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5221   legend:
5222     - ''
5223     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5224     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5225     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5226     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5227     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5228
5229 # VPP Performance Changes 3n-tsh 4t4c mrr
5230 - type: "table"
5231   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5232   algorithm: "table_comparison"
5233   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5235   filter: "'4T4C'"
5236   columns:
5237     - title: "2001.0-2"
5238       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5239     - title: "2005.0-4"
5240       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5241     - title: "2005.0-5"
5242       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5243     - title: "2009.0-5"
5244       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5245   comparisons:
5246     - title: "2005.0-5 vs 2005.0-4"
5247       reference: 2
5248       compare: 3
5249 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5250     - title: "2009.0-5 vs 2005.0-5"
5251       reference: 3
5252       compare: 4
5253 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5254   legend:
5255     - ''
5256     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5257     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5258     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5259     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5260     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5261
5262 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5263 - type: "table"
5264   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5265   algorithm: "table_comparison"
5266   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5268   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5269   columns:
5270     - title: "3n-hsw xl710"
5271       data-set: "vpp-compare-testbeds-mrr-ref"
5272       tag: "NIC_Intel-XL710"
5273     - title: "3n-skx xxv710"
5274       data-set: "vpp-compare-testbeds-mrr-cmp"
5275       tag: "NIC_Intel-XXV710"
5276   comparisons:
5277     - title: "Diff"
5278       reference: 1
5279       compare: 2
5280   legend:
5281     - ""
5282     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5283     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5284
5285 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5286 - type: "table"
5287   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5288   algorithm: "table_comparison"
5289   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5290   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5291   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5292   columns:
5293     - title: "3n-hsw xl710"
5294       data-set: "vpp-compare-testbeds-mrr-ref"
5295       tag: "NIC_Intel-XL710"
5296     - title: "3n-skx xxv710"
5297       data-set: "vpp-compare-testbeds-mrr-cmp"
5298       tag: "NIC_Intel-XXV710"
5299   comparisons:
5300     - title: "Diff"
5301       reference: 1
5302       compare: 2
5303   legend:
5304     - ""
5305     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5306     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5307
5308 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5309 - type: "table"
5310   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5311   algorithm: "table_comparison"
5312   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5314   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5315   columns:
5316     - title: "3n-hsw xl710"
5317       data-set: "vpp-compare-testbeds-mrr-ref"
5318       tag: "NIC_Intel-XL710"
5319     - title: "3n-skx xxv710"
5320       data-set: "vpp-compare-testbeds-mrr-cmp"
5321       tag: "NIC_Intel-XXV710"
5322   comparisons:
5323     - title: "Diff"
5324       reference: 1
5325       compare: 2
5326   legend:
5327     - ""
5328     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5329     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5330
5331 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5332 - type: "table"
5333   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5334   algorithm: "table_comparison"
5335   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5336   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5337   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5338   columns:
5339     - title: "2n-skx"
5340       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5341     - title: "2n-clx"
5342       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5343   comparisons:
5344     - title: "Diff"
5345       reference: 1
5346       compare: 2
5347   legend:
5348     - ""
5349     - "2n-skx, 2n-clx - testbeds and NICs tested."
5350     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5351
5352 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5353 - type: "table"
5354   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5355   algorithm: "table_comparison"
5356   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5358   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5359   columns:
5360     - title: "2n-skx"
5361       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5362     - title: "2n-clx"
5363       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5364   comparisons:
5365     - title: "Diff"
5366       reference: 1
5367       compare: 2
5368   legend:
5369     - ""
5370     - "2n-skx, 2n-clx - testbeds and NICs tested."
5371     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5372
5373 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5374 - type: "table"
5375   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5376   algorithm: "table_comparison"
5377   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5378   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5379   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5380   columns:
5381     - title: "2n-skx"
5382       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5383     - title: "2n-clx"
5384       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5385   comparisons:
5386     - title: "Diff"
5387       reference: 1
5388       compare: 2
5389   legend:
5390     - ""
5391     - "2n-skx, 2n-clx - testbeds and NICs tested."
5392     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5393
5394 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5395 - type: "table"
5396   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5397   algorithm: "table_comparison"
5398   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5400   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5401   columns:
5402     - title: "3n-skx"
5403       data-set: "vpp-compare-topologies-mrr-ref"
5404     - title: "2n-skx"
5405       data-set: "vpp-compare-topologies-mrr-cmp"
5406   comparisons:
5407     - title: "Diff"
5408       reference: 1
5409       compare: 2
5410   legend:
5411     - ""
5412     - "3n-skx, 2n-skx - topologies tested."
5413     - "Diff - difference between 3n-skx and 2n-skx topologies."
5414
5415 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5416 - type: "table"
5417   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5418   algorithm: "table_comparison"
5419   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5421   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5422   columns:
5423     - title: "3n-skx"
5424       data-set: "vpp-compare-topologies-mrr-ref"
5425     - title: "2n-skx"
5426       data-set: "vpp-compare-topologies-mrr-cmp"
5427   comparisons:
5428     - title: "Diff"
5429       reference: 1
5430       compare: 2
5431   legend:
5432     - ""
5433     - "3n-skx, 2n-skx - topologies tested."
5434     - "Diff - difference between 3n-skx and 2n-skx topologies."
5435
5436 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5437 - type: "table"
5438   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5439   algorithm: "table_comparison"
5440   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5442   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5443   columns:
5444     - title: "3n-skx"
5445       data-set: "vpp-compare-topologies-mrr-ref"
5446     - title: "2n-skx"
5447       data-set: "vpp-compare-topologies-mrr-cmp"
5448   comparisons:
5449     - title: "Diff"
5450       reference: 1
5451       compare: 2
5452   legend:
5453     - ""
5454     - "3n-skx, 2n-skx - topologies tested."
5455     - "Diff - difference between 3n-skx and 2n-skx topologies."
5456
5457 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5458 - type: "table"
5459   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5460   algorithm: "table_comparison"
5461   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5462   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5463   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5464   columns:
5465     - title: "3n-hsw xl710"
5466       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5467       tag: "NIC_Intel-XL710"
5468     - title: "2n-clx xxv710"
5469       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5470       tag: "NIC_Intel-XXV710"
5471   comparisons:
5472     - title: "Diff"
5473       reference: 1
5474       compare: 2
5475   legend:
5476     - ""
5477     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5478     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5479
5480 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5481 - type: "table"
5482   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5483   algorithm: "table_comparison"
5484   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5485   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5486   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5487   columns:
5488     - title: "3n-hsw xl710"
5489       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5490       tag: "NIC_Intel-XL710"
5491     - title: "2n-clx xxv710"
5492       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5493       tag: "NIC_Intel-XXV710"
5494   comparisons:
5495     - title: "Diff"
5496       reference: 1
5497       compare: 2
5498   legend:
5499     - ""
5500     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5501     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5502
5503 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5504 - type: "table"
5505   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5506   algorithm: "table_comparison"
5507   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5508   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5509   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5510   columns:
5511     - title: "3n-hsw xl710"
5512       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5513       tag: "NIC_Intel-XL710"
5514     - title: "2n-clx xxv710"
5515       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5516       tag: "NIC_Intel-XXV710"
5517   comparisons:
5518     - title: "Diff"
5519       reference: 1
5520       compare: 2
5521   legend:
5522     - ""
5523     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5524     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5525
5526 # Detailed Test Results - VPP Performance Results 3n-hsw
5527 - type: "table"
5528   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5529   algorithm: "table_merged_details"
5530   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5531   columns:
5532     - title: " |prein| Test Name |preout| "
5533       data: "data name"
5534     - 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| "
5535       data: "data msg"
5536   data: "vpp-perf-results-3n-hsw"
5537   filter: "all"
5538   parameters:
5539   - "name"
5540   - "parent"
5541   - "msg"
5542
5543 # Detailed Test Results - VPP Performance Results 3n-skx
5544 - type: "table"
5545   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5546   algorithm: "table_merged_details"
5547   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5548   columns:
5549     - title: " |prein| Test Name |preout| "
5550       data: "data name"
5551     - 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| "
5552       data: "data msg"
5553   data: "vpp-perf-results-3n-skx"
5554   filter: "all"
5555   remove-ndr: False
5556   parameters:
5557   - "name"
5558   - "parent"
5559   - "msg"
5560
5561 # Detailed Test Results - VPP Performance Results 2n-skx
5562 - type: "table"
5563   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5564   algorithm: "table_merged_details"
5565   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5566   columns:
5567     - title: " |prein| Test Name |preout| "
5568       data: "data name"
5569     - 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| "
5570       data: "data msg"
5571   data: "vpp-perf-results-2n-skx"
5572   filter: "all"
5573   remove-ndr: False
5574   parameters:
5575   - "name"
5576   - "parent"
5577   - "msg"
5578
5579 # Detailed Test Results - VPP Performance Results 2n-clx
5580 - type: "table"
5581   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5582   algorithm: "table_merged_details"
5583   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5584   columns:
5585     - title: " |prein| Test Name |preout| "
5586       data: "data name"
5587     - 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| "
5588       data: "data msg"
5589   data: "vpp-perf-results-2n-clx"
5590   filter: "all"
5591   parameters:
5592   - "name"
5593   - "parent"
5594   - "msg"
5595
5596 # Detailed Test Results - VPP Performance Results 3n-tsh
5597 - type: "table"
5598   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5599   algorithm: "table_merged_details"
5600   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5601   columns:
5602     - title: " |prein| Test Name |preout| "
5603       data: "data name"
5604     - 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| "
5605       data: "data msg"
5606   data: "vpp-perf-results-3n-tsh"
5607   filter: "all"
5608   parameters:
5609   - "name"
5610   - "parent"
5611   - "msg"
5612
5613 # Detailed Test Results - VPP Performance Results 3n-dnv
5614 - type: "table"
5615   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5616   algorithm: "table_merged_details"
5617   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5618   columns:
5619     - title: " |prein| Test Name |preout| "
5620       data: "data name"
5621     - 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| "
5622       data: "data msg"
5623   data: "vpp-perf-results-3n-dnv"
5624   filter: "all"
5625   parameters:
5626   - "name"
5627   - "parent"
5628   - "msg"
5629
5630 # Detailed Test Results - VPP Performance Results 2n-dnv
5631 - type: "table"
5632   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5633   algorithm: "table_merged_details"
5634   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5635   columns:
5636     - title: " |prein| Test Name |preout| "
5637       data: "data name"
5638     - 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| "
5639       data: "data msg"
5640   data: "vpp-perf-results-2n-dnv"
5641   filter: "all"
5642   parameters:
5643   - "name"
5644   - "parent"
5645   - "msg"
5646
5647 # Test configuration - VPP Performance Test Configs 3n-hsw
5648 - type: "table"
5649   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5650   algorithm: "table_merged_details"
5651   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5652   columns:
5653     - title: " |prein| Test Name |preout| "
5654       data: "data name"
5655     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5656       data: "data conf-history"
5657   data: "vpp-perf-results-3n-hsw"
5658   filter: "all"
5659   parameters:
5660   - "parent"
5661   - "name"
5662   - "conf-history"
5663
5664 # Test configuration - VPP Performance Test Configs 3n-skx
5665 - type: "table"
5666   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5667   algorithm: "table_merged_details"
5668   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5669   columns:
5670     - title: " |prein| Test Name |preout| "
5671       data: "data name"
5672     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5673       data: "data conf-history"
5674   data: "vpp-perf-results-3n-skx"
5675   filter: "all"
5676   parameters:
5677   - "parent"
5678   - "name"
5679   - "conf-history"
5680
5681 # Test configuration - VPP Performance Test Configs 2n-skx
5682 - type: "table"
5683   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5684   algorithm: "table_merged_details"
5685   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5686   columns:
5687     - title: " |prein| Test Name |preout| "
5688       data: "data name"
5689     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5690       data: "data conf-history"
5691   data: "vpp-perf-results-2n-skx"
5692   filter: "all"
5693   parameters:
5694   - "parent"
5695   - "name"
5696   - "conf-history"
5697
5698 # Test configuration - VPP Performance Test Configs 2n-clx
5699 - type: "table"
5700   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5701   algorithm: "table_merged_details"
5702   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5703   columns:
5704     - title: " |prein| Test Name |preout| "
5705       data: "data name"
5706     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5707       data: "data conf-history"
5708   data: "vpp-perf-results-2n-clx"
5709   filter: "all"
5710   parameters:
5711   - "parent"
5712   - "name"
5713   - "conf-history"
5714
5715 # Test configuration - VPP Performance Test Configs 3n-tsh
5716 - type: "table"
5717   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5718   algorithm: "table_merged_details"
5719   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5720   columns:
5721     - title: " |prein| Test Name |preout| "
5722       data: "data name"
5723     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5724       data: "data conf-history"
5725   data: "vpp-perf-results-3n-tsh"
5726   filter: "all"
5727   parameters:
5728   - "parent"
5729   - "name"
5730   - "conf-history"
5731
5732 # Test configuration - VPP Performance Test Configs 3n-dnv
5733 - type: "table"
5734   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5735   algorithm: "table_merged_details"
5736   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5737   columns:
5738     - title: " |prein| Test Name |preout| "
5739       data: "data name"
5740     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5741       data: "data conf-history"
5742   data: "vpp-perf-results-3n-dnv"
5743   filter: "all"
5744   parameters:
5745   - "parent"
5746   - "name"
5747   - "conf-history"
5748
5749 # Test configuration - VPP Performance Test Configs 2n-dnv
5750 - type: "table"
5751   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5752   algorithm: "table_merged_details"
5753   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5754   columns:
5755     - title: " |prein| Test Name |preout| "
5756       data: "data name"
5757     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5758       data: "data conf-history"
5759   data: "vpp-perf-results-2n-dnv"
5760   filter: "all"
5761   parameters:
5762   - "parent"
5763   - "name"
5764   - "conf-history"
5765
5766 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5767 - type: "table"
5768   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5769   algorithm: "table_oper_data_html"
5770   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5771   data: "vpp-perf-results-3n-hsw"
5772   filter: "all"
5773
5774 # Test Operational Data - VPP Performance Operational Data 3n-skx
5775 - type: "table"
5776   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5777   algorithm: "table_oper_data_html"
5778   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5779   data: "vpp-perf-results-3n-skx"
5780   filter: "all"
5781
5782 # Test Operational Data - VPP Performance Operational Data 2n-skx
5783 - type: "table"
5784   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5785   algorithm: "table_oper_data_html"
5786   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5787   data: "vpp-perf-results-2n-skx"
5788   filter: "all"
5789
5790 # Test Operational Data - VPP Performance Operational Data 2n-clx
5791 - type: "table"
5792   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5793   algorithm: "table_oper_data_html"
5794   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5795   data: "vpp-perf-results-2n-clx"
5796   filter: "all"
5797
5798 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5799 - type: "table"
5800   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5801   algorithm: "table_oper_data_html"
5802   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5803   data: "vpp-perf-results-3n-tsh"
5804   filter: "all"
5805
5806 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5807 - type: "table"
5808   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5809   algorithm: "table_oper_data_html"
5810   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5811   data: "vpp-perf-results-3n-dnv"
5812   filter: "all"
5813
5814 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5815 - type: "table"
5816   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5817   algorithm: "table_oper_data_html"
5818   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5819   data: "vpp-perf-results-2n-dnv"
5820   filter: "all"
5821
5822 # Detailed Test Results - VPP MRR Results 3n-hsw
5823 - type: "table"
5824   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5825   algorithm: "table_merged_details"
5826   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5827   columns:
5828     - title: " |prein| Test Name |preout| "
5829       data: "data name"
5830     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5831       data: "data msg"
5832   data: "vpp-mrr-results-3n-hsw"
5833   filter: "all"
5834   parameters:
5835   - "name"
5836   - "parent"
5837   - "msg"
5838
5839 # Detailed Test Results - VPP MRR Results 3n-skx
5840 - type: "table"
5841   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5842   algorithm: "table_merged_details"
5843   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5844   columns:
5845     - title: " |prein| Test Name |preout| "
5846       data: "data name"
5847     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5848       data: "data msg"
5849   data: "vpp-mrr-results-3n-skx"
5850   filter: "all"
5851   parameters:
5852   - "name"
5853   - "parent"
5854   - "msg"
5855
5856 # Detailed Test Results - VPP MRR Results 2n-skx
5857 - type: "table"
5858   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5859   algorithm: "table_merged_details"
5860   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5861   columns:
5862     - title: " |prein| Test Name |preout| "
5863       data: "data name"
5864     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5865       data: "data msg"
5866   data: "vpp-mrr-results-2n-skx"
5867   filter: "all"
5868   parameters:
5869   - "name"
5870   - "parent"
5871   - "msg"
5872
5873 # Detailed Test Results - VPP MRR Results 2n-clx
5874 - type: "table"
5875   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5876   algorithm: "table_merged_details"
5877   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5878   columns:
5879     - title: " |prein| Test Name |preout| "
5880       data: "data name"
5881     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5882       data: "data msg"
5883   data: "vpp-mrr-results-2n-clx"
5884   filter: "all"
5885   parameters:
5886   - "name"
5887   - "parent"
5888   - "msg"
5889
5890 # Detailed Test Results - VPP MRR Results 3n-tsh
5891 - type: "table"
5892   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5893   algorithm: "table_merged_details"
5894   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5895   columns:
5896     - title: " |prein| Test Name |preout| "
5897       data: "data name"
5898     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5899       data: "data msg"
5900   data: "vpp-mrr-results-3n-tsh"
5901   filter: "all"
5902   parameters:
5903   - "name"
5904   - "parent"
5905   - "msg"
5906
5907 # Detailed Test Results - VPP MRR Results 3n-dnv
5908 - type: "table"
5909   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5910   algorithm: "table_merged_details"
5911   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5912   columns:
5913     - title: " |prein| Test Name |preout| "
5914       data: "data name"
5915     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5916       data: "data msg"
5917   data: "vpp-mrr-results-3n-dnv"
5918   filter: "all"
5919   parameters:
5920   - "name"
5921   - "parent"
5922   - "msg"
5923
5924 # Detailed Test Results - VPP MRR Results 2n-dnv
5925 - type: "table"
5926   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5927   algorithm: "table_merged_details"
5928   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5929   columns:
5930     - title: " |prein| Test Name |preout| "
5931       data: "data name"
5932     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5933       data: "data msg"
5934   data: "vpp-mrr-results-2n-dnv"
5935   filter: "all"
5936   parameters:
5937   - "name"
5938   - "parent"
5939   - "msg"
5940
5941 # Test configuration - VPP MRR Test Configs 3n-hsw
5942 - type: "table"
5943   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5944   algorithm: "table_merged_details"
5945   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5946   columns:
5947     - title: " |prein| Test Name |preout| "
5948       data: "data name"
5949     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5950       data: "data conf-history"
5951   data: "vpp-mrr-results-3n-hsw"
5952   filter: "all"
5953   parameters:
5954   - "parent"
5955   - "name"
5956   - "conf-history"
5957
5958 # Test configuration - VPP MRR Test Configs 3n-skx
5959 - type: "table"
5960   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5961   algorithm: "table_merged_details"
5962   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5963   columns:
5964     - title: " |prein| Test Name |preout| "
5965       data: "data name"
5966     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5967       data: "data conf-history"
5968   data: "vpp-mrr-results-3n-skx"
5969   filter: "all"
5970   parameters:
5971   - "parent"
5972   - "name"
5973   - "conf-history"
5974
5975 # Test configuration - VPP MRR Test Configs 2n-skx
5976 - type: "table"
5977   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5978   algorithm: "table_merged_details"
5979   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5980   columns:
5981     - title: " |prein| Test Name |preout| "
5982       data: "data name"
5983     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5984       data: "data conf-history"
5985   data: "vpp-mrr-results-2n-skx"
5986   filter: "all"
5987   parameters:
5988   - "parent"
5989   - "name"
5990   - "conf-history"
5991
5992 # Test configuration - VPP MRR Test Configs 2n-clx
5993 - type: "table"
5994   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5995   algorithm: "table_merged_details"
5996   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5997   columns:
5998     - title: " |prein| Test Name |preout| "
5999       data: "data name"
6000     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6001       data: "data conf-history"
6002   data: "vpp-mrr-results-2n-clx"
6003   filter: "all"
6004   parameters:
6005   - "parent"
6006   - "name"
6007   - "conf-history"
6008
6009 # Test configuration - VPP MRR Test Configs 3n-tsh
6010 - type: "table"
6011   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6012   algorithm: "table_merged_details"
6013   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6014   columns:
6015     - title: " |prein| Test Name |preout| "
6016       data: "data name"
6017     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6018       data: "data conf-history"
6019   data: "vpp-mrr-results-3n-tsh"
6020   filter: "all"
6021   parameters:
6022   - "parent"
6023   - "name"
6024   - "conf-history"
6025
6026 # Test configuration - VPP MRR Test Configs 3n-dnv
6027 - type: "table"
6028   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6029   algorithm: "table_merged_details"
6030   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6031   columns:
6032     - title: " |prein| Test Name |preout| "
6033       data: "data name"
6034     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6035       data: "data conf-history"
6036   data: "vpp-mrr-results-3n-dnv"
6037   filter: "all"
6038   parameters:
6039   - "parent"
6040   - "name"
6041   - "conf-history"
6042
6043 # Test configuration - VPP MRR Test Configs 2n-dnv
6044 - type: "table"
6045   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6046   algorithm: "table_merged_details"
6047   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6048   columns:
6049     - title: " |prein| Test Name |preout| "
6050       data: "data name"
6051     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6052       data: "data conf-history"
6053   data: "vpp-mrr-results-2n-dnv"
6054   filter: "all"
6055   parameters:
6056   - "parent"
6057   - "name"
6058   - "conf-history"
6059
6060 # Detailed Test Results - VPP Device Results - Ubuntu
6061 - type: "table"
6062   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6063   algorithm: "table_merged_details"
6064   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6065   columns:
6066     - title: " |prein| Test Name |preout| "
6067       data: "data name"
6068     - title: " |prein| Status |preout| "
6069       data: "data status"
6070   data: "vpp-device-results-ubuntu"
6071   filter: "all"
6072   parameters:
6073   - "name"
6074   - "parent"
6075   - "doc"
6076   - "status"
6077
6078 # Test configuration - VPP Device Test Configs - Ubuntu
6079 - type: "table"
6080   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6081   algorithm: "table_merged_details"
6082   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6083   columns:
6084     - title: " |prein| Test Name |preout| "
6085       data: "data name"
6086     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6087       data: "data conf-history"
6088   data: "vpp-device-results-ubuntu"
6089   filter: "all"
6090   parameters:
6091   - "parent"
6092   - "name"
6093   - "conf-history"
6094
6095 ################################################################################
6096
6097 # DPDK Performance Changes 3n-hsw 1t1c pdr
6098 - type: "table"
6099   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6100   algorithm: "table_comparison"
6101   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6102   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6103   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6104   columns:
6105     - title: "2001"
6106       data-set: "dpdk-performance-changes-3n-hsw-h1"
6107     - title: "2005"
6108       data-set: "dpdk-performance-changes-3n-hsw-ref"
6109     - title: "2009"
6110       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6111   comparisons:
6112     - title: "Diff"
6113       reference: 2
6114       compare: 3
6115   legend:
6116     - ""
6117     - "2001, 2005, 2009 - DPDK versions tested."
6118     - "Diff - difference between 2005 and 2009 DPDK version."
6119
6120 # DPDK Performance Changes 3n-hsw 2t2c pdr
6121 - type: "table"
6122   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6123   algorithm: "table_comparison"
6124   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6126   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6127   columns:
6128     - title: "2001"
6129       data-set: "dpdk-performance-changes-3n-hsw-h1"
6130     - title: "2005"
6131       data-set: "dpdk-performance-changes-3n-hsw-ref"
6132     - title: "2009"
6133       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6134   comparisons:
6135     - title: "Diff"
6136       reference: 2
6137       compare: 3
6138   legend:
6139     - ""
6140     - "2001, 2005, 2009 - DPDK versions tested."
6141     - "Diff - difference between 2005 and 2009 DPDK version."
6142
6143 # DPDK Performance Changes 3n-hsw 1t1c pdr
6144 - type: "table"
6145   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6146   algorithm: "table_comparison"
6147   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6149   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6150   columns:
6151     - title: "2001"
6152       data-set: "dpdk-performance-changes-3n-hsw-h1"
6153     - title: "2005"
6154       data-set: "dpdk-performance-changes-3n-hsw-ref"
6155     - title: "2009"
6156       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6157   comparisons:
6158     - title: "Diff"
6159       reference: 2
6160       compare: 3
6161   legend:
6162     - ""
6163     - "2001, 2005, 2009 - DPDK versions tested."
6164     - "Diff - difference between 2005 and 2009 DPDK version."
6165
6166 # DPDK Performance Changes 3n-hsw 2t2c ndr
6167 - type: "table"
6168   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6169   algorithm: "table_comparison"
6170   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6172   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6173   columns:
6174     - title: "2001"
6175       data-set: "dpdk-performance-changes-3n-hsw-h1"
6176     - title: "2005"
6177       data-set: "dpdk-performance-changes-3n-hsw-ref"
6178     - title: "2009"
6179       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6180   comparisons:
6181     - title: "Diff"
6182       reference: 2
6183       compare: 3
6184   legend:
6185     - ""
6186     - "2001, 2005, 2009 - DPDK versions tested."
6187     - "Diff - difference between 2005 and 2009 DPDK version."
6188
6189 # DPDK Performance Changes 3n-skx 2t1c pdr
6190 - type: "table"
6191   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6192   algorithm: "table_comparison"
6193   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6195   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6196   columns:
6197     - title: "2001"
6198       data-set: "dpdk-performance-changes-3n-skx-h1"
6199     - title: "2005"
6200       data-set: "dpdk-performance-changes-3n-skx-ref"
6201     - title: "2009"
6202       data-set: "dpdk-performance-changes-3n-skx-cmp"
6203   comparisons:
6204     - title: "Diff"
6205       reference: 2
6206       compare: 3
6207   legend:
6208     - ""
6209     - "2001, 2005, 2009 - DPDK versions tested."
6210     - "Diff - difference between 2005 and 2009 DPDK version."
6211
6212 # DPDK Performance Changes 3n-skx 4t2c pdr
6213 - type: "table"
6214   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6215   algorithm: "table_comparison"
6216   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6218   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6219   columns:
6220     - title: "2001"
6221       data-set: "dpdk-performance-changes-3n-skx-h1"
6222     - title: "2005"
6223       data-set: "dpdk-performance-changes-3n-skx-ref"
6224     - title: "2009"
6225       data-set: "dpdk-performance-changes-3n-skx-cmp"
6226   comparisons:
6227     - title: "Diff"
6228       reference: 2
6229       compare: 3
6230   legend:
6231     - ""
6232     - "2001, 2005, 2009 - DPDK versions tested."
6233     - "Diff - difference between 2005 and 2009 DPDK version."
6234
6235 # DPDK Performance Changes 3n-skx 2t1c ndr
6236 - type: "table"
6237   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6238   algorithm: "table_comparison"
6239   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6240   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6241   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6242   columns:
6243     - title: "2001"
6244       data-set: "dpdk-performance-changes-3n-skx-h1"
6245     - title: "2005"
6246       data-set: "dpdk-performance-changes-3n-skx-ref"
6247     - title: "2009"
6248       data-set: "dpdk-performance-changes-3n-skx-cmp"
6249   comparisons:
6250     - title: "Diff"
6251       reference: 2
6252       compare: 3
6253   legend:
6254     - ""
6255     - "2001, 2005, 2009 - DPDK versions tested."
6256     - "Diff - difference between 2005 and 2009 DPDK version."
6257
6258 # DPDK Performance Changes 3n-skx 4t2c ndr
6259 - type: "table"
6260   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6261   algorithm: "table_comparison"
6262   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6264   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6265   columns:
6266     - title: "2001"
6267       data-set: "dpdk-performance-changes-3n-skx-h1"
6268     - title: "2005"
6269       data-set: "dpdk-performance-changes-3n-skx-ref"
6270     - title: "2009"
6271       data-set: "dpdk-performance-changes-3n-skx-cmp"
6272   comparisons:
6273     - title: "Diff"
6274       reference: 2
6275       compare: 3
6276   legend:
6277     - ""
6278     - "2001, 2005, 2009 - DPDK versions tested."
6279     - "Diff - difference between 2005 and 2009 DPDK version."
6280
6281 # DPDK Performance Changes 2n-skx 2t1c pdr
6282 - type: "table"
6283   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6284   algorithm: "table_comparison"
6285   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6287   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6288   columns:
6289     - title: "2001"
6290       data-set: "dpdk-performance-changes-2n-skx-h1"
6291     - title: "2005"
6292       data-set: "dpdk-performance-changes-2n-skx-ref"
6293     - title: "2009"
6294       data-set: "dpdk-performance-changes-2n-skx-cmp"
6295   comparisons:
6296     - title: "Diff"
6297       reference: 2
6298       compare: 3
6299   legend:
6300     - ""
6301     - "2001, 2005, 2009 - DPDK versions tested."
6302     - "Diff - difference between 2005 and 2009 DPDK version."
6303
6304 # DPDK Performance Changes 2n-skx 4t2c pdr
6305 - type: "table"
6306   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6307   algorithm: "table_comparison"
6308   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6310   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6311   columns:
6312     - title: "2001"
6313       data-set: "dpdk-performance-changes-2n-skx-h1"
6314     - title: "2005"
6315       data-set: "dpdk-performance-changes-2n-skx-ref"
6316     - title: "2009"
6317       data-set: "dpdk-performance-changes-2n-skx-cmp"
6318   comparisons:
6319     - title: "Diff"
6320       reference: 2
6321       compare: 3
6322   legend:
6323     - ""
6324     - "2001, 2005, 2009 - DPDK versions tested."
6325     - "Diff - difference between 2005 and 2009 DPDK version."
6326
6327 # DPDK Performance Changes 2n-skx 2t1c ndr
6328 - type: "table"
6329   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6330   algorithm: "table_comparison"
6331   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6332   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6333   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6334   columns:
6335     - title: "2001"
6336       data-set: "dpdk-performance-changes-2n-skx-h1"
6337     - title: "2005"
6338       data-set: "dpdk-performance-changes-2n-skx-ref"
6339     - title: "2009"
6340       data-set: "dpdk-performance-changes-2n-skx-cmp"
6341   comparisons:
6342     - title: "Diff"
6343       reference: 2
6344       compare: 3
6345   legend:
6346     - ""
6347     - "2001, 2005, 2009 - DPDK versions tested."
6348     - "Diff - difference between 2005 and 2009 DPDK version."
6349
6350 # DPDK Performance Changes 2n-skx 4t2c ndr
6351 - type: "table"
6352   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6353   algorithm: "table_comparison"
6354   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6356   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6357   columns:
6358     - title: "2001"
6359       data-set: "dpdk-performance-changes-2n-skx-h1"
6360     - title: "2005"
6361       data-set: "dpdk-performance-changes-2n-skx-ref"
6362     - title: "2009"
6363       data-set: "dpdk-performance-changes-2n-skx-cmp"
6364   comparisons:
6365     - title: "Diff"
6366       reference: 2
6367       compare: 3
6368   legend:
6369     - ""
6370     - "2001, 2005, 2009 - DPDK versions tested."
6371     - "Diff - difference between 2005 and 2009 DPDK version."
6372
6373 # DPDK Performance Changes 2n-clx 2t1c pdr
6374 - type: "table"
6375   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6376   algorithm: "table_comparison"
6377   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6379   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6380   columns:
6381     - title: "2001"
6382       data-set: "dpdk-performance-changes-2n-clx-h1"
6383     - title: "2005"
6384       data-set: "dpdk-performance-changes-2n-clx-ref"
6385     - title: "2009"
6386       data-set: "dpdk-performance-changes-2n-clx-cmp"
6387   comparisons:
6388     - title: "Diff"
6389       reference: 2
6390       compare: 3
6391   legend:
6392     - ""
6393     - "2001, 2005, 2009 - DPDK versions tested."
6394     - "Diff - difference between 2005 and 2009 DPDK version."
6395
6396 # DPDK Performance Changes 2n-clx 4t2c pdr
6397 - type: "table"
6398   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6399   algorithm: "table_comparison"
6400   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6402   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6403   columns:
6404     - title: "2001"
6405       data-set: "dpdk-performance-changes-2n-clx-h1"
6406     - title: "2005"
6407       data-set: "dpdk-performance-changes-2n-clx-ref"
6408     - title: "2009"
6409       data-set: "dpdk-performance-changes-2n-clx-cmp"
6410   comparisons:
6411     - title: "Diff"
6412       reference: 2
6413       compare: 3
6414   legend:
6415     - ""
6416     - "2001, 2005, 2009 - DPDK versions tested."
6417     - "Diff - difference between 2005 and 2009 DPDK version."
6418
6419 # DPDK Performance Changes 2n-clx 2t1c ndr
6420 - type: "table"
6421   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6422   algorithm: "table_comparison"
6423   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6425   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6426   columns:
6427     - title: "2001"
6428       data-set: "dpdk-performance-changes-2n-clx-h1"
6429     - title: "2005"
6430       data-set: "dpdk-performance-changes-2n-clx-ref"
6431     - title: "2009"
6432       data-set: "dpdk-performance-changes-2n-clx-cmp"
6433   comparisons:
6434     - title: "Diff"
6435       reference: 2
6436       compare: 3
6437   legend:
6438     - ""
6439     - "2001, 2005, 2009 - DPDK versions tested."
6440     - "Diff - difference between 2005 and 2009 DPDK version."
6441
6442 # DPDK Performance Changes 2n-clx 4t2c ndr
6443 - type: "table"
6444   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6445   algorithm: "table_comparison"
6446   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6448   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6449   columns:
6450     - title: "2001"
6451       data-set: "dpdk-performance-changes-2n-clx-h1"
6452     - title: "2005"
6453       data-set: "dpdk-performance-changes-2n-clx-ref"
6454     - title: "2009"
6455       data-set: "dpdk-performance-changes-2n-clx-cmp"
6456   comparisons:
6457     - title: "Diff"
6458       reference: 2
6459       compare: 3
6460   legend:
6461     - ""
6462     - "2001, 2005, 2009 - DPDK versions tested."
6463     - "Diff - difference between 2005 and 2009 DPDK version."
6464
6465 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6466 #- type: "table"
6467 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6468 #  algorithm: "table_comparison"
6469 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6470 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6471 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6472 #  columns:
6473 #    - title: "2001"
6474 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6475 #    - title: "2005"
6476 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6477 #    - title: "2009"
6478 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6479 #  comparisons:
6480 #    - title: "Diff"
6481 #      reference: 2
6482 #      compare: 3
6483 #  legend:
6484 #    - ""
6485 #    - "2001, 2005, 2009 - DPDK versions tested."
6486 #    - "Diff - difference between 2005 and 2009 DPDK version."
6487 #
6488 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6489 #- type: "table"
6490 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6491 #  algorithm: "table_comparison"
6492 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6493 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6494 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6495 #  columns:
6496 #    - title: "2001"
6497 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6498 #    - title: "2005"
6499 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6500 #    - title: "2009"
6501 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6502 #  comparisons:
6503 #    - title: "Diff"
6504 #      reference: 2
6505 #      compare: 3
6506 #  legend:
6507 #    - ""
6508 #    - "2001, 2005, 2009 - DPDK versions tested."
6509 #    - "Diff - difference between 2005 and 2009 DPDK version."
6510 #
6511 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6512 #- type: "table"
6513 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6514 #  algorithm: "table_comparison"
6515 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6516 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6517 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6518 #  columns:
6519 #    - title: "2001"
6520 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6521 #    - title: "2005"
6522 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6523 #    - title: "2009"
6524 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6525 #  comparisons:
6526 #    - title: "Diff"
6527 #      reference: 2
6528 #      compare: 3
6529 #  legend:
6530 #    - ""
6531 #    - "2001, 2005, 2009 - DPDK versions tested."
6532 #    - "Diff - difference between 2005 and 2009 DPDK version."
6533 #
6534 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6535 #- type: "table"
6536 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6537 #  algorithm: "table_comparison"
6538 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6539 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6540 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6541 #  columns:
6542 #    - title: "2001"
6543 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6544 #    - title: "2005"
6545 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6546 #    - title: "2009"
6547 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6548 #  comparisons:
6549 #    - title: "Diff"
6550 #      reference: 2
6551 #      compare: 3
6552 #  legend:
6553 #    - ""
6554 #    - "2001, 2005, 2009 - DPDK versions tested."
6555 #    - "Diff - difference between 2005 and 2009 DPDK version."
6556 #
6557 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6558 #- type: "table"
6559 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6560 #  algorithm: "table_comparison"
6561 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6562 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6563 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6564 #  columns:
6565 #    - title: "2001"
6566 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6567 #    - title: "2005"
6568 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6569 #    - title: "2009"
6570 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6571 #  comparisons:
6572 #    - title: "Diff"
6573 #      reference: 2
6574 #      compare: 3
6575 #  legend:
6576 #    - ""
6577 #    - "2001, 2005, 2009 - DPDK versions tested."
6578 #    - "Diff - difference between 2005 and 2009 DPDK version."
6579 #
6580 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6581 #- type: "table"
6582 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6583 #  algorithm: "table_comparison"
6584 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6585 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6586 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6587 #  columns:
6588 #    - title: "2001"
6589 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6590 #    - title: "2005"
6591 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6592 #    - title: "2009"
6593 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6594 #  comparisons:
6595 #    - title: "Diff"
6596 #      reference: 2
6597 #      compare: 3
6598 #  legend:
6599 #    - ""
6600 #    - "2001, 2005, 2009 - DPDK versions tested."
6601 #    - "Diff - difference between 2005 and 2009 DPDK version."
6602 #
6603 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6604 #- type: "table"
6605 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6606 #  algorithm: "table_comparison"
6607 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6608 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6609 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6610 #  columns:
6611 #    - title: "2001"
6612 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6613 #    - title: "2005"
6614 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6615 #    - title: "2009"
6616 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6617 #  comparisons:
6618 #    - title: "Diff"
6619 #      reference: 2
6620 #      compare: 3
6621 #  legend:
6622 #    - ""
6623 #    - "2001, 2005, 2009 - DPDK versions tested."
6624 #    - "Diff - difference between 2005 and 2009 DPDK version."
6625 #
6626 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6627 #- type: "table"
6628 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6629 #  algorithm: "table_comparison"
6630 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6631 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6632 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6633 #  columns:
6634 #    - title: "2001"
6635 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6636 #    - title: "2005"
6637 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6638 #    - title: "2009"
6639 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6640 #  comparisons:
6641 #    - title: "Diff"
6642 #      reference: 2
6643 #      compare: 3
6644 #  legend:
6645 #    - ""
6646 #    - "2001, 2005, 2009 - DPDK versions tested."
6647 #    - "Diff - difference between 2005 and 2009 DPDK version."
6648
6649 # DPDK Performance Changes 3n-tsh 1t1c pdr
6650 - type: "table"
6651   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6652   algorithm: "table_comparison"
6653   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6654   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6655   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6656   columns:
6657     - title: "2001"
6658       data-set: "dpdk-performance-changes-3n-tsh-h1"
6659     - title: "2005"
6660       data-set: "dpdk-performance-changes-3n-tsh-ref"
6661     - title: "2009"
6662       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6663   comparisons:
6664     - title: "Diff"
6665       reference: 2
6666       compare: 3
6667   legend:
6668     - ""
6669     - "2001, 2005, 2009 - DPDK versions tested."
6670     - "Diff - difference between 2005 and 2009 DPDK version."
6671
6672 # DPDK Performance Changes 3n-tsh 2t2c pdr
6673 - type: "table"
6674   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6675   algorithm: "table_comparison"
6676   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6678   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6679   columns:
6680     - title: "2001"
6681       data-set: "dpdk-performance-changes-3n-tsh-h1"
6682     - title: "2005"
6683       data-set: "dpdk-performance-changes-3n-tsh-ref"
6684     - title: "2009"
6685       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6686   comparisons:
6687     - title: "Diff"
6688       reference: 2
6689       compare: 3
6690   legend:
6691     - ""
6692     - "2001, 2005, 2009 - DPDK versions tested."
6693     - "Diff - difference between 2005 and 2009 DPDK version."
6694
6695 # DPDK Performance Changes 3n-tsh 1t1c ndr
6696 - type: "table"
6697   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6698   algorithm: "table_comparison"
6699   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6701   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6702   columns:
6703     - title: "2001"
6704       data-set: "dpdk-performance-changes-3n-tsh-h1"
6705     - title: "2005"
6706       data-set: "dpdk-performance-changes-3n-tsh-ref"
6707     - title: "2009"
6708       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6709   comparisons:
6710     - title: "Diff"
6711       reference: 2
6712       compare: 3
6713   legend:
6714     - ""
6715     - "2001, 2005, 2009 - DPDK versions tested."
6716     - "Diff - difference between 2005 and 2009 DPDK version."
6717
6718 # DPDK Performance Changes 3n-tsh 2t2c ndr
6719 - type: "table"
6720   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6721   algorithm: "table_comparison"
6722   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6723   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6724   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6725   columns:
6726     - title: "2001"
6727       data-set: "dpdk-performance-changes-3n-tsh-h1"
6728     - title: "2005"
6729       data-set: "dpdk-performance-changes-3n-tsh-ref"
6730     - title: "2009"
6731       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6732   comparisons:
6733     - title: "Diff"
6734       reference: 2
6735       compare: 3
6736   legend:
6737     - ""
6738     - "2001, 2005, 2009 - DPDK versions tested."
6739     - "Diff - difference between 2005 and 2009 DPDK version."
6740
6741 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6742 - type: "table"
6743   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6744   algorithm: "table_comparison"
6745   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6746   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6747   filter: "'NIC_Intel-X710'"
6748   columns:
6749     - title: "3n-hsw x710"
6750       data-set: "dpdk-compare-testbeds-ref"
6751     - title: "3n-skx x710"
6752       data-set: "dpdk-compare-testbeds-cmp"
6753   comparisons:
6754     - title: "Diff"
6755       reference: 1
6756       compare: 2
6757   legend:
6758     - ""
6759     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6760     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6761
6762 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6763 - type: "table"
6764   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6765   algorithm: "table_comparison"
6766   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6768   filter: "'NIC_Intel-X710'"
6769   columns:
6770     - title: "3n-hsw x710"
6771       data-set: "dpdk-compare-testbeds-ref"
6772     - title: "3n-skx x710"
6773       data-set: "dpdk-compare-testbeds-cmp"
6774   comparisons:
6775     - title: "Diff"
6776       reference: 1
6777       compare: 2
6778   legend:
6779     - ""
6780     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6781     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6782
6783 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6784 - type: "table"
6785   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6786   algorithm: "table_comparison"
6787   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6789   filter: "'NIC_Intel-XXV710'"
6790   columns:
6791     - title: "2n-skx"
6792       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6793     - title: "2n-clx"
6794       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6795   comparisons:
6796     - title: "Diff"
6797       reference: 1
6798       compare: 2
6799   legend:
6800     - ""
6801     - "2n-skx, 2n-clx - testbeds and NICs tested."
6802     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6803
6804 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6805 - type: "table"
6806   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6807   algorithm: "table_comparison"
6808   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6810   filter: "'NIC_Intel-XXV710'"
6811   columns:
6812     - title: "2n-skx"
6813       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6814     - title: "2n-clx"
6815       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6816   comparisons:
6817     - title: "Diff"
6818       reference: 1
6819       compare: 2
6820   legend:
6821     - ""
6822     - "2n-skx, 2n-clx - testbeds and NICs tested."
6823     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6824
6825 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6826 - type: "table"
6827   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6828   algorithm: "table_comparison"
6829   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6830   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6831   filter: "'NIC_Intel-XXV710'"
6832   columns:
6833     - title: "3n-skx"
6834       data-set: "dpdk-compare-topologies-ref"
6835     - title: "2n-skx"
6836       data-set: "dpdk-compare-topologies-cmp"
6837   comparisons:
6838     - title: "Diff"
6839       reference: 1
6840       compare: 2
6841   legend:
6842     - ""
6843     - "3n-skx, 2n-skx - topologies tested."
6844     - "Diff - difference between 3n-skx and 2n-skx topologies."
6845
6846 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6847 - type: "table"
6848   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6849   algorithm: "table_comparison"
6850   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6852   filter: "'NIC_Intel-XXV710'"
6853   columns:
6854     - title: "3n-skx"
6855       data-set: "dpdk-compare-topologies-ref"
6856     - title: "2n-skx"
6857       data-set: "dpdk-compare-topologies-cmp"
6858   comparisons:
6859     - title: "Diff"
6860       reference: 1
6861       compare: 2
6862   legend:
6863     - ""
6864     - "3n-skx, 2n-skx - topologies tested."
6865     - "Diff - difference between 3n-skx and 2n-skx topologies."
6866
6867 # Detailed Test Results - DPDK Performance Results 3n-hsw
6868 - type: "table"
6869   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6870   algorithm: "table_merged_details"
6871   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6872   columns:
6873     - title: " |prein| Test Name |preout| "
6874       data: "data name"
6875     - 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| "
6876       data: "data msg"
6877   data: "dpdk-perf-results-3n-hsw"
6878   filter: "all"
6879   parameters:
6880   - "name"
6881   - "parent"
6882   - "msg"
6883
6884 # Detailed Test Results - DPDK Performance Results 3n-skx
6885 - type: "table"
6886   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6887   algorithm: "table_merged_details"
6888   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6889   columns:
6890     - title: " |prein| Test Name |preout| "
6891       data: "data name"
6892     - 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| "
6893       data: "data msg"
6894   data: "dpdk-perf-results-3n-skx"
6895   filter: "all"
6896   remove-ndr: False
6897   parameters:
6898   - "name"
6899   - "parent"
6900   - "msg"
6901
6902 # Detailed Test Results - DPDK Performance Results 2n-skx
6903 - type: "table"
6904   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6905   algorithm: "table_merged_details"
6906   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6907   columns:
6908     - title: " |prein| Test Name |preout| "
6909       data: "data name"
6910     - 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| "
6911       data: "data msg"
6912   data: "dpdk-perf-results-2n-skx"
6913   filter: "all"
6914   remove-ndr: False
6915   parameters:
6916   - "name"
6917   - "parent"
6918   - "msg"
6919
6920 # Detailed Test Results - DPDK Performance Results 2n-clx
6921 - type: "table"
6922   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6923   algorithm: "table_merged_details"
6924   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6925   columns:
6926     - title: " |prein| Test Name |preout| "
6927       data: "data name"
6928     - 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| "
6929       data: "data msg"
6930   data: "dpdk-perf-results-2n-clx"
6931   filter: "all"
6932   parameters:
6933   - "name"
6934   - "parent"
6935   - "msg"
6936
6937 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6938 #- type: "table"
6939 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6940 #  algorithm: "table_merged_details"
6941 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6942 #  columns:
6943 #    - title: " |prein| Test Name |preout| "
6944 #      data: "data name"
6945 #    - 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| "
6946 #      data: "data msg"
6947 #  data: "dpdk-perf-results-2n-dnv"
6948 #  filter: "all"
6949 #  parameters:
6950 #  - "name"
6951 #  - "parent"
6952 #  - "msg"
6953 #
6954 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6955 #- type: "table"
6956 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6957 #  algorithm: "table_merged_details"
6958 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6959 #  columns:
6960 #    - title: " |prein| Test Name |preout| "
6961 #      data: "data name"
6962 #    - 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| "
6963 #      data: "data msg"
6964 #  data: "dpdk-perf-results-3n-dnv"
6965 #  filter: "all"
6966 #  parameters:
6967 #  - "name"
6968 #  - "parent"
6969 #  - "msg"
6970
6971 # Detailed Test Results - DPDK Performance Results 3n-tsh
6972 - type: "table"
6973   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6974   algorithm: "table_merged_details"
6975   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6976   columns:
6977     - title: " |prein| Test Name |preout| "
6978       data: "data name"
6979     - 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| "
6980       data: "data msg"
6981   data: "dpdk-perf-results-3n-tsh"
6982   filter: "all"
6983   parameters:
6984   - "name"
6985   - "parent"
6986   - "msg"
6987
6988 ################################################################################
6989 ###                                F I L E S                                 ###
6990 ################################################################################
6991
6992 # VPP Performance Results
6993 - type: "file"
6994   title: "VPP Performance Results"
6995   algorithm: "file_details_split"
6996   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6997   dir-tables:
6998     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6999     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7000     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7001     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7002     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7003     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7004     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7005   data:
7006     - "vpp-perf-results-2n-skx"
7007     - "vpp-perf-results-3n-skx"
7008     - "vpp-perf-results-2n-clx"
7009     - "vpp-perf-results-3n-hsw"
7010     - "vpp-perf-results-3n-tsh"
7011     - "vpp-perf-results-2n-dnv"
7012     - "vpp-perf-results-3n-dnv"
7013   filter: "all"
7014   data-start-level: 4
7015   order-chapters:
7016     level-1:
7017       - "l2"
7018       - "ip4"
7019       - "ip6"
7020       - "srv6"
7021       - "ip4_tunnels"
7022       - "ip6_tunnels"
7023       - "vm_vhost"
7024       - "container_memif"
7025       - "crypto"
7026       - "vts"
7027       - "lb"
7028       - "nfv_density"
7029       - "hoststack"
7030     level-2:
7031       - "2n-skx"
7032       - "3n-skx"
7033       - "2n-clx"
7034       - "3n-hsw"
7035       - "3n-tsh"
7036       - "2n-dnv"
7037       - "3n-dnv"
7038     level-3:
7039       - "xl710"
7040       - "x520"
7041       - "xxv710"
7042       - "x710"
7043       - "x553"
7044       - "cx556a"
7045       - "vic1227"
7046       - "vic1385"
7047
7048 # VPP Performance Configuration
7049 - type: "file"
7050   title: "VPP Performance Configuration"
7051   algorithm: "file_details_split"
7052   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7053   dir-tables:
7054     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7055     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7056     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7057     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7058     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7059     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7060     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7061   data:
7062     - "vpp-perf-results-2n-skx"
7063     - "vpp-perf-results-3n-skx"
7064     - "vpp-perf-results-2n-clx"
7065     - "vpp-perf-results-3n-hsw"
7066     - "vpp-perf-results-3n-tsh"
7067     - "vpp-perf-results-2n-dnv"
7068     - "vpp-perf-results-3n-dnv"
7069   filter: "all"
7070   data-start-level: 4
7071   order-chapters:
7072     level-1:
7073       - "l2"
7074       - "ip4"
7075       - "ip6"
7076       - "srv6"
7077       - "ip4_tunnels"
7078       - "ip6_tunnels"
7079       - "vm_vhost"
7080       - "container_memif"
7081       - "crypto"
7082       - "vts"
7083       - "lb"
7084       - "nfv_density"
7085       - "hoststack"
7086     level-2:
7087       - "2n-skx"
7088       - "3n-skx"
7089       - "2n-clx"
7090       - "3n-hsw"
7091       - "3n-tsh"
7092       - "2n-dnv"
7093       - "3n-dnv"
7094     level-3:
7095       - "xl710"
7096       - "x520"
7097       - "xxv710"
7098       - "x710"
7099       - "x553"
7100       - "cx556a"
7101       - "vic1227"
7102       - "vic1385"
7103
7104 # VPP Performance Operational
7105 - type: "file"
7106   title: "VPP Performance Operational"
7107   algorithm: "file_details_split_html"
7108   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7109   dir-tables:
7110     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7111     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7112     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7113     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7114     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7115     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7116     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7117   data:
7118     - "vpp-perf-results-2n-skx"
7119     - "vpp-perf-results-3n-skx"
7120     - "vpp-perf-results-2n-clx"
7121     - "vpp-perf-results-3n-hsw"
7122     - "vpp-perf-results-3n-tsh"
7123     - "vpp-perf-results-2n-dnv"
7124     - "vpp-perf-results-3n-dnv"
7125   filter: "all"
7126   data-start-level: 4
7127   order-chapters:
7128     level-1:
7129       - "l2"
7130       - "ip4"
7131       - "ip6"
7132       - "srv6"
7133       - "ip4_tunnels"
7134       - "ip6_tunnels"
7135       - "vm_vhost"
7136       - "container_memif"
7137       - "crypto"
7138       - "vts"
7139       - "lb"
7140       - "nfv_density"
7141       - "hoststack"
7142     level-2:
7143       - "2n-skx"
7144       - "3n-skx"
7145       - "2n-clx"
7146       - "3n-hsw"
7147       - "3n-tsh"
7148       - "2n-dnv"
7149       - "3n-dnv"
7150     level-3:
7151       - "xl710"
7152       - "x520"
7153       - "xxv710"
7154       - "x710"
7155       - "x553"
7156       - "cx556a"
7157       - "vic1227"
7158       - "vic1385"
7159
7160 # VPP MRR Results
7161 - type: "file"
7162   title: "VPP MRR Results"
7163   algorithm: "file_details_split"
7164   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7165   dir-tables:
7166     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7167     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7168     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7169     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7170     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7171     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7172     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7173   data:
7174     - "vpp-mrr-results-2n-skx"
7175     - "vpp-mrr-results-3n-skx"
7176     - "vpp-mrr-results-2n-clx"
7177     - "vpp-mrr-results-3n-hsw"
7178     - "vpp-mrr-results-3n-tsh"
7179     - "vpp-mrr-results-2n-dnv"
7180     - "vpp-mrr-results-3n-dnv"
7181   filter: "all"
7182   data-start-level: 4
7183   order-chapters:
7184     level-1:
7185       - "l2"
7186       - "ip4"
7187       - "ip6"
7188       - "srv6"
7189       - "ip4_tunnels"
7190       - "ip6_tunnels"
7191       - "vm_vhost"
7192       - "container_memif"
7193       - "crypto"
7194       - "vts"
7195       - "lb"
7196       - "nfv_density"
7197       - "hoststack"
7198     level-2:
7199       - "2n-skx"
7200       - "3n-skx"
7201       - "2n-clx"
7202       - "3n-hsw"
7203       - "3n-tsh"
7204       - "2n-dnv"
7205       - "3n-dnv"
7206     level-3:
7207       - "xl710"
7208       - "x520"
7209       - "xxv710"
7210       - "x710"
7211       - "x553"
7212       - "cx556a"
7213       - "vic1227"
7214       - "vic1385"
7215
7216 # VPP MRR Configuration
7217 - type: "file"
7218   title: "VPP MRR Configuration"
7219   algorithm: "file_details_split"
7220   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7221   dir-tables:
7222     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7223     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7224     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7225     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7226     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7227     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7228     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7229   data:
7230     - "vpp-mrr-results-2n-skx"
7231     - "vpp-mrr-results-3n-skx"
7232     - "vpp-mrr-results-2n-clx"
7233     - "vpp-mrr-results-3n-hsw"
7234     - "vpp-mrr-results-3n-tsh"
7235     - "vpp-mrr-results-2n-dnv"
7236     - "vpp-mrr-results-3n-dnv"
7237   filter: "all"
7238   data-start-level: 4
7239   order-chapters:
7240     level-1:
7241       - "l2"
7242       - "ip4"
7243       - "ip6"
7244       - "srv6"
7245       - "ip4_tunnels"
7246       - "ip6_tunnels"
7247       - "vm_vhost"
7248       - "container_memif"
7249       - "crypto"
7250       - "vts"
7251       - "lb"
7252       - "nfv_density"
7253       - "hoststack"
7254     level-2:
7255       - "2n-skx"
7256       - "3n-skx"
7257       - "2n-clx"
7258       - "3n-hsw"
7259       - "3n-tsh"
7260       - "2n-dnv"
7261       - "3n-dnv"
7262     level-3:
7263       - "xl710"
7264       - "x520"
7265       - "xxv710"
7266       - "x710"
7267       - "x553"
7268       - "cx556a"
7269       - "vic1227"
7270       - "vic1385"
7271
7272 # VPP Device Results - Ubuntu
7273 - type: "file"
7274   title: "VPP Device Results - Ubuntu"
7275   algorithm: "file_test_results"
7276   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7277   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7278   data: "vpp-device-results-ubuntu"
7279   filter: "all"
7280   data-start-level: 4
7281
7282 # VPP Device Configuration - Ubuntu
7283 - type: "file"
7284   title: "VPP Device Configuration - Ubuntu"
7285   algorithm: "file_test_results"
7286   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7287   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7288   data: "vpp-device-results-ubuntu"
7289   filter: "all"
7290   data-start-level: 4
7291
7292 # DPDK Performance Results 3n-hsw
7293 - type: "file"
7294   title: "DPDK Performance Results 3n-hsw"
7295   algorithm: "file_test_results"
7296   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7297   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7298   data: "dpdk-perf-results-3n-hsw"
7299   filter: "all"
7300   data-start-level: 4
7301
7302 # DPDK Performance Results 3n-skx
7303 - type: "file"
7304   title: "DPDK Performance Results 3n-skx"
7305   algorithm: "file_test_results"
7306   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7307   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7308   data: "dpdk-perf-results-3n-skx"
7309   filter: "all"
7310   data-start-level: 4
7311
7312 # DPDK Performance Results 2n-skx
7313 - type: "file"
7314   title: "DPDK Performance Results 2n-skx"
7315   algorithm: "file_test_results"
7316   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7317   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7318   data: "dpdk-perf-results-2n-skx"
7319   filter: "all"
7320   data-start-level: 4
7321
7322 # DPDK Performance Results 2n-clx
7323 - type: "file"
7324   title: "DPDK Performance Results 2n-clx"
7325   algorithm: "file_test_results"
7326   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7327   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7328   data: "dpdk-perf-results-2n-clx"
7329   filter: "all"
7330   data-start-level: 4
7331
7332 ## DPDK Performance Results 2n-dnv
7333 #- type: "file"
7334 #  title: "DPDK Performance Results 2n-dnv"
7335 #  algorithm: "file_test_results"
7336 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7337 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7338 #  data: "dpdk-perf-results-2n-dnv"
7339 #  filter: "all"
7340 #  data-start-level: 4
7341 #
7342 ## DPDK Performance Results 3n-dnv
7343 #- type: "file"
7344 #  title: "DPDK Performance Results 3n-dnv"
7345 #  algorithm: "file_test_results"
7346 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7347 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7348 #  data: "dpdk-perf-results-3n-dnv"
7349 #  filter: "all"
7350 #  data-start-level: 4
7351
7352 # DPDK Performance Results 3n-tsh
7353 - type: "file"
7354   title: "DPDK Performance Results 3n-tsh"
7355   algorithm: "file_test_results"
7356   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7357   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7358   data: "dpdk-perf-results-3n-tsh"
7359   filter: "all"
7360   data-start-level: 4
7361
7362 ################################################################################
7363 ###                                P L O T S                                 ###
7364 ################################################################################
7365
7366 # Hoststack tests 3n-hsw
7367
7368 - type: "plot"
7369   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7370   algorithm: "plot_perf_box_name"
7371   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7372   data: "plot-vpp-hoststack-3n-hsw"
7373   include:
7374     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7375     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7376   layout:
7377     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7378     layout: "plot-hoststack"
7379
7380 - type: "plot"
7381   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7382   algorithm: "plot_perf_box_name"
7383   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7384   data: "plot-vpp-hoststack-3n-hsw"
7385   include:
7386     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7387     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7388   layout:
7389     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7390     layout: "plot-hoststack"
7391
7392 - type: "plot"
7393   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7394   algorithm: "plot_perf_box_name"
7395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7396   data: "plot-vpp-hoststack-3n-hsw"
7397   include:
7398     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7399     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7400     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7401     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7402   layout:
7403     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7404     layout: "plot-hoststack"
7405
7406 ################################################################################
7407
7408 # Soak Test (PLRsearch), boxes - 2n-clx
7409 - type: "plot"
7410   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7411   algorithm: "plot_perf_box_name"
7412   output-file-type: ".html"
7413   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7414   data: "plot-vpp-soak-2n-clx"
7415   include:
7416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7422   layout:
7423     title: "30 Minutes Soak Test (PLRsearch)"
7424     layout: "plot-soak-throughput"
7425
7426 # Soak Test (PLRsearch), boxes - 2n-clx
7427 - type: "plot"
7428   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7429   algorithm: "plot_perf_box_name"
7430   output-file-type: ".html"
7431   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7432   data: "plot-vpp-soak-2n-clx"
7433   include:
7434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7436     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7439     - "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"
7440   layout:
7441     title: "30 Minutes Soak Test (PLRsearch)"
7442     layout: "plot-soak-throughput"
7443
7444 # Soak Test (PLRsearch), boxes - 2n-skx
7445 - type: "plot"
7446   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7447   algorithm: "plot_perf_box_name"
7448   output-file-type: ".html"
7449   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7450   data: "plot-vpp-soak-2n-skx"
7451   include:
7452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7458   layout:
7459     title: "30 Minutes Soak Test (PLRsearch)"
7460     layout: "plot-soak-throughput"
7461
7462 # Soak Test (PLRsearch), boxes - 2n-skx
7463 - type: "plot"
7464   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7465   algorithm: "plot_perf_box_name"
7466   output-file-type: ".html"
7467   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7468   data: "plot-vpp-soak-2n-skx"
7469   include:
7470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7475     - "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"
7476   layout:
7477     title: "30 Minutes Soak Test (PLRsearch)"
7478     layout: "plot-soak-throughput"
7479
7480 ###############################################################################
7481
7482 # Reconf tests 2n-skx
7483
7484 - type: "plot"
7485   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7486   algorithm: "plot_nf_reconf_box_name"
7487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7488   data: "plot-vpp-nfv-reconf-2n-skx"
7489   include:
7490     - "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"
7491     - "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"
7492     - "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"
7493     - "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"
7494     - "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"
7495     - "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"
7496   layout:
7497     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7498     layout: "plot-throughput"
7499
7500 - type: "plot"
7501   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7502   algorithm: "plot_nf_reconf_box_name"
7503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7504   data: "plot-vpp-nfv-reconf-2n-skx"
7505   include:
7506     - "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"
7507     - "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"
7508     - "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"
7509     - "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"
7510     - "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"
7511     - "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"
7512   layout:
7513     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7514     layout: "plot-throughput"
7515
7516 - type: "plot"
7517   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7518   algorithm: "plot_nf_reconf_box_name"
7519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7520   data: "plot-vpp-nfv-reconf-2n-skx"
7521   include:
7522     - "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"
7523     - "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"
7524     - "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"
7525     - "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"
7526     - "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"
7527     - "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"
7528   layout:
7529     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7530     layout: "plot-throughput"
7531
7532 ###############################################################################
7533
7534 # Reconf tests 2n-clx
7535
7536 - type: "plot"
7537   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7538   algorithm: "plot_nf_reconf_box_name"
7539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7540   data: "plot-vpp-nfv-reconf-2n-clx"
7541   include:
7542     - "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"
7543     - "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"
7544     - "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"
7545     - "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"
7546   layout:
7547     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7548     layout: "plot-throughput"
7549
7550 - type: "plot"
7551   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7552   algorithm: "plot_nf_reconf_box_name"
7553   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7554   data: "plot-vpp-nfv-reconf-2n-clx"
7555   include:
7556     - "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"
7557     - "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"
7558     - "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"
7559     - "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"
7560   layout:
7561     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7562     layout: "plot-throughput"
7563
7564 - type: "plot"
7565   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7566   algorithm: "plot_nf_reconf_box_name"
7567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7568   data: "plot-vpp-nfv-reconf-2n-clx"
7569   include:
7570     - "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"
7571     - "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"
7572     - "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"
7573     - "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"
7574   layout:
7575     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7576     layout: "plot-throughput"
7577
7578 ###############################################################################
7579
7580 # Plots - NF Density - VSC - MRR IMIX
7581 - type: "plot"
7582   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7583   algorithm: "plot_nf_heatmap"
7584   output-file-type: ".html"
7585   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7586   data: "plot-vpp-nfv-2n-skx-mrr"
7587   filter: "'NIC_Intel-XXV710' and
7588            'NF_DENSITY' and
7589            'VHOST' and
7590            not 'VXLAN' and
7591            'CHAIN' and
7592            'NF_VPPIP4' and
7593            'IMIX' and
7594            '2T1C' and
7595            'MRR'"
7596   parameters:
7597   - "result"
7598   - "name"
7599   - "tags"
7600   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7601   x-axis: "X = VNFs per Service Chain"
7602   y-axis: "Y = Number of Service Chains"
7603   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7604   layout:
7605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7606     layout: "plot-service-density"
7607
7608 - type: "plot"
7609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7610   algorithm: "plot_nf_heatmap"
7611   output-file-type: ".html"
7612   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7613   data: "plot-vpp-nfv-2n-skx-mrr"
7614   filter: "'NIC_Intel-XXV710' and
7615            'NF_DENSITY' and
7616            'VHOST' and
7617            not 'VXLAN' and
7618            'CHAIN' and
7619            'NF_VPPIP4' and
7620            'IMIX' and
7621            '4T2C' and
7622            'MRR'"
7623   parameters:
7624   - "result"
7625   - "name"
7626   - "tags"
7627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7628   x-axis: "X = VNFs per Service Chain"
7629   y-axis: "Y = Number of Service Chains"
7630   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7631   layout:
7632     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7633     layout: "plot-service-density"
7634
7635 - type: "plot"
7636   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7637   algorithm: "plot_nf_heatmap"
7638   output-file-type: ".html"
7639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7640   data: "plot-vpp-nfv-2n-skx-mrr"
7641   filter: "'NIC_Intel-XXV710' and
7642            'NF_DENSITY' and
7643            'VHOST' and
7644            not 'VXLAN' and
7645            'CHAIN' and
7646            'NF_VPPIP4' and
7647            'IMIX' and
7648            '8T4C' and
7649            'MRR'"
7650   parameters:
7651   - "result"
7652   - "name"
7653   - "tags"
7654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7655   x-axis: "X = VNFs per Service Chain"
7656   y-axis: "Y = Number of Service Chains"
7657   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7658   layout:
7659     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7660     layout: "plot-service-density"
7661
7662 # Plots - NF Density - VSC - NDR IMIX
7663 - type: "plot"
7664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7665   algorithm: "plot_nf_heatmap"
7666   output-file-type: ".html"
7667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7668   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7669   filter: "'NIC_Intel-XXV710' and
7670            'NF_DENSITY' and
7671            'VHOST' and
7672            not 'VXLAN' and
7673            'CHAIN' and
7674            'NF_VPPIP4' and
7675            'IMIX' and
7676            '2T1C' and
7677            'NDRPDR'"
7678   parameters:
7679   - "throughput"
7680   - "name"
7681   - "tags"
7682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7683   x-axis: "X = VNFs per Service Chain"
7684   y-axis: "Y = Number of Service Chains"
7685   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7686   layout:
7687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7688     layout: "plot-service-density"
7689
7690 - type: "plot"
7691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7692   algorithm: "plot_nf_heatmap"
7693   output-file-type: ".html"
7694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7695   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7696   filter: "'NIC_Intel-XXV710' and
7697            'NF_DENSITY' and
7698            'VHOST' and
7699            not 'VXLAN' and
7700            'CHAIN' and
7701            'NF_VPPIP4' and
7702            'IMIX' and
7703            '4T2C' and
7704            'NDRPDR'"
7705   parameters:
7706   - "throughput"
7707   - "name"
7708   - "tags"
7709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7710   x-axis: "X = VNFs per Service Chain"
7711   y-axis: "Y = Number of Service Chains"
7712   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7713   layout:
7714     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7715     layout: "plot-service-density"
7716
7717 - type: "plot"
7718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7719   algorithm: "plot_nf_heatmap"
7720   output-file-type: ".html"
7721   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7722   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7723   filter: "'NIC_Intel-XXV710' and
7724            'NF_DENSITY' and
7725            'VHOST' and
7726            not 'VXLAN' and
7727            'CHAIN' and
7728            'NF_VPPIP4' and
7729            'IMIX' and
7730            '8T4C' and
7731            'NDRPDR'"
7732   parameters:
7733   - "throughput"
7734   - "name"
7735   - "tags"
7736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7737   x-axis: "X = VNFs per Service Chain"
7738   y-axis: "Y = Number of Service Chains"
7739   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7740   layout:
7741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7742     layout: "plot-service-density"
7743
7744 # Plots - NF Density - VSC - PDR IMIX
7745 - type: "plot"
7746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7747   algorithm: "plot_nf_heatmap"
7748   output-file-type: ".html"
7749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7750   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7751   filter: "'NIC_Intel-XXV710' and
7752            'NF_DENSITY' and
7753            'VHOST' and
7754            not 'VXLAN' and
7755            'CHAIN' and
7756            'NF_VPPIP4' and
7757            'IMIX' and
7758            '2T1C' and
7759            'NDRPDR'"
7760   parameters:
7761   - "throughput"
7762   - "name"
7763   - "tags"
7764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7765   x-axis: "X = VNFs per Service Chain"
7766   y-axis: "Y = Number of Service Chains"
7767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7768   layout:
7769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7770     layout: "plot-service-density"
7771
7772 - type: "plot"
7773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7774   algorithm: "plot_nf_heatmap"
7775   output-file-type: ".html"
7776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7777   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7778   filter: "'NIC_Intel-XXV710' and
7779            'NF_DENSITY' and
7780            'VHOST' and
7781            not 'VXLAN' and
7782            'CHAIN' and
7783            'NF_VPPIP4' and
7784            'IMIX' and
7785            '4T2C' and
7786            'NDRPDR'"
7787   parameters:
7788   - "throughput"
7789   - "name"
7790   - "tags"
7791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7792   x-axis: "X = VNFs per Service Chain"
7793   y-axis: "Y = Number of Service Chains"
7794   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7795   layout:
7796     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7797     layout: "plot-service-density"
7798
7799 - type: "plot"
7800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7801   algorithm: "plot_nf_heatmap"
7802   output-file-type: ".html"
7803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7804   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7805   filter: "'NIC_Intel-XXV710' and
7806            'NF_DENSITY' and
7807            'VHOST' and
7808            not 'VXLAN' and
7809            'CHAIN' and
7810            'NF_VPPIP4' and
7811            'IMIX' and
7812            '8T4C' and
7813            'NDRPDR'"
7814   parameters:
7815   - "throughput"
7816   - "name"
7817   - "tags"
7818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7819   x-axis: "X = VNFs per Service Chain"
7820   y-axis: "Y = Number of Service Chains"
7821   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7822   layout:
7823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7824     layout: "plot-service-density"
7825
7826 ###############################################################################
7827
7828 # Plots - NF Density - VSC - MRR IMIX
7829 - type: "plot"
7830   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7831   algorithm: "plot_nf_heatmap"
7832   output-file-type: ".html"
7833   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7834   data: "plot-vpp-nfv-2n-skx-mrr"
7835   filter: "'NIC_Intel-XXV710' and
7836            'NF_DENSITY' and
7837            'VHOST' and
7838            'VXLAN' and
7839            'CHAIN' and
7840            'IMIX' and
7841            '2T1C' and
7842            'MRR'"
7843   parameters:
7844   - "result"
7845   - "name"
7846   - "tags"
7847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7848   x-axis: "X = VNFs per Service Chain"
7849   y-axis: "Y = Number of Service Chains"
7850   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7851   layout:
7852     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7853     layout: "plot-service-density"
7854
7855 - type: "plot"
7856   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7857   algorithm: "plot_nf_heatmap"
7858   output-file-type: ".html"
7859   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7860   data: "plot-vpp-nfv-2n-skx-mrr"
7861   filter: "'NIC_Intel-XXV710' and
7862            'NF_DENSITY' and
7863            'VHOST' and
7864            'VXLAN' and
7865            'CHAIN' and
7866            'IMIX' and
7867            '4T2C' and
7868            'MRR'"
7869   parameters:
7870   - "result"
7871   - "name"
7872   - "tags"
7873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7874   x-axis: "X = VNFs per Service Chain"
7875   y-axis: "Y = Number of Service Chains"
7876   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7877   layout:
7878     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7879     layout: "plot-service-density"
7880
7881 - type: "plot"
7882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7883   algorithm: "plot_nf_heatmap"
7884   output-file-type: ".html"
7885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7886   data: "plot-vpp-nfv-2n-skx-mrr"
7887   filter: "'NIC_Intel-XXV710' and
7888            'NF_DENSITY' and
7889            'VHOST' and
7890            'VXLAN' and
7891            'CHAIN' and
7892            'IMIX' and
7893            '8T4C' and
7894            'MRR'"
7895   parameters:
7896   - "result"
7897   - "name"
7898   - "tags"
7899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7900   x-axis: "X = VNFs per Service Chain"
7901   y-axis: "Y = Number of Service Chains"
7902   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7903   layout:
7904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7905     layout: "plot-service-density"
7906
7907 # Plots - NF Density - VSC - NDR IMIX
7908 - type: "plot"
7909   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7910   algorithm: "plot_nf_heatmap"
7911   output-file-type: ".html"
7912   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7913   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7914   filter: "'NIC_Intel-XXV710' and
7915            'NF_DENSITY' and
7916            'VHOST' and
7917            'VXLAN' and
7918            'CHAIN' and
7919            'IMIX' and
7920            '2T1C' and
7921            'NDRPDR'"
7922   parameters:
7923   - "throughput"
7924   - "name"
7925   - "tags"
7926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7927   x-axis: "X = VNFs per Service Chain"
7928   y-axis: "Y = Number of Service Chains"
7929   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7930   layout:
7931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7932     layout: "plot-service-density"
7933
7934 - type: "plot"
7935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7936   algorithm: "plot_nf_heatmap"
7937   output-file-type: ".html"
7938   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7939   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7940   filter: "'NIC_Intel-XXV710' and
7941            'NF_DENSITY' and
7942            'VHOST' and
7943            'VXLAN' and
7944            'CHAIN' and
7945            'IMIX' and
7946            '4T2C' and
7947            'NDRPDR'"
7948   parameters:
7949   - "throughput"
7950   - "name"
7951   - "tags"
7952   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7953   x-axis: "X = VNFs per Service Chain"
7954   y-axis: "Y = Number of Service Chains"
7955   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7956   layout:
7957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7958     layout: "plot-service-density"
7959
7960 - type: "plot"
7961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7962   algorithm: "plot_nf_heatmap"
7963   output-file-type: ".html"
7964   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7965   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7966   filter: "'NIC_Intel-XXV710' and
7967            'NF_DENSITY' and
7968            'VHOST' and
7969            'VXLAN' and
7970            'CHAIN' and
7971            'IMIX' and
7972            '8T4C' and
7973            'NDRPDR'"
7974   parameters:
7975   - "throughput"
7976   - "name"
7977   - "tags"
7978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7979   x-axis: "X = VNFs per Service Chain"
7980   y-axis: "Y = Number of Service Chains"
7981   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7982   layout:
7983     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7984     layout: "plot-service-density"
7985
7986 # Plots - NF Density - VSC - PDR IMIX
7987 - type: "plot"
7988   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7989   algorithm: "plot_nf_heatmap"
7990   output-file-type: ".html"
7991   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7992   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7993   filter: "'NIC_Intel-XXV710' and
7994            'NF_DENSITY' and
7995            'VHOST' and
7996            'VXLAN' and
7997            'CHAIN' and
7998            'IMIX' and
7999            '2T1C' and
8000            'NDRPDR'"
8001   parameters:
8002   - "throughput"
8003   - "name"
8004   - "tags"
8005   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8006   x-axis: "X = VNFs per Service Chain"
8007   y-axis: "Y = Number of Service Chains"
8008   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8009   layout:
8010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8011     layout: "plot-service-density"
8012
8013 - type: "plot"
8014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8015   algorithm: "plot_nf_heatmap"
8016   output-file-type: ".html"
8017   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8018   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8019   filter: "'NIC_Intel-XXV710' and
8020            'NF_DENSITY' and
8021            'VHOST' and
8022            'VXLAN' and
8023            'CHAIN' and
8024            'IMIX' and
8025            '4T2C' and
8026            'NDRPDR'"
8027   parameters:
8028   - "throughput"
8029   - "name"
8030   - "tags"
8031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8032   x-axis: "X = VNFs per Service Chain"
8033   y-axis: "Y = Number of Service Chains"
8034   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8035   layout:
8036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8037     layout: "plot-service-density"
8038
8039 - type: "plot"
8040   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8041   algorithm: "plot_nf_heatmap"
8042   output-file-type: ".html"
8043   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8044   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8045   filter: "'NIC_Intel-XXV710' and
8046            'NF_DENSITY' and
8047            'VHOST' and
8048            'VXLAN' and
8049            'CHAIN' and
8050            'IMIX' and
8051            '8T4C' and
8052            'NDRPDR'"
8053   parameters:
8054   - "throughput"
8055   - "name"
8056   - "tags"
8057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8058   x-axis: "X = VNFs per Service Chain"
8059   y-axis: "Y = Number of Service Chains"
8060   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8061   layout:
8062     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8063     layout: "plot-service-density"
8064
8065 ###############################################################################
8066
8067 # Plots - NF Density - CSC - MRR IMIX
8068 - type: "plot"
8069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8070   algorithm: "plot_nf_heatmap"
8071   output-file-type: ".html"
8072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8073   data: "plot-vpp-nfv-2n-skx-mrr"
8074   filter: "'NIC_Intel-XXV710' and
8075            'NF_DENSITY' and
8076            'DOCKER' and
8077            'CHAIN' and
8078            'NF_VPPIP4' and
8079            'IMIX' and
8080            '2T1C' and
8081            'MRR'"
8082   parameters:
8083   - "result"
8084   - "name"
8085   - "tags"
8086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8087   x-axis: "X = CNFs per Service Chain"
8088   y-axis: "Y = Number of Service Chains"
8089   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8090   layout:
8091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8092     layout: "plot-service-density"
8093
8094 - type: "plot"
8095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8096   algorithm: "plot_nf_heatmap"
8097   output-file-type: ".html"
8098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8099   data: "plot-vpp-nfv-2n-skx-mrr"
8100   filter: "'NIC_Intel-XXV710' and
8101            'NF_DENSITY' and
8102            'DOCKER' and
8103            'CHAIN' and
8104            'NF_VPPIP4' and
8105            'IMIX' and
8106            '4T2C' and
8107            'MRR'"
8108   parameters:
8109   - "result"
8110   - "name"
8111   - "tags"
8112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8113   x-axis: "X = CNFs per Service Chain"
8114   y-axis: "Y = Number of Service Chains"
8115   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8116   layout:
8117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8118     layout: "plot-service-density"
8119
8120 - type: "plot"
8121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8122   algorithm: "plot_nf_heatmap"
8123   output-file-type: ".html"
8124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8125   data: "plot-vpp-nfv-2n-skx-mrr"
8126   filter: "'NIC_Intel-XXV710' and
8127            'NF_DENSITY' and
8128            'DOCKER' and
8129            'CHAIN' and
8130            'NF_VPPIP4' and
8131            'IMIX' and
8132            '8T4C' and
8133            'MRR'"
8134   parameters:
8135   - "result"
8136   - "name"
8137   - "tags"
8138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8139   x-axis: "X = CNFs per Service Chain"
8140   y-axis: "Y = Number of Service Chains"
8141   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8142   layout:
8143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8144     layout: "plot-service-density"
8145
8146 # Plots - NF Density - CSC - NDR IMIX
8147 - type: "plot"
8148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8149   algorithm: "plot_nf_heatmap"
8150   output-file-type: ".html"
8151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8152   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8153   filter: "'NIC_Intel-XXV710' and
8154            'NF_DENSITY' and
8155            'DOCKER' and
8156            'CHAIN' and
8157            'NF_VPPIP4' and
8158            'IMIX' and
8159            '2T1C' and
8160            'NDRPDR'"
8161   parameters:
8162   - "throughput"
8163   - "name"
8164   - "tags"
8165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8166   x-axis: "X = CNFs per Service Chain"
8167   y-axis: "Y = Number of Service Chains"
8168   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8169   layout:
8170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8171     layout: "plot-service-density"
8172
8173 - type: "plot"
8174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8175   algorithm: "plot_nf_heatmap"
8176   output-file-type: ".html"
8177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8178   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8179   filter: "'NIC_Intel-XXV710' and
8180            'NF_DENSITY' and
8181            'DOCKER' and
8182            'CHAIN' and
8183            'NF_VPPIP4' and
8184            'IMIX' and
8185            '4T2C' and
8186            'NDRPDR'"
8187   parameters:
8188   - "throughput"
8189   - "name"
8190   - "tags"
8191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8192   x-axis: "X = CNFs per Service Chain"
8193   y-axis: "Y = Number of Service Chains"
8194   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8195   layout:
8196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8197     layout: "plot-service-density"
8198
8199 - type: "plot"
8200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8201   algorithm: "plot_nf_heatmap"
8202   output-file-type: ".html"
8203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8204   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8205   filter: "'NIC_Intel-XXV710' and
8206            'NF_DENSITY' and
8207            'DOCKER' and
8208            'CHAIN' and
8209            'NF_VPPIP4' and
8210            'IMIX' and
8211            '8T4C' and
8212            'NDRPDR'"
8213   parameters:
8214   - "throughput"
8215   - "name"
8216   - "tags"
8217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8218   x-axis: "X = CNFs per Service Chain"
8219   y-axis: "Y = Number of Service Chains"
8220   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8221   layout:
8222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8223     layout: "plot-service-density"
8224
8225 # Plots - NF Density - CSC - PDR IMIX
8226 - type: "plot"
8227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8228   algorithm: "plot_nf_heatmap"
8229   output-file-type: ".html"
8230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8231   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8232   filter: "'NIC_Intel-XXV710' and
8233            'NF_DENSITY' and
8234            'DOCKER' and
8235            'CHAIN' and
8236            'NF_VPPIP4' and
8237            'IMIX' and
8238            '2T1C' and
8239            'NDRPDR'"
8240   parameters:
8241   - "throughput"
8242   - "name"
8243   - "tags"
8244   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8245   x-axis: "X = CNFs per Service Chain"
8246   y-axis: "Y = Number of Service Chains"
8247   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8248   layout:
8249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8250     layout: "plot-service-density"
8251
8252 - type: "plot"
8253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8254   algorithm: "plot_nf_heatmap"
8255   output-file-type: ".html"
8256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8257   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8258   filter: "'NIC_Intel-XXV710' and
8259            'NF_DENSITY' and
8260            'DOCKER' and
8261            'CHAIN' and
8262            'NF_VPPIP4' and
8263            'IMIX' and
8264            '4T2C' and
8265            'NDRPDR'"
8266   parameters:
8267   - "throughput"
8268   - "name"
8269   - "tags"
8270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8271   x-axis: "X = CNFs per Service Chain"
8272   y-axis: "Y = Number of Service Chains"
8273   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8274   layout:
8275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8276     layout: "plot-service-density"
8277
8278 - type: "plot"
8279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8280   algorithm: "plot_nf_heatmap"
8281   output-file-type: ".html"
8282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8283   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8284   filter: "'NIC_Intel-XXV710' and
8285            'NF_DENSITY' and
8286            'DOCKER' and
8287            'CHAIN' and
8288            'NF_VPPIP4' and
8289            'IMIX' and
8290            '8T4C' and
8291            'NDRPDR'"
8292   parameters:
8293   - "throughput"
8294   - "name"
8295   - "tags"
8296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8297   x-axis: "X = CNFs per Service Chain"
8298   y-axis: "Y = Number of Service Chains"
8299   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8300   layout:
8301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8302     layout: "plot-service-density"
8303
8304 ################################################################################
8305 #
8306 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8307 #- type: "plot"
8308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8309 #  algorithm: "plot_nf_heatmap"
8310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8311 #  data: "plot-vpp-nfv-3n-skx-mrr"
8312 #  filter: "'NIC_Intel-XXV710' and
8313 #           'NF_DENSITY' and
8314 #           'DOCKER' and
8315 #           'CHAIN' and
8316 #           'NF_VPPIP4' and
8317 #           'IPSEC' and
8318 #           'TNL_4' and
8319 #           'IMIX' and
8320 #           '2T1C' and
8321 #           'MRR'"
8322 #  parameters:
8323 #  - "result"
8324 #  - "name"
8325 #  - "tags"
8326 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8327 #  x-axis: "X = CNFs per Service Chain"
8328 #  y-axis: "Y = Number of Service Chains"
8329 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8330 #  layout:
8331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8332 #    layout: "plot-service-density"
8333 #
8334 #- type: "plot"
8335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8336 #  algorithm: "plot_nf_heatmap"
8337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8338 #  data: "plot-vpp-nfv-3n-skx-mrr"
8339 #  filter: "'NIC_Intel-XXV710' and
8340 #           'NF_DENSITY' and
8341 #           'DOCKER' and
8342 #           'CHAIN' and
8343 #           'NF_VPPIP4' and
8344 #           'IPSEC' and
8345 #           'TNL_4' and
8346 #           'IMIX' and
8347 #           '4T2C' and
8348 #           'MRR'"
8349 #  parameters:
8350 #  - "result"
8351 #  - "name"
8352 #  - "tags"
8353 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8354 #  x-axis: "X = CNFs per Service Chain"
8355 #  y-axis: "Y = Number of Service Chains"
8356 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8357 #  layout:
8358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8359 #    layout: "plot-service-density"
8360 #
8361 #- type: "plot"
8362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8363 #  algorithm: "plot_nf_heatmap"
8364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8365 #  data: "plot-vpp-nfv-3n-skx-mrr"
8366 #  filter: "'NIC_Intel-XXV710' and
8367 #           'NF_DENSITY' and
8368 #           'DOCKER' and
8369 #           'CHAIN' and
8370 #           'NF_VPPIP4' and
8371 #           'IPSEC' and
8372 #           'TNL_4' and
8373 #           'IMIX' and
8374 #           '8T4C' and
8375 #           'MRR'"
8376 #  parameters:
8377 #  - "result"
8378 #  - "name"
8379 #  - "tags"
8380 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8381 #  x-axis: "X = CNFs per Service Chain"
8382 #  y-axis: "Y = Number of Service Chains"
8383 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8384 #  layout:
8385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8386 #    layout: "plot-service-density"
8387
8388 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8389 #- type: "plot"
8390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8391 #  algorithm: "plot_nf_heatmap"
8392 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8393 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8394 #  filter: "'NIC_Intel-XXV710' and
8395 #           'NF_DENSITY' and
8396 #           'DOCKER' and
8397 #           'CHAIN' and
8398 #           'NF_VPPIP4' and
8399 #           'IPSEC' and
8400 #           'TNL_4' and
8401 #           'IMIX' and
8402 #           '2T1C' and
8403 #           'NDRPDR'"
8404 #  parameters:
8405 #  - "throughput"
8406 #  - "name"
8407 #  - "tags"
8408 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8409 #  x-axis: "X = CNFs per Service Chain"
8410 #  y-axis: "Y = Number of Service Chains"
8411 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8412 #  layout:
8413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8414 #    layout: "plot-service-density"
8415 #
8416 #- type: "plot"
8417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8418 #  algorithm: "plot_nf_heatmap"
8419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8420 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8421 #  filter: "'NIC_Intel-XXV710' and
8422 #           'NF_DENSITY' and
8423 #           'DOCKER' and
8424 #           'CHAIN' and
8425 #           'NF_VPPIP4' and
8426 #           'IPSEC' and
8427 #           'TNL_4' and
8428 #           'IMIX' and
8429 #           '4T2C' and
8430 #           'NDRPDR'"
8431 #  parameters:
8432 #  - "throughput"
8433 #  - "name"
8434 #  - "tags"
8435 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8436 #  x-axis: "X = CNFs per Service Chain"
8437 #  y-axis: "Y = Number of Service Chains"
8438 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8439 #  layout:
8440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8441 #    layout: "plot-service-density"
8442 #
8443 #- type: "plot"
8444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8445 #  algorithm: "plot_nf_heatmap"
8446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8447 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8448 #  filter: "'NIC_Intel-XXV710' and
8449 #           'NF_DENSITY' and
8450 #           'DOCKER' and
8451 #           'CHAIN' and
8452 #           'NF_VPPIP4' and
8453 #           'IPSEC' and
8454 #           'TNL_4' and
8455 #           'IMIX' and
8456 #           '8T4C' and
8457 #           'NDRPDR'"
8458 #  parameters:
8459 #  - "throughput"
8460 #  - "name"
8461 #  - "tags"
8462 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8463 #  x-axis: "X = CNFs per Service Chain"
8464 #  y-axis: "Y = Number of Service Chains"
8465 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8466 #  layout:
8467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8468 #    layout: "plot-service-density"
8469 #
8470 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8471 #- type: "plot"
8472 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8473 #  algorithm: "plot_nf_heatmap"
8474 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8475 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8476 #  filter: "'NIC_Intel-XXV710' and
8477 #           'NF_DENSITY' and
8478 #           'DOCKER' and
8479 #           'CHAIN' and
8480 #           'NF_VPPIP4' and
8481 #           'IPSEC' and
8482 #           'TNL_4' and
8483 #           'IMIX' and
8484 #           '2T1C' and
8485 #           'NDRPDR'"
8486 #  parameters:
8487 #  - "throughput"
8488 #  - "name"
8489 #  - "tags"
8490 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8491 #  x-axis: "X = CNFs per Service Chain"
8492 #  y-axis: "Y = Number of Service Chains"
8493 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8494 #  layout:
8495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8496 #    layout: "plot-service-density"
8497 #
8498 #- type: "plot"
8499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8500 #  algorithm: "plot_nf_heatmap"
8501 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8502 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8503 #  filter: "'NIC_Intel-XXV710' and
8504 #           'NF_DENSITY' and
8505 #           'DOCKER' and
8506 #           'CHAIN' and
8507 #           'NF_VPPIP4' and
8508 #           'IPSEC' and
8509 #           'TNL_4' and
8510 #           'IMIX' and
8511 #           '4T2C' and
8512 #           'NDRPDR'"
8513 #  parameters:
8514 #  - "throughput"
8515 #  - "name"
8516 #  - "tags"
8517 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8518 #  x-axis: "X = CNFs per Service Chain"
8519 #  y-axis: "Y = Number of Service Chains"
8520 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8521 #  layout:
8522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8523 #    layout: "plot-service-density"
8524 #
8525 #- type: "plot"
8526 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8527 #  algorithm: "plot_nf_heatmap"
8528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8529 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8530 #  filter: "'NIC_Intel-XXV710' and
8531 #           'NF_DENSITY' and
8532 #           'DOCKER' and
8533 #           'CHAIN' and
8534 #           'NF_VPPIP4' and
8535 #           'IPSEC' and
8536 #           'TNL_4' and
8537 #           'IMIX' and
8538 #           '8T4C' and
8539 #           'NDRPDR'"
8540 #  parameters:
8541 #  - "throughput"
8542 #  - "name"
8543 #  - "tags"
8544 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8545 #  x-axis: "X = CNFs per Service Chain"
8546 #  y-axis: "Y = Number of Service Chains"
8547 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8548 #  layout:
8549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8550 #    layout: "plot-service-density"
8551
8552 ###############################################################################
8553
8554 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8555 #- type: "plot"
8556 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8557 #  algorithm: "plot_nf_heatmap"
8558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8559 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8560 #  filter: "'NIC_Intel-XL710' and
8561 #           'NF_DENSITY' and
8562 #           'DOCKER' and
8563 #           'CHAIN' and
8564 #           'NF_VPPIP4' and
8565 #           'IMIX' and
8566 #           'TNL_4' and
8567 #           '1T1C' and
8568 #           'MRR'"
8569 #  parameters:
8570 #  - "result"
8571 #  - "name"
8572 #  - "tags"
8573 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8574 #  x-axis: "X = CNFs per Service Chain"
8575 #  y-axis: "Y = Number of Service Chains"
8576 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8577 #  layout:
8578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8579 #    layout: "plot-service-density"
8580 #
8581 #- type: "plot"
8582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8583 #  algorithm: "plot_nf_heatmap"
8584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8585 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8586 #  filter: "'NIC_Intel-XL710' and
8587 #           'NF_DENSITY' and
8588 #           'DOCKER' and
8589 #           'CHAIN' and
8590 #           'NF_VPPIP4' and
8591 #           'IPSEC' and
8592 #           'TNL_4' and
8593 #           'IMIX' and
8594 #           '2T2C' and
8595 #           'MRR'"
8596 #  parameters:
8597 #  - "result"
8598 #  - "name"
8599 #  - "tags"
8600 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8601 #  x-axis: "X = CNFs per Service Chain"
8602 #  y-axis: "Y = Number of Service Chains"
8603 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8604 #  layout:
8605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8606 #    layout: "plot-service-density"
8607 #
8608 #- type: "plot"
8609 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8610 #  algorithm: "plot_nf_heatmap"
8611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8612 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8613 #  filter: "'NIC_Intel-XL710' and
8614 #           'NF_DENSITY' and
8615 #           'DOCKER' and
8616 #           'CHAIN' and
8617 #           'NF_VPPIP4' and
8618 #           'IPSEC' and
8619 #           'TNL_4' and
8620 #           'IMIX' and
8621 #           '4T4C' and
8622 #           'MRR'"
8623 #  parameters:
8624 #  - "result"
8625 #  - "name"
8626 #  - "tags"
8627 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8628 #  x-axis: "X = CNFs per Service Chain"
8629 #  y-axis: "Y = Number of Service Chains"
8630 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8631 #  layout:
8632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8633 #    layout: "plot-service-density"
8634
8635 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8636 #- type: "plot"
8637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8638 #  algorithm: "plot_nf_heatmap"
8639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8640 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8641 #  filter: "'NIC_Intel-XL710' and
8642 #           'NF_DENSITY' and
8643 #           'DOCKER' and
8644 #           'CHAIN' and
8645 #           'NF_VPPIP4' and
8646 #           'IPSEC' and
8647 #           'TNL_4' and
8648 #           'IMIX' and
8649 #           '1T1C' and
8650 #           'NDRPDR'"
8651 #  parameters:
8652 #  - "throughput"
8653 #  - "name"
8654 #  - "tags"
8655 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8656 #  x-axis: "X = CNFs per Service Chain"
8657 #  y-axis: "Y = Number of Service Chains"
8658 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8659 #  layout:
8660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8661 #    layout: "plot-service-density"
8662 #
8663 #- type: "plot"
8664 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8665 #  algorithm: "plot_nf_heatmap"
8666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8667 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8668 #  filter: "'NIC_Intel-XL710' and
8669 #           'NF_DENSITY' and
8670 #           'DOCKER' and
8671 #           'CHAIN' and
8672 #           'NF_VPPIP4' and
8673 #           'IPSEC' and
8674 #           'TNL_4' and
8675 #           'IMIX' and
8676 #           '2T2C' and
8677 #           'NDRPDR'"
8678 #  parameters:
8679 #  - "throughput"
8680 #  - "name"
8681 #  - "tags"
8682 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8683 #  x-axis: "X = CNFs per Service Chain"
8684 #  y-axis: "Y = Number of Service Chains"
8685 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8686 #  layout:
8687 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8688 #    layout: "plot-service-density"
8689 #
8690 #- type: "plot"
8691 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8692 #  algorithm: "plot_nf_heatmap"
8693 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8694 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8695 #  filter: "'NIC_Intel-XL710' and
8696 #           'NF_DENSITY' and
8697 #           'DOCKER' and
8698 #           'CHAIN' and
8699 #           'NF_VPPIP4' and
8700 #           'IPSEC' and
8701 #           'TNL_4' and
8702 #           'IMIX' and
8703 #           '4T4C' and
8704 #           'NDRPDR'"
8705 #  parameters:
8706 #  - "throughput"
8707 #  - "name"
8708 #  - "tags"
8709 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8710 #  x-axis: "X = CNFs per Service Chain"
8711 #  y-axis: "Y = Number of Service Chains"
8712 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8713 #  layout:
8714 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8715 #    layout: "plot-service-density"
8716 #
8717 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8718 #- type: "plot"
8719 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8720 #  algorithm: "plot_nf_heatmap"
8721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8722 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8723 #  filter: "'NIC_Intel-XL710' and
8724 #           'NF_DENSITY' and
8725 #           'DOCKER' and
8726 #           'CHAIN' and
8727 #           'NF_VPPIP4' and
8728 #           'IPSEC' and
8729 #           'TNL_4' and
8730 #           'IMIX' and
8731 #           '1T1C' and
8732 #           'NDRPDR'"
8733 #  parameters:
8734 #  - "throughput"
8735 #  - "name"
8736 #  - "tags"
8737 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8738 #  x-axis: "X = CNFs per Service Chain"
8739 #  y-axis: "Y = Number of Service Chains"
8740 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8741 #  layout:
8742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8743 #    layout: "plot-service-density"
8744 #
8745 #- type: "plot"
8746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8747 #  algorithm: "plot_nf_heatmap"
8748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8749 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8750 #  filter: "'NIC_Intel-XL710' and
8751 #           'NF_DENSITY' and
8752 #           'DOCKER' and
8753 #           'CHAIN' and
8754 #           'NF_VPPIP4' and
8755 #           'IPSEC' and
8756 #           'TNL_4' and
8757 #           'IMIX' and
8758 #           '2T2C' and
8759 #           'NDRPDR'"
8760 #  parameters:
8761 #  - "throughput"
8762 #  - "name"
8763 #  - "tags"
8764 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8765 #  x-axis: "X = CNFs per Service Chain"
8766 #  y-axis: "Y = Number of Service Chains"
8767 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8768 #  layout:
8769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8770 #    layout: "plot-service-density"
8771 #
8772 #- type: "plot"
8773 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8774 #  algorithm: "plot_nf_heatmap"
8775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8776 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8777 #  filter: "'NIC_Intel-XL710' and
8778 #           'NF_DENSITY' and
8779 #           'DOCKER' and
8780 #           'CHAIN' and
8781 #           'NF_VPPIP4' and
8782 #           'IPSEC' and
8783 #           'TNL_4' and
8784 #           'IMIX' and
8785 #           '4T4C' and
8786 #           'NDRPDR'"
8787 #  parameters:
8788 #  - "throughput"
8789 #  - "name"
8790 #  - "tags"
8791 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8792 #  x-axis: "X = CNFs per Service Chain"
8793 #  y-axis: "Y = Number of Service Chains"
8794 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8795 #  layout:
8796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8797 #    layout: "plot-service-density"
8798
8799 ###############################################################################
8800
8801 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8802 #- type: "plot"
8803 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8804 #  algorithm: "plot_nf_heatmap"
8805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8806 #  data: "plot-vpp-nfv-3n-skx-mrr"
8807 #  filter: "'NIC_Intel-XXV710' and
8808 #           'NF_DENSITY' and
8809 #           'DOCKER' and
8810 #           'CHAIN' and
8811 #           'NF_VPPIP4' and
8812 #           'IPSEC' and
8813 #           'TNL_1000' and
8814 #           'IMIX' and
8815 #           '2T1C' and
8816 #           'MRR'"
8817 #  parameters:
8818 #  - "result"
8819 #  - "name"
8820 #  - "tags"
8821 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8822 #  x-axis: "X = CNFs per Service Chain"
8823 #  y-axis: "Y = Number of Service Chains"
8824 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8825 #  layout:
8826 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8827 #    layout: "plot-service-density"
8828 #
8829 #- type: "plot"
8830 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8831 #  algorithm: "plot_nf_heatmap"
8832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8833 #  data: "plot-vpp-nfv-3n-skx-mrr"
8834 #  filter: "'NIC_Intel-XXV710' and
8835 #           'NF_DENSITY' and
8836 #           'DOCKER' and
8837 #           'CHAIN' and
8838 #           'NF_VPPIP4' and
8839 #           'IPSEC' and
8840 #           'TNL_1000' and
8841 #           'IMIX' and
8842 #           '4T2C' and
8843 #           'MRR'"
8844 #  parameters:
8845 #  - "result"
8846 #  - "name"
8847 #  - "tags"
8848 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8849 #  x-axis: "X = CNFs per Service Chain"
8850 #  y-axis: "Y = Number of Service Chains"
8851 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8852 #  layout:
8853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8854 #    layout: "plot-service-density"
8855 #
8856 #- type: "plot"
8857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8858 #  algorithm: "plot_nf_heatmap"
8859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8860 #  data: "plot-vpp-nfv-3n-skx-mrr"
8861 #  filter: "'NIC_Intel-XXV710' and
8862 #           'NF_DENSITY' and
8863 #           'DOCKER' and
8864 #           'CHAIN' and
8865 #           'NF_VPPIP4' and
8866 #           'IPSEC' and
8867 #           'TNL_1000' and
8868 #           'IMIX' and
8869 #           '8T4C' and
8870 #           'MRR'"
8871 #  parameters:
8872 #  - "result"
8873 #  - "name"
8874 #  - "tags"
8875 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8876 #  x-axis: "X = CNFs per Service Chain"
8877 #  y-axis: "Y = Number of Service Chains"
8878 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8879 #  layout:
8880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8881 #    layout: "plot-service-density"
8882
8883 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8884 #- type: "plot"
8885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8886 #  algorithm: "plot_nf_heatmap"
8887 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8888 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8889 #  filter: "'NIC_Intel-XXV710' and
8890 #           'NF_DENSITY' and
8891 #           'DOCKER' and
8892 #           'CHAIN' and
8893 #           'NF_VPPIP4' and
8894 #           'IPSEC' and
8895 #           'TNL_1000' and
8896 #           'IMIX' and
8897 #           '2T1C' and
8898 #           'NDRPDR'"
8899 #  parameters:
8900 #  - "throughput"
8901 #  - "name"
8902 #  - "tags"
8903 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8904 #  x-axis: "X = CNFs per Service Chain"
8905 #  y-axis: "Y = Number of Service Chains"
8906 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8907 #  layout:
8908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8909 #    layout: "plot-service-density"
8910 #
8911 #- type: "plot"
8912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8913 #  algorithm: "plot_nf_heatmap"
8914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8915 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8916 #  filter: "'NIC_Intel-XXV710' and
8917 #           'NF_DENSITY' and
8918 #           'DOCKER' and
8919 #           'CHAIN' and
8920 #           'NF_VPPIP4' and
8921 #           'IPSEC' and
8922 #           'TNL_1000' and
8923 #           'IMIX' and
8924 #           '4T2C' and
8925 #           'NDRPDR'"
8926 #  parameters:
8927 #  - "throughput"
8928 #  - "name"
8929 #  - "tags"
8930 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8931 #  x-axis: "X = CNFs per Service Chain"
8932 #  y-axis: "Y = Number of Service Chains"
8933 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8934 #  layout:
8935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8936 #    layout: "plot-service-density"
8937 #
8938 #- type: "plot"
8939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8940 #  algorithm: "plot_nf_heatmap"
8941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8942 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8943 #  filter: "'NIC_Intel-XXV710' and
8944 #           'NF_DENSITY' and
8945 #           'DOCKER' and
8946 #           'CHAIN' and
8947 #           'NF_VPPIP4' and
8948 #           'IPSEC' and
8949 #           'TNL_1000' and
8950 #           'IMIX' and
8951 #           '8T4C' and
8952 #           'NDRPDR'"
8953 #  parameters:
8954 #  - "throughput"
8955 #  - "name"
8956 #  - "tags"
8957 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8958 #  x-axis: "X = CNFs per Service Chain"
8959 #  y-axis: "Y = Number of Service Chains"
8960 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8961 #  layout:
8962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8963 #    layout: "plot-service-density"
8964 #
8965 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8966 #- type: "plot"
8967 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8968 #  algorithm: "plot_nf_heatmap"
8969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8970 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8971 #  filter: "'NIC_Intel-XXV710' and
8972 #           'NF_DENSITY' and
8973 #           'DOCKER' and
8974 #           'CHAIN' and
8975 #           'NF_VPPIP4' and
8976 #           'IPSEC' and
8977 #           'TNL_1000' and
8978 #           'IMIX' and
8979 #           '2T1C' and
8980 #           'NDRPDR'"
8981 #  parameters:
8982 #  - "throughput"
8983 #  - "name"
8984 #  - "tags"
8985 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8986 #  x-axis: "X = CNFs per Service Chain"
8987 #  y-axis: "Y = Number of Service Chains"
8988 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8989 #  layout:
8990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8991 #    layout: "plot-service-density"
8992 #
8993 #- type: "plot"
8994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8995 #  algorithm: "plot_nf_heatmap"
8996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8997 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8998 #  filter: "'NIC_Intel-XXV710' and
8999 #           'NF_DENSITY' and
9000 #           'DOCKER' and
9001 #           'CHAIN' and
9002 #           'NF_VPPIP4' and
9003 #           'IPSEC' and
9004 #           'TNL_1000' and
9005 #           'IMIX' and
9006 #           '4T2C' and
9007 #           'NDRPDR'"
9008 #  parameters:
9009 #  - "throughput"
9010 #  - "name"
9011 #  - "tags"
9012 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9013 #  x-axis: "X = CNFs per Service Chain"
9014 #  y-axis: "Y = Number of Service Chains"
9015 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9016 #  layout:
9017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9018 #    layout: "plot-service-density"
9019 #
9020 #- type: "plot"
9021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9022 #  algorithm: "plot_nf_heatmap"
9023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9024 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9025 #  filter: "'NIC_Intel-XXV710' and
9026 #           'NF_DENSITY' and
9027 #           'DOCKER' and
9028 #           'CHAIN' and
9029 #           'NF_VPPIP4' and
9030 #           'IPSEC' and
9031 #           'TNL_1000' and
9032 #           'IMIX' and
9033 #           '8T4C' and
9034 #           'NDRPDR'"
9035 #  parameters:
9036 #  - "throughput"
9037 #  - "name"
9038 #  - "tags"
9039 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9040 #  x-axis: "X = CNFs per Service Chain"
9041 #  y-axis: "Y = Number of Service Chains"
9042 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9043 #  layout:
9044 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9045 #    layout: "plot-service-density"
9046
9047 ###############################################################################
9048
9049 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9050 #- type: "plot"
9051 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9052 #  algorithm: "plot_nf_heatmap"
9053 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9054 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9055 #  filter: "'NIC_Intel-XL710' and
9056 #           'NF_DENSITY' and
9057 #           'DOCKER' and
9058 #           'CHAIN' and
9059 #           'NF_VPPIP4' and
9060 #           'IMIX' and
9061 #           'TNL_1000' and
9062 #           '1T1C' and
9063 #           'MRR'"
9064 #  parameters:
9065 #  - "result"
9066 #  - "name"
9067 #  - "tags"
9068 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9069 #  x-axis: "X = CNFs per Service Chain"
9070 #  y-axis: "Y = Number of Service Chains"
9071 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9072 #  layout:
9073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9074 #    layout: "plot-service-density"
9075 #
9076 #- type: "plot"
9077 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9078 #  algorithm: "plot_nf_heatmap"
9079 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9080 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9081 #  filter: "'NIC_Intel-XL710' and
9082 #           'NF_DENSITY' and
9083 #           'DOCKER' and
9084 #           'CHAIN' and
9085 #           'NF_VPPIP4' and
9086 #           'IPSEC' and
9087 #           'TNL_1000' and
9088 #           'IMIX' and
9089 #           '2T2C' and
9090 #           'MRR'"
9091 #  parameters:
9092 #  - "result"
9093 #  - "name"
9094 #  - "tags"
9095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9096 #  x-axis: "X = CNFs per Service Chain"
9097 #  y-axis: "Y = Number of Service Chains"
9098 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9099 #  layout:
9100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9101 #    layout: "plot-service-density"
9102 #
9103 #- type: "plot"
9104 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9105 #  algorithm: "plot_nf_heatmap"
9106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9107 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9108 #  filter: "'NIC_Intel-XL710' and
9109 #           'NF_DENSITY' and
9110 #           'DOCKER' and
9111 #           'CHAIN' and
9112 #           'NF_VPPIP4' and
9113 #           'IPSEC' and
9114 #           'TNL_1000' and
9115 #           'IMIX' and
9116 #           '4T4C' and
9117 #           'MRR'"
9118 #  parameters:
9119 #  - "result"
9120 #  - "name"
9121 #  - "tags"
9122 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9123 #  x-axis: "X = CNFs per Service Chain"
9124 #  y-axis: "Y = Number of Service Chains"
9125 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9126 #  layout:
9127 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9128 #    layout: "plot-service-density"
9129
9130 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9131 #- type: "plot"
9132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9133 #  algorithm: "plot_nf_heatmap"
9134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9135 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9136 #  filter: "'NIC_Intel-XL710' and
9137 #           'NF_DENSITY' and
9138 #           'DOCKER' and
9139 #           'CHAIN' and
9140 #           'NF_VPPIP4' and
9141 #           'IPSEC' and
9142 #           'TNL_1000' and
9143 #           'IMIX' and
9144 #           '1T1C' and
9145 #           'NDRPDR'"
9146 #  parameters:
9147 #  - "throughput"
9148 #  - "name"
9149 #  - "tags"
9150 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9151 #  x-axis: "X = CNFs per Service Chain"
9152 #  y-axis: "Y = Number of Service Chains"
9153 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9154 #  layout:
9155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9156 #    layout: "plot-service-density"
9157 #
9158 #- type: "plot"
9159 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9160 #  algorithm: "plot_nf_heatmap"
9161 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9162 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9163 #  filter: "'NIC_Intel-XL710' and
9164 #           'NF_DENSITY' and
9165 #           'DOCKER' and
9166 #           'CHAIN' and
9167 #           'NF_VPPIP4' and
9168 #           'IPSEC' and
9169 #           'TNL_1000' and
9170 #           'IMIX' and
9171 #           '2T2C' and
9172 #           'NDRPDR'"
9173 #  parameters:
9174 #  - "throughput"
9175 #  - "name"
9176 #  - "tags"
9177 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9178 #  x-axis: "X = CNFs per Service Chain"
9179 #  y-axis: "Y = Number of Service Chains"
9180 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9181 #  layout:
9182 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9183 #    layout: "plot-service-density"
9184 #
9185 #- type: "plot"
9186 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9187 #  algorithm: "plot_nf_heatmap"
9188 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9189 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9190 #  filter: "'NIC_Intel-XL710' and
9191 #           'NF_DENSITY' and
9192 #           'DOCKER' and
9193 #           'CHAIN' and
9194 #           'NF_VPPIP4' and
9195 #           'IPSEC' and
9196 #           'TNL_1000' and
9197 #           'IMIX' and
9198 #           '4T4C' and
9199 #           'NDRPDR'"
9200 #  parameters:
9201 #  - "throughput"
9202 #  - "name"
9203 #  - "tags"
9204 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9205 #  x-axis: "X = CNFs per Service Chain"
9206 #  y-axis: "Y = Number of Service Chains"
9207 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9208 #  layout:
9209 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9210 #    layout: "plot-service-density"
9211 #
9212 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9213 #- type: "plot"
9214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9215 #  algorithm: "plot_nf_heatmap"
9216 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9217 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9218 #  filter: "'NIC_Intel-XL710' and
9219 #           'NF_DENSITY' and
9220 #           'DOCKER' and
9221 #           'CHAIN' and
9222 #           'NF_VPPIP4' and
9223 #           'IPSEC' and
9224 #           'TNL_1000' and
9225 #           'IMIX' and
9226 #           '1T1C' and
9227 #           'NDRPDR'"
9228 #  parameters:
9229 #  - "throughput"
9230 #  - "name"
9231 #  - "tags"
9232 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9233 #  x-axis: "X = CNFs per Service Chain"
9234 #  y-axis: "Y = Number of Service Chains"
9235 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9236 #  layout:
9237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9238 #    layout: "plot-service-density"
9239 #
9240 #- type: "plot"
9241 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9242 #  algorithm: "plot_nf_heatmap"
9243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9244 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9245 #  filter: "'NIC_Intel-XL710' and
9246 #           'NF_DENSITY' and
9247 #           'DOCKER' and
9248 #           'CHAIN' and
9249 #           'NF_VPPIP4' and
9250 #           'IPSEC' and
9251 #           'TNL_1000' and
9252 #           'IMIX' and
9253 #           '2T2C' and
9254 #           'NDRPDR'"
9255 #  parameters:
9256 #  - "throughput"
9257 #  - "name"
9258 #  - "tags"
9259 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9260 #  x-axis: "X = CNFs per Service Chain"
9261 #  y-axis: "Y = Number of Service Chains"
9262 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9263 #  layout:
9264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9265 #    layout: "plot-service-density"
9266 #
9267 #- type: "plot"
9268 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9269 #  algorithm: "plot_nf_heatmap"
9270 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9271 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9272 #  filter: "'NIC_Intel-XL710' and
9273 #           'NF_DENSITY' and
9274 #           'DOCKER' and
9275 #           'CHAIN' and
9276 #           'NF_VPPIP4' and
9277 #           'IPSEC' and
9278 #           'TNL_1000' and
9279 #           'IMIX' and
9280 #           '4T4C' and
9281 #           'NDRPDR'"
9282 #  parameters:
9283 #  - "throughput"
9284 #  - "name"
9285 #  - "tags"
9286 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9287 #  x-axis: "X = CNFs per Service Chain"
9288 #  y-axis: "Y = Number of Service Chains"
9289 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9290 #  layout:
9291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9292 #    layout: "plot-service-density"
9293
9294 ###############################################################################
9295
9296 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9297 #- type: "plot"
9298 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9299 #  algorithm: "plot_nf_heatmap"
9300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9301 #  data: "plot-vpp-nfv-3n-skx-mrr"
9302 #  filter: "'NIC_Intel-XXV710' and
9303 #           'NF_DENSITY' and
9304 #           'DOCKER' and
9305 #           'CHAIN' and
9306 #           'NF_VPPIP4' and
9307 #           'IPSEC' and
9308 #           'TNL_10000' and
9309 #           'IMIX' and
9310 #           '2T1C' and
9311 #           'MRR'"
9312 #  parameters:
9313 #  - "result"
9314 #  - "name"
9315 #  - "tags"
9316 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9317 #  x-axis: "X = CNFs per Service Chain"
9318 #  y-axis: "Y = Number of Service Chains"
9319 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9320 #  layout:
9321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9322 #    layout: "plot-service-density"
9323 #
9324 #- type: "plot"
9325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9326 #  algorithm: "plot_nf_heatmap"
9327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9328 #  data: "plot-vpp-nfv-3n-skx-mrr"
9329 #  filter: "'NIC_Intel-XXV710' and
9330 #           'NF_DENSITY' and
9331 #           'DOCKER' and
9332 #           'CHAIN' and
9333 #           'NF_VPPIP4' and
9334 #           'IPSEC' and
9335 #           'TNL_10000' and
9336 #           'IMIX' and
9337 #           '4T2C' and
9338 #           'MRR'"
9339 #  parameters:
9340 #  - "result"
9341 #  - "name"
9342 #  - "tags"
9343 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9344 #  x-axis: "X = CNFs per Service Chain"
9345 #  y-axis: "Y = Number of Service Chains"
9346 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9347 #  layout:
9348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9349 #    layout: "plot-service-density"
9350 #
9351 #- type: "plot"
9352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9353 #  algorithm: "plot_nf_heatmap"
9354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9355 #  data: "plot-vpp-nfv-3n-skx-mrr"
9356 #  filter: "'NIC_Intel-XXV710' and
9357 #           'NF_DENSITY' and
9358 #           'DOCKER' and
9359 #           'CHAIN' and
9360 #           'NF_VPPIP4' and
9361 #           'IPSEC' and
9362 #           'TNL_10000' and
9363 #           'IMIX' and
9364 #           '8T4C' and
9365 #           'MRR'"
9366 #  parameters:
9367 #  - "result"
9368 #  - "name"
9369 #  - "tags"
9370 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9371 #  x-axis: "X = CNFs per Service Chain"
9372 #  y-axis: "Y = Number of Service Chains"
9373 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9374 #  layout:
9375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9376 #    layout: "plot-service-density"
9377
9378 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9379 #- type: "plot"
9380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9381 #  algorithm: "plot_nf_heatmap"
9382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9383 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9384 #  filter: "'NIC_Intel-XXV710' and
9385 #           'NF_DENSITY' and
9386 #           'DOCKER' and
9387 #           'CHAIN' and
9388 #           'NF_VPPIP4' and
9389 #           'IPSEC' and
9390 #           'TNL_10000' and
9391 #           'IMIX' and
9392 #           '2T1C' and
9393 #           'NDRPDR'"
9394 #  parameters:
9395 #  - "throughput"
9396 #  - "name"
9397 #  - "tags"
9398 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9399 #  x-axis: "X = CNFs per Service Chain"
9400 #  y-axis: "Y = Number of Service Chains"
9401 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9402 #  layout:
9403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9404 #    layout: "plot-service-density"
9405 #
9406 #- type: "plot"
9407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9408 #  algorithm: "plot_nf_heatmap"
9409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9410 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9411 #  filter: "'NIC_Intel-XXV710' and
9412 #           'NF_DENSITY' and
9413 #           'DOCKER' and
9414 #           'CHAIN' and
9415 #           'NF_VPPIP4' and
9416 #           'IPSEC' and
9417 #           'TNL_10000' and
9418 #           'IMIX' and
9419 #           '4T2C' and
9420 #           'NDRPDR'"
9421 #  parameters:
9422 #  - "throughput"
9423 #  - "name"
9424 #  - "tags"
9425 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9426 #  x-axis: "X = CNFs per Service Chain"
9427 #  y-axis: "Y = Number of Service Chains"
9428 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9429 #  layout:
9430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9431 #    layout: "plot-service-density"
9432 #
9433 #- type: "plot"
9434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9435 #  algorithm: "plot_nf_heatmap"
9436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9437 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9438 #  filter: "'NIC_Intel-XXV710' and
9439 #           'NF_DENSITY' and
9440 #           'DOCKER' and
9441 #           'CHAIN' and
9442 #           'NF_VPPIP4' and
9443 #           'IPSEC' and
9444 #           'TNL_10000' and
9445 #           'IMIX' and
9446 #           '8T4C' and
9447 #           'NDRPDR'"
9448 #  parameters:
9449 #  - "throughput"
9450 #  - "name"
9451 #  - "tags"
9452 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9453 #  x-axis: "X = CNFs per Service Chain"
9454 #  y-axis: "Y = Number of Service Chains"
9455 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9456 #  layout:
9457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9458 #    layout: "plot-service-density"
9459 #
9460 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9461 #- type: "plot"
9462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9463 #  algorithm: "plot_nf_heatmap"
9464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9465 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9466 #  filter: "'NIC_Intel-XXV710' and
9467 #           'NF_DENSITY' and
9468 #           'DOCKER' and
9469 #           'CHAIN' and
9470 #           'NF_VPPIP4' and
9471 #           'IPSEC' and
9472 #           'TNL_10000' and
9473 #           'IMIX' and
9474 #           '2T1C' and
9475 #           'NDRPDR'"
9476 #  parameters:
9477 #  - "throughput"
9478 #  - "name"
9479 #  - "tags"
9480 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9481 #  x-axis: "X = CNFs per Service Chain"
9482 #  y-axis: "Y = Number of Service Chains"
9483 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9484 #  layout:
9485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9486 #    layout: "plot-service-density"
9487 #
9488 #- type: "plot"
9489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9490 #  algorithm: "plot_nf_heatmap"
9491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9492 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9493 #  filter: "'NIC_Intel-XXV710' and
9494 #           'NF_DENSITY' and
9495 #           'DOCKER' and
9496 #           'CHAIN' and
9497 #           'NF_VPPIP4' and
9498 #           'IPSEC' and
9499 #           'TNL_10000' and
9500 #           'IMIX' and
9501 #           '4T2C' and
9502 #           'NDRPDR'"
9503 #  parameters:
9504 #  - "throughput"
9505 #  - "name"
9506 #  - "tags"
9507 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9508 #  x-axis: "X = CNFs per Service Chain"
9509 #  y-axis: "Y = Number of Service Chains"
9510 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9511 #  layout:
9512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9513 #    layout: "plot-service-density"
9514 #
9515 #- type: "plot"
9516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9517 #  algorithm: "plot_nf_heatmap"
9518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9519 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9520 #  filter: "'NIC_Intel-XXV710' and
9521 #           'NF_DENSITY' and
9522 #           'DOCKER' and
9523 #           'CHAIN' and
9524 #           'NF_VPPIP4' and
9525 #           'IPSEC' and
9526 #           'TNL_10000' and
9527 #           'IMIX' and
9528 #           '8T4C' and
9529 #           'NDRPDR'"
9530 #  parameters:
9531 #  - "throughput"
9532 #  - "name"
9533 #  - "tags"
9534 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9535 #  x-axis: "X = CNFs per Service Chain"
9536 #  y-axis: "Y = Number of Service Chains"
9537 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9538 #  layout:
9539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9540 #    layout: "plot-service-density"
9541
9542 ###############################################################################
9543
9544 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9545 #- type: "plot"
9546 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9547 #  algorithm: "plot_nf_heatmap"
9548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9549 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9550 #  filter: "'NIC_Intel-XL710' and
9551 #           'NF_DENSITY' and
9552 #           'DOCKER' and
9553 #           'CHAIN' and
9554 #           'NF_VPPIP4' and
9555 #           'IMIX' and
9556 #           'TNL_10000' and
9557 #           '1T1C' and
9558 #           'MRR'"
9559 #  parameters:
9560 #  - "result"
9561 #  - "name"
9562 #  - "tags"
9563 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9564 #  x-axis: "X = CNFs per Service Chain"
9565 #  y-axis: "Y = Number of Service Chains"
9566 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9567 #  layout:
9568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9569 #    layout: "plot-service-density"
9570 #
9571 #- type: "plot"
9572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9573 #  algorithm: "plot_nf_heatmap"
9574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9575 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9576 #  filter: "'NIC_Intel-XL710' and
9577 #           'NF_DENSITY' and
9578 #           'DOCKER' and
9579 #           'CHAIN' and
9580 #           'NF_VPPIP4' and
9581 #           'IPSEC' and
9582 #           'TNL_10000' and
9583 #           'IMIX' and
9584 #           '2T2C' and
9585 #           'MRR'"
9586 #  parameters:
9587 #  - "result"
9588 #  - "name"
9589 #  - "tags"
9590 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9591 #  x-axis: "X = CNFs per Service Chain"
9592 #  y-axis: "Y = Number of Service Chains"
9593 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9594 #  layout:
9595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9596 #    layout: "plot-service-density"
9597 #
9598 #- type: "plot"
9599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9600 #  algorithm: "plot_nf_heatmap"
9601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9602 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9603 #  filter: "'NIC_Intel-XL710' and
9604 #           'NF_DENSITY' and
9605 #           'DOCKER' and
9606 #           'CHAIN' and
9607 #           'NF_VPPIP4' and
9608 #           'IPSEC' and
9609 #           'TNL_10000' and
9610 #           'IMIX' and
9611 #           '4T4C' and
9612 #           'MRR'"
9613 #  parameters:
9614 #  - "result"
9615 #  - "name"
9616 #  - "tags"
9617 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9618 #  x-axis: "X = CNFs per Service Chain"
9619 #  y-axis: "Y = Number of Service Chains"
9620 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9621 #  layout:
9622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9623 #    layout: "plot-service-density"
9624
9625 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9626 #- type: "plot"
9627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9628 #  algorithm: "plot_nf_heatmap"
9629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9630 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9631 #  filter: "'NIC_Intel-XL710' and
9632 #           'NF_DENSITY' and
9633 #           'DOCKER' and
9634 #           'CHAIN' and
9635 #           'NF_VPPIP4' and
9636 #           'IPSEC' and
9637 #           'TNL_10000' and
9638 #           'IMIX' and
9639 #           '1T1C' and
9640 #           'NDRPDR'"
9641 #  parameters:
9642 #  - "throughput"
9643 #  - "name"
9644 #  - "tags"
9645 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9646 #  x-axis: "X = CNFs per Service Chain"
9647 #  y-axis: "Y = Number of Service Chains"
9648 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9649 #  layout:
9650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9651 #    layout: "plot-service-density"
9652 #
9653 #- type: "plot"
9654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9655 #  algorithm: "plot_nf_heatmap"
9656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9657 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9658 #  filter: "'NIC_Intel-XL710' and
9659 #           'NF_DENSITY' and
9660 #           'DOCKER' and
9661 #           'CHAIN' and
9662 #           'NF_VPPIP4' and
9663 #           'IPSEC' and
9664 #           'TNL_10000' and
9665 #           'IMIX' and
9666 #           '2T2C' and
9667 #           'NDRPDR'"
9668 #  parameters:
9669 #  - "throughput"
9670 #  - "name"
9671 #  - "tags"
9672 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9673 #  x-axis: "X = CNFs per Service Chain"
9674 #  y-axis: "Y = Number of Service Chains"
9675 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9676 #  layout:
9677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9678 #    layout: "plot-service-density"
9679 #
9680 #- type: "plot"
9681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9682 #  algorithm: "plot_nf_heatmap"
9683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9684 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9685 #  filter: "'NIC_Intel-XL710' and
9686 #           'NF_DENSITY' and
9687 #           'DOCKER' and
9688 #           'CHAIN' and
9689 #           'NF_VPPIP4' and
9690 #           'IPSEC' and
9691 #           'TNL_10000' and
9692 #           'IMIX' and
9693 #           '4T4C' and
9694 #           'NDRPDR'"
9695 #  parameters:
9696 #  - "throughput"
9697 #  - "name"
9698 #  - "tags"
9699 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9700 #  x-axis: "X = CNFs per Service Chain"
9701 #  y-axis: "Y = Number of Service Chains"
9702 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9703 #  layout:
9704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9705 #    layout: "plot-service-density"
9706 #
9707 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9708 #- type: "plot"
9709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9710 #  algorithm: "plot_nf_heatmap"
9711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9712 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9713 #  filter: "'NIC_Intel-XL710' and
9714 #           'NF_DENSITY' and
9715 #           'DOCKER' and
9716 #           'CHAIN' and
9717 #           'NF_VPPIP4' and
9718 #           'IPSEC' and
9719 #           'TNL_10000' and
9720 #           'IMIX' and
9721 #           '1T1C' and
9722 #           'NDRPDR'"
9723 #  parameters:
9724 #  - "throughput"
9725 #  - "name"
9726 #  - "tags"
9727 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9728 #  x-axis: "X = CNFs per Service Chain"
9729 #  y-axis: "Y = Number of Service Chains"
9730 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9731 #  layout:
9732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9733 #    layout: "plot-service-density"
9734 #
9735 #- type: "plot"
9736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9737 #  algorithm: "plot_nf_heatmap"
9738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9739 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9740 #  filter: "'NIC_Intel-XL710' and
9741 #           'NF_DENSITY' and
9742 #           'DOCKER' and
9743 #           'CHAIN' and
9744 #           'NF_VPPIP4' and
9745 #           'IPSEC' and
9746 #           'TNL_10000' and
9747 #           'IMIX' and
9748 #           '2T2C' and
9749 #           'NDRPDR'"
9750 #  parameters:
9751 #  - "throughput"
9752 #  - "name"
9753 #  - "tags"
9754 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9755 #  x-axis: "X = CNFs per Service Chain"
9756 #  y-axis: "Y = Number of Service Chains"
9757 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9758 #  layout:
9759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9760 #    layout: "plot-service-density"
9761 #
9762 #- type: "plot"
9763 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9764 #  algorithm: "plot_nf_heatmap"
9765 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9766 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9767 #  filter: "'NIC_Intel-XL710' and
9768 #           'NF_DENSITY' and
9769 #           'DOCKER' and
9770 #           'CHAIN' and
9771 #           'NF_VPPIP4' and
9772 #           'IPSEC' and
9773 #           'TNL_10000' and
9774 #           'IMIX' and
9775 #           '4T4C' and
9776 #           'NDRPDR'"
9777 #  parameters:
9778 #  - "throughput"
9779 #  - "name"
9780 #  - "tags"
9781 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9782 #  x-axis: "X = CNFs per Service Chain"
9783 #  y-axis: "Y = Number of Service Chains"
9784 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9785 #  layout:
9786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9787 #    layout: "plot-service-density"
9788
9789 ###############################################################################
9790
9791 # Plots - NF Density - CSP - MRR IMIX
9792 - type: "plot"
9793   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9794   algorithm: "plot_nf_heatmap"
9795   output-file-type: ".html"
9796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9797   data: "plot-vpp-nfv-2n-skx-mrr"
9798   filter: "'NIC_Intel-XXV710' and
9799            'NF_DENSITY' and
9800            'DOCKER' and
9801            'PIPELINE' and
9802            'NF_VPPIP4' and
9803            'IMIX' and
9804            '2T1C' and
9805            'MRR'"
9806   parameters:
9807   - "result"
9808   - "name"
9809   - "tags"
9810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9811   x-axis: "X = CNFs per Service Pipeline"
9812   y-axis: "Y = Number of Service Pipelines"
9813   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9814   layout:
9815     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9816     layout: "plot-service-density"
9817
9818 - type: "plot"
9819   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9820   algorithm: "plot_nf_heatmap"
9821   output-file-type: ".html"
9822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9823   data: "plot-vpp-nfv-2n-skx-mrr"
9824   filter: "'NIC_Intel-XXV710' and
9825            'NF_DENSITY' and
9826            'DOCKER' and
9827            'PIPELINE' and
9828            'NF_VPPIP4' and
9829            'IMIX' and
9830            '4T2C' and
9831            'MRR'"
9832   parameters:
9833   - "result"
9834   - "name"
9835   - "tags"
9836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9837   x-axis: "X = CNFs per Service Pipeline"
9838   y-axis: "Y = Number of Service Pipelines"
9839   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9840   layout:
9841     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9842     layout: "plot-service-density"
9843
9844 - type: "plot"
9845   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9846   algorithm: "plot_nf_heatmap"
9847   output-file-type: ".html"
9848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9849   data: "plot-vpp-nfv-2n-skx-mrr"
9850   filter: "'NIC_Intel-XXV710' and
9851            'NF_DENSITY' and
9852            'DOCKER' and
9853            'PIPELINE' and
9854            'NF_VPPIP4' and
9855            'IMIX' and
9856            '8T4C' and
9857            'MRR'"
9858   parameters:
9859   - "result"
9860   - "name"
9861   - "tags"
9862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9863   x-axis: "X = CNFs per Service Pipeline"
9864   y-axis: "Y = Number of Service Pipelines"
9865   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9866   layout:
9867     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9868     layout: "plot-service-density"
9869
9870 # Plots - NF Density - CSP - NDR IMIX
9871 - type: "plot"
9872   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9873   algorithm: "plot_nf_heatmap"
9874   output-file-type: ".html"
9875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9876   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9877   filter: "'NIC_Intel-XXV710' and
9878            'NF_DENSITY' and
9879            'DOCKER' and
9880            'PIPELINE' and
9881            'NF_VPPIP4' and
9882            'IMIX' and
9883            '2T1C' and
9884            'NDRPDR'"
9885   parameters:
9886   - "throughput"
9887   - "name"
9888   - "tags"
9889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9890   x-axis: "X = CNFs per Service Pipeline"
9891   y-axis: "Y = Number of Service Pipelines"
9892   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9893   layout:
9894     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9895     layout: "plot-service-density"
9896
9897 - type: "plot"
9898   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9899   algorithm: "plot_nf_heatmap"
9900   output-file-type: ".html"
9901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9902   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9903   filter: "'NIC_Intel-XXV710' and
9904            'NF_DENSITY' and
9905            'DOCKER' and
9906            'PIPELINE' and
9907            'NF_VPPIP4' and
9908            'IMIX' and
9909            '4T2C' and
9910            'NDRPDR'"
9911   parameters:
9912   - "throughput"
9913   - "name"
9914   - "tags"
9915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9916   x-axis: "X = CNFs per Service Pipeline"
9917   y-axis: "Y = Number of Service Pipelines"
9918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9919   layout:
9920     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9921     layout: "plot-service-density"
9922
9923 - type: "plot"
9924   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9925   algorithm: "plot_nf_heatmap"
9926   output-file-type: ".html"
9927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9928   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9929   filter: "'NIC_Intel-XXV710' and
9930            'NF_DENSITY' and
9931            'DOCKER' and
9932            'PIPELINE' and
9933            'NF_VPPIP4' and
9934            'IMIX' and
9935            '8T4C' and
9936            'NDRPDR'"
9937   parameters:
9938   - "throughput"
9939   - "name"
9940   - "tags"
9941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9942   x-axis: "X = CNFs per Service Pipeline"
9943   y-axis: "Y = Number of Service Pipelines"
9944   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9945   layout:
9946     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9947     layout: "plot-service-density"
9948
9949 # Plots - NF Density - CSP - PDR IMIX
9950 - type: "plot"
9951   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9952   algorithm: "plot_nf_heatmap"
9953   output-file-type: ".html"
9954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9955   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9956   filter: "'NIC_Intel-XXV710' and
9957            'NF_DENSITY' and
9958            'DOCKER' and
9959            'PIPELINE' and
9960            'NF_VPPIP4' and
9961            'IMIX' and
9962            '2T1C' and
9963            'NDRPDR'"
9964   parameters:
9965   - "throughput"
9966   - "name"
9967   - "tags"
9968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9969   x-axis: "X = CNFs per Service Pipeline"
9970   y-axis: "Y = Number of Service Pipelines"
9971   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9972   layout:
9973     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9974     layout: "plot-service-density"
9975
9976 - type: "plot"
9977   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9978   algorithm: "plot_nf_heatmap"
9979   output-file-type: ".html"
9980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9981   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9982   filter: "'NIC_Intel-XXV710' and
9983            'NF_DENSITY' and
9984            'DOCKER' and
9985            'PIPELINE' and
9986            'NF_VPPIP4' and
9987            'IMIX' and
9988            '4T2C' and
9989            'NDRPDR'"
9990   parameters:
9991   - "throughput"
9992   - "name"
9993   - "tags"
9994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9995   x-axis: "X = CNFs per Service Pipeline"
9996   y-axis: "Y = Number of Service Pipelines"
9997   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9998   layout:
9999     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10000     layout: "plot-service-density"
10001
10002 - type: "plot"
10003   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10004   algorithm: "plot_nf_heatmap"
10005   output-file-type: ".html"
10006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10007   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10008   filter: "'NIC_Intel-XXV710' and
10009            'NF_DENSITY' and
10010            'DOCKER' and
10011            'PIPELINE' and
10012            'NF_VPPIP4' and
10013            'IMIX' and
10014            '8T4C' and
10015            'NDRPDR'"
10016   parameters:
10017   - "throughput"
10018   - "name"
10019   - "tags"
10020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10021   x-axis: "X = CNFs per Service Pipeline"
10022   y-axis: "Y = Number of Service Pipelines"
10023   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10024   layout:
10025     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10026     layout: "plot-service-density"
10027
10028 ###############################################################################
10029 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10030
10031 - type: "plot"
10032   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10033   algorithm: "plot_nf_heatmap"
10034   output-file-type: ".html"
10035   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10036   data: "plot-vpp-nfv-2n-clx-mrr"
10037   filter: "'NIC_Intel-XXV710' and
10038            'NF_DENSITY' and
10039            'VHOST' and
10040            not 'VXLAN' and
10041            'CHAIN' and
10042            'NF_VPPIP4' and
10043            'IMIX' and
10044            '2T1C' and
10045            'MRR'"
10046   parameters:
10047   - "result"
10048   - "name"
10049   - "tags"
10050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10051   x-axis: "X = VNFs per Service Chain"
10052   y-axis: "Y = Number of Service Chains"
10053   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10054   layout:
10055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10056     layout: "plot-service-density"
10057
10058 - type: "plot"
10059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10060   algorithm: "plot_nf_heatmap"
10061   output-file-type: ".html"
10062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10063   data: "plot-vpp-nfv-2n-clx-mrr"
10064   filter: "'NIC_Intel-XXV710' and
10065            'NF_DENSITY' and
10066            'VHOST' and
10067            not 'VXLAN' and
10068            'CHAIN' and
10069            'NF_VPPIP4' and
10070            'IMIX' and
10071            '4T2C' and
10072            'MRR'"
10073   parameters:
10074   - "result"
10075   - "name"
10076   - "tags"
10077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10078   x-axis: "X = VNFs per Service Chain"
10079   y-axis: "Y = Number of Service Chains"
10080   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10081   layout:
10082     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10083     layout: "plot-service-density"
10084
10085 - type: "plot"
10086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10087   algorithm: "plot_nf_heatmap"
10088   output-file-type: ".html"
10089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10090   data: "plot-vpp-nfv-2n-clx-mrr"
10091   filter: "'NIC_Intel-XXV710' and
10092            'NF_DENSITY' and
10093            'VHOST' and
10094            not 'VXLAN' and
10095            'CHAIN' and
10096            'NF_VPPIP4' and
10097            'IMIX' and
10098            '8T4C' and
10099            'MRR'"
10100   parameters:
10101   - "result"
10102   - "name"
10103   - "tags"
10104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10105   x-axis: "X = VNFs per Service Chain"
10106   y-axis: "Y = Number of Service Chains"
10107   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10108   layout:
10109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10110     layout: "plot-service-density"
10111
10112 # Plots - NF Density - VSC - NDR IMIX
10113 - type: "plot"
10114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10115   algorithm: "plot_nf_heatmap"
10116   output-file-type: ".html"
10117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10118   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10119   filter: "'NIC_Intel-XXV710' and
10120            'NF_DENSITY' and
10121            'VHOST' and
10122            not 'VXLAN' and
10123            'CHAIN' and
10124            'NF_VPPIP4' and
10125            'IMIX' and
10126            '2T1C' and
10127            'NDRPDR'"
10128   parameters:
10129   - "throughput"
10130   - "name"
10131   - "tags"
10132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10133   x-axis: "X = VNFs per Service Chain"
10134   y-axis: "Y = Number of Service Chains"
10135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10136   layout:
10137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10138     layout: "plot-service-density"
10139
10140 - type: "plot"
10141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10142   algorithm: "plot_nf_heatmap"
10143   output-file-type: ".html"
10144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10145   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10146   filter: "'NIC_Intel-XXV710' and
10147            'NF_DENSITY' and
10148            'VHOST' and
10149            not 'VXLAN' and
10150            'CHAIN' and
10151            'NF_VPPIP4' and
10152            'IMIX' and
10153            '4T2C' and
10154            'NDRPDR'"
10155   parameters:
10156   - "throughput"
10157   - "name"
10158   - "tags"
10159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10160   x-axis: "X = VNFs per Service Chain"
10161   y-axis: "Y = Number of Service Chains"
10162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10163   layout:
10164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10165     layout: "plot-service-density"
10166
10167 - type: "plot"
10168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10169   algorithm: "plot_nf_heatmap"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10172   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10173   filter: "'NIC_Intel-XXV710' and
10174            'NF_DENSITY' and
10175            'VHOST' and
10176            not 'VXLAN' and
10177            'CHAIN' and
10178            'NF_VPPIP4' and
10179            'IMIX' and
10180            '8T4C' and
10181            'NDRPDR'"
10182   parameters:
10183   - "throughput"
10184   - "name"
10185   - "tags"
10186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10187   x-axis: "X = VNFs per Service Chain"
10188   y-axis: "Y = Number of Service Chains"
10189   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10190   layout:
10191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10192     layout: "plot-service-density"
10193
10194 # Plots - NF Density - VSC - PDR IMIX
10195 - type: "plot"
10196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10197   algorithm: "plot_nf_heatmap"
10198   output-file-type: ".html"
10199   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10200   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10201   filter: "'NIC_Intel-XXV710' and
10202            'NF_DENSITY' and
10203            'VHOST' and
10204            not 'VXLAN' and
10205            'CHAIN' and
10206            'NF_VPPIP4' and
10207            'IMIX' and
10208            '2T1C' and
10209            'NDRPDR'"
10210   parameters:
10211   - "throughput"
10212   - "name"
10213   - "tags"
10214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10215   x-axis: "X = VNFs per Service Chain"
10216   y-axis: "Y = Number of Service Chains"
10217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10218   layout:
10219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10220     layout: "plot-service-density"
10221
10222 - type: "plot"
10223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10224   algorithm: "plot_nf_heatmap"
10225   output-file-type: ".html"
10226   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10227   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10228   filter: "'NIC_Intel-XXV710' and
10229            'NF_DENSITY' and
10230            'VHOST' and
10231            not 'VXLAN' and
10232            'CHAIN' and
10233            'NF_VPPIP4' and
10234            'IMIX' and
10235            '4T2C' and
10236            'NDRPDR'"
10237   parameters:
10238   - "throughput"
10239   - "name"
10240   - "tags"
10241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10242   x-axis: "X = VNFs per Service Chain"
10243   y-axis: "Y = Number of Service Chains"
10244   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10245   layout:
10246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10247     layout: "plot-service-density"
10248
10249 - type: "plot"
10250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10251   algorithm: "plot_nf_heatmap"
10252   output-file-type: ".html"
10253   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10254   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10255   filter: "'NIC_Intel-XXV710' and
10256            'NF_DENSITY' and
10257            'VHOST' and
10258            not 'VXLAN' and
10259            'CHAIN' and
10260            'NF_VPPIP4' and
10261            'IMIX' and
10262            '8T4C' and
10263            'NDRPDR'"
10264   parameters:
10265   - "throughput"
10266   - "name"
10267   - "tags"
10268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10269   x-axis: "X = VNFs per Service Chain"
10270   y-axis: "Y = Number of Service Chains"
10271   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10272   layout:
10273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10274     layout: "plot-service-density"
10275
10276 # Plots - NF Density - VSC - MRR IMIX
10277 - type: "plot"
10278   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10279   algorithm: "plot_nf_heatmap"
10280   output-file-type: ".html"
10281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10282   data: "plot-vpp-nfv-2n-clx-mrr"
10283   filter: "'NIC_Intel-XXV710' and
10284            'NF_DENSITY' and
10285            'VHOST' and
10286            'VXLAN' and
10287            'CHAIN' and
10288            'IMIX' and
10289            '2T1C' and
10290            'MRR'"
10291   parameters:
10292   - "result"
10293   - "name"
10294   - "tags"
10295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10296   x-axis: "X = VNFs per Service Chain"
10297   y-axis: "Y = Number of Service Chains"
10298   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10299   layout:
10300     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10301     layout: "plot-service-density"
10302
10303 - type: "plot"
10304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10305   algorithm: "plot_nf_heatmap"
10306   output-file-type: ".html"
10307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10308   data: "plot-vpp-nfv-2n-clx-mrr"
10309   filter: "'NIC_Intel-XXV710' and
10310            'NF_DENSITY' and
10311            'VHOST' and
10312            'VXLAN' and
10313            'CHAIN' and
10314            'IMIX' and
10315            '4T2C' and
10316            'MRR'"
10317   parameters:
10318   - "result"
10319   - "name"
10320   - "tags"
10321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10322   x-axis: "X = VNFs per Service Chain"
10323   y-axis: "Y = Number of Service Chains"
10324   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10325   layout:
10326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10327     layout: "plot-service-density"
10328
10329 - type: "plot"
10330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10331   algorithm: "plot_nf_heatmap"
10332   output-file-type: ".html"
10333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10334   data: "plot-vpp-nfv-2n-clx-mrr"
10335   filter: "'NIC_Intel-XXV710' and
10336            'NF_DENSITY' and
10337            'VHOST' and
10338            'VXLAN' and
10339            'CHAIN' and
10340            'IMIX' and
10341            '8T4C' and
10342            'MRR'"
10343   parameters:
10344   - "result"
10345   - "name"
10346   - "tags"
10347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10348   x-axis: "X = VNFs per Service Chain"
10349   y-axis: "Y = Number of Service Chains"
10350   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10351   layout:
10352     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10353     layout: "plot-service-density"
10354
10355 # Plots - NF Density - VSC - NDR IMIX
10356 - type: "plot"
10357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10358   algorithm: "plot_nf_heatmap"
10359   output-file-type: ".html"
10360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10361   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10362   filter: "'NIC_Intel-XXV710' and
10363            'NF_DENSITY' and
10364            'VHOST' and
10365            'VXLAN' and
10366            'CHAIN' and
10367            'IMIX' and
10368            '2T1C' and
10369            'NDRPDR'"
10370   parameters:
10371   - "throughput"
10372   - "name"
10373   - "tags"
10374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10375   x-axis: "X = VNFs per Service Chain"
10376   y-axis: "Y = Number of Service Chains"
10377   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10378   layout:
10379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10380     layout: "plot-service-density"
10381
10382 - type: "plot"
10383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10384   algorithm: "plot_nf_heatmap"
10385   output-file-type: ".html"
10386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10387   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10388   filter: "'NIC_Intel-XXV710' and
10389            'NF_DENSITY' and
10390            'VHOST' and
10391            'VXLAN' and
10392            'CHAIN' and
10393            'IMIX' and
10394            '4T2C' and
10395            'NDRPDR'"
10396   parameters:
10397   - "throughput"
10398   - "name"
10399   - "tags"
10400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10401   x-axis: "X = VNFs per Service Chain"
10402   y-axis: "Y = Number of Service Chains"
10403   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10404   layout:
10405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10406     layout: "plot-service-density"
10407
10408 - type: "plot"
10409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10410   algorithm: "plot_nf_heatmap"
10411   output-file-type: ".html"
10412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10413   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10414   filter: "'NIC_Intel-XXV710' and
10415            'NF_DENSITY' and
10416            'VHOST' and
10417            'VXLAN' and
10418            'CHAIN' and
10419            'IMIX' and
10420            '8T4C' and
10421            'NDRPDR'"
10422   parameters:
10423   - "throughput"
10424   - "name"
10425   - "tags"
10426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10427   x-axis: "X = VNFs per Service Chain"
10428   y-axis: "Y = Number of Service Chains"
10429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10430   layout:
10431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10432     layout: "plot-service-density"
10433
10434 # Plots - NF Density - VSC - PDR IMIX
10435 - type: "plot"
10436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10437   algorithm: "plot_nf_heatmap"
10438   output-file-type: ".html"
10439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10440   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10441   filter: "'NIC_Intel-XXV710' and
10442            'NF_DENSITY' and
10443            'VHOST' and
10444            'VXLAN' and
10445            'CHAIN' and
10446            'IMIX' and
10447            '2T1C' and
10448            'NDRPDR'"
10449   parameters:
10450   - "throughput"
10451   - "name"
10452   - "tags"
10453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10454   x-axis: "X = VNFs per Service Chain"
10455   y-axis: "Y = Number of Service Chains"
10456   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10457   layout:
10458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10459     layout: "plot-service-density"
10460
10461 - type: "plot"
10462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10463   algorithm: "plot_nf_heatmap"
10464   output-file-type: ".html"
10465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10466   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10467   filter: "'NIC_Intel-XXV710' and
10468            'NF_DENSITY' and
10469            'VHOST' and
10470            'VXLAN' and
10471            'CHAIN' and
10472            'IMIX' and
10473            '4T2C' and
10474            'NDRPDR'"
10475   parameters:
10476   - "throughput"
10477   - "name"
10478   - "tags"
10479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10480   x-axis: "X = VNFs per Service Chain"
10481   y-axis: "Y = Number of Service Chains"
10482   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10483   layout:
10484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10485     layout: "plot-service-density"
10486
10487 - type: "plot"
10488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10489   algorithm: "plot_nf_heatmap"
10490   output-file-type: ".html"
10491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10492   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10493   filter: "'NIC_Intel-XXV710' and
10494            'NF_DENSITY' and
10495            'VHOST' and
10496            'VXLAN' and
10497            'CHAIN' and
10498            'IMIX' and
10499            '8T4C' and
10500            'NDRPDR'"
10501   parameters:
10502   - "throughput"
10503   - "name"
10504   - "tags"
10505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10506   x-axis: "X = VNFs per Service Chain"
10507   y-axis: "Y = Number of Service Chains"
10508   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10509   layout:
10510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10511     layout: "plot-service-density"
10512
10513 # Plots - NF Density - CSC - MRR IMIX
10514 - type: "plot"
10515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10516   algorithm: "plot_nf_heatmap"
10517   output-file-type: ".html"
10518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10519   data: "plot-vpp-nfv-2n-clx-mrr"
10520   filter: "'NIC_Intel-XXV710' and
10521            'NF_DENSITY' and
10522            'DOCKER' and
10523            'CHAIN' and
10524            'NF_VPPIP4' and
10525            'IMIX' and
10526            '2T1C' and
10527            'MRR'"
10528   parameters:
10529   - "result"
10530   - "name"
10531   - "tags"
10532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10533   x-axis: "X = CNFs per Service Chain"
10534   y-axis: "Y = Number of Service Chains"
10535   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10536   layout:
10537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10538     layout: "plot-service-density"
10539
10540 - type: "plot"
10541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10542   algorithm: "plot_nf_heatmap"
10543   output-file-type: ".html"
10544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10545   data: "plot-vpp-nfv-2n-clx-mrr"
10546   filter: "'NIC_Intel-XXV710' and
10547            'NF_DENSITY' and
10548            'DOCKER' and
10549            'CHAIN' and
10550            'NF_VPPIP4' and
10551            'IMIX' and
10552            '4T2C' and
10553            'MRR'"
10554   parameters:
10555   - "result"
10556   - "name"
10557   - "tags"
10558   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10559   x-axis: "X = CNFs per Service Chain"
10560   y-axis: "Y = Number of Service Chains"
10561   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10562   layout:
10563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10564     layout: "plot-service-density"
10565
10566 - type: "plot"
10567   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10568   algorithm: "plot_nf_heatmap"
10569   output-file-type: ".html"
10570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10571   data: "plot-vpp-nfv-2n-clx-mrr"
10572   filter: "'NIC_Intel-XXV710' and
10573            'NF_DENSITY' and
10574            'DOCKER' and
10575            'CHAIN' and
10576            'NF_VPPIP4' and
10577            'IMIX' and
10578            '8T4C' and
10579            'MRR'"
10580   parameters:
10581   - "result"
10582   - "name"
10583   - "tags"
10584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10585   x-axis: "X = CNFs per Service Chain"
10586   y-axis: "Y = Number of Service Chains"
10587   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10588   layout:
10589     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10590     layout: "plot-service-density"
10591
10592 # Plots - NF Density - CSC - NDR IMIX
10593 - type: "plot"
10594   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10595   algorithm: "plot_nf_heatmap"
10596   output-file-type: ".html"
10597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10598   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10599   filter: "'NIC_Intel-XXV710' and
10600            'NF_DENSITY' and
10601            'DOCKER' and
10602            'CHAIN' and
10603            'NF_VPPIP4' and
10604            'IMIX' and
10605            '2T1C' and
10606            'NDRPDR'"
10607   parameters:
10608   - "throughput"
10609   - "name"
10610   - "tags"
10611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10612   x-axis: "X = CNFs per Service Chain"
10613   y-axis: "Y = Number of Service Chains"
10614   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10615   layout:
10616     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10617     layout: "plot-service-density"
10618
10619 - type: "plot"
10620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10621   algorithm: "plot_nf_heatmap"
10622   output-file-type: ".html"
10623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10624   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10625   filter: "'NIC_Intel-XXV710' and
10626            'NF_DENSITY' and
10627            'DOCKER' and
10628            'CHAIN' and
10629            'NF_VPPIP4' and
10630            'IMIX' and
10631            '4T2C' and
10632            'NDRPDR'"
10633   parameters:
10634   - "throughput"
10635   - "name"
10636   - "tags"
10637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10638   x-axis: "X = CNFs per Service Chain"
10639   y-axis: "Y = Number of Service Chains"
10640   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10641   layout:
10642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10643     layout: "plot-service-density"
10644
10645 - type: "plot"
10646   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10647   algorithm: "plot_nf_heatmap"
10648   output-file-type: ".html"
10649   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10650   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10651   filter: "'NIC_Intel-XXV710' and
10652            'NF_DENSITY' and
10653            'DOCKER' and
10654            'CHAIN' and
10655            'NF_VPPIP4' and
10656            'IMIX' and
10657            '8T4C' and
10658            'NDRPDR'"
10659   parameters:
10660   - "throughput"
10661   - "name"
10662   - "tags"
10663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10664   x-axis: "X = CNFs per Service Chain"
10665   y-axis: "Y = Number of Service Chains"
10666   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10667   layout:
10668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10669     layout: "plot-service-density"
10670
10671 # Plots - NF Density - CSC - PDR IMIX
10672 - type: "plot"
10673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10674   algorithm: "plot_nf_heatmap"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10677   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10678   filter: "'NIC_Intel-XXV710' and
10679            'NF_DENSITY' and
10680            'DOCKER' and
10681            'CHAIN' and
10682            'NF_VPPIP4' and
10683            'IMIX' and
10684            '2T1C' and
10685            'NDRPDR'"
10686   parameters:
10687   - "throughput"
10688   - "name"
10689   - "tags"
10690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10691   x-axis: "X = CNFs per Service Chain"
10692   y-axis: "Y = Number of Service Chains"
10693   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10694   layout:
10695     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10696     layout: "plot-service-density"
10697
10698 - type: "plot"
10699   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10700   algorithm: "plot_nf_heatmap"
10701   output-file-type: ".html"
10702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10703   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10704   filter: "'NIC_Intel-XXV710' and
10705            'NF_DENSITY' and
10706            'DOCKER' and
10707            'CHAIN' and
10708            'NF_VPPIP4' and
10709            'IMIX' and
10710            '4T2C' and
10711            'NDRPDR'"
10712   parameters:
10713   - "throughput"
10714   - "name"
10715   - "tags"
10716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10717   x-axis: "X = CNFs per Service Chain"
10718   y-axis: "Y = Number of Service Chains"
10719   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10720   layout:
10721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10722     layout: "plot-service-density"
10723
10724 - type: "plot"
10725   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10726   algorithm: "plot_nf_heatmap"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10729   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10730   filter: "'NIC_Intel-XXV710' and
10731            'NF_DENSITY' and
10732            'DOCKER' and
10733            'CHAIN' and
10734            'NF_VPPIP4' and
10735            'IMIX' and
10736            '8T4C' and
10737            'NDRPDR'"
10738   parameters:
10739   - "throughput"
10740   - "name"
10741   - "tags"
10742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10743   x-axis: "X = CNFs per Service Chain"
10744   y-axis: "Y = Number of Service Chains"
10745   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10746   layout:
10747     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10748     layout: "plot-service-density"
10749
10750 # Plots - NF Density - CSP - MRR IMIX
10751 - type: "plot"
10752   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10753   algorithm: "plot_nf_heatmap"
10754   output-file-type: ".html"
10755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10756   data: "plot-vpp-nfv-2n-clx-mrr"
10757   filter: "'NIC_Intel-XXV710' and
10758            'NF_DENSITY' and
10759            'DOCKER' and
10760            'PIPELINE' and
10761            'NF_VPPIP4' and
10762            'IMIX' and
10763            '2T1C' and
10764            'MRR'"
10765   parameters:
10766   - "result"
10767   - "name"
10768   - "tags"
10769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10770   x-axis: "X = CNFs per Service Pipeline"
10771   y-axis: "Y = Number of Service Pipelines"
10772   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10773   layout:
10774     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10775     layout: "plot-service-density"
10776
10777 - type: "plot"
10778   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10779   algorithm: "plot_nf_heatmap"
10780   output-file-type: ".html"
10781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10782   data: "plot-vpp-nfv-2n-clx-mrr"
10783   filter: "'NIC_Intel-XXV710' and
10784            'NF_DENSITY' and
10785            'DOCKER' and
10786            'PIPELINE' and
10787            'NF_VPPIP4' and
10788            'IMIX' and
10789            '4T2C' and
10790            'MRR'"
10791   parameters:
10792   - "result"
10793   - "name"
10794   - "tags"
10795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10796   x-axis: "X = CNFs per Service Pipeline"
10797   y-axis: "Y = Number of Service Pipelines"
10798   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10799   layout:
10800     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10801     layout: "plot-service-density"
10802
10803 - type: "plot"
10804   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10805   algorithm: "plot_nf_heatmap"
10806   output-file-type: ".html"
10807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10808   data: "plot-vpp-nfv-2n-clx-mrr"
10809   filter: "'NIC_Intel-XXV710' and
10810            'NF_DENSITY' and
10811            'DOCKER' and
10812            'PIPELINE' and
10813            'NF_VPPIP4' and
10814            'IMIX' and
10815            '8T4C' and
10816            'MRR'"
10817   parameters:
10818   - "result"
10819   - "name"
10820   - "tags"
10821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10822   x-axis: "X = CNFs per Service Pipeline"
10823   y-axis: "Y = Number of Service Pipelines"
10824   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10825   layout:
10826     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10827     layout: "plot-service-density"
10828
10829 # Plots - NF Density - CSP - NDR IMIX
10830 - type: "plot"
10831   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10832   algorithm: "plot_nf_heatmap"
10833   output-file-type: ".html"
10834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10835   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10836   filter: "'NIC_Intel-XXV710' and
10837            'NF_DENSITY' and
10838            'DOCKER' and
10839            'PIPELINE' and
10840            'NF_VPPIP4' and
10841            'IMIX' and
10842            '2T1C' and
10843            'NDRPDR'"
10844   parameters:
10845   - "throughput"
10846   - "name"
10847   - "tags"
10848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10849   x-axis: "X = CNFs per Service Pipeline"
10850   y-axis: "Y = Number of Service Pipelines"
10851   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10852   layout:
10853     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10854     layout: "plot-service-density"
10855
10856 - type: "plot"
10857   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10858   algorithm: "plot_nf_heatmap"
10859   output-file-type: ".html"
10860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10861   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10862   filter: "'NIC_Intel-XXV710' and
10863            'NF_DENSITY' and
10864            'DOCKER' and
10865            'PIPELINE' and
10866            'NF_VPPIP4' and
10867            'IMIX' and
10868            '4T2C' and
10869            'NDRPDR'"
10870   parameters:
10871   - "throughput"
10872   - "name"
10873   - "tags"
10874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10875   x-axis: "X = CNFs per Service Pipeline"
10876   y-axis: "Y = Number of Service Pipelines"
10877   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10878   layout:
10879     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10880     layout: "plot-service-density"
10881
10882 - type: "plot"
10883   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10884   algorithm: "plot_nf_heatmap"
10885   output-file-type: ".html"
10886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10887   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10888   filter: "'NIC_Intel-XXV710' and
10889            'NF_DENSITY' and
10890            'DOCKER' and
10891            'PIPELINE' and
10892            'NF_VPPIP4' and
10893            'IMIX' and
10894            '8T4C' and
10895            'NDRPDR'"
10896   parameters:
10897   - "throughput"
10898   - "name"
10899   - "tags"
10900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10901   x-axis: "X = CNFs per Service Pipeline"
10902   y-axis: "Y = Number of Service Pipelines"
10903   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10904   layout:
10905     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10906     layout: "plot-service-density"
10907
10908 # Plots - NF Density - CSP - PDR IMIX
10909 - type: "plot"
10910   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10911   algorithm: "plot_nf_heatmap"
10912   output-file-type: ".html"
10913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10914   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10915   filter: "'NIC_Intel-XXV710' and
10916            'NF_DENSITY' and
10917            'DOCKER' and
10918            'PIPELINE' and
10919            'NF_VPPIP4' and
10920            'IMIX' and
10921            '2T1C' and
10922            'NDRPDR'"
10923   parameters:
10924   - "throughput"
10925   - "name"
10926   - "tags"
10927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10928   x-axis: "X = CNFs per Service Pipeline"
10929   y-axis: "Y = Number of Service Pipelines"
10930   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10931   layout:
10932     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10933     layout: "plot-service-density"
10934
10935 - type: "plot"
10936   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10937   algorithm: "plot_nf_heatmap"
10938   output-file-type: ".html"
10939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10940   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10941   filter: "'NIC_Intel-XXV710' and
10942            'NF_DENSITY' and
10943            'DOCKER' and
10944            'PIPELINE' and
10945            'NF_VPPIP4' and
10946            'IMIX' and
10947            '4T2C' and
10948            'NDRPDR'"
10949   parameters:
10950   - "throughput"
10951   - "name"
10952   - "tags"
10953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10954   x-axis: "X = CNFs per Service Pipeline"
10955   y-axis: "Y = Number of Service Pipelines"
10956   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10957   layout:
10958     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10959     layout: "plot-service-density"
10960
10961 - type: "plot"
10962   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10963   algorithm: "plot_nf_heatmap"
10964   output-file-type: ".html"
10965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10966   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10967   filter: "'NIC_Intel-XXV710' and
10968            'NF_DENSITY' and
10969            'DOCKER' and
10970            'PIPELINE' and
10971            'NF_VPPIP4' and
10972            'IMIX' and
10973            '8T4C' and
10974            'NDRPDR'"
10975   parameters:
10976   - "throughput"
10977   - "name"
10978   - "tags"
10979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10980   x-axis: "X = CNFs per Service Pipeline"
10981   y-axis: "Y = Number of Service Pipelines"
10982   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10983   layout:
10984     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10985     layout: "plot-service-density"
10986
10987 ################################################################################
10988
10989 # Packet Throughput
10990
10991 - type: "plot"
10992   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10993   algorithm: "plot_perf_box_name"
10994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10996   include:
10997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10999     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11000     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11001   layout:
11002     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11003     layout: "plot-throughput"
11004
11005 - type: "plot"
11006   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11007   algorithm: "plot_perf_box_name"
11008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11010   include:
11011     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11012     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11013     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11014     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11015   layout:
11016     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11017     layout: "plot-throughput"
11018
11019 - type: "plot"
11020   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11021   algorithm: "plot_perf_box_name"
11022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11024   include:
11025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11028     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11029   layout:
11030     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11031     layout: "plot-throughput"
11032
11033 - type: "plot"
11034   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11035   algorithm: "plot_perf_box_name"
11036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11038   include:
11039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11042     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11043   layout:
11044     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11045     layout: "plot-throughput"
11046
11047 - type: "plot"
11048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11049   algorithm: "plot_perf_box_name"
11050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11052   include:
11053     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11054     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11055     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11056     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11057     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11058   layout:
11059     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11067   include:
11068     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11069     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11070     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11071     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11072     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11073   layout:
11074     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11075     layout: "plot-throughput"
11076
11077 - type: "plot"
11078   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11079   algorithm: "plot_perf_box_name"
11080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11082   include:
11083     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11084     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11085     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11086     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11087     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11088   layout:
11089     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11090     layout: "plot-throughput"
11091
11092 - type: "plot"
11093   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11094   algorithm: "plot_perf_box_name"
11095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11097   include:
11098     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11099     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11100     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11101     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11102     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11103   layout:
11104     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11105     layout: "plot-throughput"
11106
11107 - type: "plot"
11108   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11109   algorithm: "plot_perf_box_name"
11110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11112   include:
11113     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11114     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11115     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11116     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11117     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11118   layout:
11119     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11120     layout: "plot-throughput"
11121
11122 - type: "plot"
11123   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11124   algorithm: "plot_perf_box_name"
11125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11127   include:
11128     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11129     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11130     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11131     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11132     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11133   layout:
11134     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11135     layout: "plot-throughput"
11136
11137 - type: "plot"
11138   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11139   algorithm: "plot_perf_box_name"
11140   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11142   include:
11143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11149   layout:
11150     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11151     layout: "plot-throughput"
11152
11153 - type: "plot"
11154   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11155   algorithm: "plot_perf_box_name"
11156   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11158   include:
11159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11165   layout:
11166     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11167     layout: "plot-throughput"
11168
11169 - type: "plot"
11170   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11171   algorithm: "plot_perf_box_name"
11172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11174   include:
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11180   layout:
11181     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11182     layout: "plot-throughput"
11183
11184 - type: "plot"
11185   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11186   algorithm: "plot_perf_box_name"
11187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11189   include:
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11195   layout:
11196     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11197     layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11201   algorithm: "plot_perf_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11204   include:
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11208   layout:
11209     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11217   include:
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11221   layout:
11222     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11223     layout: "plot-throughput"
11224
11225 - type: "plot"
11226   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11227   algorithm: "plot_perf_box_name"
11228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11230   include:
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11236   layout:
11237     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11238     layout: "plot-throughput"
11239
11240 - type: "plot"
11241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11242   algorithm: "plot_perf_box_name"
11243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11245   include:
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11251   layout:
11252     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11253     layout: "plot-throughput"
11254
11255 - type: "plot"
11256   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11257   algorithm: "plot_perf_box_name"
11258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11260   include:
11261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11264   layout:
11265     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11266     layout: "plot-throughput"
11267
11268 - type: "plot"
11269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11270   algorithm: "plot_perf_box_name"
11271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11273   include:
11274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11277   layout:
11278     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11279     layout: "plot-throughput"
11280
11281 - type: "plot"
11282   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11283   algorithm: "plot_perf_box_name"
11284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11286   include:
11287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11293   layout:
11294     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11295     layout: "plot-throughput"
11296
11297 - type: "plot"
11298   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11299   algorithm: "plot_perf_box_name"
11300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11302   include:
11303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11309   layout:
11310     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11318   include:
11319     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11320     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11322     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11324   layout:
11325     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11326     layout: "plot-throughput"
11327
11328 - type: "plot"
11329   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11330   algorithm: "plot_perf_box_name"
11331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11333   include:
11334     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11335     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11336     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11337     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11338     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11339   layout:
11340     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11341     layout: "plot-throughput"
11342
11343 #- type: "plot"
11344 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11345 #  algorithm: "plot_perf_box_name"
11346 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11347 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11348 #  include:
11349 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11350 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11351 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11352 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11353 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11354 #  layout:
11355 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11356 #    layout: "plot-throughput"
11357 #
11358 #- type: "plot"
11359 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11360 #  algorithm: "plot_perf_box_name"
11361 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11362 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11363 #  include:
11364 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11365 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11366 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11367 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11368 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11369 #  layout:
11370 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11371 #    layout: "plot-throughput"
11372 #
11373 #- type: "plot"
11374 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11375 #  algorithm: "plot_perf_box_name"
11376 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11377 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11378 #  include:
11379 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11380 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11381 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11382 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11383 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11384 #  layout:
11385 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11386 #    layout: "plot-throughput"
11387 #
11388 #- type: "plot"
11389 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11390 #  algorithm: "plot_perf_box_name"
11391 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11392 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11393 #  include:
11394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11397 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11399 #  layout:
11400 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11401 #    layout: "plot-throughput"
11402
11403 - type: "plot"
11404   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11405   algorithm: "plot_perf_box_name"
11406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11408   include:
11409     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11410     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11411     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11412     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11413     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11414   layout:
11415     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11416     layout: "plot-throughput"
11417
11418 - type: "plot"
11419   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11420   algorithm: "plot_perf_box_name"
11421   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11423   include:
11424     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11425     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11426     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11427     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11428     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11429   layout:
11430     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11431     layout: "plot-throughput"
11432
11433 #- type: "plot"
11434 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11435 #  algorithm: "plot_perf_box_name"
11436 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11437 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11438 #  include:
11439 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11440 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11441 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11442 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11443 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11444 #  layout:
11445 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11446 #    layout: "plot-throughput"
11447 #
11448 #- type: "plot"
11449 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11450 #  algorithm: "plot_perf_box_name"
11451 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11452 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11453 #  include:
11454 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11455 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11456 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11457 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11458 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11459 #  layout:
11460 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11461 #    layout: "plot-throughput"
11462 #
11463 #- type: "plot"
11464 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11465 #  algorithm: "plot_perf_box_name"
11466 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11467 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11468 #  include:
11469 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11470 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11471 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11472 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11473 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11474 #  layout:
11475 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11476 #    layout: "plot-throughput"
11477 #
11478 #- type: "plot"
11479 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11480 #  algorithm: "plot_perf_box_name"
11481 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11482 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11483 #  include:
11484 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11485 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11486 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11487 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11488 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11489 #  layout:
11490 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11491 #    layout: "plot-throughput"
11492
11493 - type: "plot"
11494   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11495   algorithm: "plot_perf_box_name"
11496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11498   include:
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11505   layout:
11506     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11514   include:
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11521   layout:
11522     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11530   include:
11531     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11534   layout:
11535     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11536     layout: "plot-throughput"
11537
11538 - type: "plot"
11539   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11540   algorithm: "plot_perf_box_name"
11541   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11543   include:
11544     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11547   layout:
11548     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11549     layout: "plot-throughput"
11550
11551 - type: "plot"
11552   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11553   algorithm: "plot_perf_box_name"
11554   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11556   include:
11557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11559 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11560 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11561 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11562   layout:
11563     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11574 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11575 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11576 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11577   layout:
11578     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11579     layout: "plot-throughput"
11580
11581 - type: "plot"
11582   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11583   algorithm: "plot_perf_box_name"
11584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11586   include:
11587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11592   layout:
11593     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11601   include:
11602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11607   layout:
11608     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11609     layout: "plot-throughput"
11610
11611 - type: "plot"
11612   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11613   algorithm: "plot_perf_box_name"
11614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11616   include:
11617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11622   layout:
11623     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11624     layout: "plot-throughput"
11625
11626 - type: "plot"
11627   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11628   algorithm: "plot_perf_box_name"
11629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11631   include:
11632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11637   layout:
11638     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11639     layout: "plot-throughput"
11640
11641 - type: "plot"
11642   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11643   algorithm: "plot_perf_box_name"
11644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11646   include:
11647     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11651   layout:
11652     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11657   algorithm: "plot_perf_box_name"
11658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11660   include:
11661     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11665   layout:
11666     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11667     layout: "plot-throughput"
11668
11669 - type: "plot"
11670   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11671   algorithm: "plot_perf_box_name"
11672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11674   include:
11675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11680   layout:
11681     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11682     layout: "plot-throughput"
11683
11684 - type: "plot"
11685   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11686   algorithm: "plot_perf_box_name"
11687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11689   include:
11690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11695   layout:
11696     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11697     layout: "plot-throughput"
11698
11699 - type: "plot"
11700   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11701   algorithm: "plot_perf_box_name"
11702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11704   include:
11705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11710   layout:
11711     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11712     layout: "plot-throughput"
11713
11714 - type: "plot"
11715   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11716   algorithm: "plot_perf_box_name"
11717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11719   include:
11720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11725   layout:
11726     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11727     layout: "plot-throughput"
11728
11729 - type: "plot"
11730   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11731   algorithm: "plot_perf_box_name"
11732   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11733   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11734   include:
11735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11739   layout:
11740     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11747   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11748   include:
11749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11753   layout:
11754     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11761   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11762   include:
11763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11768   layout:
11769     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11776   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11777   include:
11778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11783   layout:
11784     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11791   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11792   include:
11793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11799   layout:
11800     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11807   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11808   include:
11809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11815   layout:
11816     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11824   include:
11825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11830   layout:
11831     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11838   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11839   include:
11840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11845   layout:
11846     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11853   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11854   include:
11855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11860   layout:
11861     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11868   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11869   include:
11870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11875   layout:
11876     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11884   include:
11885     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11887   layout:
11888     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11889     layout: "plot-throughput"
11890
11891 - type: "plot"
11892   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11893   algorithm: "plot_perf_box_name"
11894   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11896   include:
11897     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11899   layout:
11900     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11908   include:
11909     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11913   layout:
11914     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11915     layout: "plot-throughput"
11916
11917 - type: "plot"
11918   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11919   algorithm: "plot_perf_box_name"
11920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11922   include:
11923     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11927   layout:
11928     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11929     layout: "plot-throughput"
11930
11931 - type: "plot"
11932   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11933   algorithm: "plot_perf_box_name"
11934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11936   include:
11937     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11941   layout:
11942     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11950   include:
11951     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11955   layout:
11956     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11963   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11964   include:
11965     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11969   layout:
11970     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11977   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11978   include:
11979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11983   layout:
11984     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11985     layout: "plot-throughput"
11986
11987 - type: "plot"
11988   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11989   algorithm: "plot_perf_box_name"
11990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11992   include:
11993     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11997   layout:
11998     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11999     layout: "plot-throughput"
12000
12001 - type: "plot"
12002   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12005   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12006   include:
12007     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12011   layout:
12012     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12013     layout: "plot-throughput"
12014
12015 - type: "plot"
12016   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12017   algorithm: "plot_perf_box_name"
12018   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12020   include:
12021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12027   layout:
12028     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12036   include:
12037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12043   layout:
12044     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12045     layout: "plot-throughput"
12046
12047 - type: "plot"
12048   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12049   algorithm: "plot_perf_box_name"
12050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12052   include:
12053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12058   layout:
12059     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12060     layout: "plot-throughput"
12061
12062 - type: "plot"
12063   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12064   algorithm: "plot_perf_box_name"
12065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12067   include:
12068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12073   layout:
12074     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12075     layout: "plot-throughput"
12076
12077 - type: "plot"
12078   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12079   algorithm: "plot_perf_box_name"
12080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12082   include:
12083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12088   layout:
12089     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12090     layout: "plot-throughput"
12091
12092 - type: "plot"
12093   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12094   algorithm: "plot_perf_box_name"
12095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12097   include:
12098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12103   layout:
12104     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12105     layout: "plot-throughput"
12106
12107 - type: "plot"
12108   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12109   algorithm: "plot_perf_box_name"
12110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12112   include:
12113     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12116   layout:
12117     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12118     layout: "plot-throughput"
12119
12120 - type: "plot"
12121   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12122   algorithm: "plot_perf_box_name"
12123   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12125   include:
12126     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12129   layout:
12130     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12131     layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12138   include:
12139     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12142   layout:
12143     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12151   include:
12152     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12155   layout:
12156     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12157     layout: "plot-throughput"
12158
12159 - type: "plot"
12160   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12161   algorithm: "plot_perf_box_name"
12162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12164   include:
12165     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12170   layout:
12171     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12172     layout: "plot-throughput"
12173
12174 - type: "plot"
12175   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12176   algorithm: "plot_perf_box_name"
12177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12179   include:
12180     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12185   layout:
12186     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12187     layout: "plot-throughput"
12188
12189 - type: "plot"
12190   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12191   algorithm: "plot_perf_box_name"
12192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12194   include:
12195     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12200   layout:
12201     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12202     layout: "plot-throughput"
12203
12204 - type: "plot"
12205   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12206   algorithm: "plot_perf_box_name"
12207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12209   include:
12210     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12215   layout:
12216     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12223   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12224   include:
12225     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12230   layout:
12231     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12239   include:
12240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12245   layout:
12246     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12247     layout: "plot-throughput"
12248
12249 - type: "plot"
12250   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12251   algorithm: "plot_perf_box_name"
12252   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12253   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12254   include:
12255     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12260   layout:
12261     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12262     layout: "plot-throughput"
12263
12264 - type: "plot"
12265   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12266   algorithm: "plot_perf_box_name"
12267   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12268   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12269   include:
12270     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12275   layout:
12276     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12277     layout: "plot-throughput"
12278
12279 - type: "plot"
12280   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12281   algorithm: "plot_perf_box_name"
12282   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12283   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12284   include:
12285     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12290   layout:
12291     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12298   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12299   include:
12300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12305   layout:
12306     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12314   include:
12315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12321   layout:
12322     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12327   algorithm: "plot_perf_box_name"
12328   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12330   include:
12331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12337   layout:
12338     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12343   algorithm: "plot_perf_box_name"
12344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12346   include:
12347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12351   layout:
12352     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12357   algorithm: "plot_perf_box_name"
12358   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12360   include:
12361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12365   layout:
12366     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12367     layout: "plot-throughput"
12368
12369 - type: "plot"
12370   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12371   algorithm: "plot_perf_box_name"
12372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12374   include:
12375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12381   layout:
12382     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12383     layout: "plot-throughput"
12384
12385 - type: "plot"
12386   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12387   algorithm: "plot_perf_box_name"
12388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12390   include:
12391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12397   layout:
12398     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12399     layout: "plot-throughput"
12400
12401 - type: "plot"
12402   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12403   algorithm: "plot_perf_box_name"
12404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12406   include:
12407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12412     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12413   layout:
12414     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12419   algorithm: "plot_perf_box_name"
12420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12422   include:
12423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12429   layout:
12430     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12431     layout: "plot-throughput"
12432
12433 - type: "plot"
12434   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12435   algorithm: "plot_perf_box_name"
12436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12438   include:
12439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12445   layout:
12446     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12447     layout: "plot-throughput"
12448
12449 - type: "plot"
12450   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12451   algorithm: "plot_perf_box_name"
12452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12454   include:
12455     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12456     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12457     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12458     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12459     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12460     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12461   layout:
12462     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12463     layout: "plot-throughput"
12464
12465 - type: "plot"
12466   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12467   algorithm: "plot_perf_box_name"
12468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12470   include:
12471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12477   layout:
12478     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12479     layout: "plot-throughput"
12480
12481 - type: "plot"
12482   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12483   algorithm: "plot_perf_box_name"
12484   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12485   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12486   include:
12487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12493   layout:
12494     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12495     layout: "plot-throughput"
12496
12497 - type: "plot"
12498   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12499   algorithm: "plot_perf_box_name"
12500   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12501   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12502   include:
12503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12509   layout:
12510     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12511     layout: "plot-throughput"
12512
12513 - type: "plot"
12514   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12515   algorithm: "plot_perf_box_name"
12516   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12517   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12518   include:
12519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12522     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12523     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12525   layout:
12526     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12527     layout: "plot-throughput"
12528
12529 - type: "plot"
12530   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12531   algorithm: "plot_perf_box_name"
12532   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12534   include:
12535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12541   layout:
12542     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12543     layout: "plot-throughput"
12544
12545 - type: "plot"
12546   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12547   algorithm: "plot_perf_box_name"
12548   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12550   include:
12551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12557   layout:
12558     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12559     layout: "plot-throughput"
12560
12561 - type: "plot"
12562   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12563   algorithm: "plot_perf_box_name"
12564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12566   include:
12567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12573   layout:
12574     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12575     layout: "plot-throughput"
12576
12577 - type: "plot"
12578   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12579   algorithm: "plot_perf_box_name"
12580   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12582   include:
12583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12589   layout:
12590     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12591     layout: "plot-throughput"
12592
12593 - type: "plot"
12594   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12595   algorithm: "plot_perf_box_name"
12596   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12598   include:
12599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12605   layout:
12606     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12614   include:
12615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12621   layout:
12622     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12623     layout: "plot-throughput"
12624
12625 - type: "plot"
12626   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12627   algorithm: "plot_perf_box_name"
12628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12630   include:
12631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12635   layout:
12636     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12649   layout:
12650     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12658   include:
12659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12663   layout:
12664     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12665     layout: "plot-throughput"
12666
12667 - type: "plot"
12668   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12669   algorithm: "plot_perf_box_name"
12670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12672   include:
12673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12677   layout:
12678     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12686   include:
12687     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12693   layout:
12694     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12695     layout: "plot-throughput"
12696
12697 - type: "plot"
12698   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12699   algorithm: "plot_perf_box_name"
12700   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12701   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12702   include:
12703     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12709   layout:
12710     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12718   include:
12719     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12724   layout:
12725     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12726     layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12733   include:
12734     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12739   layout:
12740     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12741     layout: "plot-throughput"
12742
12743 - type: "plot"
12744   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12745   algorithm: "plot_perf_box_name"
12746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12748   include:
12749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12754   layout:
12755     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12763   include:
12764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12769   layout:
12770     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12778   include:
12779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12783   layout:
12784     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12785     layout: "plot-throughput"
12786
12787 - type: "plot"
12788   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12789   algorithm: "plot_perf_box_name"
12790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12792   include:
12793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12797   layout:
12798     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12799     layout: "plot-throughput"
12800
12801 - type: "plot"
12802   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12803   algorithm: "plot_perf_box_name"
12804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12806   include:
12807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12813   layout:
12814     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12815     layout: "plot-throughput"
12816
12817 - type: "plot"
12818   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12819   algorithm: "plot_perf_box_name"
12820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12822   include:
12823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12829   layout:
12830     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12838   include:
12839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12845   layout:
12846     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12847     layout: "plot-throughput"
12848
12849 - type: "plot"
12850   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12851   algorithm: "plot_perf_box_name"
12852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12854   include:
12855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12861   layout:
12862     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12863     layout: "plot-throughput"
12864
12865 - type: "plot"
12866   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12867   algorithm: "plot_perf_box_name"
12868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12870   include:
12871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12877   layout:
12878     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12879     layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12883   algorithm: "plot_perf_box_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12886   include:
12887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12893   layout:
12894     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12902   include:
12903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12909   layout:
12910     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12918   include:
12919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12925   layout:
12926     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12934   include:
12935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12939   layout:
12940     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12945   algorithm: "plot_perf_box_name"
12946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12948   include:
12949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12953   layout:
12954     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12955     layout: "plot-throughput"
12956
12957 - type: "plot"
12958   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12959   algorithm: "plot_perf_box_name"
12960   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12961   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12962   include:
12963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12969   layout:
12970     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12971     layout: "plot-throughput"
12972
12973 - type: "plot"
12974   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12975   algorithm: "plot_perf_box_name"
12976   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12977   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12978   include:
12979     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12985   layout:
12986     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12987     layout: "plot-throughput"
12988
12989 - type: "plot"
12990   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12991   algorithm: "plot_perf_box_name"
12992   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12993   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12994   include:
12995     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12996     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13001   layout:
13002     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13003     layout: "plot-throughput"
13004
13005 - type: "plot"
13006   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13007   algorithm: "plot_perf_box_name"
13008   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13009   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13010   include:
13011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13017   layout:
13018     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13019     layout: "plot-throughput"
13020
13021 - type: "plot"
13022   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13023   algorithm: "plot_perf_box_name"
13024   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13025   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13026   include:
13027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13031   layout:
13032     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13033     layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13037   algorithm: "plot_perf_box_name"
13038   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13039   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13040   include:
13041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13045   layout:
13046     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13047     layout: "plot-throughput"
13048
13049 - type: "plot"
13050   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13051   algorithm: "plot_perf_box_name"
13052   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13053   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13054   include:
13055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13061   layout:
13062     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13063     layout: "plot-throughput"
13064
13065 - type: "plot"
13066   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13067   algorithm: "plot_perf_box_name"
13068   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13069   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13070   include:
13071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13077   layout:
13078     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13079     layout: "plot-throughput"
13080
13081 - type: "plot"
13082   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13083   algorithm: "plot_perf_box_name"
13084   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13085   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13086   include:
13087     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13091   layout:
13092     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13093     layout: "plot-throughput"
13094
13095 - type: "plot"
13096   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13097   algorithm: "plot_perf_box_name"
13098   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13099   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13100   include:
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13105   layout:
13106     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13107     layout: "plot-throughput"
13108
13109 - type: "plot"
13110   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13111   algorithm: "plot_perf_box_name"
13112   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13113   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13114   include:
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13121   layout:
13122     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13127   algorithm: "plot_perf_box_name"
13128   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13129   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13130   include:
13131     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13137   layout:
13138     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13139     layout: "plot-throughput"
13140
13141 - type: "plot"
13142   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13143   algorithm: "plot_perf_box_name"
13144   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13145   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13146   include:
13147     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13153   layout:
13154     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13155     layout: "plot-throughput"
13156
13157 - type: "plot"
13158   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13159   algorithm: "plot_perf_box_name"
13160   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13161   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13162   include:
13163     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13169   layout:
13170     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13171     layout: "plot-throughput"
13172
13173 - type: "plot"
13174   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13175   algorithm: "plot_perf_box_name"
13176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13178   include:
13179     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13180     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13181     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13182     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13183     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13184     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13185   layout:
13186     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13187     layout: "plot-throughput"
13188
13189 - type: "plot"
13190   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13191   algorithm: "plot_perf_box_name"
13192   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13194   include:
13195     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13196     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13197     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13198     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13199     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13200     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13201   layout:
13202     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13203     layout: "plot-throughput"
13204
13205 - type: "plot"
13206   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13207   algorithm: "plot_perf_box_name"
13208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13210   include:
13211     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13212     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13213     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13214 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13215 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13216 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13217   layout:
13218     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13219     layout: "plot-throughput"
13220
13221 - type: "plot"
13222   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13223   algorithm: "plot_perf_box_name"
13224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13226   include:
13227     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13228     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13229     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13230 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13231 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13232 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13233   layout:
13234     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13235     layout: "plot-throughput"
13236
13237 - type: "plot"
13238   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13239   algorithm: "plot_perf_box_name"
13240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13242   include:
13243     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13244     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13245     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13246     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13247     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13248     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13249   layout:
13250     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13251     layout: "plot-throughput"
13252
13253 - type: "plot"
13254   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13255   algorithm: "plot_perf_box_name"
13256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13258   include:
13259     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13260     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13261     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13262     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13263     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13264     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13265   layout:
13266     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13267     layout: "plot-throughput"
13268
13269 - type: "plot"
13270   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13271   algorithm: "plot_perf_box_name"
13272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13274   include:
13275     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13276     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13277     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13278     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13279     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13280     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13281   layout:
13282     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13290   include:
13291     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13292     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13293     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13294     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13295     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13296     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13297   layout:
13298     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13299     layout: "plot-throughput"
13300
13301 #- type: "plot"
13302 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13303 #  algorithm: "plot_perf_box_name"
13304 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13305 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13306 #  include:
13307 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13308 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13309 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13310 #  layout:
13311 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13312 #    layout: "plot-throughput"
13313 #
13314 #- type: "plot"
13315 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13316 #  algorithm: "plot_perf_box_name"
13317 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13318 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13319 #  include:
13320 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13321 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13322 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13323 #  layout:
13324 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13325 #    layout: "plot-throughput"
13326
13327 - type: "plot"
13328   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13329   algorithm: "plot_perf_box_name"
13330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13332   include:
13333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13338   layout:
13339     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13340     layout: "plot-throughput"
13341
13342 - type: "plot"
13343   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13344   algorithm: "plot_perf_box_name"
13345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13347   include:
13348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13353   layout:
13354     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13355     layout: "plot-throughput"
13356
13357 - type: "plot"
13358   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13359   algorithm: "plot_perf_box_name"
13360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13362   include:
13363     - "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"
13364     - "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"
13365     - "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"
13366     - "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"
13367     - "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"
13368   layout:
13369     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13370     layout: "plot-throughput"
13371
13372 - type: "plot"
13373   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13374   algorithm: "plot_perf_box_name"
13375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13377   include:
13378     - "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"
13379     - "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"
13380     - "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"
13381     - "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"
13382     - "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"
13383   layout:
13384     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13389   algorithm: "plot_perf_box_name"
13390   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13392   include:
13393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13398   layout:
13399     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13400     layout: "plot-throughput"
13401
13402 - type: "plot"
13403   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13404   algorithm: "plot_perf_box_name"
13405   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13407   include:
13408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13413   layout:
13414     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13415     layout: "plot-throughput"
13416
13417 - type: "plot"
13418   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13419   algorithm: "plot_perf_box_name"
13420   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13422   include:
13423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13428   layout:
13429     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13430     layout: "plot-throughput"
13431
13432 - type: "plot"
13433   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13434   algorithm: "plot_perf_box_name"
13435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13437   include:
13438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13443   layout:
13444     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13445     layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13449   algorithm: "plot_perf_box_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13452   include:
13453     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13457     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13458   layout:
13459     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13460     layout: "plot-throughput"
13461
13462 - type: "plot"
13463   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13464   algorithm: "plot_perf_box_name"
13465   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13467   include:
13468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13471     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13472     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13473   layout:
13474     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13475     layout: "plot-throughput"
13476
13477 - type: "plot"
13478   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13479   algorithm: "plot_perf_box_name"
13480   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13482   include:
13483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13488   layout:
13489     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13490     layout: "plot-throughput"
13491
13492 - type: "plot"
13493   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13494   algorithm: "plot_perf_box_name"
13495   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13497   include:
13498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13503   layout:
13504     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13505     layout: "plot-throughput"
13506
13507 - type: "plot"
13508   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13509   algorithm: "plot_perf_box_name"
13510   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13512   include:
13513     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13517   layout:
13518     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13519     layout: "plot-throughput"
13520
13521 - type: "plot"
13522   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13523   algorithm: "plot_perf_box_name"
13524   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13526   include:
13527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13531   layout:
13532     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13533     layout: "plot-throughput"
13534
13535 - type: "plot"
13536   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13537   algorithm: "plot_perf_box_name"
13538   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13540   include:
13541     - "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"
13542     - "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"
13543     - "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"
13544     - "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"
13545   layout:
13546     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13551   algorithm: "plot_perf_box_name"
13552   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13554   include:
13555     - "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"
13556     - "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"
13557     - "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"
13558     - "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"
13559   layout:
13560     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13561     layout: "plot-throughput"
13562
13563 - type: "plot"
13564   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13565   algorithm: "plot_perf_box_name"
13566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13568   include:
13569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13575   layout:
13576     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13577     layout: "plot-throughput"
13578
13579 - type: "plot"
13580   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13581   algorithm: "plot_perf_box_name"
13582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13584   include:
13585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13591   layout:
13592     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13593     layout: "plot-throughput"
13594
13595 - type: "plot"
13596   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13597   algorithm: "plot_perf_box_name"
13598   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13600   include:
13601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13607   layout:
13608     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13609     layout: "plot-throughput"
13610
13611 - type: "plot"
13612   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13613   algorithm: "plot_perf_box_name"
13614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13616   include:
13617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13623   layout:
13624     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13625     layout: "plot-throughput"
13626
13627 - type: "plot"
13628   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13629   algorithm: "plot_perf_box_name"
13630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13632   include:
13633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13634     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13639   layout:
13640     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13641     layout: "plot-throughput"
13642
13643 - type: "plot"
13644   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13645   algorithm: "plot_perf_box_name"
13646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13648   include:
13649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13655   layout:
13656     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13657     layout: "plot-throughput"
13658
13659 - type: "plot"
13660   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13661   algorithm: "plot_perf_box_name"
13662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13664   include:
13665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13670   layout:
13671     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13672     layout: "plot-throughput"
13673
13674 - type: "plot"
13675   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13676   algorithm: "plot_perf_box_name"
13677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13679   include:
13680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13685   layout:
13686     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13687     layout: "plot-throughput"
13688
13689 - type: "plot"
13690   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13691   algorithm: "plot_perf_box_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13694   include:
13695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13697   layout:
13698     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13699     layout: "plot-throughput"
13700
13701 - type: "plot"
13702   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13703   algorithm: "plot_perf_box_name"
13704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13706   include:
13707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13709   layout:
13710     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13711     layout: "plot-throughput"
13712
13713 - type: "plot"
13714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13715   algorithm: "plot_perf_box_name"
13716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13718   include:
13719     - "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"
13720     - "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"
13721   layout:
13722     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13723     layout: "plot-throughput"
13724
13725 - type: "plot"
13726   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13727   algorithm: "plot_perf_box_name"
13728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13730   include:
13731     - "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"
13732     - "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"
13733   layout:
13734     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13735     layout: "plot-throughput"
13736
13737 - type: "plot"
13738   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13739   algorithm: "plot_perf_box_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13742   include:
13743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13745   layout:
13746     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13747     layout: "plot-throughput"
13748
13749 - type: "plot"
13750   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13751   algorithm: "plot_perf_box_name"
13752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13754   include:
13755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13757   layout:
13758     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13759     layout: "plot-throughput"
13760
13761 - type: "plot"
13762   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13763   algorithm: "plot_perf_box_name"
13764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13766   include:
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769   layout:
13770     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13771     layout: "plot-throughput"
13772
13773 - type: "plot"
13774   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13775   algorithm: "plot_perf_box_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13778   include:
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13781   layout:
13782     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13783     layout: "plot-throughput"
13784
13785 - type: "plot"
13786   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13787   algorithm: "plot_perf_box_name"
13788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13790   include:
13791     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13796     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13797   layout:
13798     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13799     layout: "plot-throughput"
13800
13801 - type: "plot"
13802   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13803   algorithm: "plot_perf_box_name"
13804   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13805   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13806   include:
13807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13813   layout:
13814     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13815     layout: "plot-throughput"
13816
13817 - type: "plot"
13818   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13819   algorithm: "plot_perf_box_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13822   include:
13823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13827     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13828     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13829   layout:
13830     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13831     layout: "plot-throughput"
13832
13833 - type: "plot"
13834   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13835   algorithm: "plot_perf_box_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13838   include:
13839     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-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-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13842     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13843     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13844     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13845   layout:
13846     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13847     layout: "plot-throughput"
13848
13849 #- type: "plot"
13850 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13851 #  algorithm: "plot_perf_box_name"
13852 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13853 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13854 #  include:
13855 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13856 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13857 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13858 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13859 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13860 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13861 #  layout:
13862 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13863 #    layout: "plot-throughput"
13864 #
13865 #- type: "plot"
13866 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13867 #  algorithm: "plot_perf_box_name"
13868 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13869 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13870 #  include:
13871 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13872 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13873 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13874 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13875 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13876 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13877 #  layout:
13878 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13879 #    layout: "plot-throughput"
13880
13881 - type: "plot"
13882   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13883   algorithm: "plot_perf_box_name"
13884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13886   include:
13887     - "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"
13888     - "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"
13889     - "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"
13890     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13891     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13892     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13893   layout:
13894     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13895     layout: "plot-throughput"
13896
13897 - type: "plot"
13898   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13899   algorithm: "plot_perf_box_name"
13900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13902   include:
13903     - "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"
13904     - "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"
13905     - "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"
13906     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13907     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13908     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13909   layout:
13910     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13911     layout: "plot-throughput"
13912
13913 ################################################################################
13914
13915 # Packet Speedup
13916
13917 - type: "plot"
13918   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13919   algorithm: "plot_tsa_name"
13920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13922   include:
13923     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13927   layout:
13928     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13929     layout: "plot-throughput-speedup-analysis"
13930
13931 - type: "plot"
13932   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13933   algorithm: "plot_tsa_name"
13934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13936   include:
13937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13941   layout:
13942     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13943     layout: "plot-throughput-speedup-analysis"
13944
13945 - type: "plot"
13946   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13947   algorithm: "plot_tsa_name"
13948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13950   include:
13951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13952     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13955   layout:
13956     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13957     layout: "plot-throughput-speedup-analysis"
13958
13959 - type: "plot"
13960   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13961   algorithm: "plot_tsa_name"
13962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13964   include:
13965     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13966     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13967     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13968     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13969   layout:
13970     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13971     layout: "plot-throughput-speedup-analysis"
13972
13973 - type: "plot"
13974   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13975   algorithm: "plot_tsa_name"
13976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13978   include:
13979     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13980     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13981     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13982     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13983     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13984   layout:
13985     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13986     layout: "plot-throughput-speedup-analysis"
13987
13988 - type: "plot"
13989   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13990   algorithm: "plot_tsa_name"
13991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13993   include:
13994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13995     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13996     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13997     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13998     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13999   layout:
14000     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14001     layout: "plot-throughput-speedup-analysis"
14002
14003 - type: "plot"
14004   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14005   algorithm: "plot_tsa_name"
14006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14008   include:
14009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14010     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14011     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14013     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14014   layout:
14015     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14016     layout: "plot-throughput-speedup-analysis"
14017
14018 - type: "plot"
14019   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14020   algorithm: "plot_tsa_name"
14021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14023   include:
14024     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14025     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14026     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14027     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14028     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14029   layout:
14030     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14031     layout: "plot-throughput-speedup-analysis"
14032
14033 - type: "plot"
14034   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14035   algorithm: "plot_tsa_name"
14036   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14038   include:
14039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14045   layout:
14046     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14047     layout: "plot-throughput-speedup-analysis"
14048
14049 - type: "plot"
14050   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14051   algorithm: "plot_tsa_name"
14052   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14054   include:
14055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14061   layout:
14062     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14063     layout: "plot-throughput-speedup-analysis"
14064
14065 - type: "plot"
14066   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14067   algorithm: "plot_tsa_name"
14068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14076   layout:
14077     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14078     layout: "plot-throughput-speedup-analysis"
14079
14080 - type: "plot"
14081   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14082   algorithm: "plot_tsa_name"
14083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14085   include:
14086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14091   layout:
14092     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14093     layout: "plot-throughput-speedup-analysis"
14094
14095 - type: "plot"
14096   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14097   algorithm: "plot_tsa_name"
14098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14100   include:
14101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14104   layout:
14105     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14113   include:
14114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14117   layout:
14118     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14119     layout: "plot-throughput-speedup-analysis"
14120
14121 - type: "plot"
14122   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14123   algorithm: "plot_tsa_name"
14124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14132   layout:
14133     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14134     layout: "plot-throughput-speedup-analysis"
14135
14136 - type: "plot"
14137   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14138   algorithm: "plot_tsa_name"
14139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14141   include:
14142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14147   layout:
14148     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14149     layout: "plot-throughput-speedup-analysis"
14150
14151 - type: "plot"
14152   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14153   algorithm: "plot_tsa_name"
14154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14156   include:
14157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14160   layout:
14161     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14162     layout: "plot-throughput-speedup-analysis"
14163
14164 - type: "plot"
14165   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14166   algorithm: "plot_tsa_name"
14167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14169   include:
14170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14173   layout:
14174     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14175     layout: "plot-throughput-speedup-analysis"
14176
14177 - type: "plot"
14178   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14179   algorithm: "plot_tsa_name"
14180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14182   include:
14183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14189   layout:
14190     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14191     layout: "plot-throughput-speedup-analysis"
14192
14193 - type: "plot"
14194   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14195   algorithm: "plot_tsa_name"
14196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14198   include:
14199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14205   layout:
14206     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14207     layout: "plot-throughput-speedup-analysis"
14208
14209 - type: "plot"
14210   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14211   algorithm: "plot_tsa_name"
14212   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14214   include:
14215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14217     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14218     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14220   layout:
14221     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14222     layout: "plot-throughput-speedup-analysis"
14223
14224 - type: "plot"
14225   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14226   algorithm: "plot_tsa_name"
14227   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14228   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14229   include:
14230     - "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"
14231     - "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"
14232     - "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"
14233     - "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"
14234     - "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"
14235   layout:
14236     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14237     layout: "plot-throughput-speedup-analysis"
14238
14239 #- type: "plot"
14240 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14241 #  algorithm: "plot_tsa_name"
14242 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14243 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14244 #  include:
14245 #    - "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"
14246 #    - "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"
14247 #    - "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"
14248 #    - "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"
14249 #    - "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"
14250 #  layout:
14251 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14252 #    layout: "plot-throughput-speedup-analysis"
14253 #
14254 #- type: "plot"
14255 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14256 #  algorithm: "plot_tsa_name"
14257 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14258 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14259 #  include:
14260 #    - "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"
14261 #    - "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"
14262 #    - "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"
14263 #    - "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"
14264 #    - "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"
14265 #  layout:
14266 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14267 #    layout: "plot-throughput-speedup-analysis"
14268 #
14269 #- type: "plot"
14270 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14271 #  algorithm: "plot_tsa_name"
14272 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14273 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14274 #  include:
14275 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14276 #    - "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"
14277 #    - "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"
14278 #    - "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"
14279 #    - "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"
14280 #  layout:
14281 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14282 #    layout: "plot-throughput-speedup-analysis"
14283 #
14284 #- type: "plot"
14285 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14286 #  algorithm: "plot_tsa_name"
14287 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14288 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14289 #  include:
14290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14291 #    - "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"
14292 #    - "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"
14293 #    - "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"
14294 #    - "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"
14295 #  layout:
14296 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14297 #    layout: "plot-throughput-speedup-analysis"
14298
14299 - type: "plot"
14300   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14301   algorithm: "plot_tsa_name"
14302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14304   include:
14305     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14306     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14307     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14308     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14309     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14310   layout:
14311     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14312     layout: "plot-throughput-speedup-analysis"
14313
14314 - type: "plot"
14315   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14316   algorithm: "plot_tsa_name"
14317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14319   include:
14320     - "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"
14321     - "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"
14322     - "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"
14323     - "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"
14324     - "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"
14325   layout:
14326     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14327     layout: "plot-throughput-speedup-analysis"
14328
14329 #- type: "plot"
14330 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14331 #  algorithm: "plot_tsa_name"
14332 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14333 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14334 #  include:
14335 #    - "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"
14336 #    - "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"
14337 #    - "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"
14338 #    - "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"
14339 #    - "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"
14340 #  layout:
14341 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14342 #    layout: "plot-throughput-speedup-analysis"
14343 #
14344 #- type: "plot"
14345 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14346 #  algorithm: "plot_tsa_name"
14347 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14348 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14349 #  include:
14350 #    - "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"
14351 #    - "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"
14352 #    - "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"
14353 #    - "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"
14354 #    - "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"
14355 #  layout:
14356 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14357 #    layout: "plot-throughput-speedup-analysis"
14358 #
14359 #- type: "plot"
14360 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14361 #  algorithm: "plot_tsa_name"
14362 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14363 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14364 #  include:
14365 #    - "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"
14366 #    - "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"
14367 #    - "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"
14368 #    - "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"
14369 #    - "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"
14370 #  layout:
14371 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14372 #    layout: "plot-throughput-speedup-analysis"
14373 #
14374 #- type: "plot"
14375 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14376 #  algorithm: "plot_tsa_name"
14377 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14378 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14379 #  include:
14380 #    - "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"
14381 #    - "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"
14382 #    - "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"
14383 #    - "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"
14384 #    - "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"
14385 #  layout:
14386 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14387 #    layout: "plot-throughput-speedup-analysis"
14388
14389 - type: "plot"
14390   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14391   algorithm: "plot_tsa_name"
14392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14394   include:
14395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14401   layout:
14402     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14403     layout: "plot-throughput-speedup-analysis"
14404
14405 - type: "plot"
14406   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14407   algorithm: "plot_tsa_name"
14408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14410   include:
14411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14417   layout:
14418     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14419     layout: "plot-throughput-speedup-analysis"
14420
14421 - type: "plot"
14422   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14423   algorithm: "plot_tsa_name"
14424   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14426   include:
14427     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14430   layout:
14431     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14432     layout: "plot-throughput-speedup-analysis"
14433
14434 - type: "plot"
14435   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14436   algorithm: "plot_tsa_name"
14437   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14438   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14439   include:
14440     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14443   layout:
14444     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14452   include:
14453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14456 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14457 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14458   layout:
14459     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14467   include:
14468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14471 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14472 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14473   layout:
14474     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14488   layout:
14489     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14503   layout:
14504     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14518   layout:
14519     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14533   layout:
14534     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14535     layout: "plot-throughput-speedup-analysis"
14536
14537 - type: "plot"
14538   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14539   algorithm: "plot_tsa_name"
14540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14542   include:
14543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14547   layout:
14548     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14549     layout: "plot-throughput-speedup-analysis"
14550
14551 - type: "plot"
14552   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14553   algorithm: "plot_tsa_name"
14554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14556   include:
14557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14561   layout:
14562     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14570   include:
14571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14576   layout:
14577     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14585   include:
14586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14591   layout:
14592     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14600   include:
14601     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14603   layout:
14604     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14612   include:
14613     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14615   layout:
14616     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14624   include:
14625     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14629   layout:
14630     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14631     layout: "plot-throughput-speedup-analysis"
14632
14633 - type: "plot"
14634   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14635   algorithm: "plot_tsa_name"
14636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14638   include:
14639     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14643   layout:
14644     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14652   include:
14653     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14657   layout:
14658     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14659     layout: "plot-throughput-speedup-analysis"
14660
14661 - type: "plot"
14662   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14663   algorithm: "plot_tsa_name"
14664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14666   include:
14667     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14671   layout:
14672     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14673     layout: "plot-throughput-speedup-analysis"
14674
14675 - type: "plot"
14676   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14677   algorithm: "plot_tsa_name"
14678   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14680   include:
14681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14687   layout:
14688     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14689     layout: "plot-throughput-speedup-analysis"
14690
14691 - type: "plot"
14692   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14693   algorithm: "plot_tsa_name"
14694   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14696   include:
14697     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14703   layout:
14704     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14712   include:
14713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14718   layout:
14719     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14727   include:
14728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14733   layout:
14734     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14742   include:
14743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14748   layout:
14749     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 - type: "plot"
14753   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14754   algorithm: "plot_tsa_name"
14755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14757   include:
14758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14763   layout:
14764     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 - type: "plot"
14768   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14769   algorithm: "plot_tsa_name"
14770   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14772   include:
14773     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14776   layout:
14777     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14778     layout: "plot-throughput-speedup-analysis"
14779
14780 - type: "plot"
14781   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14782   algorithm: "plot_tsa_name"
14783   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14785   include:
14786     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14789   layout:
14790     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14791     layout: "plot-throughput-speedup-analysis"
14792
14793 - type: "plot"
14794   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14795   algorithm: "plot_tsa_name"
14796   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14798   include:
14799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14802   layout:
14803     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14804     layout: "plot-throughput-speedup-analysis"
14805
14806 - type: "plot"
14807   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14808   algorithm: "plot_tsa_name"
14809   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14811   include:
14812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14815   layout:
14816     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14817     layout: "plot-throughput-speedup-analysis"
14818
14819 - type: "plot"
14820   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14821   algorithm: "plot_tsa_name"
14822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14824   include:
14825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14830   layout:
14831     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14832     layout: "plot-throughput-speedup-analysis"
14833
14834 - type: "plot"
14835   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14836   algorithm: "plot_tsa_name"
14837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14839   include:
14840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14845   layout:
14846     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14854   include:
14855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14860   layout:
14861     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14869   include:
14870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14875   layout:
14876     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14884   include:
14885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14891   layout:
14892     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14893     layout: "plot-throughput-speedup-analysis"
14894
14895 - type: "plot"
14896   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14897   algorithm: "plot_tsa_name"
14898   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14900   include:
14901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14907   layout:
14908     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14916   include:
14917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14920     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14921   layout:
14922     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14930   include:
14931     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14935   layout:
14936     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14951   layout:
14952     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14953     layout: "plot-throughput-speedup-analysis"
14954
14955 - type: "plot"
14956   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14957   algorithm: "plot_tsa_name"
14958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14960   include:
14961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14967   layout:
14968     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 - type: "plot"
14972   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14973   algorithm: "plot_tsa_name"
14974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14976   include:
14977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14983   layout:
14984     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14985     layout: "plot-throughput-speedup-analysis"
14986
14987 - type: "plot"
14988   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14989   algorithm: "plot_tsa_name"
14990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14992   include:
14993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14999   layout:
15000     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15001     layout: "plot-throughput-speedup-analysis"
15002
15003 - type: "plot"
15004   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15005   algorithm: "plot_tsa_name"
15006   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15008   include:
15009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15015   layout:
15016     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15017     layout: "plot-throughput-speedup-analysis"
15018
15019 - type: "plot"
15020   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15021   algorithm: "plot_tsa_name"
15022   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15024   include:
15025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15031   layout:
15032     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15040   include:
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15047   layout:
15048     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15049     layout: "plot-throughput-speedup-analysis"
15050
15051 - type: "plot"
15052   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15053   algorithm: "plot_tsa_name"
15054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15056   include:
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15063   layout:
15064     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15079   layout:
15080     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 - type: "plot"
15084   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15085   algorithm: "plot_tsa_name"
15086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15088   include:
15089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15095   layout:
15096     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15104   include:
15105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15109   layout:
15110     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15111     layout: "plot-throughput-speedup-analysis"
15112
15113 - type: "plot"
15114   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15115   algorithm: "plot_tsa_name"
15116   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15118   include:
15119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15123   layout:
15124     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15137   layout:
15138     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15139     layout: "plot-throughput-speedup-analysis"
15140
15141 - type: "plot"
15142   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15143   algorithm: "plot_tsa_name"
15144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15146   include:
15147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15151   layout:
15152     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15160   include:
15161     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15167   layout:
15168     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15176   include:
15177     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15183   layout:
15184     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 - type: "plot"
15188   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15189   algorithm: "plot_tsa_name"
15190   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15192   include:
15193     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15198   layout:
15199     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15213   layout:
15214     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 - type: "plot"
15218   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15219   algorithm: "plot_tsa_name"
15220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15222   include:
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15228   layout:
15229     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15230     layout: "plot-throughput-speedup-analysis"
15231
15232 - type: "plot"
15233   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15234   algorithm: "plot_tsa_name"
15235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15237   include:
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15243   layout:
15244     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15257   layout:
15258     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15266   include:
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15271   layout:
15272     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 - type: "plot"
15276   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15277   algorithm: "plot_tsa_name"
15278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15280   include:
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15287   layout:
15288     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 - type: "plot"
15292   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15293   algorithm: "plot_tsa_name"
15294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15296   include:
15297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15303   layout:
15304     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15312   include:
15313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15319   layout:
15320     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15328   include:
15329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15335   layout:
15336     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15337     layout: "plot-throughput-speedup-analysis"
15338
15339 - type: "plot"
15340   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15341   algorithm: "plot_tsa_name"
15342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15344   include:
15345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15351   layout:
15352     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15353     layout: "plot-throughput-speedup-analysis"
15354
15355 - type: "plot"
15356   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15357   algorithm: "plot_tsa_name"
15358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15360   include:
15361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15367   layout:
15368     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15369     layout: "plot-throughput-speedup-analysis"
15370
15371 - type: "plot"
15372   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15373   algorithm: "plot_tsa_name"
15374   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15376   include:
15377     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15378     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15379     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15380     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15381     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15382     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15383   layout:
15384     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15385     layout: "plot-throughput-speedup-analysis"
15386
15387 - type: "plot"
15388   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15389   algorithm: "plot_tsa_name"
15390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15392   include:
15393     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15394     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15395     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15396     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15397     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15398     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15399   layout:
15400     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15401     layout: "plot-throughput-speedup-analysis"
15402
15403 - type: "plot"
15404   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15405   algorithm: "plot_tsa_name"
15406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15408   include:
15409     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15410     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15411     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15412     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15413     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15414     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15415   layout:
15416     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15424   include:
15425     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15426     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15427     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15428     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15429     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15430     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15431   layout:
15432     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15440   include:
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15446   layout:
15447     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15455   include:
15456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15461   layout:
15462     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15470   include:
15471     - "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"
15472     - "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"
15473     - "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"
15474     - "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"
15475     - "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"
15476   layout:
15477     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15485   include:
15486     - "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"
15487     - "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"
15488     - "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"
15489     - "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"
15490     - "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"
15491   layout:
15492     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15500   include:
15501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15506   layout:
15507     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15508     layout: "plot-throughput-speedup-analysis"
15509
15510 - type: "plot"
15511   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15512   algorithm: "plot_tsa_name"
15513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15515   include:
15516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15521   layout:
15522     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15530   include:
15531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15536   layout:
15537     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15545   include:
15546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15551   layout:
15552     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15553     layout: "plot-throughput-speedup-analysis"
15554
15555 - type: "plot"
15556   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15557   algorithm: "plot_tsa_name"
15558   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15560   include:
15561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15562     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15563     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15564     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15565     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15566   layout:
15567     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15568     layout: "plot-throughput-speedup-analysis"
15569
15570 - type: "plot"
15571   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15572   algorithm: "plot_tsa_name"
15573   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15575   include:
15576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15579     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15580     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15581   layout:
15582     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15590   include:
15591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15596   layout:
15597     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15605   include:
15606     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15611   layout:
15612     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15620   include:
15621     - "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"
15622     - "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"
15623     - "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"
15624     - "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"
15625   layout:
15626     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15627     layout: "plot-throughput-speedup-analysis"
15628
15629 - type: "plot"
15630   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15631   algorithm: "plot_tsa_name"
15632   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15634   include:
15635     - "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"
15636     - "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"
15637     - "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"
15638     - "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"
15639   layout:
15640     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15641     layout: "plot-throughput-speedup-analysis"
15642
15643 - type: "plot"
15644   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15645   algorithm: "plot_tsa_name"
15646   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15648   include:
15649     - "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"
15650     - "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"
15651     - "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"
15652     - "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"
15653   layout:
15654     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15655     layout: "plot-throughput-speedup-analysis"
15656
15657 - type: "plot"
15658   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15659   algorithm: "plot_tsa_name"
15660   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15662   include:
15663     - "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"
15664     - "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"
15665     - "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"
15666     - "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"
15667   layout:
15668     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15676   include:
15677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15683   layout:
15684     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15685     layout: "plot-throughput-speedup-analysis"
15686
15687 - type: "plot"
15688   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15689   algorithm: "plot_tsa_name"
15690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15692   include:
15693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15699   layout:
15700     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15701     layout: "plot-throughput-speedup-analysis"
15702
15703 - type: "plot"
15704   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15705   algorithm: "plot_tsa_name"
15706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15708   include:
15709     - "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"
15710     - "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"
15711     - "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"
15712     - "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"
15713     - "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"
15714     - "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"
15715   layout:
15716     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15717     layout: "plot-throughput-speedup-analysis"
15718
15719 - type: "plot"
15720   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15721   algorithm: "plot_tsa_name"
15722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15724   include:
15725     - "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"
15726     - "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"
15727     - "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"
15728     - "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"
15729     - "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"
15730     - "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"
15731   layout:
15732     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15740   include:
15741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15747   layout:
15748     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15756   include:
15757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15763   layout:
15764     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15772   include:
15773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15778   layout:
15779     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15780     layout: "plot-throughput-speedup-analysis"
15781
15782 - type: "plot"
15783   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15784   algorithm: "plot_tsa_name"
15785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15787   include:
15788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15793   layout:
15794     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15795     layout: "plot-throughput-speedup-analysis"
15796
15797 - type: "plot"
15798   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15799   algorithm: "plot_tsa_name"
15800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15802   include:
15803     - "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"
15804     - "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"
15805   layout:
15806     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15807     layout: "plot-throughput-speedup-analysis"
15808
15809 - type: "plot"
15810   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15811   algorithm: "plot_tsa_name"
15812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15814   include:
15815     - "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"
15816     - "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"
15817   layout:
15818     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15819     layout: "plot-throughput-speedup-analysis"
15820
15821 - type: "plot"
15822   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15823   algorithm: "plot_tsa_name"
15824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15826   include:
15827     - "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"
15828     - "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"
15829   layout:
15830     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15831     layout: "plot-throughput-speedup-analysis"
15832
15833 - type: "plot"
15834   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15835   algorithm: "plot_tsa_name"
15836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15838   include:
15839     - "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"
15840     - "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"
15841   layout:
15842     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15843     layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15850   include:
15851     - "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"
15852     - "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"
15853     - "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"
15854     - "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"
15855     - "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"
15856     - "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"
15857   layout:
15858     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15866   include:
15867     - "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"
15868     - "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"
15869     - "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"
15870     - "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"
15871     - "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"
15872     - "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"
15873   layout:
15874     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15875     layout: "plot-throughput-speedup-analysis"
15876
15877 - type: "plot"
15878   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15879   algorithm: "plot_tsa_name"
15880   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15881   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15882   include:
15883     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15884     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15885     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15886     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15887     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15888   layout:
15889     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15890     layout: "plot-throughput-speedup-analysis"
15891
15892 - type: "plot"
15893   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15894   algorithm: "plot_tsa_name"
15895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15897   include:
15898     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15899     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15900     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15901     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15902     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15903   layout:
15904     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15905     layout: "plot-throughput-speedup-analysis"
15906
15907 - type: "plot"
15908   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15909   algorithm: "plot_tsa_name"
15910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15912   include:
15913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15918   layout:
15919     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15927   include:
15928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15933   layout:
15934     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15942   include:
15943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15947   layout:
15948     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15949     layout: "plot-throughput-speedup-analysis"
15950
15951 - type: "plot"
15952   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15953   algorithm: "plot_tsa_name"
15954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15956   include:
15957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15961   layout:
15962     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15963     layout: "plot-throughput-speedup-analysis"
15964
15965 - type: "plot"
15966   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15967   algorithm: "plot_tsa_name"
15968   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15969   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15970   include:
15971     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15975   layout:
15976     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15977     layout: "plot-throughput-speedup-analysis"
15978
15979 - type: "plot"
15980   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15981   algorithm: "plot_tsa_name"
15982   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15983   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15984   include:
15985     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15986     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15989   layout:
15990     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15991     layout: "plot-throughput-speedup-analysis"
15992
15993 - type: "plot"
15994   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15995   algorithm: "plot_tsa_name"
15996   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15997   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15998   include:
15999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16004   layout:
16005     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16006     layout: "plot-throughput-speedup-analysis"
16007
16008 - type: "plot"
16009   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16010   algorithm: "plot_tsa_name"
16011   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16012   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16013   include:
16014     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16015     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16016     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16017     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16018     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16019   layout:
16020     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16028   include:
16029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16035   layout:
16036     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 - type: "plot"
16040   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16044   include:
16045     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16051   layout:
16052     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 - type: "plot"
16056   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16057   algorithm: "plot_tsa_name"
16058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16060   include:
16061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16065   layout:
16066     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16067     layout: "plot-throughput-speedup-analysis"
16068
16069 - type: "plot"
16070   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16071   algorithm: "plot_tsa_name"
16072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16074   include:
16075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16079   layout:
16080     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16081     layout: "plot-throughput-speedup-analysis"
16082
16083 - type: "plot"
16084   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16085   algorithm: "plot_tsa_name"
16086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16087   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16088   include:
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16095   layout:
16096     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16097     layout: "plot-throughput-speedup-analysis"
16098
16099 - type: "plot"
16100   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16101   algorithm: "plot_tsa_name"
16102   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16103   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16104   include:
16105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16111   layout:
16112     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16113     layout: "plot-throughput-speedup-analysis"
16114
16115 - type: "plot"
16116   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16117   algorithm: "plot_tsa_name"
16118   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16119   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16120   include:
16121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16127   layout:
16128     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16129     layout: "plot-throughput-speedup-analysis"
16130
16131 - type: "plot"
16132   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16133   algorithm: "plot_tsa_name"
16134   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16135   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16136   include:
16137     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16143   layout:
16144     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16145     layout: "plot-throughput-speedup-analysis"
16146
16147 - type: "plot"
16148   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16149   algorithm: "plot_tsa_name"
16150   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16151   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16152   include:
16153     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16154     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16155     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16156     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16157     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16159   layout:
16160     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16161     layout: "plot-throughput-speedup-analysis"
16162
16163 - type: "plot"
16164   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16165   algorithm: "plot_tsa_name"
16166   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16167   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16168   include:
16169     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16170     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16171     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16172     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16173     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16174     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16175   layout:
16176     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16177     layout: "plot-throughput-speedup-analysis"
16178
16179 - type: "plot"
16180   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16181   algorithm: "plot_tsa_name"
16182   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16183   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16184   include:
16185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16191   layout:
16192     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16193     layout: "plot-throughput-speedup-analysis"
16194
16195 - type: "plot"
16196   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16197   algorithm: "plot_tsa_name"
16198   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16199   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16200   include:
16201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16207   layout:
16208     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16209     layout: "plot-throughput-speedup-analysis"
16210
16211 - type: "plot"
16212   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16213   algorithm: "plot_tsa_name"
16214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16215   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16216   include:
16217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16223   layout:
16224     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16225     layout: "plot-throughput-speedup-analysis"
16226
16227 - type: "plot"
16228   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16229   algorithm: "plot_tsa_name"
16230   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16231   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16232   include:
16233     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-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-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16236     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16237     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16238     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16239   layout:
16240     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16241     layout: "plot-throughput-speedup-analysis"
16242
16243 #- type: "plot"
16244 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16245 #  algorithm: "plot_tsa_name"
16246 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16247 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16248 #  include:
16249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16252 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16253 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16254 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16255 #  layout:
16256 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16257 #    layout: "plot-throughput-speedup-analysis"
16258 #
16259 #- type: "plot"
16260 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16261 #  algorithm: "plot_tsa_name"
16262 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16263 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16264 #  include:
16265 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16266 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16267 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16268 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16269 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16270 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16271 #  layout:
16272 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16273 #    layout: "plot-throughput-speedup-analysis"
16274
16275 - type: "plot"
16276   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16277   algorithm: "plot_tsa_name"
16278   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16279   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16280   include:
16281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16286   layout:
16287     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16288     layout: "plot-throughput-speedup-analysis"
16289
16290 - type: "plot"
16291   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16292   algorithm: "plot_tsa_name"
16293   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16294   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16295   include:
16296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16301   layout:
16302     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16303     layout: "plot-throughput-speedup-analysis"
16304
16305 - type: "plot"
16306   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16307   algorithm: "plot_tsa_name"
16308   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16309   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16310   include:
16311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16317   layout:
16318     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16319     layout: "plot-throughput-speedup-analysis"
16320
16321 - type: "plot"
16322   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16323   algorithm: "plot_tsa_name"
16324   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16325   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16326   include:
16327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16333   layout:
16334     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16335     layout: "plot-throughput-speedup-analysis"
16336
16337 - type: "plot"
16338   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16339   algorithm: "plot_tsa_name"
16340   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16341   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16342   include:
16343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16348   layout:
16349     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16350     layout: "plot-throughput-speedup-analysis"
16351
16352 - type: "plot"
16353   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16354   algorithm: "plot_tsa_name"
16355   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16356   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16357   include:
16358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16363   layout:
16364     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16372   include:
16373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16377   layout:
16378     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16379     layout: "plot-throughput-speedup-analysis"
16380
16381 - type: "plot"
16382   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16383   algorithm: "plot_tsa_name"
16384   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16385   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16386   include:
16387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16391   layout:
16392     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16393     layout: "plot-throughput-speedup-analysis"
16394
16395 - type: "plot"
16396   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16397   algorithm: "plot_tsa_name"
16398   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16399   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16400   include:
16401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16407   layout:
16408     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16409     layout: "plot-throughput-speedup-analysis"
16410
16411 - type: "plot"
16412   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16413   algorithm: "plot_tsa_name"
16414   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16415   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16416   include:
16417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16419     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16423   layout:
16424     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16425     layout: "plot-throughput-speedup-analysis"
16426
16427 - type: "plot"
16428   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16429   algorithm: "plot_tsa_name"
16430   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16431   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16432   include:
16433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16438   layout:
16439     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16440     layout: "plot-throughput-speedup-analysis"
16441
16442 - type: "plot"
16443   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16444   algorithm: "plot_tsa_name"
16445   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16446   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16447   include:
16448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16453   layout:
16454     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16455     layout: "plot-throughput-speedup-analysis"
16456
16457 - type: "plot"
16458   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16459   algorithm: "plot_tsa_name"
16460   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16461   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16462   include:
16463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16468   layout:
16469     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16470     layout: "plot-throughput-speedup-analysis"
16471
16472 - type: "plot"
16473   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16474   algorithm: "plot_tsa_name"
16475   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16476   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16477   include:
16478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16483   layout:
16484     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16485     layout: "plot-throughput-speedup-analysis"
16486
16487 - type: "plot"
16488   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16489   algorithm: "plot_tsa_name"
16490   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16491   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16492   include:
16493     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16494     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16495     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16496     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16497   layout:
16498     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16499     layout: "plot-throughput-speedup-analysis"
16500
16501 - type: "plot"
16502   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16503   algorithm: "plot_tsa_name"
16504   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16505   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16506   include:
16507     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16508     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16511   layout:
16512     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16513     layout: "plot-throughput-speedup-analysis"
16514
16515 - type: "plot"
16516   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16517   algorithm: "plot_tsa_name"
16518   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16519   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16520   include:
16521     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16522     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16523     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16524     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16525     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16526   layout:
16527     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16528     layout: "plot-throughput-speedup-analysis"
16529
16530 - type: "plot"
16531   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16532   algorithm: "plot_tsa_name"
16533   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16534   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16535   include:
16536     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16537     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16538     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16539     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16540     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16541   layout:
16542     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16543     layout: "plot-throughput-speedup-analysis"
16544
16545 - type: "plot"
16546   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16547   algorithm: "plot_tsa_name"
16548   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16549   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16550   include:
16551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16552     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16553     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16554     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16555     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16556     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16557   layout:
16558     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16559     layout: "plot-throughput-speedup-analysis"
16560
16561 - type: "plot"
16562   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16563   algorithm: "plot_tsa_name"
16564   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16565   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16566   include:
16567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16569     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16570     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16571     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16573   layout:
16574     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16575     layout: "plot-throughput-speedup-analysis"
16576
16577 - type: "plot"
16578   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16579   algorithm: "plot_tsa_name"
16580   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16581   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16582   include:
16583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16587   layout:
16588     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16589     layout: "plot-throughput-speedup-analysis"
16590
16591 - type: "plot"
16592   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16593   algorithm: "plot_tsa_name"
16594   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16595   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16596   include:
16597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16601   layout:
16602     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16603     layout: "plot-throughput-speedup-analysis"
16604
16605 - type: "plot"
16606   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16607   algorithm: "plot_tsa_name"
16608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16609   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16610   include:
16611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16617   layout:
16618     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16619     layout: "plot-throughput-speedup-analysis"
16620
16621 - type: "plot"
16622   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16623   algorithm: "plot_tsa_name"
16624   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16625   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16626   include:
16627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16631     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16633   layout:
16634     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16635     layout: "plot-throughput-speedup-analysis"
16636
16637 - type: "plot"
16638   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16639   algorithm: "plot_tsa_name"
16640   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16641   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16642   include:
16643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16646     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16649   layout:
16650     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16651     layout: "plot-throughput-speedup-analysis"
16652
16653 - type: "plot"
16654   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16655   algorithm: "plot_tsa_name"
16656   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16657   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16658   include:
16659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16662     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16663     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16665   layout:
16666     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16667     layout: "plot-throughput-speedup-analysis"
16668
16669 #- type: "plot"
16670 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16671 #  algorithm: "plot_tsa_name"
16672 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16673 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16674 #  include:
16675 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16676 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16677 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16678 #  layout:
16679 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16680 #    layout: "plot-throughput-speedup-analysis"
16681 #
16682 #- type: "plot"
16683 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16684 #  algorithm: "plot_tsa_name"
16685 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16686 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16687 #  include:
16688 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16689 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16690 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16691 #  layout:
16692 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16693 #    layout: "plot-throughput-speedup-analysis"
16694
16695 ################################################################################
16696
16697 # Packet Throughput - DPDK
16698
16699 # 2n-skx-xxv710
16700
16701 - type: "plot"
16702   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16703   algorithm: "plot_perf_box_name"
16704   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16705   data: "plot-dpdk-throughput-latency-2n-skx"
16706   include:
16707     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16708     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16709   layout:
16710     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16711     layout: "plot-throughput"
16712
16713 - type: "plot"
16714   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16715   algorithm: "plot_perf_box_name"
16716   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16717   data: "plot-dpdk-throughput-latency-2n-skx"
16718   include:
16719     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16720     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16721   layout:
16722     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16723     layout: "plot-throughput"
16724
16725 - type: "plot"
16726   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16727   algorithm: "plot_perf_box_name"
16728   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16729   data: "plot-dpdk-throughput-latency-2n-skx"
16730   include:
16731     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16732     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16733   layout:
16734     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16735     layout: "plot-throughput"
16736
16737 - type: "plot"
16738   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16739   algorithm: "plot_perf_box_name"
16740   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16741   data: "plot-dpdk-throughput-latency-2n-skx"
16742   include:
16743     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16744     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16745   layout:
16746     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16747     layout: "plot-throughput"
16748
16749 # 2n-skx-x710
16750
16751 - type: "plot"
16752   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16753   algorithm: "plot_perf_box_name"
16754   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16755   data: "plot-dpdk-throughput-latency-2n-skx"
16756   include:
16757     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16758     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16759   layout:
16760     title: "2n-skx-x710-64b-2t1c-base-ndr"
16761     layout: "plot-throughput"
16762
16763 - type: "plot"
16764   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16765   algorithm: "plot_perf_box_name"
16766   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16767   data: "plot-dpdk-throughput-latency-2n-skx"
16768   include:
16769     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16770     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16771   layout:
16772     title: "2n-skx-x710-64b-4t2c-base-ndr"
16773     layout: "plot-throughput"
16774
16775 - type: "plot"
16776   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16777   algorithm: "plot_perf_box_name"
16778   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16779   data: "plot-dpdk-throughput-latency-2n-skx"
16780   include:
16781     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16782     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16783   layout:
16784     title: "2n-skx-x710-64b-2t1c-base-pdr"
16785     layout: "plot-throughput"
16786
16787 - type: "plot"
16788   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16789   algorithm: "plot_perf_box_name"
16790   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16791   data: "plot-dpdk-throughput-latency-2n-skx"
16792   include:
16793     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16794     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16795   layout:
16796     title: "2n-skx-x710-64b-4t2c-base-pdr"
16797     layout: "plot-throughput"
16798
16799 # 3n-skx-xxv710
16800
16801 - type: "plot"
16802   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16803   algorithm: "plot_perf_box_name"
16804   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16805   data: "plot-dpdk-throughput-latency-3n-skx"
16806   include:
16807     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16808     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16809   layout:
16810     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16811     layout: "plot-throughput"
16812
16813 - type: "plot"
16814   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16815   algorithm: "plot_perf_box_name"
16816   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16817   data: "plot-dpdk-throughput-latency-3n-skx"
16818   include:
16819     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16820     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16821   layout:
16822     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16823     layout: "plot-throughput"
16824
16825 - type: "plot"
16826   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16827   algorithm: "plot_perf_box_name"
16828   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16829   data: "plot-dpdk-throughput-latency-3n-skx"
16830   include:
16831     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16832     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16833   layout:
16834     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16835     layout: "plot-throughput"
16836
16837 - type: "plot"
16838   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16839   algorithm: "plot_perf_box_name"
16840   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16841   data: "plot-dpdk-throughput-latency-3n-skx"
16842   include:
16843     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16844     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16845   layout:
16846     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16847     layout: "plot-throughput"
16848
16849 # 3n-skx-x710
16850
16851 - type: "plot"
16852   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16853   algorithm: "plot_perf_box_name"
16854   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16855   data: "plot-dpdk-throughput-latency-3n-skx"
16856   include:
16857     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16858     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16859   layout:
16860     title: "3n-skx-x710-64b-2t1c-base-ndr"
16861     layout: "plot-throughput"
16862
16863 - type: "plot"
16864   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16865   algorithm: "plot_perf_box_name"
16866   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16867   data: "plot-dpdk-throughput-latency-3n-skx"
16868   include:
16869     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16870     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16871   layout:
16872     title: "3n-skx-x710-64b-4t2c-base-ndr"
16873     layout: "plot-throughput"
16874
16875 - type: "plot"
16876   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16877   algorithm: "plot_perf_box_name"
16878   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16879   data: "plot-dpdk-throughput-latency-3n-skx"
16880   include:
16881     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16882     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16883   layout:
16884     title: "3n-skx-x710-64b-2t1c-base-pdr"
16885     layout: "plot-throughput"
16886
16887 - type: "plot"
16888   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16889   algorithm: "plot_perf_box_name"
16890   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16891   data: "plot-dpdk-throughput-latency-3n-skx"
16892   include:
16893     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16894     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16895   layout:
16896     title: "3n-skx-x710-64b-4t2c-base-pdr"
16897     layout: "plot-throughput"
16898
16899 # 3n-hsw-xl710
16900
16901 - type: "plot"
16902   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16903   algorithm: "plot_perf_box_name"
16904   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16905   data: "plot-dpdk-throughput-latency-3n-hsw"
16906   include:
16907     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16908     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16909   layout:
16910     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16911     layout: "plot-throughput"
16912
16913 - type: "plot"
16914   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16915   algorithm: "plot_perf_box_name"
16916   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16917   data: "plot-dpdk-throughput-latency-3n-hsw"
16918   include:
16919     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16920     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16921   layout:
16922     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16923     layout: "plot-throughput"
16924
16925 - type: "plot"
16926   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16927   algorithm: "plot_perf_box_name"
16928   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16929   data: "plot-dpdk-throughput-latency-3n-hsw"
16930   include:
16931     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16932     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16933   layout:
16934     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16935     layout: "plot-throughput"
16936
16937 - type: "plot"
16938   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16939   algorithm: "plot_perf_box_name"
16940   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16941   data: "plot-dpdk-throughput-latency-3n-hsw"
16942   include:
16943     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16944     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16945   layout:
16946     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16947     layout: "plot-throughput"
16948
16949 # 3n-hsw-x710
16950
16951 - type: "plot"
16952   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16953   algorithm: "plot_perf_box_name"
16954   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16955   data: "plot-dpdk-throughput-latency-3n-hsw"
16956   include:
16957     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16958     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16959   layout:
16960     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16961     layout: "plot-throughput"
16962
16963 - type: "plot"
16964   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16965   algorithm: "plot_perf_box_name"
16966   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16967   data: "plot-dpdk-throughput-latency-3n-hsw"
16968   include:
16969     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16970     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16971   layout:
16972     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16973     layout: "plot-throughput"
16974
16975 - type: "plot"
16976   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16977   algorithm: "plot_perf_box_name"
16978   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16979   data: "plot-dpdk-throughput-latency-3n-hsw"
16980   include:
16981     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16982     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16983   layout:
16984     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16985     layout: "plot-throughput"
16986
16987 - type: "plot"
16988   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16989   algorithm: "plot_perf_box_name"
16990   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16991   data: "plot-dpdk-throughput-latency-3n-hsw"
16992   include:
16993     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16994     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16995   layout:
16996     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16997     layout: "plot-throughput"
16998
16999 ## 2n-dnv-x553
17000 #
17001 #- type: "plot"
17002 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17003 #  algorithm: "plot_perf_box_name"
17004 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17005 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17006 #  include:
17007 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17008 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17009 #  layout:
17010 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17011 #    layout: "plot-throughput"
17012 #
17013 #- type: "plot"
17014 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17015 #  algorithm: "plot_perf_box_name"
17016 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17017 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17018 #  include:
17019 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17020 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17021 #  layout:
17022 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17023 #    layout: "plot-throughput"
17024 #
17025 #- type: "plot"
17026 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17027 #  algorithm: "plot_perf_box_name"
17028 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17029 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17030 #  include:
17031 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17032 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17033 #  layout:
17034 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17035 #    layout: "plot-throughput"
17036 #
17037 #- type: "plot"
17038 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17039 #  algorithm: "plot_perf_box_name"
17040 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17041 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17042 #  include:
17043 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17044 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17045 #  layout:
17046 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17047 #    layout: "plot-throughput"
17048 #
17049 ## 3n-dnv-x553
17050 #
17051 #- type: "plot"
17052 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17053 #  algorithm: "plot_perf_box_name"
17054 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17055 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17056 #  include:
17057 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17058 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17059 #  layout:
17060 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17061 #    layout: "plot-throughput"
17062 #
17063 #- type: "plot"
17064 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17065 #  algorithm: "plot_perf_box_name"
17066 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17067 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17068 #  include:
17069 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17070 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17071 #  layout:
17072 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17073 #    layout: "plot-throughput"
17074 #
17075 #- type: "plot"
17076 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17077 #  algorithm: "plot_perf_box_name"
17078 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17079 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17080 #  include:
17081 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17082 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17083 #  layout:
17084 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17085 #    layout: "plot-throughput"
17086 #
17087 #- type: "plot"
17088 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17089 #  algorithm: "plot_perf_box_name"
17090 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17091 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17092 #  include:
17093 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17094 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17095 #  layout:
17096 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17097 #    layout: "plot-throughput"
17098
17099 # 3n-tsh-x520
17100
17101 - type: "plot"
17102   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17103   algorithm: "plot_perf_box_name"
17104   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17105   data: "plot-dpdk-throughput-latency-3n-tsh"
17106   include:
17107     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17108     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17109   layout:
17110     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17111     layout: "plot-throughput"
17112
17113 - type: "plot"
17114   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17115   algorithm: "plot_perf_box_name"
17116   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17117   data: "plot-dpdk-throughput-latency-3n-tsh"
17118   include:
17119     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17120     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17121   layout:
17122     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17123     layout: "plot-throughput"
17124
17125 - type: "plot"
17126   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17129   data: "plot-dpdk-throughput-latency-3n-tsh"
17130   include:
17131     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17132     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17133   layout:
17134     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17141   data: "plot-dpdk-throughput-latency-3n-tsh"
17142   include:
17143     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17144     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17145   layout:
17146     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17147     layout: "plot-throughput"
17148
17149 ################################################################################
17150 ###   2n-clx                                                                 ###
17151 ################################################################################
17152
17153 # Packet Throughput
17154
17155 - type: "plot"
17156   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17157   algorithm: "plot_perf_box_name"
17158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17160   include:
17161     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17162     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17163     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17165   layout:
17166     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17167     layout: "plot-throughput"
17168
17169 - type: "plot"
17170   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17171   algorithm: "plot_perf_box_name"
17172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17174   include:
17175     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17176     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17179   layout:
17180     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17181     layout: "plot-throughput"
17182
17183 - type: "plot"
17184   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17185   algorithm: "plot_perf_box_name"
17186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17188   include:
17189     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17190     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17193   layout:
17194     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17195     layout: "plot-throughput"
17196
17197 - type: "plot"
17198   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17199   algorithm: "plot_perf_box_name"
17200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17202   include:
17203     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17205     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17207   layout:
17208     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17209     layout: "plot-throughput"
17210
17211 - type: "plot"
17212   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17213   algorithm: "plot_perf_box_name"
17214   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17216   include:
17217     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17218     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17219     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17220     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17221   layout:
17222     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17223     layout: "plot-throughput"
17224
17225 - type: "plot"
17226   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17230   include:
17231     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17232     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17233     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17234     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17235   layout:
17236     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17241   algorithm: "plot_perf_box_name"
17242   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17244   include:
17245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17251   layout:
17252     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17260   include:
17261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17267   layout:
17268     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17269     layout: "plot-throughput"
17270
17271 - type: "plot"
17272   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17273   algorithm: "plot_perf_box_name"
17274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17276   include:
17277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17281   layout:
17282     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17283     layout: "plot-throughput"
17284
17285 - type: "plot"
17286   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17287   algorithm: "plot_perf_box_name"
17288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17290   include:
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17295   layout:
17296     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17304   include:
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17308   layout:
17309     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17317   include:
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17321   layout:
17322     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17323     layout: "plot-throughput"
17324
17325 - type: "plot"
17326   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17327   algorithm: "plot_perf_box_name"
17328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17330   include:
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17336   layout:
17337     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17338     layout: "plot-throughput"
17339
17340 - type: "plot"
17341   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17342   algorithm: "plot_perf_box_name"
17343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17345   include:
17346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17351   layout:
17352     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17353     layout: "plot-throughput"
17354
17355 - type: "plot"
17356   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17357   algorithm: "plot_perf_box_name"
17358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17360   include:
17361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17364   layout:
17365     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17366     layout: "plot-throughput"
17367
17368 - type: "plot"
17369   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17370   algorithm: "plot_perf_box_name"
17371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17373   include:
17374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17377   layout:
17378     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17379     layout: "plot-throughput"
17380
17381 - type: "plot"
17382   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17383   algorithm: "plot_perf_box_name"
17384   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17386   include:
17387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17393   layout:
17394     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17395     layout: "plot-throughput"
17396
17397 - type: "plot"
17398   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17399   algorithm: "plot_perf_box_name"
17400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17402   include:
17403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17409   layout:
17410     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17411     layout: "plot-throughput"
17412
17413 - type: "plot"
17414   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17415   algorithm: "plot_perf_box_name"
17416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17418   include:
17419     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17420     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17421     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17422     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17423     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17424   layout:
17425     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17426     layout: "plot-throughput"
17427
17428 - type: "plot"
17429   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17430   algorithm: "plot_perf_box_name"
17431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17433   include:
17434     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17435     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17436     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17437     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17438     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17439   layout:
17440     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17441     layout: "plot-throughput"
17442
17443 #- type: "plot"
17444 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17445 #  algorithm: "plot_perf_box_name"
17446 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17447 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17448 #  include:
17449 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17450 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17451 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17452 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17453 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17454 #  layout:
17455 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17456 #    layout: "plot-throughput"
17457 #
17458 #- type: "plot"
17459 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17460 #  algorithm: "plot_perf_box_name"
17461 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17462 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17463 #  include:
17464 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17465 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17466 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17467 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17468 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17469 #  layout:
17470 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17471 #    layout: "plot-throughput"
17472 #
17473 #- type: "plot"
17474 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17475 #  algorithm: "plot_perf_box_name"
17476 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17477 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17478 #  include:
17479 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17480 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17481 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17482 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17483 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17484 #  layout:
17485 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17486 #    layout: "plot-throughput"
17487 #
17488 #- type: "plot"
17489 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17490 #  algorithm: "plot_perf_box_name"
17491 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17492 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17493 #  include:
17494 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17495 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17496 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17497 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17499 #  layout:
17500 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17501 #    layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17508   include:
17509     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17510     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17511     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17512     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17513     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17514   layout:
17515     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17516     layout: "plot-throughput"
17517
17518 - type: "plot"
17519   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17520   algorithm: "plot_perf_box_name"
17521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17523   include:
17524     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17525     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17526     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17527     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17528     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17529   layout:
17530     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17531     layout: "plot-throughput"
17532
17533 #- type: "plot"
17534 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17535 #  algorithm: "plot_perf_box_name"
17536 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17537 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538 #  include:
17539 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17540 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17541 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17542 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17543 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17544 #  layout:
17545 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17546 #    layout: "plot-throughput"
17547 #
17548 #- type: "plot"
17549 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17550 #  algorithm: "plot_perf_box_name"
17551 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17552 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17553 #  include:
17554 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17555 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17556 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17557 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17558 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17559 #  layout:
17560 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17561 #    layout: "plot-throughput"
17562 #
17563 #- type: "plot"
17564 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17565 #  algorithm: "plot_perf_box_name"
17566 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17567 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17568 #  include:
17569 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17570 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17571 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17572 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17573 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17574 #  layout:
17575 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17576 #    layout: "plot-throughput"
17577 #
17578 #- type: "plot"
17579 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17580 #  algorithm: "plot_perf_box_name"
17581 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17582 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17583 #  include:
17584 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17585 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17586 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17587 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17588 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17589 #  layout:
17590 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17591 #    layout: "plot-throughput"
17592
17593 - type: "plot"
17594   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17595   algorithm: "plot_perf_box_name"
17596   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17598   include:
17599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17605   layout:
17606     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17607     layout: "plot-throughput"
17608
17609 - type: "plot"
17610   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17611   algorithm: "plot_perf_box_name"
17612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17614   include:
17615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17621   layout:
17622     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17623     layout: "plot-throughput"
17624
17625 - type: "plot"
17626   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17627   algorithm: "plot_perf_box_name"
17628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17630   include:
17631     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17633   layout:
17634     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17635     layout: "plot-throughput"
17636
17637 - type: "plot"
17638   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17639   algorithm: "plot_perf_box_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17642   include:
17643     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17645   layout:
17646     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17647     layout: "plot-throughput"
17648
17649 - type: "plot"
17650   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17651   algorithm: "plot_perf_box_name"
17652   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17654   include:
17655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17661   layout:
17662     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17663     layout: "plot-throughput"
17664
17665 - type: "plot"
17666   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17667   algorithm: "plot_perf_box_name"
17668   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17670   include:
17671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17677   layout:
17678     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17679     layout: "plot-throughput"
17680
17681 - type: "plot"
17682   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17683   algorithm: "plot_perf_box_name"
17684   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17686   include:
17687     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17693   layout:
17694     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17695     layout: "plot-throughput"
17696
17697 - type: "plot"
17698   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17699   algorithm: "plot_perf_box_name"
17700   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17702   include:
17703     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17709   layout:
17710     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17711     layout: "plot-throughput"
17712
17713 - type: "plot"
17714   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17715   algorithm: "plot_perf_box_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17718   include:
17719     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17725   layout:
17726     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17727     layout: "plot-throughput"
17728
17729 - type: "plot"
17730   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17731   algorithm: "plot_perf_box_name"
17732   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17734   include:
17735     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17741   layout:
17742     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17743     layout: "plot-throughput"
17744
17745 - type: "plot"
17746   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17747   algorithm: "plot_perf_box_name"
17748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17750   include:
17751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17753     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17756   layout:
17757     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17758     layout: "plot-throughput"
17759
17760 - type: "plot"
17761   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17762   algorithm: "plot_perf_box_name"
17763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17765   include:
17766     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17771   layout:
17772     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17773     layout: "plot-throughput"
17774
17775 - type: "plot"
17776   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17777   algorithm: "plot_perf_box_name"
17778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17780   include:
17781     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17786   layout:
17787     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17788     layout: "plot-throughput"
17789
17790 - type: "plot"
17791   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17792   algorithm: "plot_perf_box_name"
17793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17795   include:
17796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17801   layout:
17802     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17803     layout: "plot-throughput"
17804
17805 - type: "plot"
17806   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17807   algorithm: "plot_perf_box_name"
17808   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17810   include:
17811     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17816   layout:
17817     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17818     layout: "plot-throughput"
17819
17820 - type: "plot"
17821   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17822   algorithm: "plot_perf_box_name"
17823   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17825   include:
17826     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17831   layout:
17832     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17833     layout: "plot-throughput"
17834
17835 - type: "plot"
17836   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17837   algorithm: "plot_perf_box_name"
17838   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17840   include:
17841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17843     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17846   layout:
17847     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17848     layout: "plot-throughput"
17849
17850 - type: "plot"
17851   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17852   algorithm: "plot_perf_box_name"
17853   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17855   include:
17856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17861   layout:
17862     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17863     layout: "plot-throughput"
17864
17865 - type: "plot"
17866   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17867   algorithm: "plot_perf_box_name"
17868   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17870   include:
17871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17873     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17874     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17876   layout:
17877     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17878     layout: "plot-throughput"
17879
17880 - type: "plot"
17881   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17882   algorithm: "plot_perf_box_name"
17883   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17885   include:
17886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17891   layout:
17892     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17893     layout: "plot-throughput"
17894
17895 - type: "plot"
17896   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17897   algorithm: "plot_perf_box_name"
17898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17900   include:
17901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17907   layout:
17908     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17909     layout: "plot-throughput"
17910
17911 - type: "plot"
17912   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17913   algorithm: "plot_perf_box_name"
17914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17916   include:
17917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17923   layout:
17924     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17925     layout: "plot-throughput"
17926
17927 - type: "plot"
17928   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17929   algorithm: "plot_perf_box_name"
17930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17932   include:
17933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17937   layout:
17938     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17939     layout: "plot-throughput"
17940
17941 - type: "plot"
17942   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17943   algorithm: "plot_perf_box_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17951   layout:
17952     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17953     layout: "plot-throughput"
17954
17955 - type: "plot"
17956   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17957   algorithm: "plot_perf_box_name"
17958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17960   include:
17961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17967   layout:
17968     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17969     layout: "plot-throughput"
17970
17971 - type: "plot"
17972   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17973   algorithm: "plot_perf_box_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17983   layout:
17984     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17985     layout: "plot-throughput"
17986
17987 - type: "plot"
17988   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17989   algorithm: "plot_perf_box_name"
17990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17992   include:
17993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17997   layout:
17998     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18003   algorithm: "plot_perf_box_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18011   layout:
18012     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18013     layout: "plot-throughput"
18014
18015 - type: "plot"
18016   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18017   algorithm: "plot_perf_box_name"
18018   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18020   include:
18021     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18022     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18023     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18024     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18025     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18026     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18027   layout:
18028     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18029     layout: "plot-throughput"
18030
18031 - type: "plot"
18032   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18033   algorithm: "plot_perf_box_name"
18034   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18036   include:
18037     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18038     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18039     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18040     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18041     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18042     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18043   layout:
18044     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18045     layout: "plot-throughput"
18046
18047 - type: "plot"
18048   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18049   algorithm: "plot_perf_box_name"
18050   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18052   include:
18053     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18054     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18055     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18056     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18057   layout:
18058     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18059     layout: "plot-throughput"
18060
18061 - type: "plot"
18062   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18063   algorithm: "plot_perf_box_name"
18064   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066   include:
18067     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18068     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18069     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18070     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18071   layout:
18072     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18073     layout: "plot-throughput"
18074
18075 - type: "plot"
18076   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18077   algorithm: "plot_perf_box_name"
18078   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18080   include:
18081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18086   layout:
18087     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18088     layout: "plot-throughput"
18089
18090 - type: "plot"
18091   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18092   algorithm: "plot_perf_box_name"
18093   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18095   include:
18096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18101   layout:
18102     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18103     layout: "plot-throughput"
18104
18105 - type: "plot"
18106   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18107   algorithm: "plot_perf_box_name"
18108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18110   include:
18111     - "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"
18112     - "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"
18113     - "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"
18114     - "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"
18115     - "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"
18116   layout:
18117     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18118     layout: "plot-throughput"
18119
18120 - type: "plot"
18121   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18122   algorithm: "plot_perf_box_name"
18123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18125   include:
18126     - "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"
18127     - "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"
18128     - "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"
18129     - "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"
18130     - "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"
18131   layout:
18132     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18133     layout: "plot-throughput"
18134
18135 - type: "plot"
18136   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18137   algorithm: "plot_perf_box_name"
18138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18140   include:
18141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18146   layout:
18147     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18148     layout: "plot-throughput"
18149
18150 - type: "plot"
18151   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18152   algorithm: "plot_perf_box_name"
18153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18155   include:
18156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18161   layout:
18162     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18163     layout: "plot-throughput"
18164
18165 - type: "plot"
18166   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18167   algorithm: "plot_perf_box_name"
18168   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18170   include:
18171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18176   layout:
18177     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18178     layout: "plot-throughput"
18179
18180 - type: "plot"
18181   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18182   algorithm: "plot_perf_box_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18191   layout:
18192     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18193     layout: "plot-throughput"
18194
18195 - type: "plot"
18196   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18197   algorithm: "plot_perf_box_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18205   layout:
18206     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18207     layout: "plot-throughput"
18208
18209 - type: "plot"
18210   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18211   algorithm: "plot_perf_box_name"
18212   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18214   include:
18215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18219   layout:
18220     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18221     layout: "plot-throughput"
18222
18223 - type: "plot"
18224   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18225   algorithm: "plot_perf_box_name"
18226   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18228   include:
18229     - "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"
18230     - "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"
18231     - "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"
18232     - "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"
18233   layout:
18234     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18235     layout: "plot-throughput"
18236
18237 - type: "plot"
18238   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18239   algorithm: "plot_perf_box_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18242   include:
18243     - "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"
18244     - "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"
18245     - "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"
18246     - "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"
18247   layout:
18248     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18249     layout: "plot-throughput"
18250
18251 - type: "plot"
18252   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18253   algorithm: "plot_perf_box_name"
18254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18256   include:
18257     - "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"
18258     - "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"
18259     - "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"
18260     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18261     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18262     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18263   layout:
18264     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18265     layout: "plot-throughput"
18266
18267 - type: "plot"
18268   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18269   algorithm: "plot_perf_box_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "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"
18274     - "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"
18275     - "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"
18276     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18277     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18278     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18279   layout:
18280     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18281     layout: "plot-throughput"
18282
18283 ################################################################################
18284
18285 # Packet Speedup
18286
18287 - type: "plot"
18288   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18289   algorithm: "plot_tsa_name"
18290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18292   include:
18293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18297   layout:
18298     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18299     layout: "plot-throughput-speedup-analysis"
18300
18301 - type: "plot"
18302   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18303   algorithm: "plot_tsa_name"
18304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18306   include:
18307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18311   layout:
18312     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18313     layout: "plot-throughput-speedup-analysis"
18314
18315 - type: "plot"
18316   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18317   algorithm: "plot_tsa_name"
18318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18320   include:
18321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18325   layout:
18326     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18327     layout: "plot-throughput-speedup-analysis"
18328
18329 - type: "plot"
18330   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18331   algorithm: "plot_tsa_name"
18332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18334   include:
18335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18338     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18339   layout:
18340     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18341     layout: "plot-throughput-speedup-analysis"
18342
18343 - type: "plot"
18344   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18345   algorithm: "plot_tsa_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18350     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18351     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18352     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18353   layout:
18354     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18355     layout: "plot-throughput-speedup-analysis"
18356
18357 - type: "plot"
18358   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18359   algorithm: "plot_tsa_name"
18360   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18362   include:
18363     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18364     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18365     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18366     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18367   layout:
18368     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18369     layout: "plot-throughput-speedup-analysis"
18370
18371 - type: "plot"
18372   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18373   algorithm: "plot_tsa_name"
18374   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18376   include:
18377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18383   layout:
18384     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18385     layout: "plot-throughput-speedup-analysis"
18386
18387 - type: "plot"
18388   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18389   algorithm: "plot_tsa_name"
18390   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18392   include:
18393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18399   layout:
18400     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18401     layout: "plot-throughput-speedup-analysis"
18402
18403 - type: "plot"
18404   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18405   algorithm: "plot_tsa_name"
18406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18408   include:
18409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18413   layout:
18414     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18415     layout: "plot-throughput-speedup-analysis"
18416
18417 - type: "plot"
18418   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18419   algorithm: "plot_tsa_name"
18420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422   include:
18423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18427   layout:
18428     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18429     layout: "plot-throughput-speedup-analysis"
18430
18431 - type: "plot"
18432   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18433   algorithm: "plot_tsa_name"
18434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18436   include:
18437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18440   layout:
18441     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18442     layout: "plot-throughput-speedup-analysis"
18443
18444 - type: "plot"
18445   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18446   algorithm: "plot_tsa_name"
18447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18449   include:
18450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18453   layout:
18454     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18455     layout: "plot-throughput-speedup-analysis"
18456
18457 - type: "plot"
18458   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18459   algorithm: "plot_tsa_name"
18460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18462   include:
18463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18468   layout:
18469     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18470     layout: "plot-throughput-speedup-analysis"
18471
18472 - type: "plot"
18473   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18474   algorithm: "plot_tsa_name"
18475   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18477   include:
18478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18483   layout:
18484     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18485     layout: "plot-throughput-speedup-analysis"
18486
18487 - type: "plot"
18488   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18489   algorithm: "plot_tsa_name"
18490   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18491   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18492   include:
18493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18496   layout:
18497     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18498     layout: "plot-throughput-speedup-analysis"
18499
18500 - type: "plot"
18501   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18502   algorithm: "plot_tsa_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18509   layout:
18510     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18511     layout: "plot-throughput-speedup-analysis"
18512
18513 - type: "plot"
18514   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18515   algorithm: "plot_tsa_name"
18516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18518   include:
18519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18525   layout:
18526     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18527     layout: "plot-throughput-speedup-analysis"
18528
18529 - type: "plot"
18530   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18531   algorithm: "plot_tsa_name"
18532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18534   include:
18535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18541   layout:
18542     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18543     layout: "plot-throughput-speedup-analysis"
18544
18545 - type: "plot"
18546   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18547   algorithm: "plot_tsa_name"
18548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18550   include:
18551     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18552     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18553     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18554     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18555     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18556   layout:
18557     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18558     layout: "plot-throughput-speedup-analysis"
18559
18560 - type: "plot"
18561   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18562   algorithm: "plot_tsa_name"
18563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565   include:
18566     - "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"
18567     - "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"
18568     - "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"
18569     - "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"
18570     - "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"
18571   layout:
18572     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18573     layout: "plot-throughput-speedup-analysis"
18574
18575 #- type: "plot"
18576 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18577 #  algorithm: "plot_tsa_name"
18578 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18579 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18580 #  include:
18581 #    - "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"
18582 #    - "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"
18583 #    - "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"
18584 #    - "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"
18585 #    - "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"
18586 #  layout:
18587 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18588 #    layout: "plot-throughput-speedup-analysis"
18589 #
18590 #- type: "plot"
18591 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18592 #  algorithm: "plot_tsa_name"
18593 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18594 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18595 #  include:
18596 #    - "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"
18597 #    - "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"
18598 #    - "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"
18599 #    - "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"
18600 #    - "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"
18601 #  layout:
18602 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18603 #    layout: "plot-throughput-speedup-analysis"
18604 #
18605 #- type: "plot"
18606 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18607 #  algorithm: "plot_tsa_name"
18608 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18609 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18610 #  include:
18611 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18612 #    - "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"
18613 #    - "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"
18614 #    - "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"
18615 #    - "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"
18616 #  layout:
18617 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18618 #    layout: "plot-throughput-speedup-analysis"
18619 #
18620 #- type: "plot"
18621 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18622 #  algorithm: "plot_tsa_name"
18623 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18624 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18625 #  include:
18626 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18627 #    - "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"
18628 #    - "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"
18629 #    - "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"
18630 #    - "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"
18631 #  layout:
18632 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18633 #    layout: "plot-throughput-speedup-analysis"
18634
18635 - type: "plot"
18636   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18637   algorithm: "plot_tsa_name"
18638   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18640   include:
18641     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18642     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18643     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18644     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18645     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18646   layout:
18647     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18648     layout: "plot-throughput-speedup-analysis"
18649
18650 - type: "plot"
18651   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18652   algorithm: "plot_tsa_name"
18653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18655   include:
18656     - "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"
18657     - "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"
18658     - "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"
18659     - "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"
18660     - "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"
18661   layout:
18662     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18663     layout: "plot-throughput-speedup-analysis"
18664
18665 #- type: "plot"
18666 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18667 #  algorithm: "plot_tsa_name"
18668 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18669 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18670 #  include:
18671 #    - "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"
18672 #    - "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"
18673 #    - "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"
18674 #    - "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"
18675 #    - "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"
18676 #  layout:
18677 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18678 #    layout: "plot-throughput-speedup-analysis"
18679 #
18680 #- type: "plot"
18681 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18682 #  algorithm: "plot_tsa_name"
18683 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18684 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18685 #  include:
18686 #    - "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"
18687 #    - "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"
18688 #    - "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"
18689 #    - "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"
18690 #    - "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"
18691 #  layout:
18692 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18693 #    layout: "plot-throughput-speedup-analysis"
18694 #
18695 #- type: "plot"
18696 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18697 #  algorithm: "plot_tsa_name"
18698 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18699 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18700 #  include:
18701 #    - "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"
18702 #    - "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"
18703 #    - "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"
18704 #    - "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"
18705 #    - "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"
18706 #  layout:
18707 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18708 #    layout: "plot-throughput-speedup-analysis"
18709 #
18710 #- type: "plot"
18711 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18712 #  algorithm: "plot_tsa_name"
18713 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18714 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18715 #  include:
18716 #    - "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"
18717 #    - "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"
18718 #    - "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"
18719 #    - "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"
18720 #    - "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"
18721 #  layout:
18722 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18723 #    layout: "plot-throughput-speedup-analysis"
18724
18725 - type: "plot"
18726   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18727   algorithm: "plot_tsa_name"
18728   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18730   include:
18731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18737   layout:
18738     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18739     layout: "plot-throughput-speedup-analysis"
18740
18741 - type: "plot"
18742   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18743   algorithm: "plot_tsa_name"
18744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18746   include:
18747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18753   layout:
18754     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18755     layout: "plot-throughput-speedup-analysis"
18756
18757 - type: "plot"
18758   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18759   algorithm: "plot_tsa_name"
18760   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18762   include:
18763     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18765   layout:
18766     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18767     layout: "plot-throughput-speedup-analysis"
18768
18769 - type: "plot"
18770   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18771   algorithm: "plot_tsa_name"
18772   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18774   include:
18775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18777   layout:
18778     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18779     layout: "plot-throughput-speedup-analysis"
18780
18781 - type: "plot"
18782   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18783   algorithm: "plot_tsa_name"
18784   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18786   include:
18787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18791     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18793   layout:
18794     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18795     layout: "plot-throughput-speedup-analysis"
18796
18797 - type: "plot"
18798   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18799   algorithm: "plot_tsa_name"
18800   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18802   include:
18803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18809   layout:
18810     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18811     layout: "plot-throughput-speedup-analysis"
18812
18813 - type: "plot"
18814   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18815   algorithm: "plot_tsa_name"
18816   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18818   include:
18819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18825   layout:
18826     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18827     layout: "plot-throughput-speedup-analysis"
18828
18829 - type: "plot"
18830   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18831   algorithm: "plot_tsa_name"
18832   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18834   include:
18835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18841   layout:
18842     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18843     layout: "plot-throughput-speedup-analysis"
18844
18845 - type: "plot"
18846   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18847   algorithm: "plot_tsa_name"
18848   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18850   include:
18851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18857   layout:
18858     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18859     layout: "plot-throughput-speedup-analysis"
18860
18861 - type: "plot"
18862   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18863   algorithm: "plot_tsa_name"
18864   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18866   include:
18867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18873   layout:
18874     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18875     layout: "plot-throughput-speedup-analysis"
18876
18877 - type: "plot"
18878   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18879   algorithm: "plot_tsa_name"
18880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18882   include:
18883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18888   layout:
18889     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18890     layout: "plot-throughput-speedup-analysis"
18891
18892 - type: "plot"
18893   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18894   algorithm: "plot_tsa_name"
18895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18897   include:
18898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18903   layout:
18904     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18905     layout: "plot-throughput-speedup-analysis"
18906
18907 - type: "plot"
18908   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18909   algorithm: "plot_tsa_name"
18910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18912   include:
18913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18918   layout:
18919     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18920     layout: "plot-throughput-speedup-analysis"
18921
18922 - type: "plot"
18923   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18924   algorithm: "plot_tsa_name"
18925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18927   include:
18928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18933   layout:
18934     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18935     layout: "plot-throughput-speedup-analysis"
18936
18937 - type: "plot"
18938   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18939   algorithm: "plot_tsa_name"
18940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18942   include:
18943     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18944     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18945     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18946     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18948   layout:
18949     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18950     layout: "plot-throughput-speedup-analysis"
18951
18952 - type: "plot"
18953   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18954   algorithm: "plot_tsa_name"
18955   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18957   include:
18958     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18959     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18960     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18961     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18963   layout:
18964     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18965     layout: "plot-throughput-speedup-analysis"
18966
18967 - type: "plot"
18968   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18969   algorithm: "plot_tsa_name"
18970   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18972   include:
18973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18978   layout:
18979     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18980     layout: "plot-throughput-speedup-analysis"
18981
18982 - type: "plot"
18983   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18984   algorithm: "plot_tsa_name"
18985   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18987   include:
18988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18993   layout:
18994     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18995     layout: "plot-throughput-speedup-analysis"
18996
18997 - type: "plot"
18998   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18999   algorithm: "plot_tsa_name"
19000   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19002   include:
19003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19008   layout:
19009     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19010     layout: "plot-throughput-speedup-analysis"
19011
19012 - type: "plot"
19013   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19014   algorithm: "plot_tsa_name"
19015   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19017   include:
19018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19023   layout:
19024     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19025     layout: "plot-throughput-speedup-analysis"
19026
19027 - type: "plot"
19028   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19029   algorithm: "plot_tsa_name"
19030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19032   include:
19033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19039   layout:
19040     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19041     layout: "plot-throughput-speedup-analysis"
19042
19043 - type: "plot"
19044   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19045   algorithm: "plot_tsa_name"
19046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19048   include:
19049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19055   layout:
19056     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19057     layout: "plot-throughput-speedup-analysis"
19058
19059 - type: "plot"
19060   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19061   algorithm: "plot_tsa_name"
19062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19064   include:
19065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19069   layout:
19070     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19071     layout: "plot-throughput-speedup-analysis"
19072
19073 - type: "plot"
19074   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19075   algorithm: "plot_tsa_name"
19076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19078   include:
19079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19083   layout:
19084     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19085     layout: "plot-throughput-speedup-analysis"
19086
19087 - type: "plot"
19088   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19089   algorithm: "plot_tsa_name"
19090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19092   include:
19093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19099   layout:
19100     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19101     layout: "plot-throughput-speedup-analysis"
19102
19103 - type: "plot"
19104   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19105   algorithm: "plot_tsa_name"
19106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19108   include:
19109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19115   layout:
19116     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19117     layout: "plot-throughput-speedup-analysis"
19118
19119 - type: "plot"
19120   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19121   algorithm: "plot_tsa_name"
19122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19124   include:
19125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19129   layout:
19130     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19131     layout: "plot-throughput-speedup-analysis"
19132
19133 - type: "plot"
19134   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19135   algorithm: "plot_tsa_name"
19136   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19138   include:
19139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19143   layout:
19144     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19145     layout: "plot-throughput-speedup-analysis"
19146
19147 - type: "plot"
19148   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19149   algorithm: "plot_tsa_name"
19150   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19152   include:
19153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19154     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19156     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19157     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19158     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19159   layout:
19160     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19161     layout: "plot-throughput-speedup-analysis"
19162
19163 - type: "plot"
19164   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19165   algorithm: "plot_tsa_name"
19166   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19168   include:
19169     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19170     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19171     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19175   layout:
19176     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19177     layout: "plot-throughput-speedup-analysis"
19178
19179 - type: "plot"
19180   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19181   algorithm: "plot_tsa_name"
19182   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19184   include:
19185     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19187     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19188     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19189   layout:
19190     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19191     layout: "plot-throughput-speedup-analysis"
19192
19193 - type: "plot"
19194   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19195   algorithm: "plot_tsa_name"
19196   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19198   include:
19199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19200     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19201     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19202     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19203   layout:
19204     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19205     layout: "plot-throughput-speedup-analysis"
19206
19207 - type: "plot"
19208   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19209   algorithm: "plot_tsa_name"
19210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19212   include:
19213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19218   layout:
19219     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19220     layout: "plot-throughput-speedup-analysis"
19221
19222 - type: "plot"
19223   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19224   algorithm: "plot_tsa_name"
19225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19227   include:
19228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19233   layout:
19234     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19235     layout: "plot-throughput-speedup-analysis"
19236
19237 - type: "plot"
19238   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19239   algorithm: "plot_tsa_name"
19240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19242   include:
19243     - "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"
19244     - "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"
19245     - "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"
19246     - "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"
19247     - "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"
19248   layout:
19249     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19250     layout: "plot-throughput-speedup-analysis"
19251
19252 - type: "plot"
19253   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19254   algorithm: "plot_tsa_name"
19255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19257   include:
19258     - "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"
19259     - "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"
19260     - "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"
19261     - "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"
19262     - "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"
19263   layout:
19264     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19265     layout: "plot-throughput-speedup-analysis"
19266
19267 - type: "plot"
19268   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19269   algorithm: "plot_tsa_name"
19270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19272   include:
19273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19278   layout:
19279     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19280     layout: "plot-throughput-speedup-analysis"
19281
19282 - type: "plot"
19283   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19284   algorithm: "plot_tsa_name"
19285   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19287   include:
19288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19293   layout:
19294     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19295     layout: "plot-throughput-speedup-analysis"
19296
19297 - type: "plot"
19298   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19299   algorithm: "plot_tsa_name"
19300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19302   include:
19303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19308   layout:
19309     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19310     layout: "plot-throughput-speedup-analysis"
19311
19312 - type: "plot"
19313   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19314   algorithm: "plot_tsa_name"
19315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19317   include:
19318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19323   layout:
19324     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19325     layout: "plot-throughput-speedup-analysis"
19326
19327 - type: "plot"
19328   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19329   algorithm: "plot_tsa_name"
19330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19332   include:
19333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19337   layout:
19338     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19339     layout: "plot-throughput-speedup-analysis"
19340
19341 - type: "plot"
19342   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19343   algorithm: "plot_tsa_name"
19344   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19346   include:
19347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19351   layout:
19352     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19353     layout: "plot-throughput-speedup-analysis"
19354
19355 - type: "plot"
19356   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19357   algorithm: "plot_tsa_name"
19358   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19360   include:
19361     - "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"
19362     - "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"
19363     - "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"
19364     - "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"
19365   layout:
19366     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19367     layout: "plot-throughput-speedup-analysis"
19368
19369 - type: "plot"
19370   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19371   algorithm: "plot_tsa_name"
19372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19374   include:
19375     - "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"
19376     - "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"
19377     - "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"
19378     - "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"
19379   layout:
19380     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19381     layout: "plot-throughput-speedup-analysis"
19382
19383 - type: "plot"
19384   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19385   algorithm: "plot_tsa_name"
19386   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19388   include:
19389     - "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"
19390     - "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"
19391     - "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"
19392     - "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"
19393     - "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"
19394     - "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"
19395   layout:
19396     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19397     layout: "plot-throughput-speedup-analysis"
19398
19399 - type: "plot"
19400   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19401   algorithm: "plot_tsa_name"
19402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19404   include:
19405     - "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"
19406     - "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"
19407     - "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"
19408     - "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"
19409     - "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"
19410     - "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"
19411   layout:
19412     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19413     layout: "plot-throughput-speedup-analysis"
19414
19415 ################################################################################
19416
19417 # Packet Throughput - DPDK
19418
19419 # 2n-clx-xxv710
19420
19421 - type: "plot"
19422   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19423   algorithm: "plot_perf_box_name"
19424   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19425   data: "plot-dpdk-throughput-latency-2n-clx"
19426   include:
19427     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19428     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19429   layout:
19430     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19431     layout: "plot-throughput"
19432
19433 - type: "plot"
19434   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19435   algorithm: "plot_perf_box_name"
19436   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19437   data: "plot-dpdk-throughput-latency-2n-clx"
19438   include:
19439     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19440     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19441   layout:
19442     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19443     layout: "plot-throughput"
19444
19445 - type: "plot"
19446   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19447   algorithm: "plot_perf_box_name"
19448   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19449   data: "plot-dpdk-throughput-latency-2n-clx"
19450   include:
19451     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19452     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19453   layout:
19454     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19455     layout: "plot-throughput"
19456
19457 - type: "plot"
19458   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19459   algorithm: "plot_perf_box_name"
19460   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19461   data: "plot-dpdk-throughput-latency-2n-clx"
19462   include:
19463     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19464     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19465   layout:
19466     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19467     layout: "plot-throughput"
19468
19469 # 2n-clx-x710
19470
19471 - type: "plot"
19472   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19473   algorithm: "plot_perf_box_name"
19474   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19475   data: "plot-dpdk-throughput-latency-2n-clx"
19476   include:
19477     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19478     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19479   layout:
19480     title: "2n-clx-x710-64b-2t1c-base-ndr"
19481     layout: "plot-throughput"
19482
19483 - type: "plot"
19484   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19485   algorithm: "plot_perf_box_name"
19486   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19487   data: "plot-dpdk-throughput-latency-2n-clx"
19488   include:
19489     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19490     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19491   layout:
19492     title: "2n-clx-x710-64b-4t2c-base-ndr"
19493     layout: "plot-throughput"
19494
19495 - type: "plot"
19496   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19497   algorithm: "plot_perf_box_name"
19498   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19499   data: "plot-dpdk-throughput-latency-2n-clx"
19500   include:
19501     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19502     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19503   layout:
19504     title: "2n-clx-x710-64b-2t1c-base-pdr"
19505     layout: "plot-throughput"
19506
19507 - type: "plot"
19508   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19509   algorithm: "plot_perf_box_name"
19510   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19511   data: "plot-dpdk-throughput-latency-2n-clx"
19512   include:
19513     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19514     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19515   layout:
19516     title: "2n-clx-x710-64b-4t2c-base-pdr"
19517     layout: "plot-throughput"
19518
19519 ################################################################################
19520
19521 - type: "plot"
19522   title: "Latency by percentile: 2n-skx"
19523   algorithm: "plot_hdrh_lat_by_percentile"
19524   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19525   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19526   target-links: "../../_static/vpp"
19527   data: "plot-vpp-hdrh-lat-2n-skx"
19528   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19529   layout:
19530     layout: "plot-hdrh-latency-by-percentile"
19531
19532 - type: "plot"
19533   title: "Latency by percentile: 2n-skx-nat44"
19534   algorithm: "plot_hdrh_lat_by_percentile"
19535   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19536   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19537   target-links: "../../_static/vpp"
19538   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19539   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19540   layout:
19541     layout: "plot-hdrh-latency-by-percentile"
19542
19543 - type: "plot"
19544   title: "Latency by percentile: 3n-skx"
19545   algorithm: "plot_hdrh_lat_by_percentile"
19546   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19547   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19548   target-links: "../../_static/vpp"
19549   data: "plot-vpp-hdrh-lat-3n-skx"
19550   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19551   layout:
19552     layout: "plot-hdrh-latency-by-percentile"
19553
19554 - type: "plot"
19555   title: "Latency by percentile: 2n-clx"
19556   algorithm: "plot_hdrh_lat_by_percentile"
19557   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19558   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19559   target-links: "../../_static/vpp"
19560   data: "plot-vpp-hdrh-lat-2n-clx"
19561   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19562   layout:
19563     layout: "plot-hdrh-latency-by-percentile"
19564
19565 - type: "plot"
19566   title: "Latency by percentile: 3n-hsw"
19567   algorithm: "plot_hdrh_lat_by_percentile"
19568   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19569   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19570   target-links: "../../_static/vpp"
19571   data: "plot-vpp-hdrh-lat-3n-hsw"
19572   filter: "'1T1C' and 'NIC_Intel-XL710'"
19573   layout:
19574     layout: "plot-hdrh-latency-by-percentile"
19575
19576 - type: "plot"
19577   title: "Latency by percentile: 3n-tsh"
19578   algorithm: "plot_hdrh_lat_by_percentile"
19579   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19580   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19581   target-links: "../../_static/vpp"
19582   data: "plot-vpp-hdrh-lat-3n-tsh"
19583   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19584   layout:
19585     layout: "plot-hdrh-latency-by-percentile"
19586
19587 - type: "plot"
19588   title: "Latency by percentile: DPDK 2n-skx"
19589   algorithm: "plot_hdrh_lat_by_percentile"
19590   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19591   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19592   target-links: "../../_static/dpdk"
19593   data: "plot-dpdk-hdrh-lat-2n-skx"
19594   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19595   layout:
19596     layout: "plot-hdrh-latency-by-percentile"
19597
19598 - type: "plot"
19599   title: "Latency by percentile: DPDK 3n-skx"
19600   algorithm: "plot_hdrh_lat_by_percentile"
19601   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19602   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19603   target-links: "../../_static/dpdk"
19604   data: "plot-dpdk-hdrh-lat-3n-skx"
19605   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19606   layout:
19607     layout: "plot-hdrh-latency-by-percentile"
19608
19609 - type: "plot"
19610   title: "Latency by percentile: DPDK 2n-clx"
19611   algorithm: "plot_hdrh_lat_by_percentile"
19612   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19613   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19614   target-links: "../../_static/dpdk"
19615   data: "plot-dpdk-hdrh-lat-2n-clx"
19616   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19617   layout:
19618     layout: "plot-hdrh-latency-by-percentile"
19619
19620 - type: "plot"
19621   title: "Latency by percentile: DPDK 3n-hsw"
19622   algorithm: "plot_hdrh_lat_by_percentile"
19623   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19624   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19625   target-links: "../../_static/dpdk"
19626   data: "plot-dpdk-hdrh-lat-3n-hsw"
19627   filter: "'1T1C' and 'NIC_Intel-XL710'"
19628   layout:
19629     layout: "plot-hdrh-latency-by-percentile"
19630
19631 - type: "plot"
19632   title: "Latency by percentile: DPDK 3n-tsh"
19633   algorithm: "plot_hdrh_lat_by_percentile"
19634   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19635   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19636   target-links: "../../_static/dpdk"
19637   data: "plot-dpdk-hdrh-lat-3n-tsh"
19638   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19639   layout:
19640     layout: "plot-hdrh-latency-by-percentile"