Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 148809523.81
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2009-3n-hsw:
155         - 21  # rls2009 NDRPDR iter env 5
156         - 22  # rls2009 NDRPDR iter env 5
157         - 24  # rls2009 NDRPDR iter env 5
158         - 25  # rls2009 NDRPDR iter env 5
159         - 26  # rls2009 NDRPDR iter env 5
160         - 27  # rls2009 NDRPDR iter env 5
161         - 28  # rls2009 NDRPDR iter env 5
162         - 29  # rls2009 NDRPDR iter env 5
163         - 30  # rls2009 NDRPDR iter env 5
164         - 31  # rls2009 NDRPDR iter env 5
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2009-3n-hsw:
168         - 22  # rls2009 NDRPDR iter env 5
169
170     plot-vpp-hoststack-3n-hsw:
171       csit-vpp-perf-report-iterative-2009-3n-hsw:
172         - 32  # rls2009 Hoststack iter env 5
173         - 33  # rls2009 Hoststack iter env 5
174         - 34  # rls2009 Hoststack iter env 5
175         - 35  # rls2009 Hoststack iter env 5
176         - 36  # rls2009 Hoststack iter env 5
177         - 37  # rls2009 Hoststack iter env 5
178         - 38  # rls2009 Hoststack iter env 5
179         - 39  # rls2009 Hoststack iter env 5
180         - 40  # rls2009 Hoststack iter env 5
181         - 41  # rls2009 Hoststack iter env 5
182
183     plot-dpdk-throughput-latency-3n-hsw:
184       csit-dpdk-perf-report-iterative-2009-3n-hsw:
185         - 6   # NDRPDR iter env5
186         - 7   # NDRPDR iter env5
187         - 8   # NDRPDR iter env5
188         - 9   # NDRPDR iter env5
189         - 10  # NDRPDR iter env5
190         - 11  # NDRPDR iter env5
191         - 12  # NDRPDR iter env5
192         - 13  # NDRPDR iter env5
193         - 14  # NDRPDR iter env5
194         - 15  # NDRPDR iter env5
195
196     plot-dpdk-hdrh-lat-3n-hsw:
197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
198         - 6   # NDRPDR iter env5
199
200     # 3n-skx
201
202     plot-vpp-throughput-lat-tsa-3n-skx:
203       csit-vpp-perf-report-iterative-2009-3n-skx:
204         - 26  # rls2009 NDRPDR iter env 5
205         - 27  # rls2009 NDRPDR iter env 5
206         - 28  # rls2009 NDRPDR iter env 5
207         - 29  # rls2009 NDRPDR iter env 5
208         - 35  # rls2009 NDRPDR iter env 5
209         - 36  # rls2009 NDRPDR iter env 5
210         - 37  # rls2009 NDRPDR iter env 5
211         - 38  # rls2009 NDRPDR iter env 5
212         - 39  # rls2009 NDRPDR iter env 5
213         - 40  # rls2009 NDRPDR iter env 5
214
215     plot-vpp-hdrh-lat-3n-skx:
216       csit-vpp-perf-report-iterative-2009-3n-skx:
217         - 27  # rls2009 NDRPDR iter env 5
218
219 #    plot-vpp-nfv-3n-skx-ndrpdr:
220 #      # No data
221 #      csit-vpp-perf-report-iterative-2009-3n-skx:
222
223 #    plot-vpp-nfv-3n-skx-mrr:
224 #      # No data
225 #      csit-vpp-perf-report-iterative-2009-3n-skx:
226
227     plot-dpdk-throughput-latency-3n-skx:
228       csit-dpdk-perf-report-iterative-2009-3n-skx:
229         - 4   # NDRPDR sel env5
230         - 5   # NDRPDR sel env5
231         - 6   # NDRPDR sel env5
232         - 7   # NDRPDR sel env5
233         - 8   # NDRPDR sel env5
234         - 9   # NDRPDR sel env5
235         - 14  # NDRPDR sel env5
236         - 11  # NDRPDR sel env5
237         - 12  # NDRPDR sel env5
238         - 13  # NDRPDR sel env5
239
240     plot-dpdk-hdrh-lat-3n-skx:
241       csit-dpdk-perf-report-iterative-2009-3n-skx:
242         - 4   # NDRPDR sel env5
243
244     # 2n-skx
245
246     plot-vpp-throughput-lat-tsa-2n-skx:
247       csit-vpp-perf-report-iterative-2009-2n-skx:
248         - 35  # rls2009 NDRPDR iter env 5
249         - 36  # rls2009 NDRPDR iter env 5
250         - 37  # rls2009 NDRPDR iter env 5
251         - 39  # rls2009 NDRPDR iter env 5
252         - 40  # rls2009 NDRPDR iter env 5
253         - 42  # rls2009 NDRPDR iter env 5
254         - 43  # rls2009 NDRPDR iter env 5
255         - 44  # rls2009 NDRPDR iter env 5
256         - 46  # rls2009 NDRPDR iter env 5
257         - 48  # rls2009 NDRPDR iter env 5
258         - 51  # rls2009 NDRPDR iter NAT44 env 5
259         - 52  # rls2009 NDRPDR iter NAT44 env 5
260         - 53  # rls2009 NDRPDR iter NAT44 env 5
261         - 54  # rls2009 NDRPDR iter NAT44 env 5
262         - 55  # rls2009 NDRPDR iter NAT44 env 5
263         - 56  # rls2009 NDRPDR iter NAT44 env 5
264         - 57  # rls2009 NDRPDR iter NAT44 env 5
265         - 58  # rls2009 NDRPDR iter NAT44 env 5
266         - 59  # rls2009 NDRPDR iter NAT44 env 5
267         - 60  # rls2009 NDRPDR iter NAT44 env 5
268
269     plot-vpp-hdrh-lat-2n-skx:
270       csit-vpp-perf-report-iterative-2009-2n-skx:
271         - 35  # rls2009 NDRPDR iter env 5
272
273     plot-vpp-hdrh-lat-2n-skx-nat44:
274       csit-vpp-perf-report-iterative-2009-2n-skx:
275         - 51  # rls2009 NDRPDR iter NAT44 env 5
276
277     plot-vpp-soak-2n-skx:
278       csit-vpp-perf-report-iterative-2009-2n-skx:
279         - 33  # rls2009 soak env 5
280         - 34  # rls2009 soak env 5
281
282     plot-vpp-nfv-2n-skx-ndrpdr:
283       csit-vpp-perf-report-iterative-2009-2n-skx:
284         - 38  # rls2009 nf-density iter env 5
285         - 41  # rls2009 nf-density iter env 5
286         - 45  # rls2009 nf-density iter env 5
287         - 47  # rls2009 nf-density iter env 5
288         - 49  # rls2009 nf-density iter env 5
289         - 63  # rls2009 nf-density iter env 5
290         - 65  # rls2009 nf-density iter env 5
291         - 66  # rls2009 nf-density iter env 5
292         - 71  # rls2009 nf-density iter env 5
293         - 72  # rls2009 nf-density iter env 5
294
295     plot-vpp-nfv-2n-skx-mrr:
296       csit-vpp-perf-report-iterative-2009-2n-skx:
297         - 50  # rls2009 MRR nf-density iter env 5
298
299     plot-vpp-nfv-reconf-2n-skx:
300       csit-vpp-perf-report-iterative-2009-2n-skx:
301         - 27  # rls2009 reconf env 5
302         - 28  # rls2009 reconf env 5
303         - 29  # rls2009 reconf env 5
304         - 30  # rls2009 reconf env 5
305         - 31  # rls2009 reconf env 5
306         - 32  # rls2009 reconf env 5
307         - 61  # rls2009 reconf env 5
308         - 62  # rls2009 reconf env 5
309         - 68  # rls2009 reconf env 5
310         - 70  # rls2009 reconf env 5
311
312     plot-dpdk-throughput-latency-2n-skx:
313       csit-dpdk-perf-report-iterative-2009-2n-skx:
314         - 4   # NDRPDR iter env5
315         - 5   # NDRPDR iter env5
316         - 6   # NDRPDR iter env5
317         - 7   # NDRPDR iter env5
318         - 8   # NDRPDR iter env5
319         - 9   # NDRPDR iter env5
320         - 10  # NDRPDR iter env5
321         - 11  # NDRPDR iter env5
322         - 12  # NDRPDR iter env5
323         - 13  # NDRPDR iter env5
324
325     plot-dpdk-hdrh-lat-2n-skx:
326       csit-dpdk-perf-report-iterative-2009-2n-skx:
327         - 4   # NDRPDR iter env5
328
329     # 2n-clx
330
331     plot-vpp-throughput-lat-tsa-2n-clx:
332       csit-vpp-perf-report-iterative-2009-2n-clx:
333         - 36  # rls2009 NDRPDR iter env 5
334         - 39  # rls2009 NDRPDR iter env 5
335         - 40  # rls2009 NDRPDR iter env 5
336         - 42  # rls2009 NDRPDR iter env 5
337         - 64  # rls2009 NDRPDR iter env 5
338         - 65  # rls2009 NDRPDR iter env 5
339         - 66  # rls2009 NDRPDR iter env 5
340         - 67  # rls2009 NDRPDR iter env 5
341         - 79  # rls2009 NDRPDR iter env 5
342         - 82  # rls2009 NDRPDR iter env 5
343
344     plot-vpp-hdrh-lat-2n-clx:
345       csit-vpp-perf-report-iterative-2009-2n-clx:
346         - 36  # rls2009 NDRPDR iter env 5
347
348     plot-vpp-nfv-2n-clx-ndrpdr:
349       csit-vpp-perf-report-iterative-2009-2n-clx:
350         - 37  # rls2009 nf-density iter env 5
351         - 43  # rls2009 nf-density iter env 5
352         - 69  # rls2009 nf-density iter env 5
353         - 70  # rls2009 nf-density iter env 5
354         - 71  # rls2009 nf-density iter env 5
355         - 72  # rls2009 nf-density iter env 5
356         - 73  # rls2009 nf-density iter env 5
357         - 74  # rls2009 nf-density iter env 5
358         - 75  # rls2009 nf-density iter env 5
359         - 76  # rls2009 nf-density iter env 5
360
361     plot-vpp-nfv-2n-clx-mrr:
362       csit-vpp-perf-report-iterative-2009-2n-clx:
363         - 45  # rls2009 MRR nf-density iter env 5
364
365     plot-vpp-nfv-reconf-2n-clx:
366       csit-vpp-perf-report-iterative-2009-2n-clx:
367         - 25  # rls2009 reconf env 5
368         - 27  # rls2009 reconf env 5
369         - 28  # rls2009 reconf env 5
370         - 29  # rls2009 reconf env 5
371         - 30  # rls2009 reconf env 5
372         - 30  # rls2009 reconf env 5
373         - 32  # rls2009 reconf env 5
374         - 48  # rls2009 reconf env 5
375         - 53  # rls2009 reconf env 5
376         - 68  # rls2009 reconf env 5
377
378     plot-vpp-soak-2n-clx:
379       csit-vpp-perf-report-iterative-2009-2n-clx:
380         - 33  # rls2009 soak env 5
381         - 34  # rls2009 soak env 5
382
383     plot-dpdk-throughput-latency-2n-clx:
384       csit-dpdk-perf-report-iterative-2009-2n-clx:
385         - 4   # NDRPDR iter env5
386         - 5   # NDRPDR iter env5
387         - 6   # NDRPDR iter env5
388         - 7   # NDRPDR iter env5
389         - 8   # NDRPDR iter env5
390         - 9   # NDRPDR iter env5
391         - 10  # NDRPDR iter env5
392         - 11  # NDRPDR iter env5
393         - 12  # NDRPDR iter env5
394         - 13  # NDRPDR iter env5
395
396     plot-dpdk-hdrh-lat-2n-clx:
397       csit-dpdk-perf-report-iterative-2009-2n-clx:
398         - 4   # NDRPDR iter env5
399
400     # 3n-tsh
401
402     plot-vpp-throughput-lat-tsa-3n-tsh:
403       # TODO: Add:
404       csit-vpp-perf-report-iterative-2009-3n-tsh:
405         - 14  # rls2009 NDRPDR iter env 5
406         - 20  # rls2009 NDRPDR iter env 5
407         - 21  # rls2009 NDRPDR iter env 5
408         - 22  # rls2009 NDRPDR iter env 5
409         - 23  # rls2009 NDRPDR iter env 5
410
411     plot-vpp-hdrh-lat-3n-tsh:
412       csit-vpp-perf-report-iterative-2009-3n-tsh:
413         - 14  # rls2009 NDRPDR iter env 5
414
415     plot-dpdk-throughput-latency-3n-tsh:
416       # TODO: Add:
417       csit-dpdk-perf-report-iterative-2009-3n-tsh:
418         - 1   # NDRPDR iter env5
419         - 2   # NDRPDR iter env5
420         - 3   # NDRPDR iter env5
421         - 4   # NDRPDR iter env5
422         - 5   # NDRPDR iter env5
423         - 6   # NDRPDR iter env5
424         - 7   # NDRPDR iter env5
425         - 9   # NDRPDR iter env5
426         - 10  # NDRPDR iter env5
427
428     plot-dpdk-hdrh-lat-3n-tsh:
429       csit-dpdk-perf-report-iterative-2009-3n-tsh:
430         - 1   # NDRPDR iter env5
431
432     # 3n-dnv
433
434     plot-vpp-throughput-lat-tsa-3n-dnv:
435       csit-vpp-perf-report-iterative-2009-3n-dnv:
436         - 3   # rls2009 NDRPDR iter env 5
437         - 6   # rls2009 NDRPDR iter env 5
438         - 7   # rls2009 NDRPDR iter env 5
439         - 8   # rls2009 NDRPDR iter env 5
440         - 10  # rls2009 NDRPDR iter env 5
441         - 11  # rls2009 NDRPDR iter env 5
442         - 12  # rls2009 NDRPDR iter env 5
443         - 14  # rls2009 NDRPDR iter env 5
444         - 15  # rls2009 NDRPDR iter env 5
445         - 24  # rls2009 NDRPDR iter env 5
446
447 #    plot-dpdk-throughput-latency-3n-dnv:
448 #      # No data
449 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
450
451     # 2n-dnv
452
453     plot-vpp-throughput-lat-tsa-2n-dnv:
454       csit-vpp-perf-report-iterative-2009-2n-dnv:
455         - 3   # rls2009 NDRPDR iter env 5
456         - 5   # rls2009 NDRPDR iter env 5
457         - 6   # rls2009 NDRPDR iter env 5
458         - 7   # rls2009 NDRPDR iter env 5
459         - 9   # rls2009 NDRPDR iter env 5
460         - 10  # rls2009 NDRPDR iter env 5
461         - 11  # rls2009 NDRPDR iter env 5
462         - 12  # rls2009 NDRPDR iter env 5
463         - 14  # rls2009 NDRPDR iter env 5
464         - 15  # rls2009 NDRPDR iter env 5
465
466 #    plot-dpdk-throughput-latency-2n-dnv:
467 #      # No data
468 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
469
470     ###########################################################################
471     # Simple tables (only one data set):
472
473     # NIC Comparisons
474
475     vpp-nic-comparison-3n-skx:
476       csit-vpp-perf-report-iterative-2009-3n-skx:
477         - 26  # rls2009 NDRPDR iter env 5
478         - 27  # rls2009 NDRPDR iter env 5
479         - 28  # rls2009 NDRPDR iter env 5
480         - 29  # rls2009 NDRPDR iter env 5
481         - 35  # rls2009 NDRPDR iter env 5
482         - 36  # rls2009 NDRPDR iter env 5
483         - 37  # rls2009 NDRPDR iter env 5
484         - 38  # rls2009 NDRPDR iter env 5
485         - 39  # rls2009 NDRPDR iter env 5
486         - 40  # rls2009 NDRPDR iter env 5
487
488     vpp-nic-comparison-2n-skx:
489       csit-vpp-perf-report-iterative-2009-2n-skx:
490         - 35  # rls2009 NDRPDR iter env 5
491         - 36  # rls2009 NDRPDR iter env 5
492         - 37  # rls2009 NDRPDR iter env 5
493         - 39  # rls2009 NDRPDR iter env 5
494         - 40  # rls2009 NDRPDR iter env 5
495         - 42  # rls2009 NDRPDR iter env 5
496         - 43  # rls2009 NDRPDR iter env 5
497         - 44  # rls2009 NDRPDR iter env 5
498         - 46  # rls2009 NDRPDR iter env 5
499         - 48  # rls2009 NDRPDR iter env 5
500         - 51  # rls2009 NDRPDR iter NAT44 env 5
501         - 52  # rls2009 NDRPDR iter NAT44 env 5
502         - 53  # rls2009 NDRPDR iter NAT44 env 5
503         - 54  # rls2009 NDRPDR iter NAT44 env 5
504         - 55  # rls2009 NDRPDR iter NAT44 env 5
505         - 56  # rls2009 NDRPDR iter NAT44 env 5
506         - 57  # rls2009 NDRPDR iter NAT44 env 5
507         - 58  # rls2009 NDRPDR iter NAT44 env 5
508         - 59  # rls2009 NDRPDR iter NAT44 env 5
509         - 60  # rls2009 NDRPDR iter NAT44 env 5
510
511     vpp-nic-comparison-3n-skx-mrr:
512       csit-vpp-perf-report-iterative-2009-3n-skx:
513         - 24  # rls2009 MRR iter env 5
514
515     vpp-nic-comparison-2n-skx-mrr:
516       csit-vpp-perf-report-iterative-2009-2n-skx:
517         - 26  # rls2009 MRR iter env 5
518
519     # Results
520
521     vpp-perf-results-3n-hsw:
522       csit-vpp-perf-report-coverage-2009-3n-hsw:
523         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
524         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
525         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
526         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
527         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
528         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
529         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
530         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
531         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
532         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
533         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
534         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
535         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
536         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
537         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
538         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
539         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
540         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
541         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
542         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
543         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
544         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
545         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
546         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
547         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
548         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
549         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
550         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
551         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
552         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
553         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
554         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
555         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
556         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
557         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
558
559     vpp-perf-results-3n-skx:
560       # TODO: Add:
561       csit-vpp-perf-report-coverage-2009-3n-skx:
562         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
563         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
564         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
565         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
566         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
567         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
568         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
569         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
570         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
571         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
572         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
573         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
574         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
575         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
576         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
577         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
578         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
579         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
580
581     vpp-perf-results-2n-skx:
582       csit-vpp-perf-report-coverage-2009-2n-skx:
583         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
584         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
585         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
586         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
587         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
588         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
589         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
590         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
591         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
592         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
593         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
594         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
595         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
596         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
597         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
598
599     vpp-perf-results-2n-clx:
600       csit-vpp-perf-report-coverage-2009-2n-clx:
601         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
602         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
603         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
604         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
605         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
606         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
607         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
608         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
609         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
610         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
611         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
612         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
613         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
614         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
615         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
616
617     vpp-perf-results-3n-tsh:
618       # TODO: Replace???
619       csit-vpp-perf-report-iterative-2009-3n-tsh:
620         - 14  # rls2009 NDRPDR iter env 5
621 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
622 #        -
623
624     vpp-perf-results-3n-dnv:
625       csit-vpp-perf-report-coverage-2009-3n-dnv:
626         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
627         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
628         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
629         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
630         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
631         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
632         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
633         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
634         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
635
636     vpp-perf-results-2n-dnv:
637       csit-vpp-perf-report-coverage-2009-2n-dnv:
638         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
639         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
640         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
641         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
642         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
643         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
644
645     vpp-mrr-results-3n-hsw:
646       csit-vpp-perf-report-iterative-2009-3n-hsw:
647         - 23  # rls2009 MRR iter env 5
648
649     vpp-mrr-results-3n-skx:
650       csit-vpp-perf-report-iterative-2009-3n-skx:
651         - 24  # rls2009 MRR iter env 5
652
653     vpp-mrr-results-2n-skx:
654       csit-vpp-perf-report-iterative-2009-2n-skx:
655         - 26  # rls2009 MRR iter env 5
656
657     vpp-mrr-results-2n-clx:
658       csit-vpp-perf-report-iterative-2009-2n-clx:
659         - 78  # rls2009 MRR iter env 5
660
661     vpp-mrr-results-3n-tsh:
662       csit-vpp-perf-report-iterative-2009-3n-tsh:
663         - 15  # rls2006 MRR iter env 5
664
665     vpp-mrr-results-3n-dnv:
666       csit-vpp-perf-report-iterative-2009-3n-dnv:
667         - 22  # rls2009 MRR iter env 5
668
669     vpp-mrr-results-2n-dnv:
670       csit-vpp-perf-report-iterative-2009-2n-dnv:
671         - 13  # rls2009 MRR iter env 5
672
673     vpp-device-results-ubuntu:
674       csit-vpp-device-2009-ubuntu1804-1n-skx:
675         - 131 # rls2009 env 5
676
677     dpdk-perf-results-3n-hsw:
678       csit-dpdk-perf-report-iterative-2009-3n-hsw:
679         - 6   # NDRPDR iter env5
680
681     dpdk-perf-results-3n-skx:
682       csit-dpdk-perf-report-iterative-2009-3n-skx:
683         - 4   # NDRPDR sel env5
684
685     dpdk-perf-results-2n-skx:
686       csit-dpdk-perf-report-iterative-2009-2n-skx:
687         - 4   # NDRPDR iter env5
688
689     dpdk-perf-results-2n-clx:
690       csit-dpdk-perf-report-iterative-2009-2n-clx:
691         - 4   # NDRPDR iter env5
692
693 #    dpdk-perf-results-2n-dnv:
694 #      # No data
695 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
696
697 #    dpdk-perf-results-3n-dnv:
698 #      # No data
699 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
700
701     dpdk-perf-results-3n-tsh:
702       csit-dpdk-perf-report-iterative-2009-3n-tsh:
703         - 1   # NDRPDR iter env5
704
705 ###########################################################################
706     # Tables (more than one data set)
707
708     # Performance changes
709
710     vpp-performance-changes-3n-hsw-h1:
711       csit-vpp-perf-report-iterative-2005-3n-hsw:
712         - 31  # NDRPDR sel 2001.0-4
713         - 32  # NDRPDR sel 2001.0-4
714         - 33  # NDRPDR sel 2001.0-4
715         - 34  # NDRPDR sel 2001.0-4
716         - 35  # NDRPDR sel 2001.0-4
717         - 36  # NDRPDR sel 2001.0-4
718         - 38  # NDRPDR sel 2001.0-4
719     vpp-performance-changes-3n-hsw-ref-env4:
720       csit-vpp-perf-report-iterative-2005-3n-hsw:
721         - 20  # NDRPDR sel env 4
722         - 21  # NDRPDR sel env 4
723         - 22  # NDRPDR sel env 4
724         - 23  # NDRPDR sel env 4
725         - 24  # NDRPDR sel env 4
726         - 25  # NDRPDR sel env 4
727         - 26  # NDRPDR sel env 4
728         - 27  # NDRPDR sel env 4
729         - 28  # NDRPDR sel env 4
730         - 29  # NDRPDR sel env 4
731     vpp-performance-changes-3n-hsw-ref-env5:
732       csit-vpp-perf-report-iterative-2009-3n-hsw:
733         - 9   # rls2005 NDRPDR iter env 5
734         - 10  # rls2005 NDRPDR iter env 5
735         - 11  # rls2005 NDRPDR iter env 5
736         - 12  # rls2005 NDRPDR iter env 5
737         - 13  # rls2005 NDRPDR iter env 5
738         - 14  # rls2005 NDRPDR iter env 5
739         - 15  # rls2005 NDRPDR iter env 5
740         - 16  # rls2005 NDRPDR iter env 5
741         - 17  # rls2005 NDRPDR iter env 5
742         - 19  # rls2005 NDRPDR iter env 5
743     vpp-performance-changes-3n-hsw-cmp:
744       csit-vpp-perf-report-iterative-2009-3n-hsw:
745         - 21  # rls2009 NDRPDR iter env 5
746         - 22  # rls2009 NDRPDR iter env 5
747         - 24  # rls2009 NDRPDR iter env 5
748         - 25  # rls2009 NDRPDR iter env 5
749         - 26  # rls2009 NDRPDR iter env 5
750         - 27  # rls2009 NDRPDR iter env 5
751         - 28  # rls2009 NDRPDR iter env 5
752         - 29  # rls2009 NDRPDR iter env 5
753         - 30  # rls2009 NDRPDR iter env 5
754         - 31  # rls2009 NDRPDR iter env 5
755
756     vpp-performance-changes-3n-skx-h1:
757       csit-vpp-perf-report-iterative-2005-3n-skx:
758         - 50  # NDRPDR sel 2001.0-4
759         - 51  # NDRPDR sel 2001.0-4
760         - 52  # NDRPDR sel 2001.0-4
761         - 53  # NDRPDR sel 2001.0-4
762         - 54  # NDRPDR sel 2001.0-4
763     vpp-performance-changes-3n-skx-ref-env4:
764       csit-vpp-perf-report-iterative-2005-3n-skx:
765         - 42  # NDRPDR sel env 4
766         - 43  # NDRPDR sel env 4
767         - 44  # NDRPDR sel env 4
768         - 45  # NDRPDR sel env 4
769         - 47  # NDRPDR sel env 4
770         - 55  # NDRPDR sel env 4
771         - 56  # NDRPDR sel env 4
772         - 57  # NDRPDR sel env 4
773         - 61  # NDRPDR sel env 4
774         - 62  # NDRPDR sel env 4
775     vpp-performance-changes-3n-skx-ref-env5:
776       csit-vpp-perf-report-iterative-2009-3n-skx:
777         - 13  # rls2005 NDRPDR iter env 5
778         - 18  # rls2005 NDRPDR iter env 5
779         - 19  # rls2005 NDRPDR iter env 5
780         - 41  # rls2005 NDRPDR iter env 5
781     vpp-performance-changes-3n-skx-cmp:
782       csit-vpp-perf-report-iterative-2009-3n-skx:
783         - 26  # rls2009 NDRPDR iter env 5
784         - 27  # rls2009 NDRPDR iter env 5
785         - 28  # rls2009 NDRPDR iter env 5
786         - 29  # rls2009 NDRPDR iter env 5
787         - 35  # rls2009 NDRPDR iter env 5
788         - 36  # rls2009 NDRPDR iter env 5
789         - 37  # rls2009 NDRPDR iter env 5
790         - 38  # rls2009 NDRPDR iter env 5
791         - 39  # rls2009 NDRPDR iter env 5
792         - 40  # rls2009 NDRPDR iter env 5
793
794     vpp-performance-changes-2n-skx-h1:
795       csit-vpp-perf-report-iterative-2005-2n-skx:
796         - 100 # NDRPDR sel 2001.0-4
797         - 101 # NDRPDR sel 2001.0-4
798         - 102 # NDRPDR sel 2001.0-4
799         - 103 # NDRPDR sel 2001.0-4
800         - 104 # NDRPDR sel 2001.0-4
801         - 105 # NDRPDR sel 2001.0-4
802     vpp-performance-changes-2n-skx-ref-env4:
803       csit-vpp-perf-report-iterative-2005-2n-skx:
804         - 88  # NDRPDR sel env 4
805         - 89  # NDRPDR sel env 4
806         - 90  # NDRPDR sel env 4
807         - 91  # NDRPDR sel env 4
808         - 92  # NDRPDR sel env 4
809         - 93  # NDRPDR sel env 4
810         - 94  # NDRPDR sel env 4
811         - 125 # NDRPDR sel env 4
812         - 126 # NDRPDR sel env 4
813         - 127 # NDRPDR sel env 4
814     vpp-performance-changes-2n-skx-ref-env5:
815       csit-vpp-perf-report-iterative-2009-2n-skx:
816         - 13  # rls2005 NDRPDR iter env 5
817         - 16  # rls2005 NDRPDR iter env 5
818         - 17  # rls2005 NDRPDR iter env 5
819         - 18  # rls2005 NDRPDR iter env 5
820         - 19  # rls2005 NDRPDR iter env 5
821         - 21  # rls2005 NDRPDR iter env 5
822         - 22  # rls2005 NDRPDR iter env 5
823         - 23  # rls2005 NDRPDR iter env 5
824         - 24  # rls2005 NDRPDR iter env 5
825         - 25  # rls2005 NDRPDR iter env 5
826     vpp-performance-changes-2n-skx-cmp:
827       csit-vpp-perf-report-iterative-2009-2n-skx:
828         - 35  # rls2009 NDRPDR iter env 5
829         - 36  # rls2009 NDRPDR iter env 5
830         - 37  # rls2009 NDRPDR iter env 5
831         - 39  # rls2009 NDRPDR iter env 5
832         - 40  # rls2009 NDRPDR iter env 5
833         - 42  # rls2009 NDRPDR iter env 5
834         - 43  # rls2009 NDRPDR iter env 5
835         - 44  # rls2009 NDRPDR iter env 5
836         - 46  # rls2009 NDRPDR iter env 5
837         - 48  # rls2009 NDRPDR iter env 5
838         - 51  # rls2009 NDRPDR iter NAT44 env 5
839         - 52  # rls2009 NDRPDR iter NAT44 env 5
840         - 53  # rls2009 NDRPDR iter NAT44 env 5
841         - 54  # rls2009 NDRPDR iter NAT44 env 5
842         - 55  # rls2009 NDRPDR iter NAT44 env 5
843         - 56  # rls2009 NDRPDR iter NAT44 env 5
844         - 57  # rls2009 NDRPDR iter NAT44 env 5
845         - 58  # rls2009 NDRPDR iter NAT44 env 5
846         - 59  # rls2009 NDRPDR iter NAT44 env 5
847         - 60  # rls2009 NDRPDR iter NAT44 env 5
848
849     vpp-performance-changes-2n-clx-h1:
850       csit-vpp-perf-report-iterative-2005-2n-clx:
851         - 73  # NDRPDR sel 2001.0-4
852         - 74  # NDRPDR sel 2001.0-4
853         - 75  # NDRPDR sel 2001.0-4
854         - 76  # NDRPDR sel 2001.0-4
855         - 77  # NDRPDR sel 2001.0-4
856         - 78  # NDRPDR sel 2001.0-4
857         - 79  # NDRPDR sel 2001.0-4
858         - 80  # NDRPDR sel 2001.0-4
859     vpp-performance-changes-2n-clx-ref-env4:
860       csit-vpp-perf-report-iterative-2005-2n-clx:
861         - 62  # NDRPDR sel env 4
862         - 63  # NDRPDR sel env 4
863         - 64  # NDRPDR sel env 4
864         - 65  # NDRPDR sel env 4
865         - 66  # NDRPDR sel env 4
866         - 68  # NDRPDR sel env 4
867         - 69  # NDRPDR sel env 4
868         - 70  # NDRPDR sel env 4
869         - 103 # NDRPDR sel env 4
870         - 104 # NDRPDR sel env 4
871     vpp-performance-changes-2n-clx-ref-env5:
872       csit-vpp-perf-report-iterative-2009-2n-clx:
873         - 13  # rls2005 NDRPDR iter env 5
874         - 15  # rls2005 NDRPDR iter env 5
875         - 17  # rls2005 NDRPDR iter env 5
876         - 18  # rls2005 NDRPDR iter env 5
877         - 19  # rls2005 NDRPDR iter env 5
878         - 20  # rls2005 NDRPDR iter env 5
879         - 21  # rls2005 NDRPDR iter env 5
880         - 22  # rls2005 NDRPDR iter env 5
881         - 23  # rls2005 NDRPDR iter env 5
882         - 24  # rls2005 NDRPDR iter env 5
883     vpp-performance-changes-2n-clx-cmp:
884       csit-vpp-perf-report-iterative-2009-2n-clx:
885         - 36  # rls2009 NDRPDR iter env 5
886         - 39  # rls2009 NDRPDR iter env 5
887         - 40  # rls2009 NDRPDR iter env 5
888         - 42  # rls2009 NDRPDR iter env 5
889         - 64  # rls2009 NDRPDR iter env 5
890         - 65  # rls2009 NDRPDR iter env 5
891         - 66  # rls2009 NDRPDR iter env 5
892         - 67  # rls2009 NDRPDR iter env 5
893         - 79  # rls2009 NDRPDR iter env 5
894         - 82  # rls2009 NDRPDR iter env 5
895
896     vpp-performance-changes-2n-dnv-h1:
897       csit-vpp-perf-verify-2001-2n-dnv:
898         - 4   # NDRPDR sel
899         - 5   # NDRPDR sel
900         - 6   # NDRPDR sel
901         - 7   # NDRPDR sel
902         - 8   # NDRPDR sel
903         - 9   # NDRPDR sel
904         - 10  # NDRPDR sel
905         - 11  # NDRPDR sel
906         - 13  # NDRPDR sel
907         - 16  # NDRPDR sel
908     vpp-performance-changes-2n-dnv-ref:
909       csit-vpp-perf-report-iterative-2009-2n-dnv:
910         - 16  # rls2005 NDRPDR iter env 5
911         - 17  # rls2005 NDRPDR iter env 5
912         - 18  # rls2005 NDRPDR iter env 5
913         - 19  # rls2005 NDRPDR iter env 5
914         - 21  # rls2005 NDRPDR iter env 5
915         - 24  # rls2005 NDRPDR iter env 5
916         - 27  # rls2005 NDRPDR iter env 5
917         - 28  # rls2005 NDRPDR iter env 5
918         - 29  # rls2005 NDRPDR iter env 5
919         - 30  # rls2005 NDRPDR iter env 5
920     vpp-performance-changes-2n-dnv-cmp:
921       csit-vpp-perf-report-iterative-2009-2n-dnv:
922         - 3   # rls2009 NDRPDR iter env 5
923         - 5   # rls2009 NDRPDR iter env 5
924         - 6   # rls2009 NDRPDR iter env 5
925         - 7   # rls2009 NDRPDR iter env 5
926         - 9   # rls2009 NDRPDR iter env 5
927         - 10  # rls2009 NDRPDR iter env 5
928         - 11  # rls2009 NDRPDR iter env 5
929         - 12  # rls2009 NDRPDR iter env 5
930         - 14  # rls2009 NDRPDR iter env 5
931         - 15  # rls2009 NDRPDR iter env 5
932
933     vpp-performance-changes-3n-dnv-h1:
934       csit-vpp-perf-verify-2001-3n-dnv:
935         - 5   # NDRPDR sel
936         - 6   # NDRPDR sel
937         - 7   # NDRPDR sel
938         - 8   # NDRPDR sel
939         - 9   # NDRPDR sel
940         - 10  # NDRPDR sel
941         - 12  # NDRPDR sel
942         - 16  # NDRPDR sel
943         - 17  # NDRPDR sel
944         - 18  # NDRPDR sel
945     vpp-performance-changes-3n-dnv-ref:
946       csit-vpp-perf-report-iterative-2009-3n-dnv:
947         - 16  # rls2005 NDRPDR iter env 5
948         - 23  # rls2005 NDRPDR iter env 5
949         - 25  # rls2005 NDRPDR iter env 5
950         - 26  # rls2005 NDRPDR iter env 5
951         - 27  # rls2005 NDRPDR iter env 5
952         - 28  # rls2005 NDRPDR iter env 5
953         - 29  # rls2005 NDRPDR iter env 5
954         - 30  # rls2005 NDRPDR iter env 5
955         - 31  # rls2005 NDRPDR iter env 5
956         - 32  # rls2005 NDRPDR iter env 5
957     vpp-performance-changes-3n-dnv-cmp:
958       csit-vpp-perf-report-iterative-2009-3n-dnv:
959         - 3   # rls2009 NDRPDR iter env 5
960         - 6   # rls2009 NDRPDR iter env 5
961         - 7   # rls2009 NDRPDR iter env 5
962         - 8   # rls2009 NDRPDR iter env 5
963         - 10  # rls2009 NDRPDR iter env 5
964         - 11  # rls2009 NDRPDR iter env 5
965         - 12  # rls2009 NDRPDR iter env 5
966         - 14  # rls2009 NDRPDR iter env 5
967         - 15  # rls2009 NDRPDR iter env 5
968         - 24  # rls2009 NDRPDR iter env 5
969
970     vpp-performance-changes-3n-tsh-h1:
971       csit-vpp-perf-report-iterative-2005-3n-tsh:
972         - 28  # NDRPDR sel 2001.0-4
973         - 29  # NDRPDR sel 2001.0-4
974         - 31  # NDRPDR sel 2001.0-4
975     vpp-performance-changes-3n-tsh-ref-env4:
976       csit-vpp-perf-report-iterative-2005-3n-tsh:
977         - 23  # NDRPDR sel env 4
978         - 25  # NDRPDR sel env 4
979         - 33  # NDRPDR sel env 4
980         - 34  # NDRPDR sel env 4
981         - 35  # NDRPDR sel env 4
982         - 36  # NDRPDR sel env 4
983         - 37  # NDRPDR sel env 4
984         - 38  # NDRPDR sel env 4
985         - 39  # NDRPDR sel env 4
986         - 40  # NDRPDR sel env 4
987     vpp-performance-changes-3n-tsh-ref-env5:
988       csit-vpp-perf-report-iterative-2009-3n-tsh:
989         - 8   # rls2005 NDRPDR iter env 5
990         - 11  # rls2005 NDRPDR iter env 5
991         - 12  # rls2005 NDRPDR iter env 5
992         - 24  # rls2005 NDRPDR iter env 5
993     vpp-performance-changes-3n-tsh-cmp:
994       # TODO: Add:
995       csit-vpp-perf-report-iterative-2009-3n-tsh:
996         - 14  # rls2009 NDRPDR iter env 5
997         - 20  # rls2009 NDRPDR iter env 5
998         - 21  # rls2009 NDRPDR iter env 5
999         - 22  # rls2009 NDRPDR iter env 5
1000         - 23  # rls2009 NDRPDR iter env 5
1001
1002     vpp-soak-vs-ndr-2n-skx-ref:
1003       csit-vpp-perf-report-iterative-2009-2n-skx:
1004         - 35  # rls2009 NDRPDR iter env 5
1005         - 36  # rls2009 NDRPDR iter env 5
1006         - 37  # rls2009 NDRPDR iter env 5
1007         - 39  # rls2009 NDRPDR iter env 5
1008         - 40  # rls2009 NDRPDR iter env 5
1009         - 42  # rls2009 NDRPDR iter env 5
1010         - 43  # rls2009 NDRPDR iter env 5
1011         - 44  # rls2009 NDRPDR iter env 5
1012         - 46  # rls2009 NDRPDR iter env 5
1013         - 48  # rls2009 NDRPDR iter env 5
1014     vpp-soak-vs-ndr-2n-skx-cmp:
1015       csit-vpp-perf-report-iterative-2009-2n-skx:
1016         - 33  # rls2009 soak env 5
1017         - 34  # rls2009 soak env 5
1018     vpp-soak-vs-ndr-2n-skx:
1019       csit-vpp-perf-report-iterative-2009-2n-skx:
1020         - 35  # rls2009 NDRPDR iter env 5
1021         - 36  # rls2009 NDRPDR iter env 5
1022         - 37  # rls2009 NDRPDR iter env 5
1023         - 39  # rls2009 NDRPDR iter env 5
1024         - 40  # rls2009 NDRPDR iter env 5
1025         - 42  # rls2009 NDRPDR iter env 5
1026         - 43  # rls2009 NDRPDR iter env 5
1027         - 44  # rls2009 NDRPDR iter env 5
1028         - 46  # rls2009 NDRPDR iter env 5
1029         - 48  # rls2009 NDRPDR iter env 5
1030         - 33  # rls2009 soak env 5
1031         - 34  # rls2009 soak env 5
1032
1033     vpp-soak-vs-ndr-2n-clx-ref:
1034       csit-vpp-perf-report-iterative-2009-2n-clx:
1035         - 36  # rls2009 NDRPDR iter env 5
1036         - 39  # rls2009 NDRPDR iter env 5
1037         - 40  # rls2009 NDRPDR iter env 5
1038         - 42  # rls2009 NDRPDR iter env 5
1039         - 64  # rls2009 NDRPDR iter env 5
1040         - 65  # rls2009 NDRPDR iter env 5
1041         - 66  # rls2009 NDRPDR iter env 5
1042         - 67  # rls2009 NDRPDR iter env 5
1043         - 79  # rls2009 NDRPDR iter env 5
1044         - 82  # rls2009 NDRPDR iter env 5
1045     vpp-soak-vs-ndr-2n-clx-cmp:
1046       csit-vpp-perf-report-iterative-2009-2n-clx:
1047         - 33  # rls2009 soak env 5
1048         - 34  # rls2009 soak env 5
1049     vpp-soak-vs-ndr-2n-clx:
1050       csit-vpp-perf-report-iterative-2009-2n-clx:
1051         - 36  # rls2009 NDRPDR iter env 5
1052         - 39  # rls2009 NDRPDR iter env 5
1053         - 40  # rls2009 NDRPDR iter env 5
1054         - 42  # rls2009 NDRPDR iter env 5
1055         - 64  # rls2009 NDRPDR iter env 5
1056         - 65  # rls2009 NDRPDR iter env 5
1057         - 66  # rls2009 NDRPDR iter env 5
1058         - 67  # rls2009 NDRPDR iter env 5
1059         - 79  # rls2009 NDRPDR iter env 5
1060         - 82  # rls2009 NDRPDR iter env 5
1061         - 33  # rls2009 soak env 5
1062         - 34  # rls2009 soak env 5
1063
1064     vpp-performance-changes-3n-hsw-mrr-h1:
1065       csit-vpp-perf-verify-2001-3n-hsw:
1066         - 17  # MRR sel
1067     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1068       csit-vpp-perf-report-iterative-2005-3n-hsw:
1069         - 30  # MRR env 4
1070     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1071       csit-vpp-perf-report-iterative-2009-3n-hsw:
1072         - 18  # rls2005 MRR iter env 5
1073     vpp-performance-changes-3n-hsw-mrr-cmp:
1074       csit-vpp-perf-report-iterative-2009-3n-hsw:
1075         - 23  # rls2009 MRR iter env 5
1076
1077     vpp-performance-changes-3n-skx-mrr-h1:
1078       csit-vpp-perf-verify-2001-3n-skx:
1079         - 50  # MRR sel
1080         - 53  # MRR sel addition
1081     vpp-performance-changes-3n-skx-mrr-ref-env4:
1082       csit-vpp-perf-report-iterative-2005-3n-skx:
1083         - 49  # MRR sel env 4
1084     vpp-performance-changes-3n-skx-mrr-ref-env5:
1085       csit-vpp-perf-report-iterative-2009-3n-skx:
1086         - 17  # rls2005 MRR iter env 5
1087     vpp-performance-changes-3n-skx-mrr-cmp:
1088       csit-vpp-perf-report-iterative-2009-3n-skx:
1089         - 24  # rls2009 MRR iter env 5
1090
1091     vpp-performance-changes-2n-skx-mrr-h1:
1092       csit-vpp-perf-verify-2001-2n-skx:
1093         - 101 # MRR sel
1094         - 128 # MRR sel addition
1095     vpp-performance-changes-2n-skx-mrr-ref-env4:
1096       csit-vpp-perf-report-iterative-2005-2n-skx:
1097         - 99  # MRR sel env 4
1098     vpp-performance-changes-2n-skx-mrr-ref-env5:
1099       csit-vpp-perf-report-iterative-2009-2n-skx:
1100         - 20  # rls2005 MRR iter env 5
1101     vpp-performance-changes-2n-skx-mrr-cmp:
1102       csit-vpp-perf-report-iterative-2009-2n-skx:
1103         - 26  # rls2009 MRR iter env 5
1104
1105     vpp-performance-changes-2n-clx-mrr-h1:
1106       csit-vpp-perf-verify-2001-2n-clx:
1107         - 39  # MRR
1108     vpp-performance-changes-2n-clx-mrr-ref-env4:
1109       csit-vpp-perf-report-iterative-2005-2n-clx:
1110         - 72   # MRR sel env 4
1111     vpp-performance-changes-2n-clx-mrr-ref-env5:
1112       csit-vpp-perf-report-iterative-2009-2n-clx:
1113         - 77  # rls2005 MRR iter env 5
1114     vpp-performance-changes-2n-clx-mrr-cmp:
1115       csit-vpp-perf-report-iterative-2009-2n-clx:
1116         - 78  # rls2009 MRR iter env 5
1117
1118     vpp-performance-changes-2n-dnv-mrr-h1:
1119       csit-vpp-perf-verify-2001-2n-dnv:
1120         - 12  # MRR sel
1121     vpp-performance-changes-2n-dnv-mrr-ref:
1122       csit-vpp-perf-report-iterative-2009-2n-dnv:
1123         - 23  # rls2005 MRR iter env 5
1124     vpp-performance-changes-2n-dnv-mrr-cmp:
1125       csit-vpp-perf-report-iterative-2009-2n-dnv:
1126         - 13  # rls2009 MRR iter env 5
1127
1128     vpp-performance-changes-3n-dnv-mrr-h1:
1129       csit-vpp-perf-verify-2001-3n-dnv:
1130         - 11  # MRR sel
1131     vpp-performance-changes-3n-dnv-mrr-ref:
1132       csit-vpp-perf-report-iterative-2009-3n-dnv:
1133         - 19  # rls2005 MRR iter env 5
1134     vpp-performance-changes-3n-dnv-mrr-cmp:
1135       csit-vpp-perf-report-iterative-2009-3n-dnv:
1136         - 22  # rls2009 MRR iter env 5
1137
1138     vpp-performance-changes-3n-tsh-mrr-h1:
1139       csit-vpp-perf-verify-2001-3n-tsh:
1140         - 9   # MRR sel
1141     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1142       csit-vpp-perf-report-iterative-2005-3n-tsh:
1143         - 27  # MRR sel env 4
1144     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1145       csit-vpp-perf-report-iterative-2009-3n-tsh:
1146         - 13  # rls2005 MRR iter env 5
1147     vpp-performance-changes-3n-tsh-mrr-cmp:
1148       csit-vpp-perf-report-iterative-2009-3n-tsh:
1149         - 15  # rls2006 MRR iter env 5
1150
1151     dpdk-performance-changes-3n-hsw-h1:
1152       csit-dpdk-perf-verify-2001-3n-hsw:
1153         - 4   # NDRPDR sel
1154         - 5   # NDRPDR sel
1155         - 6   # NDRPDR sel
1156         - 7   # NDRPDR sel
1157         - 8   # NDRPDR sel
1158         - 9   # NDRPDR sel
1159         - 10  # NDRPDR sel
1160         - 11  # NDRPDR sel
1161         - 12  # NDRPDR sel
1162         - 13  # NDRPDR sel
1163         - 15  # NDRPDR sel
1164         - 16  # NDRPDR sel
1165         - 17  # NDRPDR sel
1166         - 18  # NDRPDR sel
1167         - 19  # NDRPDR sel
1168         - 20  # NDRPDR sel
1169         - 21  # NDRPDR sel
1170         - 22  # NDRPDR sel
1171         - 23  # NDRPDR sel
1172         - 24  # NDRPDR sel
1173     dpdk-performance-changes-3n-hsw-ref:
1174       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1175         - 25  # NDRPDR iter
1176         - 26  # NDRPDR iter
1177         - 27  # NDRPDR iter
1178         - 28  # NDRPDR iter
1179         - 29  # NDRPDR iter
1180         - 30  # NDRPDR iter
1181         - 31  # NDRPDR iter
1182         - 32  # NDRPDR iter
1183         - 33  # NDRPDR iter
1184         - 34  # NDRPDR iter
1185     dpdk-performance-changes-3n-hsw-cmp:
1186       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1187         - 6   # NDRPDR iter env5
1188         - 7   # NDRPDR iter env5
1189         - 8   # NDRPDR iter env5
1190         - 9   # NDRPDR iter env5
1191         - 10  # NDRPDR iter env5
1192         - 11  # NDRPDR iter env5
1193         - 12  # NDRPDR iter env5
1194         - 13  # NDRPDR iter env5
1195         - 14  # NDRPDR iter env5
1196         - 15  # NDRPDR iter env5
1197
1198     dpdk-performance-changes-3n-skx-h1:
1199       csit-dpdk-perf-verify-2001-3n-skx:
1200         - 29  # NDRPDR sel xxv710
1201         - 33  # NDRPDR sel xxv710
1202         - 34  # NDRPDR sel xxv710
1203         - 35  # NDRPDR sel xxv710
1204         - 36  # NDRPDR sel xxv710
1205         - 37  # NDRPDR sel xxv710
1206         - 41  # NDRPDR sel xxv710
1207         - 42  # NDRPDR sel xxv710
1208         - 43  # NDRPDR sel xxv710
1209         - 45  # NDRPDR sel xxv710
1210         - 30  # NDRPDR sel x710
1211         - 31  # NDRPDR sel x710
1212         - 32  # NDRPDR sel x710
1213         - 38  # NDRPDR sel x710
1214         - 39  # NDRPDR sel x710
1215         - 40  # NDRPDR sel x710
1216         - 44  # NDRPDR sel x710
1217         - 46  # NDRPDR sel x710
1218         - 47  # NDRPDR sel x710
1219         - 48  # NDRPDR sel x710
1220     dpdk-performance-changes-3n-skx-ref:
1221       csit-dpdk-perf-report-iterative-2005-3n-skx:
1222         - 28  # NDRPDR iter
1223         - 29  # NDRPDR iter
1224         - 30  # NDRPDR iter
1225         - 31  # NDRPDR iter
1226         - 32  # NDRPDR iter
1227         - 33  # NDRPDR iter
1228         - 34  # NDRPDR iter
1229         - 35  # NDRPDR iter
1230         - 36  # NDRPDR iter
1231         - 37  # NDRPDR iter
1232     dpdk-performance-changes-3n-skx-cmp:
1233       csit-dpdk-perf-report-iterative-2009-3n-skx:
1234         - 4   # NDRPDR sel env5
1235         - 5   # NDRPDR sel env5
1236         - 6   # NDRPDR sel env5
1237         - 7   # NDRPDR sel env5
1238         - 8   # NDRPDR sel env5
1239         - 9   # NDRPDR sel env5
1240         - 14  # NDRPDR sel env5
1241         - 11  # NDRPDR sel env5
1242         - 12  # NDRPDR sel env5
1243         - 13  # NDRPDR sel env5
1244
1245     dpdk-performance-changes-2n-skx-h1:
1246       csit-dpdk-perf-verify-2001-2n-skx:
1247         - 35  # NDRPDR sel xxv710
1248         - 36  # NDRPDR sel xxv710
1249         - 37  # NDRPDR sel xxv710
1250         - 41  # NDRPDR sel xxv710
1251         - 42  # NDRPDR sel xxv710
1252         - 43  # NDRPDR sel xxv710
1253         - 46  # NDRPDR sel xxv710
1254         - 47  # NDRPDR sel xxv710
1255         - 52  # NDRPDR sel xxv710
1256         - 53  # NDRPDR sel xxv710
1257         - 38  # NDRPDR sel x710
1258         - 39  # NDRPDR sel x710
1259         - 40  # NDRPDR sel x710
1260         - 44  # NDRPDR sel x710
1261         - 45  # NDRPDR sel x710
1262         - 48  # NDRPDR sel x710
1263         - 49  # NDRPDR sel x710
1264         - 50  # NDRPDR sel x710
1265         - 51  # NDRPDR sel x710
1266         - 54  # NDRPDR sel x710
1267     dpdk-performance-changes-2n-skx-ref:
1268       csit-dpdk-perf-report-iterative-2005-2n-skx:
1269         - 20  # NDRPDR iter
1270         - 21  # NDRPDR iter
1271         - 22  # NDRPDR iter
1272         - 23  # NDRPDR iter
1273         - 24  # NDRPDR iter
1274         - 25  # NDRPDR iter
1275         - 26  # NDRPDR iter
1276         - 27  # NDRPDR iter
1277         - 28  # NDRPDR iter
1278         - 29  # NDRPDR iter
1279     dpdk-performance-changes-2n-skx-cmp:
1280       csit-dpdk-perf-report-iterative-2009-2n-skx:
1281         - 4   # NDRPDR iter env5
1282         - 5   # NDRPDR iter env5
1283         - 6   # NDRPDR iter env5
1284         - 7   # NDRPDR iter env5
1285         - 8   # NDRPDR iter env5
1286         - 9   # NDRPDR iter env5
1287         - 10  # NDRPDR iter env5
1288         - 11  # NDRPDR iter env5
1289         - 12  # NDRPDR iter env5
1290         - 13  # NDRPDR iter env5
1291
1292     dpdk-performance-changes-2n-clx-h1:
1293       csit-dpdk-perf-verify-2001-2n-clx:
1294         - 15  # NDRPDR sel
1295         - 16  # NDRPDR sel
1296         - 17  # NDRPDR sel
1297         - 18  # NDRPDR sel
1298         - 19  # NDRPDR sel
1299         - 20  # NDRPDR sel
1300         - 21  # NDRPDR sel
1301         - 22  # NDRPDR sel
1302         - 23  # NDRPDR sel
1303         - 24  # NDRPDR sel
1304         - 25  # NDRPDR sel
1305         - 26  # NDRPDR sel
1306         - 27  # NDRPDR sel
1307         - 28  # NDRPDR sel
1308         - 29  # NDRPDR sel
1309         - 30  # NDRPDR sel
1310         - 31  # NDRPDR sel
1311         - 32  # NDRPDR sel
1312         - 33  # NDRPDR sel
1313         - 34  # NDRPDR sel
1314     dpdk-performance-changes-2n-clx-ref:
1315       csit-dpdk-perf-report-iterative-2005-2n-clx:
1316         - 20  # NDRPDR iter
1317         - 21  # NDRPDR iter
1318         - 22  # NDRPDR iter
1319         - 23  # NDRPDR iter
1320         - 24  # NDRPDR iter
1321         - 25  # NDRPDR iter
1322         - 26  # NDRPDR iter
1323         - 27  # NDRPDR iter
1324         - 28  # NDRPDR iter
1325         - 29  # NDRPDR iter
1326     dpdk-performance-changes-2n-clx-cmp:
1327       csit-dpdk-perf-report-iterative-2009-2n-clx:
1328         - 4   # NDRPDR iter env5
1329         - 5   # NDRPDR iter env5
1330         - 6   # NDRPDR iter env5
1331         - 7   # NDRPDR iter env5
1332         - 8   # NDRPDR iter env5
1333         - 9   # NDRPDR iter env5
1334         - 10  # NDRPDR iter env5
1335         - 11  # NDRPDR iter env5
1336         - 12  # NDRPDR iter env5
1337         - 13  # NDRPDR iter env5
1338
1339 #    dpdk-performance-changes-2n-dnv-h1:
1340 #      csit-dpdk-perf-verify-2001-2n-dnv:
1341 #        - 9   # NDRPDR sel
1342 #        - 10  # NDRPDR sel
1343 #        - 11  # NDRPDR sel
1344 #        - 12  # NDRPDR sel
1345 #        - 13  # NDRPDR sel
1346 #        - 14  # NDRPDR sel
1347 #        - 15  # NDRPDR sel
1348 #        - 16  # NDRPDR sel
1349 #        - 17  # NDRPDR sel
1350 #        - 18  # NDRPDR sel
1351 #    dpdk-performance-changes-2n-dnv-ref:
1352 #      # No data
1353 #    dpdk-performance-changes-2n-dnv-cmp:
1354 #      # No data
1355 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1356
1357 #    dpdk-performance-changes-3n-dnv-h1:
1358 #      csit-dpdk-perf-verify-2001-3n-dnv:
1359 #        - 12  # NDRPDR sel
1360 #        - 13  # NDRPDR sel
1361 #        - 14  # NDRPDR sel
1362 #        - 15  # NDRPDR sel
1363 #        - 16  # NDRPDR sel
1364 #        - 17  # NDRPDR sel
1365 #        - 18  # NDRPDR sel
1366 #        - 19  # NDRPDR sel
1367 #        - 20  # NDRPDR sel
1368 #        - 22  # NDRPDR sel
1369 #    dpdk-performance-changes-3n-dnv-ref:
1370 #      # No data
1371 #    dpdk-performance-changes-3n-dnv-cmp:
1372 #      # No data
1373 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1374
1375     dpdk-performance-changes-3n-tsh-h1:
1376       csit-dpdk-perf-verify-2001-3n-tsh:
1377         - 3   # NDRPDR sel
1378         - 4   # NDRPDR sel
1379         - 5   # NDRPDR sel
1380         - 9   # NDRPDR sel
1381         - 10  # NDRPDR sel
1382         - 11  # NDRPDR sel
1383         - 12  # NDRPDR sel
1384         - 14  # NDRPDR sel
1385         - 15  # NDRPDR sel
1386         - 18  # NDRPDR sel
1387     dpdk-performance-changes-3n-tsh-ref:
1388       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1389         - 5   # NDRPDR sel
1390     dpdk-performance-changes-3n-tsh-cmp:
1391       # TODO: Add:
1392       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1393         - 1   # NDRPDR iter env5
1394         - 2   # NDRPDR iter env5
1395         - 3   # NDRPDR iter env5
1396         - 4   # NDRPDR iter env5
1397         - 5   # NDRPDR iter env5
1398         - 6   # NDRPDR iter env5
1399         - 7   # NDRPDR iter env5
1400         - 9   # NDRPDR iter env5
1401         - 10  # NDRPDR iter env5
1402
1403     # Compare testbeds
1404
1405     vpp-compare-testbeds-ref:
1406       csit-vpp-perf-report-iterative-2009-3n-hsw:
1407         - 21  # rls2009 NDRPDR iter env 5
1408         - 22  # rls2009 NDRPDR iter env 5
1409         - 24  # rls2009 NDRPDR iter env 5
1410         - 25  # rls2009 NDRPDR iter env 5
1411         - 26  # rls2009 NDRPDR iter env 5
1412         - 27  # rls2009 NDRPDR iter env 5
1413         - 28  # rls2009 NDRPDR iter env 5
1414         - 29  # rls2009 NDRPDR iter env 5
1415         - 30  # rls2009 NDRPDR iter env 5
1416         - 31  # rls2009 NDRPDR iter env 5
1417     vpp-compare-testbeds-cmp:
1418       csit-vpp-perf-report-iterative-2009-3n-skx:
1419         - 26  # rls2009 NDRPDR iter env 5
1420         - 27  # rls2009 NDRPDR iter env 5
1421         - 28  # rls2009 NDRPDR iter env 5
1422         - 29  # rls2009 NDRPDR iter env 5
1423         - 35  # rls2009 NDRPDR iter env 5
1424         - 36  # rls2009 NDRPDR iter env 5
1425         - 37  # rls2009 NDRPDR iter env 5
1426         - 38  # rls2009 NDRPDR iter env 5
1427         - 39  # rls2009 NDRPDR iter env 5
1428         - 40  # rls2009 NDRPDR iter env 5
1429
1430     vpp-compare-testbeds-skx-clx-ref:
1431       csit-vpp-perf-report-iterative-2009-2n-skx:
1432         - 35  # rls2009 NDRPDR iter env 5
1433         - 36  # rls2009 NDRPDR iter env 5
1434         - 37  # rls2009 NDRPDR iter env 5
1435         - 39  # rls2009 NDRPDR iter env 5
1436         - 40  # rls2009 NDRPDR iter env 5
1437         - 42  # rls2009 NDRPDR iter env 5
1438         - 43  # rls2009 NDRPDR iter env 5
1439         - 44  # rls2009 NDRPDR iter env 5
1440         - 46  # rls2009 NDRPDR iter env 5
1441         - 48  # rls2009 NDRPDR iter env 5
1442         - 51  # rls2009 NDRPDR iter NAT44 env 5
1443         - 52  # rls2009 NDRPDR iter NAT44 env 5
1444         - 53  # rls2009 NDRPDR iter NAT44 env 5
1445         - 54  # rls2009 NDRPDR iter NAT44 env 5
1446         - 55  # rls2009 NDRPDR iter NAT44 env 5
1447         - 56  # rls2009 NDRPDR iter NAT44 env 5
1448         - 57  # rls2009 NDRPDR iter NAT44 env 5
1449         - 58  # rls2009 NDRPDR iter NAT44 env 5
1450         - 59  # rls2009 NDRPDR iter NAT44 env 5
1451         - 60  # rls2009 NDRPDR iter NAT44 env 5
1452     vpp-compare-testbeds-skx-clx-cmp:
1453       csit-vpp-perf-report-iterative-2009-2n-clx:
1454         - 36  # rls2009 NDRPDR iter env 5
1455         - 39  # rls2009 NDRPDR iter env 5
1456         - 40  # rls2009 NDRPDR iter env 5
1457         - 42  # rls2009 NDRPDR iter env 5
1458         - 64  # rls2009 NDRPDR iter env 5
1459         - 65  # rls2009 NDRPDR iter env 5
1460         - 66  # rls2009 NDRPDR iter env 5
1461         - 67  # rls2009 NDRPDR iter env 5
1462         - 79  # rls2009 NDRPDR iter env 5
1463         - 82  # rls2009 NDRPDR iter env 5
1464
1465     vpp-compare-testbeds-hsw-clx-ref:
1466       csit-vpp-perf-report-iterative-2009-3n-hsw:
1467         - 21  # rls2009 NDRPDR iter env 5
1468         - 22  # rls2009 NDRPDR iter env 5
1469         - 24  # rls2009 NDRPDR iter env 5
1470         - 25  # rls2009 NDRPDR iter env 5
1471         - 26  # rls2009 NDRPDR iter env 5
1472         - 27  # rls2009 NDRPDR iter env 5
1473         - 28  # rls2009 NDRPDR iter env 5
1474         - 29  # rls2009 NDRPDR iter env 5
1475         - 30  # rls2009 NDRPDR iter env 5
1476         - 31  # rls2009 NDRPDR iter env 5
1477     vpp-compare-testbeds-hsw-clx-cmp:
1478       csit-vpp-perf-report-iterative-2009-2n-clx:
1479         - 36  # rls2009 NDRPDR iter env 5
1480         - 39  # rls2009 NDRPDR iter env 5
1481         - 40  # rls2009 NDRPDR iter env 5
1482         - 42  # rls2009 NDRPDR iter env 5
1483         - 64  # rls2009 NDRPDR iter env 5
1484         - 65  # rls2009 NDRPDR iter env 5
1485         - 66  # rls2009 NDRPDR iter env 5
1486         - 67  # rls2009 NDRPDR iter env 5
1487         - 79  # rls2009 NDRPDR iter env 5
1488         - 82  # rls2009 NDRPDR iter env 5
1489
1490     vpp-compare-testbeds-mrr-ref:
1491       csit-vpp-perf-report-iterative-2009-3n-hsw:
1492         - 23  # rls2009 MRR iter env 5
1493     vpp-compare-testbeds-mrr-cmp:
1494       csit-vpp-perf-report-iterative-2009-3n-skx:
1495         - 24  # rls2009 MRR iter env 5
1496
1497     vpp-compare-testbeds-mrr-skx-clx-ref:
1498       csit-vpp-perf-report-iterative-2009-2n-skx:
1499         - 26  # rls2009 MRR iter env 5
1500     vpp-compare-testbeds-mrr-skx-clx-cmp:
1501       csit-vpp-perf-report-iterative-2009-2n-clx:
1502         - 78  # rls2009 MRR iter env 5
1503
1504     vpp-compare-testbeds-mrr-hsw-clx-ref:
1505       csit-vpp-perf-report-iterative-2009-3n-hsw:
1506         - 23  # rls2009 MRR iter env 5
1507     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1508       csit-vpp-perf-report-iterative-2009-2n-clx:
1509         - 78  # rls2009 MRR iter env 5
1510
1511     dpdk-compare-testbeds-ref:
1512       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1513         - 6   # NDRPDR iter env5
1514         - 7   # NDRPDR iter env5
1515         - 8   # NDRPDR iter env5
1516         - 9   # NDRPDR iter env5
1517         - 10  # NDRPDR iter env5
1518         - 11  # NDRPDR iter env5
1519         - 12  # NDRPDR iter env5
1520         - 13  # NDRPDR iter env5
1521         - 14  # NDRPDR iter env5
1522         - 15  # NDRPDR iter env5
1523     dpdk-compare-testbeds-cmp:
1524       csit-dpdk-perf-report-iterative-2009-3n-skx:
1525         - 4   # NDRPDR sel env5
1526         - 5   # NDRPDR sel env5
1527         - 6   # NDRPDR sel env5
1528         - 7   # NDRPDR sel env5
1529         - 8   # NDRPDR sel env5
1530         - 9   # NDRPDR sel env5
1531         - 14  # NDRPDR sel env5
1532         - 11  # NDRPDR sel env5
1533         - 12  # NDRPDR sel env5
1534         - 13  # NDRPDR sel env5
1535
1536     dpdk-compare-testbeds-skx-clx-ref:
1537       csit-dpdk-perf-report-iterative-2009-2n-skx:
1538         - 4   # NDRPDR iter env5
1539         - 5   # NDRPDR iter env5
1540         - 6   # NDRPDR iter env5
1541         - 7   # NDRPDR iter env5
1542         - 8   # NDRPDR iter env5
1543         - 9   # NDRPDR iter env5
1544         - 10  # NDRPDR iter env5
1545         - 11  # NDRPDR iter env5
1546         - 12  # NDRPDR iter env5
1547         - 13  # NDRPDR iter env5
1548     dpdk-compare-testbeds-skx-clx-cmp:
1549       csit-dpdk-perf-report-iterative-2009-2n-clx:
1550         - 4   # NDRPDR iter env5
1551         - 5   # NDRPDR iter env5
1552         - 6   # NDRPDR iter env5
1553         - 7   # NDRPDR iter env5
1554         - 8   # NDRPDR iter env5
1555         - 9   # NDRPDR iter env5
1556         - 10  # NDRPDR iter env5
1557         - 11  # NDRPDR iter env5
1558         - 12  # NDRPDR iter env5
1559         - 13  # NDRPDR iter env5
1560
1561     # Compare topologies
1562
1563     vpp-compare-topologies-ref:
1564       csit-vpp-perf-report-iterative-2009-3n-skx:
1565         - 26  # rls2009 NDRPDR iter env 5
1566         - 27  # rls2009 NDRPDR iter env 5
1567         - 28  # rls2009 NDRPDR iter env 5
1568         - 29  # rls2009 NDRPDR iter env 5
1569         - 35  # rls2009 NDRPDR iter env 5
1570         - 36  # rls2009 NDRPDR iter env 5
1571         - 37  # rls2009 NDRPDR iter env 5
1572         - 38  # rls2009 NDRPDR iter env 5
1573         - 39  # rls2009 NDRPDR iter env 5
1574         - 40  # rls2009 NDRPDR iter env 5
1575     vpp-compare-topologies-cmp:
1576       csit-vpp-perf-report-iterative-2009-2n-skx:
1577         - 35  # rls2009 NDRPDR iter env 5
1578         - 36  # rls2009 NDRPDR iter env 5
1579         - 37  # rls2009 NDRPDR iter env 5
1580         - 39  # rls2009 NDRPDR iter env 5
1581         - 40  # rls2009 NDRPDR iter env 5
1582         - 42  # rls2009 NDRPDR iter env 5
1583         - 43  # rls2009 NDRPDR iter env 5
1584         - 44  # rls2009 NDRPDR iter env 5
1585         - 46  # rls2009 NDRPDR iter env 5
1586         - 48  # rls2009 NDRPDR iter env 5
1587
1588     vpp-compare-topologies-mrr-ref:
1589       csit-vpp-perf-report-iterative-2009-3n-skx:
1590         - 24  # rls2009 MRR iter env 5
1591     vpp-compare-topologies-mrr-cmp:
1592       csit-vpp-perf-report-iterative-2009-2n-skx:
1593         - 26  # rls2009 MRR iter env 5
1594
1595     dpdk-compare-topologies-ref:
1596       csit-dpdk-perf-report-iterative-2009-3n-skx:
1597         - 4   # NDRPDR sel env5
1598         - 5   # NDRPDR sel env5
1599         - 6   # NDRPDR sel env5
1600         - 7   # NDRPDR sel env5
1601         - 8   # NDRPDR sel env5
1602         - 9   # NDRPDR sel env5
1603         - 14  # NDRPDR sel env5
1604         - 11  # NDRPDR sel env5
1605         - 12  # NDRPDR sel env5
1606         - 13  # NDRPDR sel env5
1607     dpdk-compare-topologies-cmp:
1608       csit-dpdk-perf-report-iterative-2009-2n-skx:
1609         - 4   # NDRPDR iter env5
1610         - 5   # NDRPDR iter env5
1611         - 6   # NDRPDR iter env5
1612         - 7   # NDRPDR iter env5
1613         - 8   # NDRPDR iter env5
1614         - 9   # NDRPDR iter env5
1615         - 10  # NDRPDR iter env5
1616         - 11  # NDRPDR iter env5
1617         - 12  # NDRPDR iter env5
1618         - 13  # NDRPDR iter env5
1619
1620   plot-layouts:
1621
1622     plot-soak-throughput:
1623       titlefont:
1624         size: 16
1625       xaxis:
1626         title: "<b>Test Cases [Index]</b>"
1627         titlefont:
1628           size: 14
1629         autorange: True
1630         fixedrange: False
1631         gridcolor: "rgb(230, 230, 230)"
1632         linecolor: "rgb(220, 220, 220)"
1633         linewidth: 1
1634         showgrid: True
1635         showline: True
1636         showticklabels: True
1637         tickcolor: "rgb(220, 220, 220)"
1638         tickmode: "linear"
1639         tickfont:
1640           size: 14
1641         zeroline: False
1642       yaxis:
1643         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1644         titlefont:
1645           size: 14
1646         gridcolor: "rgb(230, 230, 230)"
1647         hoverformat: ".4r"
1648         tickformat: ".3r"
1649         linecolor: "rgb(220, 220, 220)"
1650         linewidth: 1
1651         showgrid: True
1652         showline: True
1653         showticklabels: True
1654         tickcolor: "rgb(220, 220, 220)"
1655         tickfont:
1656           size: 14
1657         zeroline: False
1658         range: [0,50]
1659       autosize: False
1660       margin:
1661         t: 50
1662         b: 0
1663         l: 80
1664         r: 20
1665       showlegend: True
1666       legend:
1667         orientation: "h"
1668         font:
1669           size: 14
1670       width: 700
1671       height: 900
1672       paper_bgcolor: "#fff"
1673       plot_bgcolor: "#fff"
1674       hoverlabel:
1675         namelength: -1
1676
1677     plot-service-density:
1678       titlefont:
1679         size: 16
1680       xaxis:
1681         side: "top"
1682         autorange: True
1683         fixedrange: False
1684         showgrid: False
1685         showline: False
1686         showticklabels: False
1687         ticks: ""
1688         ticklen: 0
1689         tickwidth: 0
1690         zeroline: False
1691       yaxis:
1692         autorange: "reversed"
1693         showgrid: False
1694         showline: False
1695         showticklabels: False
1696         ticks: ""
1697         ticklen: 0
1698         tickwidth: 0
1699         zeroline: False
1700       showlegend: False
1701       paper_bgcolor: "#fff"
1702       plot_bgcolor: "#fff"
1703       width: 700
1704       height: 700
1705       hoverlabel:
1706         namelength: -1
1707
1708     plot-hoststack:
1709       titlefont:
1710         size: 16
1711       xaxis:
1712         title: "<b>Test Cases [Index]</b>"
1713         titlefont:
1714           size: 14
1715         autorange: True
1716         fixedrange: False
1717         gridcolor: "rgb(230, 230, 230)"
1718         linecolor: "rgb(220, 220, 220)"
1719         linewidth: 1
1720         showgrid: True
1721         showline: True
1722         showticklabels: True
1723         tickcolor: "rgb(220, 220, 220)"
1724         tickmode: "linear"
1725         tickfont:
1726           size: 14
1727         zeroline: False
1728       yaxis:
1729         title: "<b>Bandwidth [Gbps]</b>"
1730         titlefont:
1731           size: 14
1732         gridcolor: "rgb(230, 230, 230)"
1733         hoverformat: ".4s"
1734         linecolor: "rgb(220, 220, 220)"
1735         linewidth: 1
1736         rangemode: "tozero"
1737         showgrid: True
1738         showline: True
1739         showticklabels: True
1740         tickcolor: "rgb(230, 230, 230)"
1741         tickformat: ".3s"
1742         tickfont:
1743           size: 14
1744         zeroline: False
1745       autosize: False
1746       margin:
1747         t: 50
1748         b: 20
1749         l: 80
1750         r: 20
1751       showlegend: True
1752       legend:
1753         orientation: "h"
1754         font:
1755           size: 14
1756       width: 700
1757       height: 800
1758       paper_bgcolor: "#fff"
1759       plot_bgcolor: "#fff"
1760       hoverlabel:
1761         namelength: -1
1762
1763     plot-throughput:
1764       titlefont:
1765         size: 16
1766       xaxis:
1767         title: "<b>Test Cases [Index]</b>"
1768         titlefont:
1769           size: 14
1770         autorange: True
1771         fixedrange: False
1772         gridcolor: "rgb(230, 230, 230)"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         showgrid: True
1776         showline: True
1777         showticklabels: True
1778         tickcolor: "rgb(220, 220, 220)"
1779         tickmode: "linear"
1780         tickfont:
1781           size: 14
1782         zeroline: False
1783       yaxis:
1784         title: "<b>Packet Throughput [Mpps]</b>"
1785         titlefont:
1786           size: 14
1787         gridcolor: "rgb(230, 230, 230)"
1788         hoverformat: ".4r"
1789         tickformat: ".3r"
1790         linecolor: "rgb(220, 220, 220)"
1791         linewidth: 1
1792         showgrid: True
1793         showline: True
1794         showticklabels: True
1795         tickcolor: "rgb(220, 220, 220)"
1796         tickfont:
1797           size: 14
1798         zeroline: False
1799         range: [0,50]
1800       autosize: False
1801       margin:
1802         t: 50
1803         b: 0
1804         l: 80
1805         r: 20
1806       showlegend: True
1807       legend:
1808         orientation: "h"
1809         font:
1810           size: 14
1811       width: 700
1812       height: 900
1813       paper_bgcolor: "#fff"
1814       plot_bgcolor: "#fff"
1815       hoverlabel:
1816         namelength: -1
1817
1818     plot-throughput-speedup-analysis:
1819       titlefont:
1820         size: 16
1821       xaxis:
1822         title: "<b>Number of Cores [Qty]</b>"
1823         titlefont:
1824           size: 14
1825         autorange: True
1826         fixedrange: False
1827         gridcolor: "rgb(230, 230, 230)"
1828         linecolor: "rgb(220, 220, 220)"
1829         linewidth: 1
1830         showgrid: True
1831         showline: True
1832         showticklabels: True
1833         tickcolor: "rgb(238, 238, 238)"
1834         tickmode: "linear"
1835         tickfont:
1836           size: 14
1837         zeroline: False
1838       yaxis:
1839         title: "<b>Packet Throughput [Mpps]</b>"
1840         titlefont:
1841           size: 14
1842         type: "linear"
1843         gridcolor: "rgb(230, 230, 230)"
1844         hoverformat: ".4s"
1845         linecolor: "rgb(220, 220, 220)"
1846         linewidth: 1
1847         showgrid: True
1848         showline: True
1849         showticklabels: True
1850         tickcolor: "rgb(220, 220, 220)"
1851         tickformat: ".4s"
1852         tickfont:
1853           size: 14
1854         zeroline: True
1855         rangemode: "tozero"
1856         range: [0,100]
1857       legend:
1858         orientation: "h"
1859         font:
1860           size: 14
1861         xanchor: "left"
1862         yanchor: "top"
1863         x: 0
1864         y: -0.2
1865         bgcolor: "rgba(255, 255, 255, 0)"
1866         bordercolor: "rgba(255, 255, 255, 0)"
1867         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1868       autosize: False
1869       margin:
1870           't': 50
1871           'b': 150
1872           'l': 85
1873           'r': 10
1874       showlegend: True
1875       width: 700
1876       height: 700
1877       paper_bgcolor: "#fff"
1878       plot_bgcolor: "#fff"
1879       hoverlabel:
1880         namelength: -1
1881       annotations: [
1882         {
1883           text: "_ _          __          ...",
1884           align: "left",
1885           showarrow: False,
1886           xref: "paper",
1887           yref: "paper",
1888           xanchor: "left",
1889           yanchor: "top",
1890           x: 0,
1891           y: -0.14,
1892           font: {
1893             family: "Consolas, Courier New",
1894             size: 13
1895           },
1896         },
1897         {
1898           text: "    Perfect     Measured     Limit",
1899           align: "left",
1900           showarrow: False,
1901           xref: "paper",
1902           yref: "paper",
1903           xanchor: "left",
1904           yanchor: "top",
1905           x: 0,
1906           y: -0.15,
1907           font: {
1908             family: "Consolas, Courier New",
1909             size: 13
1910           },
1911         },
1912       ]
1913
1914     plot-latency:
1915       titlefont:
1916         size: 16
1917       xaxis:
1918         title: "<b>Direction</b>"
1919         titlefont:
1920           size: 14
1921         autorange: True
1922         fixedrange: False
1923         gridcolor: "rgb(230, 230, 230)"
1924         linecolor: "rgb(220, 220, 220)"
1925         linewidth: 1
1926         showgrid: True
1927         showline: True
1928         showticklabels: False
1929         tickcolor: "rgb(220, 220, 220)"
1930         tickmode: "linear"
1931         tickfont:
1932           size: 14
1933         zeroline: False
1934       yaxis:
1935         title: "<b>Packet Latency [uSec]</b>"
1936         titlefont:
1937           size: 14
1938         type: "linear"
1939         gridcolor: "rgb(230, 230, 230)"
1940         hoverformat: ".4s"
1941         linecolor: "rgb(220, 220, 220)"
1942         linewidth: 1
1943         showgrid: True
1944         showline: True
1945         showticklabels: True
1946         tickcolor: "rgb(220, 220, 220)"
1947         tickformat: ".4s"
1948         tickfont:
1949           size: 14
1950         zeroline: True
1951         rangemode: "tozero"
1952       legend:
1953         orientation: "h"
1954         font:
1955           size: 14
1956         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1957       autosize: False
1958       margin:
1959           't': 50
1960           'b': 150
1961           'l': 80
1962           'r': 10
1963       showlegend: True
1964       width: 700
1965       height: 700
1966       paper_bgcolor: "#fff"
1967       plot_bgcolor: "#fff"
1968       hoverlabel:
1969         namelength: -1
1970
1971     plot-hdrh-latency:
1972       title:
1973         text: ""
1974         xanchor: "center"
1975         x: 0.5
1976         font:
1977           size: 16
1978       width: 700
1979       plot_bgcolor: "white"
1980       annotations:
1981         - font:
1982             size: 14
1983           showarrow: False
1984           text: "<b>Packet Latency [uSec]</b>"
1985           x: 1
1986           xanchor: "right"
1987           xref: "paper"
1988           y: -0.045
1989           yanchor: "top"
1990           yref: "paper"
1991         - font:
1992             size: 14
1993           showarrow: False
1994           text: "<b>Probability [%]</b>"
1995           textangle: 270
1996           x: -0.06
1997           xanchor: "center"
1998           xref: "paper"
1999           y: 0.5
2000           yanchor: "middle"
2001           yref: "paper"
2002         - font:
2003             size: 14
2004           showarrow: False
2005           text: "<b>Direction: E-W</b>"
2006           x: 0.24
2007           xanchor: "center"
2008           xref: "paper"
2009           y: 1.05
2010           yanchor: "bottom"
2011           yref: "paper"
2012         - font:
2013             size: 14
2014           showarrow: False
2015           text: "<b>Direction: W-E</b>"
2016           x: 0.74
2017           xanchor: "center"
2018           xref: "paper"
2019           y: 1.05
2020           yanchor: "bottom"
2021           yref: "paper"
2022
2023     plot-hdrh-latency-percentile:
2024       title:
2025         text: ""
2026         xanchor: "center"
2027         x: 0.5
2028         font:
2029           size: 16
2030       xaxis:
2031         type: "log"
2032         title: "<b>Percentile [%]</b>"
2033         titlefont:
2034           size: 14
2035         autorange: True
2036         fixedrange: False
2037         gridcolor: "rgb(230, 230, 230)"
2038         linecolor: "rgb(220, 220, 220)"
2039         linewidth: 1
2040         showgrid: True
2041         showline: True
2042         showticklabels: True
2043         tickcolor: "rgb(220, 220, 220)"
2044         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2045         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2046         tickfont:
2047           size: 14
2048       yaxis:
2049         title: "<b>Packet Latency [uSec]</b>"
2050         titlefont:
2051           size: 14
2052         gridcolor: "rgb(230, 230, 230)"
2053         linecolor: "rgb(220, 220, 220)"
2054         linewidth: 1
2055         showgrid: True
2056         showline: True
2057         showticklabels: True
2058         tickcolor: "rgb(220, 220, 220)"
2059         tickfont:
2060           size: 14
2061       autosize: False
2062       showlegend: True
2063       legend:
2064         traceorder: "normal"
2065         orientation: "h"
2066         font:
2067           size: 14
2068         xanchor: "left"
2069         yanchor: "top"
2070         x: 0
2071         y: -0.15
2072         bgcolor: "rgba(255, 255, 255, 0)"
2073         bordercolor: "rgba(255, 255, 255, 0)"
2074       width: 700
2075       height: 700
2076       paper_bgcolor: "white"
2077       plot_bgcolor: "white"
2078
2079     plot-hdrh-latency-by-percentile:
2080       title:
2081         text: "<b>Latency by Percentile Distribution</b>"
2082         xanchor: "center"
2083         x: 0.5
2084         font:
2085           size: 18
2086       showlegend: True
2087       legend:
2088         traceorder: "normal"
2089         orientation: "h"
2090         font:
2091           size: 16
2092         xanchor: "left"
2093         yanchor: "top"
2094         x: 0
2095         y: -0.2
2096         bgcolor: "rgba(255, 255, 255, 0)"
2097         bordercolor: "rgba(255, 255, 255, 0)"
2098       xaxis:
2099         type: "linear"
2100         title: "<b>Percentile [%]</b>"
2101         titlefont:
2102           size: 14
2103         autorange: False
2104         fixedrange: False
2105         range: [0, 100]
2106         gridcolor: "rgb(230, 230, 230)"
2107         linecolor: "rgb(220, 220, 220)"
2108         linewidth: 1
2109         showgrid: True
2110         showline: True
2111         showticklabels: True
2112         tickcolor: "rgb(220, 220, 220)"
2113         tickvals: [0, 25, 50, 75, 100]
2114         ticktext: [0, 25, 50, 75, 100]
2115         tickfont:
2116           size: 14
2117       yaxis:
2118         title: "<b>One-Way Latency per Direction [uSec]</b>"
2119         titlefont:
2120           size: 14
2121         gridcolor: "rgb(230, 230, 230)"
2122         linecolor: "rgb(220, 220, 220)"
2123         linewidth: 1
2124         showgrid: True
2125         showline: True
2126         showticklabels: True
2127         tickcolor: "rgb(220, 220, 220)"
2128         tickfont:
2129           size: 14
2130       width: 700
2131       height: 700
2132       paper_bgcolor: "white"
2133       plot_bgcolor: "white"
2134
2135 - type: "static"
2136   src-path: "{DIR[RST]}"
2137   dst-path: "{DIR[WORKING,SRC]}"
2138
2139 - type: "input"
2140   general:
2141     file-name: "output_info.xml.gz"
2142     file-format: ".gz"
2143     arch-file-format:
2144       - ".gz"
2145       - ".zip"
2146     download-path: "{job}/{build}/archives/{filename}"
2147     extract: "output.xml"
2148
2149     zip-file-name: "robot-plugin.zip"
2150     zip-file-format: ".zip"
2151     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2152     zip-extract: "robot-plugin/output.xml"
2153
2154   builds:
2155
2156     csit-vpp-perf-verify-2001-3n-hsw:
2157       - 17  # MRR sel
2158     csit-vpp-perf-report-iterative-2005-3n-hsw:
2159       - 20  # NDRPDR sel env 4
2160       - 21  # NDRPDR sel env 4
2161       - 22  # NDRPDR sel env 4
2162       - 23  # NDRPDR sel env 4
2163       - 24  # NDRPDR sel env 4
2164       - 25  # NDRPDR sel env 4
2165       - 26  # NDRPDR sel env 4
2166       - 27  # NDRPDR sel env 4
2167       - 28  # NDRPDR sel env 4
2168       - 29  # NDRPDR sel env 4
2169       - 30  # MRR env 4
2170       - 31  # NDRPDR sel 2001.0-4
2171       - 32  # NDRPDR sel 2001.0-4
2172       - 33  # NDRPDR sel 2001.0-4
2173       - 34  # NDRPDR sel 2001.0-4
2174       - 35  # NDRPDR sel 2001.0-4
2175       - 36  # NDRPDR sel 2001.0-4
2176       - 38  # NDRPDR sel 2001.0-4
2177     csit-vpp-perf-report-iterative-2009-3n-hsw:
2178       - 18  # rls2005 MRR iter env 5
2179       - 9   # rls2005 NDRPDR iter env 5
2180       - 10  # rls2005 NDRPDR iter env 5
2181       - 11  # rls2005 NDRPDR iter env 5
2182       - 12  # rls2005 NDRPDR iter env 5
2183       - 13  # rls2005 NDRPDR iter env 5
2184       - 14  # rls2005 NDRPDR iter env 5
2185       - 15  # rls2005 NDRPDR iter env 5
2186       - 16  # rls2005 NDRPDR iter env 5
2187       - 17  # rls2005 NDRPDR iter env 5
2188       - 19  # rls2005 NDRPDR iter env 5
2189       - 23  # rls2009 MRR iter env 5
2190       - 21  # rls2009 NDRPDR iter env 5
2191       - 22  # rls2009 NDRPDR iter env 5
2192       - 24  # rls2009 NDRPDR iter env 5
2193       - 25  # rls2009 NDRPDR iter env 5
2194       - 26  # rls2009 NDRPDR iter env 5
2195       - 27  # rls2009 NDRPDR iter env 5
2196       - 28  # rls2009 NDRPDR iter env 5
2197       - 29  # rls2009 NDRPDR iter env 5
2198       - 30  # rls2009 NDRPDR iter env 5
2199       - 31  # rls2009 NDRPDR iter env 5
2200       - 32  # rls2009 Hoststack iter env 5
2201       - 33  # rls2009 Hoststack iter env 5
2202       - 34  # rls2009 Hoststack iter env 5
2203       - 35  # rls2009 Hoststack iter env 5
2204       - 36  # rls2009 Hoststack iter env 5
2205       - 37  # rls2009 Hoststack iter env 5
2206       - 38  # rls2009 Hoststack iter env 5
2207       - 39  # rls2009 Hoststack iter env 5
2208       - 40  # rls2009 Hoststack iter env 5
2209       - 41  # rls2009 Hoststack iter env 5
2210     csit-vpp-perf-report-coverage-2009-3n-hsw:
2211       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2212       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2213       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2214       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2215       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2216       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2217       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2218       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2219       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2220       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2221       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2222       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2223       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2224       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2225       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2226       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2227       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2228       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2229       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2230       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2231       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2232       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2233       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2234       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2235       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2236       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2237       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2238       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2239       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2240       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2241       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2242       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2243       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2244       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2245       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2246
2247     csit-vpp-perf-verify-2001-3n-skx:
2248       - 50  # MRR sel
2249       - 53  # MRR sel addition
2250     csit-vpp-perf-report-iterative-2005-3n-skx:
2251       - 4   # NDRPDR sel
2252       - 5   # NDRPDR sel ??? all x710 failed
2253       - 33  # NDRPDR sel
2254       - 28  # NDRPDR sel
2255       - 34  # NDRPDR sel
2256       - 42  # NDRPDR sel env 4
2257       - 43  # NDRPDR sel env 4
2258       - 44  # NDRPDR sel env 4
2259       - 45  # NDRPDR sel env 4
2260       - 47  # NDRPDR sel env 4
2261       - 55  # NDRPDR sel env 4
2262       - 56  # NDRPDR sel env 4
2263       - 57  # NDRPDR sel env 4
2264       - 61  # NDRPDR sel env 4
2265       - 62  # NDRPDR sel env 4
2266       - 50  # NDRPDR sel 2001.0-4
2267       - 51  # NDRPDR sel 2001.0-4
2268       - 52  # NDRPDR sel 2001.0-4
2269       - 53  # NDRPDR sel 2001.0-4
2270       - 54  # NDRPDR sel 2001.0-4
2271       - 49  # MRR sel env 4
2272     # TODO: Add:
2273     csit-vpp-perf-report-iterative-2009-3n-skx:
2274       - 17  # rls2005 MRR iter env 5
2275       - 13  # rls2005 NDRPDR iter env 5
2276       - 18  # rls2005 NDRPDR iter env 5
2277       - 19  # rls2005 NDRPDR iter env 5
2278       - 41  # rls2005 NDRPDR iter env 5
2279       - 24  # rls2009 MRR iter env 5
2280       - 26  # rls2009 NDRPDR iter env 5
2281       - 27  # rls2009 NDRPDR iter env 5
2282       - 28  # rls2009 NDRPDR iter env 5
2283       - 29  # rls2009 NDRPDR iter env 5
2284       - 35  # rls2009 NDRPDR iter env 5
2285       - 36  # rls2009 NDRPDR iter env 5
2286       - 37  # rls2009 NDRPDR iter env 5
2287       - 38  # rls2009 NDRPDR iter env 5
2288       - 39  # rls2009 NDRPDR iter env 5
2289       - 40  # rls2009 NDRPDR iter env 5
2290     # TODO: Add:
2291     csit-vpp-perf-report-coverage-2009-3n-skx:
2292       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2293       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2294       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2295       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2296       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2297       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2298       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2299       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2300       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2301       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2302       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2303       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2304       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2305       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2306       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2307       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2308       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2309       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2310
2311     csit-vpp-perf-verify-2001-2n-skx:
2312       - 101  # MRR sel - old
2313       - 128  # MRR sel addition - old
2314     csit-vpp-perf-report-iterative-2005-2n-skx:
2315       - 88  # NDRPDR sel env 4
2316       - 89  # NDRPDR sel env 4
2317       - 90  # NDRPDR sel env 4
2318       - 91  # NDRPDR sel env 4
2319       - 92  # NDRPDR sel env 4
2320       - 93  # NDRPDR sel env 4
2321       - 94  # NDRPDR sel env 4
2322       - 125 # NDRPDR sel env 4
2323       - 126 # NDRPDR sel env 4
2324       - 127 # NDRPDR sel env 4
2325       - 100 # NDRPDR sel 2001.0-4
2326       - 101 # NDRPDR sel 2001.0-4
2327       - 102 # NDRPDR sel 2001.0-4
2328       - 103 # NDRPDR sel 2001.0-4
2329       - 104 # NDRPDR sel 2001.0-4
2330       - 105 # NDRPDR sel 2001.0-4
2331       - 99  # MRR sel env 4
2332     csit-vpp-perf-report-iterative-2009-2n-skx:
2333       - 20  # rls2005 MRR iter env 5
2334       - 13  # rls2005 NDRPDR iter env 5
2335       - 16  # rls2005 NDRPDR iter env 5
2336       - 17  # rls2005 NDRPDR iter env 5
2337       - 18  # rls2005 NDRPDR iter env 5
2338       - 19  # rls2005 NDRPDR iter env 5
2339       - 21  # rls2005 NDRPDR iter env 5
2340       - 22  # rls2005 NDRPDR iter env 5
2341       - 23  # rls2005 NDRPDR iter env 5
2342       - 24  # rls2005 NDRPDR iter env 5
2343       - 25  # rls2005 NDRPDR iter env 5
2344       - 26  # rls2009 MRR iter env 5
2345       - 35  # rls2009 NDRPDR iter env 5
2346       - 36  # rls2009 NDRPDR iter env 5
2347       - 37  # rls2009 NDRPDR iter env 5
2348       - 39  # rls2009 NDRPDR iter env 5
2349       - 40  # rls2009 NDRPDR iter env 5
2350       - 42  # rls2009 NDRPDR iter env 5
2351       - 43  # rls2009 NDRPDR iter env 5
2352       - 44  # rls2009 NDRPDR iter env 5
2353       - 46  # rls2009 NDRPDR iter env 5
2354       - 48  # rls2009 NDRPDR iter env 5
2355       - 51  # rls2009 NDRPDR iter NAT44 env 5
2356       - 52  # rls2009 NDRPDR iter NAT44 env 5
2357       - 53  # rls2009 NDRPDR iter NAT44 env 5
2358       - 54  # rls2009 NDRPDR iter NAT44 env 5
2359       - 55  # rls2009 NDRPDR iter NAT44 env 5
2360       - 56  # rls2009 NDRPDR iter NAT44 env 5
2361       - 57  # rls2009 NDRPDR iter NAT44 env 5
2362       - 58  # rls2009 NDRPDR iter NAT44 env 5
2363       - 59  # rls2009 NDRPDR iter NAT44 env 5
2364       - 60  # rls2009 NDRPDR iter NAT44 env 5
2365       - 38  # rls2009 nf-density iter env 5
2366       - 41  # rls2009 nf-density iter env 5
2367       - 45  # rls2009 nf-density iter env 5
2368       - 47  # rls2009 nf-density iter env 5
2369       - 49  # rls2009 nf-density iter env 5
2370       - 63  # rls2009 nf-density iter env 5
2371       - 65  # rls2009 nf-density iter env 5
2372       - 66  # rls2009 nf-density iter env 5
2373       - 71  # rls2009 nf-density iter env 5
2374       - 72  # rls2009 nf-density iter env 5
2375       - 50  # rls2009 MRR nf-density iter env 5
2376       - 27  # rls2009 reconf env 5
2377       - 28  # rls2009 reconf env 5
2378       - 29  # rls2009 reconf env 5
2379       - 30  # rls2009 reconf env 5
2380       - 31  # rls2009 reconf env 5
2381       - 32  # rls2009 reconf env 5
2382       - 61  # rls2009 reconf env 5
2383       - 62  # rls2009 reconf env 5
2384       - 68  # rls2009 reconf env 5
2385       - 70  # rls2009 reconf env 5
2386       - 33  # rls2009 soak env 5
2387       - 34  # rls2009 soak env 5
2388     csit-vpp-perf-report-coverage-2009-2n-skx:
2389       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2390       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2391       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2392       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2393       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2394       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2395       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2396       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2397       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2398       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2399       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2400       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2401       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2402       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2403       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2404
2405     csit-vpp-perf-verify-2001-2n-clx:
2406       - 39  # MRR
2407     csit-vpp-perf-report-iterative-2005-2n-clx:
2408       - 62  # NDRPDR sel env 4
2409       - 63  # NDRPDR sel env 4
2410       - 64  # NDRPDR sel env 4
2411       - 65  # NDRPDR sel env 4
2412       - 66  # NDRPDR sel env 4
2413       - 68  # NDRPDR sel env 4
2414       - 69  # NDRPDR sel env 4
2415       - 70  # NDRPDR sel env 4
2416       - 103 # NDRPDR sel env 4
2417       - 104 # NDRPDR sel env 4
2418       - 73  # NDRPDR sel 2001.0-4
2419       - 74  # NDRPDR sel 2001.0-4
2420       - 75  # NDRPDR sel 2001.0-4
2421       - 76  # NDRPDR sel 2001.0-4
2422       - 77  # NDRPDR sel 2001.0-4
2423       - 78  # NDRPDR sel 2001.0-4
2424       - 79  # NDRPDR sel 2001.0-4
2425       - 80  # NDRPDR sel 2001.0-4
2426       - 72  # MRR env 4
2427     csit-vpp-perf-report-iterative-2009-2n-clx:
2428       - 77  # rls2005 MRR iter env 5
2429       - 13  # rls2005 NDRPDR iter env 5
2430       - 15  # rls2005 NDRPDR iter env 5
2431       - 17  # rls2005 NDRPDR iter env 5
2432       - 18  # rls2005 NDRPDR iter env 5
2433       - 19  # rls2005 NDRPDR iter env 5
2434       - 20  # rls2005 NDRPDR iter env 5
2435       - 21  # rls2005 NDRPDR iter env 5
2436       - 22  # rls2005 NDRPDR iter env 5
2437       - 23  # rls2005 NDRPDR iter env 5
2438       - 24  # rls2005 NDRPDR iter env 5
2439       - 78  # rls2009 MRR iter env 5
2440       - 36  # rls2009 NDRPDR iter env 5
2441       - 39  # rls2009 NDRPDR iter env 5
2442       - 40  # rls2009 NDRPDR iter env 5
2443       - 42  # rls2009 NDRPDR iter env 5
2444       - 64  # rls2009 NDRPDR iter env 5
2445       - 65  # rls2009 NDRPDR iter env 5
2446       - 66  # rls2009 NDRPDR iter env 5
2447       - 67  # rls2009 NDRPDR iter env 5
2448       - 79  # rls2009 NDRPDR iter env 5
2449       - 82  # rls2009 NDRPDR iter env 5
2450       - 37  # rls2009 nf-density iter env 5
2451       - 43  # rls2009 nf-density iter env 5
2452       - 69  # rls2009 nf-density iter env 5
2453       - 70  # rls2009 nf-density iter env 5
2454       - 71  # rls2009 nf-density iter env 5
2455       - 72  # rls2009 nf-density iter env 5
2456       - 73  # rls2009 nf-density iter env 5
2457       - 74  # rls2009 nf-density iter env 5
2458       - 75  # rls2009 nf-density iter env 5
2459       - 76  # rls2009 nf-density iter env 5
2460       - 45  # rls2009 MRR nf-density iter env 5
2461       - 25  # rls2009 reconf env 5
2462       - 27  # rls2009 reconf env 5
2463       - 28  # rls2009 reconf env 5
2464       - 29  # rls2009 reconf env 5
2465       - 30  # rls2009 reconf env 5
2466       - 30  # rls2009 reconf env 5
2467       - 32  # rls2009 reconf env 5
2468       - 48  # rls2009 reconf env 5
2469       - 53  # rls2009 reconf env 5
2470       - 68  # rls2009 reconf env 5
2471       - 33  # rls2009 soak env 5
2472       - 34  # rls2009 soak env 5
2473     csit-vpp-perf-report-coverage-2009-2n-clx:
2474       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2475       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2476       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2477       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2478       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2479       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2480       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2481       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2482       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2483       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2484       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2485       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2486       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2487       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2488       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2489
2490     csit-vpp-perf-verify-2001-3n-tsh:
2491       - 9   # MRR sel
2492     csit-vpp-perf-report-iterative-2005-3n-tsh:
2493       - 23  # NDRPDR sel env 4
2494       - 25  # NDRPDR sel env 4
2495       - 33  # NDRPDR sel env 4
2496       - 34  # NDRPDR sel env 4
2497       - 35  # NDRPDR sel env 4
2498       - 36  # NDRPDR sel env 4
2499       - 37  # NDRPDR sel env 4
2500       - 38  # NDRPDR sel env 4
2501       - 39  # NDRPDR sel env 4
2502       - 40  # NDRPDR sel env 4
2503       - 28  # NDRPDR sel 2001.0-4
2504       - 29  # NDRPDR sel 2001.0-4
2505       - 31  # NDRPDR sel 2001.0-4
2506       - 27  # MRR sel env 4
2507     # TODO: Add:
2508     csit-vpp-perf-report-iterative-2009-3n-tsh:
2509       - 8   # rls2005 NDRPDR iter env 5
2510       - 11  # rls2005 NDRPDR iter env 5
2511       - 12  # rls2005 NDRPDR iter env 5
2512       - 24  # rls2005 NDRPDR iter env 5
2513       - 13  # rls2005 MRR iter env 5
2514       - 14  # rls2009 NDRPDR iter env 5
2515       - 20  # rls2009 NDRPDR iter env 5
2516       - 21  # rls2009 NDRPDR iter env 5
2517       - 22  # rls2009 NDRPDR iter env 5
2518       - 23  # rls2009 NDRPDR iter env 5
2519       - 15  # rls2006 MRR iter env 5
2520 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2521 #      -
2522
2523     csit-vpp-perf-verify-2001-3n-dnv:
2524       - 5   # NDRPDR sel
2525       - 6   # NDRPDR sel
2526       - 7   # NDRPDR sel
2527       - 8   # NDRPDR sel
2528       - 9   # NDRPDR sel
2529       - 10  # NDRPDR sel
2530       - 12  # NDRPDR sel
2531       - 16  # NDRPDR sel
2532       - 17  # NDRPDR sel
2533       - 18  # NDRPDR sel
2534       - 11  # MRR sel
2535     csit-vpp-perf-report-iterative-2009-3n-dnv:
2536       - 16  # rls2005 NDRPDR iter env 5
2537       - 23  # rls2005 NDRPDR iter env 5
2538       - 25  # rls2005 NDRPDR iter env 5
2539       - 26  # rls2005 NDRPDR iter env 5
2540       - 27  # rls2005 NDRPDR iter env 5
2541       - 28  # rls2005 NDRPDR iter env 5
2542       - 29  # rls2005 NDRPDR iter env 5
2543       - 30  # rls2005 NDRPDR iter env 5
2544       - 31  # rls2005 NDRPDR iter env 5
2545       - 32  # rls2005 NDRPDR iter env 5
2546       - 19  # rls2005 MRR iter env 5
2547       - 3   # rls2009 NDRPDR iter env 5
2548       - 6   # rls2009 NDRPDR iter env 5
2549       - 7   # rls2009 NDRPDR iter env 5
2550       - 8   # rls2009 NDRPDR iter env 5
2551       - 10  # rls2009 NDRPDR iter env 5
2552       - 11  # rls2009 NDRPDR iter env 5
2553       - 12  # rls2009 NDRPDR iter env 5
2554       - 14  # rls2009 NDRPDR iter env 5
2555       - 15  # rls2009 NDRPDR iter env 5
2556       - 24  # rls2009 NDRPDR iter env 5
2557       - 22  # rls2009 MRR iter env 5
2558     csit-vpp-perf-report-coverage-2009-3n-dnv:
2559       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2560       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2561       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2562       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2563       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2564       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2565       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2566       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2567       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2568
2569     csit-vpp-perf-verify-2001-2n-dnv:
2570       - 4   # NDRPDR sel
2571       - 5   # NDRPDR sel
2572       - 6   # NDRPDR sel
2573       - 7   # NDRPDR sel
2574       - 8   # NDRPDR sel
2575       - 9   # NDRPDR sel
2576       - 10  # NDRPDR sel
2577       - 11  # NDRPDR sel
2578       - 13  # NDRPDR sel
2579       - 16  # NDRPDR sel
2580       - 12  # MRR sel
2581     csit-vpp-perf-report-iterative-2009-2n-dnv:
2582       - 16  # rls2005 NDRPDR iter env 5
2583       - 17  # rls2005 NDRPDR iter env 5
2584       - 18  # rls2005 NDRPDR iter env 5
2585       - 19  # rls2005 NDRPDR iter env 5
2586       - 21  # rls2005 NDRPDR iter env 5
2587       - 24  # rls2005 NDRPDR iter env 5
2588       - 27  # rls2005 NDRPDR iter env 5
2589       - 28  # rls2005 NDRPDR iter env 5
2590       - 29  # rls2005 NDRPDR iter env 5
2591       - 30  # rls2005 NDRPDR iter env 5
2592       - 23  # rls2005 MRR iter env 5
2593       - 3   # rls2009 NDRPDR iter env 5
2594       - 5   # rls2009 NDRPDR iter env 5
2595       - 6   # rls2009 NDRPDR iter env 5
2596       - 7   # rls2009 NDRPDR iter env 5
2597       - 9   # rls2009 NDRPDR iter env 5
2598       - 10  # rls2009 NDRPDR iter env 5
2599       - 11  # rls2009 NDRPDR iter env 5
2600       - 12  # rls2009 NDRPDR iter env 5
2601       - 14  # rls2009 NDRPDR iter env 5
2602       - 15  # rls2009 NDRPDR iter env 5
2603       - 13  # rls2009 MRR iter env 5
2604     csit-vpp-perf-report-coverage-2009-2n-dnv:
2605       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2606       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2607       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2608       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2609       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2610       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2611
2612     csit-dpdk-perf-verify-2001-3n-hsw:
2613       - 4   # NDRPDR sel
2614       - 5   # NDRPDR sel
2615       - 6   # NDRPDR sel
2616       - 7   # NDRPDR sel
2617       - 8   # NDRPDR sel
2618       - 9   # NDRPDR sel
2619       - 10  # NDRPDR sel
2620       - 11  # NDRPDR sel
2621       - 12  # NDRPDR sel
2622       - 13  # NDRPDR sel
2623       - 15  # NDRPDR sel
2624       - 16  # NDRPDR sel
2625       - 17  # NDRPDR sel
2626       - 18  # NDRPDR sel
2627       - 19  # NDRPDR sel
2628       - 20  # NDRPDR sel
2629       - 21  # NDRPDR sel
2630       - 22  # NDRPDR sel
2631       - 23  # NDRPDR sel
2632       - 24  # NDRPDR sel
2633     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2634       - 25  # NDRPDR iter
2635       - 26  # NDRPDR iter
2636       - 27  # NDRPDR iter
2637       - 28  # NDRPDR iter
2638       - 29  # NDRPDR iter
2639       - 30  # NDRPDR iter
2640       - 31  # NDRPDR iter
2641       - 32  # NDRPDR iter
2642       - 33  # NDRPDR iter
2643       - 34  # NDRPDR iter
2644     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2645       - 6   # NDRPDR iter env5
2646       - 7   # NDRPDR iter env5
2647       - 8   # NDRPDR iter env5
2648       - 9   # NDRPDR iter env5
2649       - 10  # NDRPDR iter env5
2650       - 11  # NDRPDR iter env5
2651       - 12  # NDRPDR iter env5
2652       - 13  # NDRPDR iter env5
2653       - 14  # NDRPDR iter env5
2654       - 15  # NDRPDR iter env5
2655
2656     csit-dpdk-perf-verify-2001-3n-skx:
2657       - 29  # NDRPDR sel xxv710
2658       - 33  # NDRPDR sel xxv710
2659       - 34  # NDRPDR sel xxv710
2660       - 35  # NDRPDR sel xxv710
2661       - 36  # NDRPDR sel xxv710
2662       - 37  # NDRPDR sel xxv710
2663       - 41  # NDRPDR sel xxv710
2664       - 42  # NDRPDR sel xxv710
2665       - 43  # NDRPDR sel xxv710
2666       - 45  # NDRPDR sel xxv710
2667       - 30  # NDRPDR sel x710
2668       - 31  # NDRPDR sel x710
2669       - 32  # NDRPDR sel x710
2670       - 38  # NDRPDR sel x710
2671       - 39  # NDRPDR sel x710
2672       - 40  # NDRPDR sel x710
2673       - 44  # NDRPDR sel x710
2674       - 46  # NDRPDR sel x710
2675       - 47  # NDRPDR sel x710
2676       - 48  # NDRPDR sel x710
2677     csit-dpdk-perf-report-iterative-2005-3n-skx:
2678       - 28  # NDRPDR iter
2679       - 29  # NDRPDR iter
2680       - 30  # NDRPDR iter
2681       - 31  # NDRPDR iter
2682       - 32  # NDRPDR iter
2683       - 33  # NDRPDR iter
2684       - 34  # NDRPDR iter
2685       - 35  # NDRPDR iter
2686       - 36  # NDRPDR iter
2687       - 37  # NDRPDR iter
2688     csit-dpdk-perf-report-iterative-2009-3n-skx:
2689       - 4   # NDRPDR sel env5
2690       - 5   # NDRPDR sel env5
2691       - 6   # NDRPDR sel env5
2692       - 7   # NDRPDR sel env5
2693       - 8   # NDRPDR sel env5
2694       - 9   # NDRPDR sel env5
2695       - 14  # NDRPDR sel env5
2696       - 11  # NDRPDR sel env5
2697       - 12  # NDRPDR sel env5
2698       - 13  # NDRPDR sel env5
2699
2700     csit-dpdk-perf-verify-2001-2n-skx:
2701       - 35  # NDRPDR sel xxv710
2702       - 36  # NDRPDR sel xxv710
2703       - 37  # NDRPDR sel xxv710
2704       - 41  # NDRPDR sel xxv710
2705       - 42  # NDRPDR sel xxv710
2706       - 43  # NDRPDR sel xxv710
2707       - 46  # NDRPDR sel xxv710
2708       - 47  # NDRPDR sel xxv710
2709       - 52  # NDRPDR sel xxv710
2710       - 53  # NDRPDR sel xxv710
2711       - 38  # NDRPDR sel x710
2712       - 39  # NDRPDR sel x710
2713       - 40  # NDRPDR sel x710
2714       - 44  # NDRPDR sel x710
2715       - 45  # NDRPDR sel x710
2716       - 48  # NDRPDR sel x710
2717       - 49  # NDRPDR sel x710
2718       - 50  # NDRPDR sel x710
2719       - 51  # NDRPDR sel x710
2720       - 54  # NDRPDR sel x710
2721     csit-dpdk-perf-report-iterative-2005-2n-skx:
2722       - 20  # NDRPDR iter
2723       - 21  # NDRPDR iter
2724       - 22  # NDRPDR iter
2725       - 23  # NDRPDR iter
2726       - 24  # NDRPDR iter
2727       - 25  # NDRPDR iter
2728       - 26  # NDRPDR iter
2729       - 27  # NDRPDR iter
2730       - 28  # NDRPDR iter
2731       - 29  # NDRPDR iter
2732     csit-dpdk-perf-report-iterative-2009-2n-skx:
2733       - 4   # NDRPDR iter env5
2734       - 5   # NDRPDR iter env5
2735       - 6   # NDRPDR iter env5
2736       - 7   # NDRPDR iter env5
2737       - 8   # NDRPDR iter env5
2738       - 9   # NDRPDR iter env5
2739       - 10  # NDRPDR iter env5
2740       - 11  # NDRPDR iter env5
2741       - 12  # NDRPDR iter env5
2742       - 13  # NDRPDR iter env5
2743
2744     csit-dpdk-perf-verify-2001-2n-clx:
2745       - 15  # NDRPDR sel
2746       - 16  # NDRPDR sel
2747       - 17  # NDRPDR sel
2748       - 18  # NDRPDR sel
2749       - 19  # NDRPDR sel
2750       - 20  # NDRPDR sel
2751       - 21  # NDRPDR sel
2752       - 22  # NDRPDR sel
2753       - 23  # NDRPDR sel
2754       - 24  # NDRPDR sel
2755       - 25  # NDRPDR sel
2756       - 26  # NDRPDR sel
2757       - 27  # NDRPDR sel
2758       - 28  # NDRPDR sel
2759       - 29  # NDRPDR sel
2760       - 30  # NDRPDR sel
2761       - 31  # NDRPDR sel
2762       - 32  # NDRPDR sel
2763       - 33  # NDRPDR sel
2764       - 34  # NDRPDR sel
2765     csit-dpdk-perf-report-iterative-2005-2n-clx:
2766       - 20  # NDRPDR iter
2767       - 21  # NDRPDR iter
2768       - 22  # NDRPDR iter
2769       - 23  # NDRPDR iter
2770       - 24  # NDRPDR iter
2771       - 25  # NDRPDR iter
2772       - 26  # NDRPDR iter
2773       - 27  # NDRPDR iter
2774       - 28  # NDRPDR iter
2775       - 29  # NDRPDR iter
2776     csit-dpdk-perf-report-iterative-2009-2n-clx:
2777       - 4   # NDRPDR iter env5
2778       - 5   # NDRPDR iter env5
2779       - 6   # NDRPDR iter env5
2780       - 7   # NDRPDR iter env5
2781       - 8   # NDRPDR iter env5
2782       - 9   # NDRPDR iter env5
2783       - 10  # NDRPDR iter env5
2784       - 11  # NDRPDR iter env5
2785       - 12  # NDRPDR iter env5
2786       - 13  # NDRPDR iter env5
2787
2788 #    csit-dpdk-perf-verify-2001-2n-dnv:
2789 #      - 9   # NDRPDR sel
2790 #      - 10  # NDRPDR sel
2791 #      - 11  # NDRPDR sel
2792 #      - 12  # NDRPDR sel
2793 #      - 13  # NDRPDR sel
2794 #      - 14  # NDRPDR sel
2795 #      - 15  # NDRPDR sel
2796 #      - 16  # NDRPDR sel
2797 #      - 17  # NDRPDR sel
2798 #      - 18  # NDRPDR sel
2799 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2800 #      # No data
2801 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2802 #      # No data
2803
2804 #    csit-dpdk-perf-verify-2001-3n-dnv:
2805 #      - 12  # NDRPDR sel
2806 #      - 13  # NDRPDR sel
2807 #      - 14  # NDRPDR sel
2808 #      - 15  # NDRPDR sel
2809 #      - 16  # NDRPDR sel
2810 #      - 17  # NDRPDR sel
2811 #      - 18  # NDRPDR sel
2812 #      - 19  # NDRPDR sel
2813 #      - 20  # NDRPDR sel
2814 #      - 22  # NDRPDR sel
2815 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2816 #      # No data
2817 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2818 #      # No data
2819
2820     csit-dpdk-perf-verify-2001-3n-tsh:
2821       - 3   # NDRPDR sel
2822       - 4   # NDRPDR sel
2823       - 5   # NDRPDR sel
2824       - 9   # NDRPDR sel
2825       - 10  # NDRPDR sel
2826       - 11  # NDRPDR sel
2827       - 12  # NDRPDR sel
2828       - 14  # NDRPDR sel
2829       - 15  # NDRPDR sel
2830       - 18  # NDRPDR sel
2831     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2832       - 5   # NDRPDR sel
2833     # TODO: Add:
2834     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2835       - 1   # NDRPDR iter env5
2836       - 2   # NDRPDR iter env5
2837       - 3   # NDRPDR iter env5
2838       - 4   # NDRPDR iter env5
2839       - 5   # NDRPDR iter env5
2840       - 6   # NDRPDR iter env5
2841       - 7   # NDRPDR iter env5
2842       - 9   # NDRPDR iter env5
2843       - 10  # NDRPDR iter env5
2844
2845     csit-vpp-device-2009-ubuntu1804-1n-skx:
2846       - 131 # rls2009 env 5
2847
2848 - type: "output"
2849   output: "report"
2850   format:
2851     html:
2852     - full
2853     pdf:
2854     - minimal
2855
2856 ################################################################################
2857 ###                               T A B L E S                                ###
2858 ################################################################################
2859
2860 # VPP Soak vs NDR - 2n-skx
2861 - type: "table"
2862   title: "VPP Soak vs NDR 2n-skx"
2863   algorithm: "table_soak_vs_ndr"
2864   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2865   reference:
2866     title: "NDR"
2867     data: "vpp-soak-vs-ndr-2n-skx-ref"
2868   compare:
2869     title: "Soak"
2870     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2871   data: "vpp-soak-vs-ndr-2n-skx"
2872   include-tests: "NDR"
2873   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2874   parameters:
2875     - "throughput"
2876     - "name"
2877     - "parent"
2878
2879 # VPP Soak vs NDR - 2n-clx
2880 - type: "table"
2881   title: "VPP Soak vs NDR 2n-clx"
2882   algorithm: "table_soak_vs_ndr"
2883   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2884   reference:
2885     title: "NDR"
2886     data: "vpp-soak-vs-ndr-2n-clx-ref"
2887   compare:
2888     title: "Soak"
2889     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2890   data: "vpp-soak-vs-ndr-2n-clx"
2891   include-tests: "NDR"
2892   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2893   parameters:
2894     - "throughput"
2895     - "name"
2896     - "parent"
2897
2898 ################################################################################
2899
2900 # VPP Compare NICs 3n-skx 2t1c ndr
2901 - type: "table"
2902   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2903   algorithm: "table_comparison"
2904   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2906   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2907   columns:
2908     - title: "x710"
2909       data-set: "vpp-nic-comparison-3n-skx"
2910       tag: "NIC_Intel-X710"
2911     - title: "xxv710"
2912       data-set: "vpp-nic-comparison-3n-skx"
2913       tag: "NIC_Intel-XXV710"
2914   comparisons:
2915     - title: "Diff"
2916       reference: 1
2917       compare: 2
2918   legend:
2919     - ""
2920     - "x710, xxv710 - NICs tested."
2921     - "Diff - difference between x710 and xxv710 NIC."
2922
2923 # VPP Compare NICs 3n-skx 4t2c ndr
2924 - type: "table"
2925   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2926   algorithm: "table_comparison"
2927   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2928   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2929   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2930   columns:
2931     - title: "x710"
2932       data-set: "vpp-nic-comparison-3n-skx"
2933       tag: "NIC_Intel-X710"
2934     - title: "xxv710"
2935       data-set: "vpp-nic-comparison-3n-skx"
2936       tag: "NIC_Intel-XXV710"
2937   comparisons:
2938     - title: "Diff"
2939       reference: 1
2940       compare: 2
2941   legend:
2942     - ""
2943     - "x710, xxv710 - NICs tested."
2944     - "Diff - difference between x710 and xxv710 NIC."
2945
2946 # VPP Compare NICs 3n-skx 2t1c pdr
2947 - type: "table"
2948   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2949   algorithm: "table_comparison"
2950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2952   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2953   columns:
2954     - title: "x710"
2955       data-set: "vpp-nic-comparison-3n-skx"
2956       tag: "NIC_Intel-X710"
2957     - title: "xxv710"
2958       data-set: "vpp-nic-comparison-3n-skx"
2959       tag: "NIC_Intel-XXV710"
2960   comparisons:
2961     - title: "Diff"
2962       reference: 1
2963       compare: 2
2964   legend:
2965     - ""
2966     - "x710, xxv710 - NICs tested."
2967     - "Diff - difference between x710 and xxv710 NIC."
2968
2969 # VPP Compare NICs 3n-skx 4t2c pdr
2970 - type: "table"
2971   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2972   algorithm: "table_comparison"
2973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2975   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2976   columns:
2977     - title: "x710"
2978       data-set: "vpp-nic-comparison-3n-skx"
2979       tag: "NIC_Intel-X710"
2980     - title: "xxv710"
2981       data-set: "vpp-nic-comparison-3n-skx"
2982       tag: "NIC_Intel-XXV710"
2983   comparisons:
2984     - title: "Diff"
2985       reference: 1
2986       compare: 2
2987   legend:
2988     - ""
2989     - "x710, xxv710 - NICs tested."
2990     - "Diff - difference between x710 and xxv710 NIC."
2991
2992 # VPP Compare NICs 3n-skx 2t1c mrr
2993 - type: "table"
2994   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2995   algorithm: "table_comparison"
2996   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2998   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2999   columns:
3000     - title: "x710"
3001       data-set: "vpp-nic-comparison-3n-skx-mrr"
3002       tag: "NIC_Intel-X710"
3003     - title: "xxv710"
3004       data-set: "vpp-nic-comparison-3n-skx-mrr"
3005       tag: "NIC_Intel-XXV710"
3006   comparisons:
3007     - title: "Diff"
3008       reference: 1
3009       compare: 2
3010   legend:
3011     - ""
3012     - "x710, xxv710 - NICs tested."
3013     - "Diff - difference between x710 and xxv710 NIC."
3014
3015 # VPP Compare NICs 3n-skx 4t2c mrr
3016 - type: "table"
3017   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3018   algorithm: "table_comparison"
3019   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3021   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3022   columns:
3023     - title: "x710"
3024       data-set: "vpp-nic-comparison-3n-skx-mrr"
3025       tag: "NIC_Intel-X710"
3026     - title: "xxv710"
3027       data-set: "vpp-nic-comparison-3n-skx-mrr"
3028       tag: "NIC_Intel-XXV710"
3029   comparisons:
3030     - title: "Diff"
3031       reference: 1
3032       compare: 2
3033   legend:
3034     - ""
3035     - "x710, xxv710 - NICs tested."
3036     - "Diff - difference between x710 and xxv710 NIC."
3037
3038 # VPP Compare NICs 3n-skx 8t4c mrr
3039 - type: "table"
3040   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3041   algorithm: "table_comparison"
3042   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3043   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3044   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3045   columns:
3046     - title: "x710"
3047       data-set: "vpp-nic-comparison-3n-skx-mrr"
3048       tag: "NIC_Intel-X710"
3049     - title: "xxv710"
3050       data-set: "vpp-nic-comparison-3n-skx-mrr"
3051       tag: "NIC_Intel-XXV710"
3052   comparisons:
3053     - title: "Diff"
3054       reference: 1
3055       compare: 2
3056   legend:
3057     - ""
3058     - "x710, xxv710 - NICs tested."
3059     - "Diff - difference between x710 and xxv710 NIC."
3060
3061 # VPP Compare NICs 2n-skx 2t1c ndr
3062 - type: "table"
3063   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3064   algorithm: "table_comparison"
3065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3067   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3068   columns:
3069     - title: "x710"
3070       data-set: "vpp-nic-comparison-2n-skx"
3071       tag: "NIC_Intel-X710"
3072     - title: "xxv710"
3073       data-set: "vpp-nic-comparison-2n-skx"
3074       tag: "NIC_Intel-XXV710"
3075   comparisons:
3076     - title: "Diff"
3077       reference: 1
3078       compare: 2
3079   legend:
3080     - ""
3081     - "x710, xxv710 - NICs tested."
3082     - "Diff - difference between x710 and xxv710 NIC."
3083
3084 # VPP Compare NICs 2n-skx 4t2c ndr
3085 - type: "table"
3086   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3087   algorithm: "table_comparison"
3088   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3089   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3090   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3091   columns:
3092     - title: "x710"
3093       data-set: "vpp-nic-comparison-2n-skx"
3094       tag: "NIC_Intel-X710"
3095     - title: "xxv710"
3096       data-set: "vpp-nic-comparison-2n-skx"
3097       tag: "NIC_Intel-XXV710"
3098   comparisons:
3099     - title: "Diff"
3100       reference: 1
3101       compare: 2
3102   legend:
3103     - ""
3104     - "x710, xxv710 - NICs tested."
3105     - "Diff - difference between x710 and xxv710 NIC."
3106
3107 # VPP Compare NICs 2n-skx 2t1c pdr
3108 - type: "table"
3109   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3110   algorithm: "table_comparison"
3111   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3113   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3114   columns:
3115     - title: "x710"
3116       data-set: "vpp-nic-comparison-2n-skx"
3117       tag: "NIC_Intel-X710"
3118     - title: "xxv710"
3119       data-set: "vpp-nic-comparison-2n-skx"
3120       tag: "NIC_Intel-XXV710"
3121   comparisons:
3122     - title: "Diff"
3123       reference: 1
3124       compare: 2
3125   legend:
3126     - ""
3127     - "x710, xxv710 - NICs tested."
3128     - "Diff - difference between x710 and xxv710 NIC."
3129
3130 # VPP Compare NICs 2n-skx 4t2c pdr
3131 - type: "table"
3132   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3133   algorithm: "table_comparison"
3134   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3136   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3137   columns:
3138     - title: "x710"
3139       data-set: "vpp-nic-comparison-2n-skx"
3140       tag: "NIC_Intel-X710"
3141     - title: "xxv710"
3142       data-set: "vpp-nic-comparison-2n-skx"
3143       tag: "NIC_Intel-XXV710"
3144   comparisons:
3145     - title: "Diff"
3146       reference: 1
3147       compare: 2
3148   legend:
3149     - ""
3150     - "x710, xxv710 - NICs tested."
3151     - "Diff - difference between x710 and xxv710 NIC."
3152
3153 # VPP Compare NICs 2n-skx 2t1c mrr
3154 - type: "table"
3155   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3156   algorithm: "table_comparison"
3157   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3159   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3160   columns:
3161     - title: "x710"
3162       data-set: "vpp-nic-comparison-2n-skx-mrr"
3163       tag: "NIC_Intel-X710"
3164     - title: "xxv710"
3165       data-set: "vpp-nic-comparison-2n-skx-mrr"
3166       tag: "NIC_Intel-XXV710"
3167   comparisons:
3168     - title: "Diff"
3169       reference: 1
3170       compare: 2
3171   legend:
3172     - ""
3173     - "x710, xxv710 - NICs tested."
3174     - "Diff - difference between x710 and xxv710 NIC."
3175
3176 # VPP Compare NICs 2n-skx 4t2c mrr
3177 - type: "table"
3178   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3179   algorithm: "table_comparison"
3180   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3181   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3182   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3183   columns:
3184     - title: "x710"
3185       data-set: "vpp-nic-comparison-2n-skx-mrr"
3186       tag: "NIC_Intel-X710"
3187     - title: "xxv710"
3188       data-set: "vpp-nic-comparison-2n-skx-mrr"
3189       tag: "NIC_Intel-XXV710"
3190   comparisons:
3191     - title: "Diff"
3192       reference: 1
3193       compare: 2
3194   legend:
3195     - ""
3196     - "x710, xxv710 - NICs tested."
3197     - "Diff - difference between x710 and xxv710 NIC."
3198
3199 # VPP Compare NICs 2n-skx 8t4c mrr
3200 - type: "table"
3201   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3202   algorithm: "table_comparison"
3203   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3205   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3206   columns:
3207     - title: "x710"
3208       data-set: "vpp-nic-comparison-2n-skx-mrr"
3209       tag: "NIC_Intel-X710"
3210     - title: "xxv710"
3211       data-set: "vpp-nic-comparison-2n-skx-mrr"
3212       tag: "NIC_Intel-XXV710"
3213   comparisons:
3214     - title: "Diff"
3215       reference: 1
3216       compare: 2
3217   legend:
3218     - ""
3219     - "x710, xxv710 - NICs tested."
3220     - "Diff - difference between x710 and xxv710 NIC."
3221
3222 ################################################################################
3223 # VPP
3224
3225 # VPP Performance Changes 3n-hsw 1t1c pdr
3226 - type: "table"
3227   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3228   algorithm: "table_comparison"
3229   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3231   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3232   columns:
3233     - title: "2001.0-4"
3234       data-set: "vpp-performance-changes-3n-hsw-h1"
3235     - title: "2005.0-4"
3236       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3237     - title: "2005.0-5"
3238       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3239     - title: "2009.0-5"
3240       data-set: "vpp-performance-changes-3n-hsw-cmp"
3241   comparisons:
3242     - title: "2005.0-5 vs 2005.0-4"
3243       reference: 2
3244       compare: 3
3245 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3246     - title: "2009.0-5 vs 2005.0-5"
3247       reference: 3
3248       compare: 4
3249 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3250   legend:
3251     - ''
3252     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3253     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3254     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3255     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3256     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3257
3258 # VPP Performance Changes 3n-hsw 2t2c pdr
3259 - type: "table"
3260   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3261   algorithm: "table_comparison"
3262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3264   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3265   columns:
3266     - title: "2001.0-4"
3267       data-set: "vpp-performance-changes-3n-hsw-h1"
3268     - title: "2005.0-4"
3269       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3270     - title: "2005.0-5"
3271       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3272     - title: "2009.0-5"
3273       data-set: "vpp-performance-changes-3n-hsw-cmp"
3274   comparisons:
3275     - title: "2005.0-5 vs 2005.0-4"
3276       reference: 2
3277       compare: 3
3278 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3279     - title: "2009.0-5 vs 2005.0-5"
3280       reference: 3
3281       compare: 4
3282 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3283   legend:
3284     - ''
3285     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3286     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3287     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3288     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3289     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3290
3291 # VPP Performance Changes 3n-hsw 1t1c ndr
3292 - type: "table"
3293   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3294   algorithm: "table_comparison"
3295   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3296   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3297   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3298   columns:
3299     - title: "2001.0-4"
3300       data-set: "vpp-performance-changes-3n-hsw-h1"
3301     - title: "2005.0-4"
3302       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3303     - title: "2005.0-5"
3304       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3305     - title: "2009.0-5"
3306       data-set: "vpp-performance-changes-3n-hsw-cmp"
3307   comparisons:
3308     - title: "2005.0-5 vs 2005.0-4"
3309       reference: 2
3310       compare: 3
3311 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3312     - title: "2009.0-5 vs 2005.0-5"
3313       reference: 3
3314       compare: 4
3315 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3316   legend:
3317     - ''
3318     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3319     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3320     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3321     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3322     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3323
3324 # VPP Performance Changes 3n-hsw 2t2c ndr
3325 - type: "table"
3326   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3327   algorithm: "table_comparison"
3328   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3329   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3330   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3331   columns:
3332     - title: "2001.0-4"
3333       data-set: "vpp-performance-changes-3n-hsw-h1"
3334     - title: "2005.0-4"
3335       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3336     - title: "2005.0-5"
3337       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3338     - title: "2009.0-5"
3339       data-set: "vpp-performance-changes-3n-hsw-cmp"
3340   comparisons:
3341     - title: "2005.0-5 vs 2005.0-4"
3342       reference: 2
3343       compare: 3
3344 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3345     - title: "2009.0-5 vs 2005.0-5"
3346       reference: 3
3347       compare: 4
3348 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3349   legend:
3350     - ''
3351     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3352     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3353     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3354     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3355     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3356
3357 # VPP Performance Changes 3n-skx 2t1c pdr
3358 - type: "table"
3359   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3360   algorithm: "table_comparison"
3361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3362   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3363   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3364   columns:
3365     - title: "2001.0-4"
3366       data-set: "vpp-performance-changes-3n-skx-h1"
3367     - title: "2005.0-4"
3368       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3369     - title: "2005.0-5"
3370       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3371     - title: "2009.0-5"
3372       data-set: "vpp-performance-changes-3n-skx-cmp"
3373   comparisons:
3374     - title: "2005.0-5 vs 2005.0-4"
3375       reference: 2
3376       compare: 3
3377 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3378     - title: "2009.0-5 vs 2005.0-5"
3379       reference: 3
3380       compare: 4
3381 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3382   legend:
3383     - ''
3384     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3385     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3386     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3387     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3388     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3389
3390 # VPP Performance Changes 3n-skx 4t2c pdr
3391 - type: "table"
3392   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3393   algorithm: "table_comparison"
3394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3396   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3397   columns:
3398     - title: "2001.0-4"
3399       data-set: "vpp-performance-changes-3n-skx-h1"
3400     - title: "2005.0-4"
3401       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3402     - title: "2005.0-5"
3403       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3404     - title: "2009.0-5"
3405       data-set: "vpp-performance-changes-3n-skx-cmp"
3406   comparisons:
3407     - title: "2005.0-5 vs 2005.0-4"
3408       reference: 2
3409       compare: 3
3410 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3411     - title: "2009.0-5 vs 2005.0-5"
3412       reference: 3
3413       compare: 4
3414 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3415   legend:
3416     - ''
3417     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3418     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3419     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3420     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3421     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3422
3423 # VPP Performance Changes 3n-skx 2t1c ndr
3424 - type: "table"
3425   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3426   algorithm: "table_comparison"
3427   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3429   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3430   columns:
3431     - title: "2001.0-4"
3432       data-set: "vpp-performance-changes-3n-skx-h1"
3433     - title: "2005.0-4"
3434       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3435     - title: "2005.0-5"
3436       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3437     - title: "2009.0-5"
3438       data-set: "vpp-performance-changes-3n-skx-cmp"
3439   comparisons:
3440     - title: "2005.0-5 vs 2005.0-4"
3441       reference: 2
3442       compare: 3
3443 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3444     - title: "2009.0-5 vs 2005.0-5"
3445       reference: 3
3446       compare: 4
3447 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3448   legend:
3449     - ''
3450     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3451     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3452     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3453     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3454     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3455
3456 # VPP Performance Changes 3n-skx 4t2c ndr
3457 - type: "table"
3458   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3459   algorithm: "table_comparison"
3460   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3462   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3463   columns:
3464     - title: "2001.0-4"
3465       data-set: "vpp-performance-changes-3n-skx-h1"
3466     - title: "2005.0-4"
3467       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3468     - title: "2005.0-5"
3469       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3470     - title: "2009.0-5"
3471       data-set: "vpp-performance-changes-3n-skx-cmp"
3472   comparisons:
3473     - title: "2005.0-5 vs 2005.0-4"
3474       reference: 2
3475       compare: 3
3476 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3477     - title: "2009.0-5 vs 2005.0-5"
3478       reference: 3
3479       compare: 4
3480 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3481   legend:
3482     - ''
3483     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3484     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3485     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3486     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3487     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3488
3489 # VPP Performance Changes 2n-skx 2t1c pdr
3490 - type: "table"
3491   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3492   algorithm: "table_comparison"
3493   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3495   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3496   columns:
3497     - title: "2001.0-4"
3498       data-set: "vpp-performance-changes-2n-skx-h1"
3499     - title: "2005.0-4"
3500       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3501     - title: "2005.0-5"
3502       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3503     - title: "2009.0-5"
3504       data-set: "vpp-performance-changes-2n-skx-cmp"
3505   comparisons:
3506     - title: "2005.0-5 vs 2005.0-4"
3507       reference: 2
3508       compare: 3
3509 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3510     - title: "2009.0-5 vs 2005.0-5"
3511       reference: 3
3512       compare: 4
3513 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3514   legend:
3515     - ''
3516     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3517     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3518     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3519     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3520     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3521
3522 # VPP Performance Changes 2n-skx 4t2c pdr
3523 - type: "table"
3524   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3525   algorithm: "table_comparison"
3526   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3529   columns:
3530     - title: "2001.0-4"
3531       data-set: "vpp-performance-changes-2n-skx-h1"
3532     - title: "2005.0-4"
3533       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3534     - title: "2005.0-5"
3535       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3536     - title: "2009.0-5"
3537       data-set: "vpp-performance-changes-2n-skx-cmp"
3538   comparisons:
3539     - title: "2005.0-5 vs 2005.0-4"
3540       reference: 2
3541       compare: 3
3542 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3543     - title: "2009.0-5 vs 2005.0-5"
3544       reference: 3
3545       compare: 4
3546 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3547   legend:
3548     - ''
3549     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3552     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3553     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3554
3555 # VPP Performance Changes 2n-skx 2t1c ndr
3556 - type: "table"
3557   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3558   algorithm: "table_comparison"
3559   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3561   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3562   columns:
3563     - title: "2001.0-4"
3564       data-set: "vpp-performance-changes-2n-skx-h1"
3565     - title: "2005.0-4"
3566       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3567     - title: "2005.0-5"
3568       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3569     - title: "2009.0-5"
3570       data-set: "vpp-performance-changes-2n-skx-cmp"
3571   comparisons:
3572     - title: "2005.0-5 vs 2005.0-4"
3573       reference: 2
3574       compare: 3
3575 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3576     - title: "2009.0-5 vs 2005.0-5"
3577       reference: 3
3578       compare: 4
3579 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3580   legend:
3581     - ''
3582     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3583     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3584     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3585     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3586     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3587
3588 # VPP Performance Changes 2n-skx 4t2c ndr
3589 - type: "table"
3590   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3591   algorithm: "table_comparison"
3592   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3595   columns:
3596     - title: "2001.0-4"
3597       data-set: "vpp-performance-changes-2n-skx-h1"
3598     - title: "2005.0-4"
3599       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3600     - title: "2005.0-5"
3601       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3602     - title: "2009.0-5"
3603       data-set: "vpp-performance-changes-2n-skx-cmp"
3604   comparisons:
3605     - title: "2005.0-5 vs 2005.0-4"
3606       reference: 2
3607       compare: 3
3608 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3609     - title: "2009.0-5 vs 2005.0-5"
3610       reference: 3
3611       compare: 4
3612 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3613   legend:
3614     - ''
3615     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3616     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3617     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3618     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3619     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3620
3621 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3622 - type: "table"
3623   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3624   algorithm: "table_comparison"
3625   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3627   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3628   columns:
3629     - title: "2001.0-4"
3630       data-set: "vpp-performance-changes-2n-clx-h1"
3631     - title: "2005.0-4"
3632       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3633     - title: "2005.0-5"
3634       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3635     - title: "2009.0-5"
3636       data-set: "vpp-performance-changes-2n-clx-cmp"
3637   comparisons:
3638     - title: "2005.0-5 vs 2005.0-4"
3639       reference: 2
3640       compare: 3
3641 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3642     - title: "2009.0-5 vs 2005.0-5"
3643       reference: 3
3644       compare: 4
3645 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3646   legend:
3647     - ''
3648     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3649     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3650     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3651     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3652     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3653
3654 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3655 - type: "table"
3656   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3657   algorithm: "table_comparison"
3658   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3661   columns:
3662     - title: "2001.0-4"
3663       data-set: "vpp-performance-changes-2n-clx-h1"
3664     - title: "2005.0-4"
3665       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3666     - title: "2005.0-5"
3667       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3668     - title: "2009.0-5"
3669       data-set: "vpp-performance-changes-2n-clx-cmp"
3670   comparisons:
3671     - title: "2005.0-5 vs 2005.0-4"
3672       reference: 2
3673       compare: 3
3674 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3675     - title: "2009.0-5 vs 2005.0-5"
3676       reference: 3
3677       compare: 4
3678 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3679   legend:
3680     - ''
3681     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3682     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3683     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3684     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3685     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3686
3687 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3688 - type: "table"
3689   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3690   algorithm: "table_comparison"
3691   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3693   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3694   columns:
3695     - title: "2001.0-4"
3696       data-set: "vpp-performance-changes-2n-clx-h1"
3697     - title: "2005.0-4"
3698       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3699     - title: "2005.0-5"
3700       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3701     - title: "2009.0-5"
3702       data-set: "vpp-performance-changes-2n-clx-cmp"
3703   comparisons:
3704     - title: "2005.0-5 vs 2005.0-4"
3705       reference: 2
3706       compare: 3
3707 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3708     - title: "2009.0-5 vs 2005.0-5"
3709       reference: 3
3710       compare: 4
3711 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3712   legend:
3713     - ''
3714     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3715     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3716     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3717     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3718     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3719
3720 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3721 - type: "table"
3722   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3723   algorithm: "table_comparison"
3724   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3726   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3727   columns:
3728     - title: "2001.0-4"
3729       data-set: "vpp-performance-changes-2n-clx-h1"
3730     - title: "2005.0-4"
3731       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3732     - title: "2005.0-5"
3733       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3734     - title: "2009.0-5"
3735       data-set: "vpp-performance-changes-2n-clx-cmp"
3736   comparisons:
3737     - title: "2005.0-5 vs 2005.0-4"
3738       reference: 2
3739       compare: 3
3740 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3741     - title: "2009.0-5 vs 2005.0-5"
3742       reference: 3
3743       compare: 4
3744 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3745   legend:
3746     - ''
3747     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3748     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3749     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3750     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3751     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3752
3753 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3754 #- type: "table"
3755 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3756 #  algorithm: "table_comparison"
3757 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3758 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3759 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3760 #  columns:
3761 #    - title: "2001.0-2"
3762 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3763 #    - title: "2005.0-3"
3764 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3765 #  comparisons:
3766 #    - title: "Diff"
3767 #      reference: 1
3768 #      compare: 2
3769 #  legend:
3770 #    - ''
3771 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3772 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3773 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3774 #    - '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.'
3775 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3776 #
3777 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3778 #- type: "table"
3779 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3780 #  algorithm: "table_comparison"
3781 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3782 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3783 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3784 #  columns:
3785 #    - title: "2001.0-2"
3786 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3787 #    - title: "2005.0-3"
3788 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3789 #  comparisons:
3790 #    - title: "Diff"
3791 #      reference: 1
3792 #      compare: 2
3793 #  legend:
3794 #    - ''
3795 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3796 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3797 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3798 #    - '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.'
3799 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3800 #
3801 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3802 #- type: "table"
3803 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3804 #  algorithm: "table_comparison"
3805 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3806 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3807 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3808 #  columns:
3809 #    - title: "2001.0-2"
3810 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3811 #    - title: "2005.0-3"
3812 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3813 #  comparisons:
3814 #    - title: "Diff"
3815 #      reference: 1
3816 #      compare: 2
3817 #  legend:
3818 #    - ''
3819 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3820 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3821 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3822 #    - '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.'
3823 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3824 #
3825 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3826 #- type: "table"
3827 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3828 #  algorithm: "table_comparison"
3829 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3830 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3831 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3832 #  columns:
3833 #    - title: "2001.0-2"
3834 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3835 #    - title: "2005.0-3"
3836 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3837 #  comparisons:
3838 #    - title: "Diff"
3839 #      reference: 1
3840 #      compare: 2
3841 #  legend:
3842 #    - ''
3843 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3844 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3845 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3846 #    - '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.'
3847 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3848
3849 # VPP Performance Changes 2n-dnv 1t1c pdr
3850 - type: "table"
3851   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3852   algorithm: "table_comparison"
3853   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3855   filter: "'1T1C'"
3856   columns:
3857     - title: "2001.0-2"
3858       data-set: "vpp-performance-changes-2n-dnv-h1"
3859     - title: "2005.0-5"
3860       data-set: "vpp-performance-changes-2n-dnv-ref"
3861     - title: "2009.0-5"
3862       data-set: "vpp-performance-changes-2n-dnv-cmp"
3863   comparisons:
3864     - title: "2009.0-5 vs 2005.0-5"
3865       reference: 2
3866       compare: 3
3867   legend:
3868     - ''
3869     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3870     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3871     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3872     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3873
3874 # VPP Performance Changes 2n-dnv 2t2c pdr
3875 - type: "table"
3876   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3877   algorithm: "table_comparison"
3878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3880   filter: "'2T2C'"
3881   columns:
3882     - title: "2001.0-2"
3883       data-set: "vpp-performance-changes-2n-dnv-h1"
3884     - title: "2005.0-5"
3885       data-set: "vpp-performance-changes-2n-dnv-ref"
3886     - title: "2009.0-5"
3887       data-set: "vpp-performance-changes-2n-dnv-cmp"
3888   comparisons:
3889     - title: "2009.0-5 vs 2005.0-5"
3890       reference: 2
3891       compare: 3
3892   legend:
3893     - ''
3894     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3895     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3896     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3897     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3898
3899 # VPP Performance Changes 2n-dnv 1t1c ndr
3900 - type: "table"
3901   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3902   algorithm: "table_comparison"
3903   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3905   filter: "'1T1C'"
3906   columns:
3907     - title: "2001.0-2"
3908       data-set: "vpp-performance-changes-2n-dnv-h1"
3909     - title: "2005.0-5"
3910       data-set: "vpp-performance-changes-2n-dnv-ref"
3911     - title: "2009.0-5"
3912       data-set: "vpp-performance-changes-2n-dnv-cmp"
3913   comparisons:
3914     - title: "2009.0-5 vs 2005.0-5"
3915       reference: 2
3916       compare: 3
3917   legend:
3918     - ''
3919     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3920     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3921     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3922     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3923
3924 # VPP Performance Changes 2n-dnv 2t2c ndr
3925 - type: "table"
3926   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3927   algorithm: "table_comparison"
3928   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3930   filter: "'2T2C'"
3931   columns:
3932     - title: "2001.0-2"
3933       data-set: "vpp-performance-changes-2n-dnv-h1"
3934     - title: "2005.0-5"
3935       data-set: "vpp-performance-changes-2n-dnv-ref"
3936     - title: "2009.0-5"
3937       data-set: "vpp-performance-changes-2n-dnv-cmp"
3938   comparisons:
3939     - title: "2009.0-5 vs 2005.0-5"
3940       reference: 2
3941       compare: 3
3942   legend:
3943     - ''
3944     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3945     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3946     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3947     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3948
3949 # VPP Performance Changes 3n-dnv 1t1c pdr
3950 - type: "table"
3951   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3952   algorithm: "table_comparison"
3953   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3955   filter: "'1T1C'"
3956   columns:
3957     - title: "2001.0-2"
3958       data-set: "vpp-performance-changes-3n-dnv-h1"
3959     - title: "2005.0-5"
3960       data-set: "vpp-performance-changes-3n-dnv-ref"
3961     - title: "2009.0-5"
3962       data-set: "vpp-performance-changes-3n-dnv-cmp"
3963   comparisons:
3964     - title: "2009.0-5 vs 2005.0-5"
3965       reference: 2
3966       compare: 3
3967   legend:
3968     - ''
3969     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3970     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3971     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3972     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3973
3974 # VPP Performance Changes 3n-dnv 2t2c pdr
3975 - type: "table"
3976   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3977   algorithm: "table_comparison"
3978   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3980   filter: "'2T2C'"
3981   columns:
3982     - title: "2001.0-2"
3983       data-set: "vpp-performance-changes-3n-dnv-h1"
3984     - title: "2005.0-5"
3985       data-set: "vpp-performance-changes-3n-dnv-ref"
3986     - title: "2009.0-5"
3987       data-set: "vpp-performance-changes-3n-dnv-cmp"
3988   comparisons:
3989     - title: "2009.0-5 vs 2005.0-5"
3990       reference: 2
3991       compare: 3
3992   legend:
3993     - ''
3994     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3995     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3996     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3997     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3998
3999 # VPP Performance Changes 3n-dnv 1t1c ndr
4000 - type: "table"
4001   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4002   algorithm: "table_comparison"
4003   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4004   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4005   filter: "'1T1C'"
4006   columns:
4007     - title: "2001.0-2"
4008       data-set: "vpp-performance-changes-3n-dnv-h1"
4009     - title: "2005.0-5"
4010       data-set: "vpp-performance-changes-3n-dnv-ref"
4011     - title: "2009.0-5"
4012       data-set: "vpp-performance-changes-3n-dnv-cmp"
4013   comparisons:
4014     - title: "2009.0-5 vs 2005.0-5"
4015       reference: 2
4016       compare: 3
4017   legend:
4018     - ''
4019     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4020     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4021     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4022     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4023
4024 # VPP Performance Changes 3n-dnv 2t2c ndr
4025 - type: "table"
4026   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4027   algorithm: "table_comparison"
4028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4030   filter: "'2T2C'"
4031   columns:
4032     - title: "2001.0-2"
4033       data-set: "vpp-performance-changes-3n-dnv-h1"
4034     - title: "2005.0-5"
4035       data-set: "vpp-performance-changes-3n-dnv-ref"
4036     - title: "2009.0-5"
4037       data-set: "vpp-performance-changes-3n-dnv-cmp"
4038   comparisons:
4039     - title: "2009.0-5 vs 2005.0-5"
4040       reference: 2
4041       compare: 3
4042   legend:
4043     - ''
4044     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4045     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4046     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4047     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4048
4049 # VPP Performance Changes 3n-tsh 1t1c pdr
4050 - type: "table"
4051   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4052   algorithm: "table_comparison"
4053   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4054   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4055   filter: "'1T1C'"
4056   columns:
4057     - title: "2001.0-4"
4058       data-set: "vpp-performance-changes-3n-tsh-h1"
4059     - title: "2005.0-4"
4060       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4061     - title: "2005.0-5"
4062       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4063     - title: "2009.0-5"
4064       data-set: "vpp-performance-changes-3n-tsh-cmp"
4065   comparisons:
4066     - title: "2005.0-5 vs 2005.0-4"
4067       reference: 2
4068       compare: 3
4069 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4070     - title: "2009.0-5 vs 2005.0-5"
4071       reference: 3
4072       compare: 4
4073 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4074   legend:
4075     - ''
4076     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4077     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4078     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4079     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4080     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4081
4082 # VPP Performance Changes 3n-tsh 2t2c pdr
4083 - type: "table"
4084   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4085   algorithm: "table_comparison"
4086   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4088   filter: "'2T2C'"
4089   columns:
4090     - title: "2001.0-4"
4091       data-set: "vpp-performance-changes-3n-tsh-h1"
4092     - title: "2005.0-4"
4093       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4094     - title: "2005.0-5"
4095       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4096     - title: "2009.0-5"
4097       data-set: "vpp-performance-changes-3n-tsh-cmp"
4098   comparisons:
4099     - title: "2005.0-5 vs 2005.0-4"
4100       reference: 2
4101       compare: 3
4102 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4103     - title: "2009.0-5 vs 2005.0-5"
4104       reference: 3
4105       compare: 4
4106 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4107   legend:
4108     - ''
4109     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4110     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4111     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4112     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4113     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4114
4115 # VPP Performance Changes 3n-tsh 1t1c ndr
4116 - type: "table"
4117   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4118   algorithm: "table_comparison"
4119   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4121   filter: "'1T1C'"
4122   columns:
4123     - title: "2001.0-4"
4124       data-set: "vpp-performance-changes-3n-tsh-h1"
4125     - title: "2005.0-4"
4126       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4127     - title: "2005.0-5"
4128       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4129     - title: "2009.0-5"
4130       data-set: "vpp-performance-changes-3n-tsh-cmp"
4131   comparisons:
4132     - title: "2005.0-5 vs 2005.0-4"
4133       reference: 2
4134       compare: 3
4135 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4136     - title: "2009.0-5 vs 2005.0-5"
4137       reference: 3
4138       compare: 4
4139 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4140   legend:
4141     - ''
4142     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4143     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4144     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4145     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4146     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4147
4148 # VPP Performance Changes 3n-tsh 2t2c ndr
4149 - type: "table"
4150   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4151   algorithm: "table_comparison"
4152   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4153   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4154   filter: "'2T2C'"
4155   columns:
4156     - title: "2001.0-4"
4157       data-set: "vpp-performance-changes-3n-tsh-h1"
4158     - title: "2005.0-4"
4159       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4160     - title: "2005.0-5"
4161       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4162     - title: "2009.0-5"
4163       data-set: "vpp-performance-changes-3n-tsh-cmp"
4164   comparisons:
4165     - title: "2005.0-5 vs 2005.0-4"
4166       reference: 2
4167       compare: 3
4168 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4169     - title: "2009.0-5 vs 2005.0-5"
4170       reference: 3
4171       compare: 4
4172 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4173   legend:
4174     - ''
4175     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4176     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4177     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4178     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4179     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4180
4181 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4182 - type: "table"
4183   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4184   algorithm: "table_comparison"
4185   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4187   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4188   columns:
4189     - title: "3n-hsw xl710"
4190       data-set: "vpp-compare-testbeds-ref"
4191       tag: "NIC_Intel-XL710"
4192     - title: "3n-skx xxv710"
4193       data-set: "vpp-compare-testbeds-cmp"
4194       tag: "NIC_Intel-XXV710"
4195   comparisons:
4196     - title: "Diff"
4197       reference: 1
4198       compare: 2
4199   legend:
4200     - ""
4201     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4202     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4203
4204 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4205 - type: "table"
4206   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4207   algorithm: "table_comparison"
4208   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4209   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4210   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4211   columns:
4212     - title: "3n-hsw xl710"
4213       data-set: "vpp-compare-testbeds-ref"
4214       tag: "NIC_Intel-XL710"
4215     - title: "3n-skx xxv710"
4216       data-set: "vpp-compare-testbeds-cmp"
4217       tag: "NIC_Intel-XXV710"
4218   comparisons:
4219     - title: "Diff"
4220       reference: 1
4221       compare: 2
4222   legend:
4223     - ""
4224     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4225     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4226
4227 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4228 - type: "table"
4229   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4230   algorithm: "table_comparison"
4231   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4233   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4234   columns:
4235     - title: "3n-hsw xl710"
4236       data-set: "vpp-compare-testbeds-ref"
4237       tag: "NIC_Intel-XL710"
4238     - title: "3n-skx xxv710"
4239       data-set: "vpp-compare-testbeds-cmp"
4240       tag: "NIC_Intel-XXV710"
4241   comparisons:
4242     - title: "Diff"
4243       reference: 1
4244       compare: 2
4245   legend:
4246     - ""
4247     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4248     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4249
4250 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4251 - type: "table"
4252   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4253   algorithm: "table_comparison"
4254   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4256   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4257   columns:
4258     - title: "3n-hsw xl710"
4259       data-set: "vpp-compare-testbeds-ref"
4260       tag: "NIC_Intel-XL710"
4261     - title: "3n-skx xxv710"
4262       data-set: "vpp-compare-testbeds-cmp"
4263       tag: "NIC_Intel-XXV710"
4264   comparisons:
4265     - title: "Diff"
4266       reference: 1
4267       compare: 2
4268   legend:
4269     - ""
4270     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4271     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4272
4273 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4274 - type: "table"
4275   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4276   algorithm: "table_comparison"
4277   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4279   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4280   columns:
4281     - title: "2n-skx"
4282       data-set: "vpp-compare-testbeds-skx-clx-ref"
4283     - title: "2n-clx"
4284       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4285   comparisons:
4286     - title: "Diff"
4287       reference: 1
4288       compare: 2
4289   legend:
4290     - ""
4291     - "2n-skx, 2n-clx - testbeds and NICs tested."
4292     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4293
4294 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4295 - type: "table"
4296   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4297   algorithm: "table_comparison"
4298   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4300   filter: "'4T2C' 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 2t1c pdr
4316 - type: "table"
4317   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4318   algorithm: "table_comparison"
4319   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4321   filter: "'2T1C' 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 4t2c pdr
4337 - type: "table"
4338   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4339   algorithm: "table_comparison"
4340   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4342   filter: "'4T2C' 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 3n-hsw to 2n-clx 1c ndr
4358 - type: "table"
4359   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4360   algorithm: "table_comparison"
4361   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4363   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4364   columns:
4365     - title: "3n-hsw xl710"
4366       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4367       tag: "NIC_Intel-XL710"
4368     - title: "2n-clx xxv710"
4369       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4370       tag: "NIC_Intel-XXV710"
4371   comparisons:
4372     - title: "Diff"
4373       reference: 1
4374       compare: 2
4375   legend:
4376     - ""
4377     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4378     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4379
4380 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4381 - type: "table"
4382   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4383   algorithm: "table_comparison"
4384   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4386   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4387   columns:
4388     - title: "3n-hsw xl710"
4389       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4390       tag: "NIC_Intel-XL710"
4391     - title: "2n-clx xxv710"
4392       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4393       tag: "NIC_Intel-XXV710"
4394   comparisons:
4395     - title: "Diff"
4396       reference: 1
4397       compare: 2
4398   legend:
4399     - ""
4400     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4401     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4402
4403 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4404 - type: "table"
4405   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4406   algorithm: "table_comparison"
4407   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4408   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4409   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4410   columns:
4411     - title: "3n-hsw xl710"
4412       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4413       tag: "NIC_Intel-XL710"
4414     - title: "2n-clx xxv710"
4415       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4416       tag: "NIC_Intel-XXV710"
4417   comparisons:
4418     - title: "Diff"
4419       reference: 1
4420       compare: 2
4421   legend:
4422     - ""
4423     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4424     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4425
4426 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4427 - type: "table"
4428   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4429   algorithm: "table_comparison"
4430   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4432   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4433   columns:
4434     - title: "3n-hsw xl710"
4435       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4436       tag: "NIC_Intel-XL710"
4437     - title: "2n-clx xxv710"
4438       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4439       tag: "NIC_Intel-XXV710"
4440   comparisons:
4441     - title: "Diff"
4442       reference: 1
4443       compare: 2
4444   legend:
4445     - ""
4446     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4447     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4448
4449 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4450 - type: "table"
4451   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4452   algorithm: "table_comparison"
4453   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4455   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4456   columns:
4457     - title: "3n-skx"
4458       data-set: "vpp-compare-topologies-ref"
4459     - title: "2n-skx"
4460       data-set: "vpp-compare-topologies-cmp"
4461   comparisons:
4462     - title: "Diff"
4463       reference: 1
4464       compare: 2
4465   legend:
4466     - ""
4467     - "3n-skx, 2n-skx - topologies tested."
4468     - "Diff - difference between 3n-skx and 2n-skx topologies."
4469
4470 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4471 - type: "table"
4472   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4473   algorithm: "table_comparison"
4474   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4476   filter: "'NDRPDR' and '2C' 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 1c pdr
4492 - type: "table"
4493   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4494   algorithm: "table_comparison"
4495   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4497   filter: "'NDRPDR' and '1C' 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 2c pdr
4513 - type: "table"
4514   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4515   algorithm: "table_comparison"
4516   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4517   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4518   filter: "'NDRPDR' and '2C' 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 Performance Changes 3n-hsw 1t1c mrr
4534 - type: "table"
4535   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4536   algorithm: "table_comparison"
4537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4539   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4540   columns:
4541     - title: "2001.0-2"
4542       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4543     - title: "2005.0-4"
4544       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4545     - title: "2005.0-5"
4546       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4547     - title: "2009.0-5"
4548       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4549   comparisons:
4550     - title: "2005.0-5 vs 2005.0-4"
4551       reference: 2
4552       compare: 3
4553 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4554     - title: "2009.0-5 vs 2005.0-5"
4555       reference: 3
4556       compare: 4
4557 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4558   legend:
4559     - ''
4560     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4561     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4562     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4563     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4564     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4565
4566 # VPP Performance Changes 3n-hsw 2t2c mrr
4567 - type: "table"
4568   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4569   algorithm: "table_comparison"
4570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4572   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4573   columns:
4574     - title: "2001.0-2"
4575       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4576     - title: "2005.0-4"
4577       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4578     - title: "2005.0-5"
4579       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4580     - title: "2009.0-5"
4581       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4582   comparisons:
4583     - title: "2005.0-5 vs 2005.0-4"
4584       reference: 2
4585       compare: 3
4586 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4587     - title: "2009.0-5 vs 2005.0-5"
4588       reference: 3
4589       compare: 4
4590 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4591   legend:
4592     - ''
4593     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4594     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4595     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4596     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4597     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4598
4599 # VPP Performance Changes 3n-hsw 4t4c mrr
4600 - type: "table"
4601   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4602   algorithm: "table_comparison"
4603   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4605   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4606   columns:
4607     - title: "2001.0-2"
4608       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4609     - title: "2005.0-4"
4610       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4611     - title: "2005.0-5"
4612       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4613     - title: "2009.0-5"
4614       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4615   comparisons:
4616     - title: "2005.0-5 vs 2005.0-4"
4617       reference: 2
4618       compare: 3
4619 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4620     - title: "2009.0-5 vs 2005.0-5"
4621       reference: 3
4622       compare: 4
4623 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4624   legend:
4625     - ''
4626     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4627     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4628     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4629     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4630     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4631
4632 # VPP Performance Changes 3n-skx 2t1c mrr
4633 - type: "table"
4634   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4635   algorithm: "table_comparison"
4636   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4638   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4639   columns:
4640     - title: "2001.0-2"
4641       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4642     - title: "2005.0-4"
4643       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4644     - title: "2005.0-5"
4645       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4646     - title: "2009.0-5"
4647       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4648   comparisons:
4649     - title: "2005.0-5 vs 2005.0-4"
4650       reference: 2
4651       compare: 3
4652 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4653     - title: "2009.0-5 vs 2005.0-5"
4654       reference: 2
4655       compare: 3
4656 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4657   legend:
4658     - ''
4659     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4660     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4661     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4662     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4663     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4664
4665 # VPP Performance Changes 3n-skx 4t2c mrr
4666 - type: "table"
4667   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4668   algorithm: "table_comparison"
4669   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4671   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4672   columns:
4673     - title: "2001.0-2"
4674       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4675     - title: "2005.0-4"
4676       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4677     - title: "2005.0-5"
4678       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4679     - title: "2009.0-5"
4680       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4681   comparisons:
4682     - title: "2005.0-5 vs 2005.0-4"
4683       reference: 2
4684       compare: 3
4685 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4686     - title: "2009.0-5 vs 2005.0-5"
4687       reference: 2
4688       compare: 3
4689 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4690   legend:
4691     - ''
4692     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4693     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4694     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4695     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4696     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4697
4698 # VPP Performance Changes 3n-skx 8t4c mrr
4699 - type: "table"
4700   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4701   algorithm: "table_comparison"
4702   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4703   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4704   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4705   columns:
4706     - title: "2001.0-2"
4707       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4708     - title: "2005.0-4"
4709       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4710     - title: "2005.0-5"
4711       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4712     - title: "2009.0-5"
4713       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4714   comparisons:
4715     - title: "2005.0-5 vs 2005.0-4"
4716       reference: 2
4717       compare: 3
4718 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4719     - title: "2009.0-5 vs 2005.0-5"
4720       reference: 2
4721       compare: 3
4722 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4723   legend:
4724     - ''
4725     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4726     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4727     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4728     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4729     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4730
4731 # VPP Performance Changes 2n-skx 2t1c mrr
4732 - type: "table"
4733   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4734   algorithm: "table_comparison"
4735   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4737   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4738   columns:
4739     - title: "2001.0-2"
4740       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4741     - title: "2005.0-4"
4742       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4743     - title: "2005.0-5"
4744       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4745     - title: "2009.0-5"
4746       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4747   comparisons:
4748     - title: "2005.0-5 vs 2005.0-4"
4749       reference: 2
4750       compare: 3
4751 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4752     - title: "2009.0-5 vs 2005.0-4"
4753       reference: 3
4754       compare: 4
4755 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4756   legend:
4757     - ''
4758     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4759     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4760     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4761     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4762     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4763
4764 # VPP Performance Changes 2n-skx 4t2c mrr
4765 - type: "table"
4766   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4767   algorithm: "table_comparison"
4768   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4770   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4771   columns:
4772     - title: "2001.0-2"
4773       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4774     - title: "2005.0-4"
4775       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4776     - title: "2005.0-5"
4777       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4778     - title: "2009.0-5"
4779       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4780   comparisons:
4781     - title: "2005.0-5 vs 2005.0-4"
4782       reference: 2
4783       compare: 3
4784 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4785     - title: "2009.0-5 vs 2005.0-4"
4786       reference: 3
4787       compare: 4
4788 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4789   legend:
4790     - ''
4791     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4792     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4793     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4794     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4795     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4796
4797 # VPP Performance Changes 2n-skx 8t4c mrr
4798 - type: "table"
4799   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4800   algorithm: "table_comparison"
4801   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4803   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4804   columns:
4805     - title: "2001.0-2"
4806       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4807     - title: "2005.0-4"
4808       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4809     - title: "2005.0-5"
4810       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4811     - title: "2009.0-5"
4812       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4813   comparisons:
4814     - title: "2005.0-5 vs 2005.0-4"
4815       reference: 2
4816       compare: 3
4817 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4818     - title: "2009.0-5 vs 2005.0-4"
4819       reference: 3
4820       compare: 4
4821 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4822   legend:
4823     - ''
4824     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4825     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4826     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4827     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4828     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4829
4830 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4831 - type: "table"
4832   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4833   algorithm: "table_comparison"
4834   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4835   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4836   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4837   columns:
4838     - title: "2001.0-2"
4839       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4840     - title: "2005.0-4"
4841       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4842     - title: "2005.0-5"
4843       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4844     - title: "2009.0-5"
4845       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4846   comparisons:
4847     - title: "2005.0-5 vs 2005.0-4"
4848       reference: 2
4849       compare: 3
4850 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4851     - title: "2009.0-5 vs 2005.0-5"
4852       reference: 3
4853       compare: 4
4854 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4855   legend:
4856     - ''
4857     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4858     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4859     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4860     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4861     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4862
4863 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4864 - type: "table"
4865   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4866   algorithm: "table_comparison"
4867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4869   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4870   columns:
4871     - title: "2001.0-2"
4872       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4873     - title: "2005.0-4"
4874       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4875     - title: "2005.0-5"
4876       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4877     - title: "2009.0-5"
4878       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4879   comparisons:
4880     - title: "2005.0-5 vs 2005.0-4"
4881       reference: 2
4882       compare: 3
4883 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4884     - title: "2009.0-5 vs 2005.0-5"
4885       reference: 3
4886       compare: 4
4887 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4888   legend:
4889     - ''
4890     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4891     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4892     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4893     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4894     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4895
4896 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4897 - type: "table"
4898   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4899   algorithm: "table_comparison"
4900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4901   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4902   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4903   columns:
4904     - title: "2001.0-2"
4905       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4906     - title: "2005.0-4"
4907       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4908     - title: "2005.0-5"
4909       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4910     - title: "2009.0-5"
4911       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4912   comparisons:
4913     - title: "2005.0-5 vs 2005.0-4"
4914       reference: 2
4915       compare: 3
4916 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4917     - title: "2009.0-5 vs 2005.0-5"
4918       reference: 3
4919       compare: 4
4920 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4921   legend:
4922     - ''
4923     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4924     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4925     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4926     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4927     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4928
4929 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4930 #- type: "table"
4931 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4932 #  algorithm: "table_comparison"
4933 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4934 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4935 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4936 #  columns:
4937 #    - title: "2001"
4938 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4939 #    - title: "2005"
4940 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4941 #  comparisons:
4942 #    - title: "Diff"
4943 #      reference: 1
4944 #      compare: 2
4945 #  legend:
4946 #    - ""
4947 #    - "2001, 2005 - VPP versions tested."
4948 #    - "Diff - difference between 2001 and 2005 VPP version."
4949 #
4950 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4951 #- type: "table"
4952 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4953 #  algorithm: "table_comparison"
4954 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4955 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4956 #  filter: "'4T2C' 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 8t4c mrr
4972 #- type: "table"
4973 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4974 #  algorithm: "table_comparison"
4975 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4976 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4977 #  filter: "'8T4C' 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-dnv 1t1c mrr
4993 - type: "table"
4994   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4995   algorithm: "table_comparison"
4996   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4998   filter: "'1T1C'"
4999   columns:
5000     - title: "2001.0-2"
5001       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5002     - title: "2005.0-5"
5003       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5004     - title: "2009.0-5"
5005       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5006   comparisons:
5007     - title: "2009.0-5 vs 2005.0-5"
5008       reference: 2
5009       compare: 3
5010   legend:
5011     - ''
5012     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5013     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5014     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5015     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5016
5017 # VPP Performance Changes 2n-dnv 2t2c mrr
5018 - type: "table"
5019   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5020   algorithm: "table_comparison"
5021   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5023   filter: "'2T2C'"
5024   columns:
5025     - title: "2001.0-2"
5026       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5027     - title: "2005.0-5"
5028       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5029     - title: "2009.0-5"
5030       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5031   comparisons:
5032     - title: "2009.0-5 vs 2005.0-5"
5033       reference: 2
5034       compare: 3
5035   legend:
5036     - ''
5037     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5038     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5039     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5040     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5041
5042 # VPP Performance Changes 2n-dnv 4t4c mrr
5043 - type: "table"
5044   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5045   algorithm: "table_comparison"
5046   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5047   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5048   filter: "'4T4C'"
5049   columns:
5050     - title: "2001.0-2"
5051       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5052     - title: "2005.0-5"
5053       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5054     - title: "2009.0-5"
5055       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5056   comparisons:
5057     - title: "2009.0-5 vs 2005.0-5"
5058       reference: 2
5059       compare: 3
5060   legend:
5061     - ''
5062     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5063     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5064     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5065     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5066
5067 # VPP Performance Changes 3n-dnv 1t1c mrr
5068 - type: "table"
5069   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5070   algorithm: "table_comparison"
5071   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5073   filter: "'1T1C'"
5074   columns:
5075     - title: "2001.0-2"
5076       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5077     - title: "2005.0-5"
5078       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5079     - title: "2009.0-5"
5080       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5081   comparisons:
5082     - title: "2009.0-5 vs 2005.0-5"
5083       reference: 2
5084       compare: 3
5085   legend:
5086     - ''
5087     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5088     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5089     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5090     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5091
5092 # VPP Performance Changes 3n-dnv 2t2c mrr
5093 - type: "table"
5094   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5095   algorithm: "table_comparison"
5096   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5098   filter: "'2T2C'"
5099   columns:
5100     - title: "2001.0-2"
5101       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5102     - title: "2005.0-5"
5103       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5104     - title: "2009.0-5"
5105       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5106   comparisons:
5107     - title: "2009.0-5 vs 2005.0-5"
5108       reference: 2
5109       compare: 3
5110   legend:
5111     - ''
5112     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5113     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5114     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5115     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5116
5117 # VPP Performance Changes 3n-dnv 4t4c mrr
5118 - type: "table"
5119   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5120   algorithm: "table_comparison"
5121   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5122   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5123   filter: "'4T4C'"
5124   columns:
5125     - title: "2001.0-2"
5126       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5127     - title: "2005.0-5"
5128       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5129     - title: "2009.0-5"
5130       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5131   comparisons:
5132     - title: "2009.0-5 vs 2005.0-5"
5133       reference: 2
5134       compare: 3
5135   legend:
5136     - ''
5137     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5138     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5139     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5140     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5141
5142 # VPP Performance Changes 3n-tsh 1t1c mrr
5143 - type: "table"
5144   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5145   algorithm: "table_comparison"
5146   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5148   filter: "'1T1C'"
5149   columns:
5150     - title: "2001.0-2"
5151       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5152     - title: "2005.0-4"
5153       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5154     - title: "2005.0-5"
5155       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5156     - title: "2009.0-5"
5157       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5158   comparisons:
5159     - title: "2005.0-5 vs 2005.0-4"
5160       reference: 2
5161       compare: 3
5162 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5163     - title: "2009.0-5 vs 2005.0-5"
5164       reference: 3
5165       compare: 4
5166 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5167   legend:
5168     - ''
5169     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5170     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5171     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5172     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5173     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5174
5175 # VPP Performance Changes 3n-tsh 2t2c mrr
5176 - type: "table"
5177   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5178   algorithm: "table_comparison"
5179   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5181   filter: "'2T2C'"
5182   columns:
5183     - title: "2001.0-2"
5184       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5185     - title: "2005.0-4"
5186       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5187     - title: "2005.0-5"
5188       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5189     - title: "2009.0-5"
5190       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5191   comparisons:
5192     - title: "2005.0-5 vs 2005.0-4"
5193       reference: 2
5194       compare: 3
5195 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5196     - title: "2009.0-5 vs 2005.0-5"
5197       reference: 3
5198       compare: 4
5199 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5200   legend:
5201     - ''
5202     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5203     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5204     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5205     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5206     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5207
5208 # VPP Performance Changes 3n-tsh 4t4c mrr
5209 - type: "table"
5210   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5211   algorithm: "table_comparison"
5212   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5213   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5214   filter: "'4T4C'"
5215   columns:
5216     - title: "2001.0-2"
5217       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5218     - title: "2005.0-4"
5219       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5220     - title: "2005.0-5"
5221       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5222     - title: "2009.0-5"
5223       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5224   comparisons:
5225     - title: "2005.0-5 vs 2005.0-4"
5226       reference: 2
5227       compare: 3
5228 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5229     - title: "2009.0-5 vs 2005.0-5"
5230       reference: 3
5231       compare: 4
5232 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5233   legend:
5234     - ''
5235     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5236     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5237     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5238     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5239     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5240
5241 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5242 - type: "table"
5243   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5244   algorithm: "table_comparison"
5245   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5247   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5248   columns:
5249     - title: "3n-hsw xl710"
5250       data-set: "vpp-compare-testbeds-mrr-ref"
5251       tag: "NIC_Intel-XL710"
5252     - title: "3n-skx xxv710"
5253       data-set: "vpp-compare-testbeds-mrr-cmp"
5254       tag: "NIC_Intel-XXV710"
5255   comparisons:
5256     - title: "Diff"
5257       reference: 1
5258       compare: 2
5259   legend:
5260     - ""
5261     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5262     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5263
5264 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5265 - type: "table"
5266   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5267   algorithm: "table_comparison"
5268   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5270   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5271   columns:
5272     - title: "3n-hsw xl710"
5273       data-set: "vpp-compare-testbeds-mrr-ref"
5274       tag: "NIC_Intel-XL710"
5275     - title: "3n-skx xxv710"
5276       data-set: "vpp-compare-testbeds-mrr-cmp"
5277       tag: "NIC_Intel-XXV710"
5278   comparisons:
5279     - title: "Diff"
5280       reference: 1
5281       compare: 2
5282   legend:
5283     - ""
5284     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5285     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5286
5287 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5288 - type: "table"
5289   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5290   algorithm: "table_comparison"
5291   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5293   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5294   columns:
5295     - title: "3n-hsw xl710"
5296       data-set: "vpp-compare-testbeds-mrr-ref"
5297       tag: "NIC_Intel-XL710"
5298     - title: "3n-skx xxv710"
5299       data-set: "vpp-compare-testbeds-mrr-cmp"
5300       tag: "NIC_Intel-XXV710"
5301   comparisons:
5302     - title: "Diff"
5303       reference: 1
5304       compare: 2
5305   legend:
5306     - ""
5307     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5308     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5309
5310 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5311 - type: "table"
5312   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5313   algorithm: "table_comparison"
5314   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5316   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5317   columns:
5318     - title: "2n-skx"
5319       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5320     - title: "2n-clx"
5321       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5322   comparisons:
5323     - title: "Diff"
5324       reference: 1
5325       compare: 2
5326   legend:
5327     - ""
5328     - "2n-skx, 2n-clx - testbeds and NICs tested."
5329     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5330
5331 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5332 - type: "table"
5333   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5334   algorithm: "table_comparison"
5335   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5336   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5337   filter: "'4T2C' 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 8t4c mrr
5353 - type: "table"
5354   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5355   algorithm: "table_comparison"
5356   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5358   filter: "'8T4C' 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 Topologies 3n-skx to 2n-skx 1c mrr
5374 - type: "table"
5375   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5376   algorithm: "table_comparison"
5377   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5378   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5379   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5380   columns:
5381     - title: "3n-skx"
5382       data-set: "vpp-compare-topologies-mrr-ref"
5383     - title: "2n-skx"
5384       data-set: "vpp-compare-topologies-mrr-cmp"
5385   comparisons:
5386     - title: "Diff"
5387       reference: 1
5388       compare: 2
5389   legend:
5390     - ""
5391     - "3n-skx, 2n-skx - topologies tested."
5392     - "Diff - difference between 3n-skx and 2n-skx topologies."
5393
5394 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5395 - type: "table"
5396   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5397   algorithm: "table_comparison"
5398   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5400   filter: "'MRR' and '2C' 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 4c mrr
5416 - type: "table"
5417   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5418   algorithm: "table_comparison"
5419   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5421   filter: "'MRR' and '4C' 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 Testbeds 3n-hsw to 2n-clx 1c mrr
5437 - type: "table"
5438   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5439   algorithm: "table_comparison"
5440   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5442   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5443   columns:
5444     - title: "3n-hsw xl710"
5445       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5446       tag: "NIC_Intel-XL710"
5447     - title: "2n-clx xxv710"
5448       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5449       tag: "NIC_Intel-XXV710"
5450   comparisons:
5451     - title: "Diff"
5452       reference: 1
5453       compare: 2
5454   legend:
5455     - ""
5456     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5457     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5458
5459 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5460 - type: "table"
5461   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5462   algorithm: "table_comparison"
5463   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5464   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5465   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5466   columns:
5467     - title: "3n-hsw xl710"
5468       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5469       tag: "NIC_Intel-XL710"
5470     - title: "2n-clx xxv710"
5471       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5472       tag: "NIC_Intel-XXV710"
5473   comparisons:
5474     - title: "Diff"
5475       reference: 1
5476       compare: 2
5477   legend:
5478     - ""
5479     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5480     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5481
5482 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5483 - type: "table"
5484   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5485   algorithm: "table_comparison"
5486   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5488   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5489   columns:
5490     - title: "3n-hsw xl710"
5491       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5492       tag: "NIC_Intel-XL710"
5493     - title: "2n-clx xxv710"
5494       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5495       tag: "NIC_Intel-XXV710"
5496   comparisons:
5497     - title: "Diff"
5498       reference: 1
5499       compare: 2
5500   legend:
5501     - ""
5502     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5503     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5504
5505 # Detailed Test Results - VPP Performance Results 3n-hsw
5506 - type: "table"
5507   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5508   algorithm: "table_merged_details"
5509   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5510   columns:
5511     - title: " |prein| Test Name |preout| "
5512       data: "data name"
5513     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5514       data: "data msg"
5515   data: "vpp-perf-results-3n-hsw"
5516   filter: "all"
5517   parameters:
5518   - "name"
5519   - "parent"
5520   - "msg"
5521
5522 # Detailed Test Results - VPP Performance Results 3n-skx
5523 - type: "table"
5524   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5525   algorithm: "table_merged_details"
5526   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5527   columns:
5528     - title: " |prein| Test Name |preout| "
5529       data: "data name"
5530     - 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| "
5531       data: "data msg"
5532   data: "vpp-perf-results-3n-skx"
5533   filter: "all"
5534   remove-ndr: False
5535   parameters:
5536   - "name"
5537   - "parent"
5538   - "msg"
5539
5540 # Detailed Test Results - VPP Performance Results 2n-skx
5541 - type: "table"
5542   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5543   algorithm: "table_merged_details"
5544   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5545   columns:
5546     - title: " |prein| Test Name |preout| "
5547       data: "data name"
5548     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5549       data: "data msg"
5550   data: "vpp-perf-results-2n-skx"
5551   filter: "all"
5552   remove-ndr: False
5553   parameters:
5554   - "name"
5555   - "parent"
5556   - "msg"
5557
5558 # Detailed Test Results - VPP Performance Results 2n-clx
5559 - type: "table"
5560   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5561   algorithm: "table_merged_details"
5562   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5563   columns:
5564     - title: " |prein| Test Name |preout| "
5565       data: "data name"
5566     - 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| "
5567       data: "data msg"
5568   data: "vpp-perf-results-2n-clx"
5569   filter: "all"
5570   parameters:
5571   - "name"
5572   - "parent"
5573   - "msg"
5574
5575 # Detailed Test Results - VPP Performance Results 3n-tsh
5576 - type: "table"
5577   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5578   algorithm: "table_merged_details"
5579   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5580   columns:
5581     - title: " |prein| Test Name |preout| "
5582       data: "data name"
5583     - 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| "
5584       data: "data msg"
5585   data: "vpp-perf-results-3n-tsh"
5586   filter: "all"
5587   parameters:
5588   - "name"
5589   - "parent"
5590   - "msg"
5591
5592 # Detailed Test Results - VPP Performance Results 3n-dnv
5593 - type: "table"
5594   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5595   algorithm: "table_merged_details"
5596   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5597   columns:
5598     - title: " |prein| Test Name |preout| "
5599       data: "data name"
5600     - 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| "
5601       data: "data msg"
5602   data: "vpp-perf-results-3n-dnv"
5603   filter: "all"
5604   parameters:
5605   - "name"
5606   - "parent"
5607   - "msg"
5608
5609 # Detailed Test Results - VPP Performance Results 2n-dnv
5610 - type: "table"
5611   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5612   algorithm: "table_merged_details"
5613   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5614   columns:
5615     - title: " |prein| Test Name |preout| "
5616       data: "data name"
5617     - 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| "
5618       data: "data msg"
5619   data: "vpp-perf-results-2n-dnv"
5620   filter: "all"
5621   parameters:
5622   - "name"
5623   - "parent"
5624   - "msg"
5625
5626 # Test configuration - VPP Performance Test Configs 3n-hsw
5627 - type: "table"
5628   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5629   algorithm: "table_merged_details"
5630   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5631   columns:
5632     - title: " |prein| Test Name |preout| "
5633       data: "data name"
5634     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5635       data: "data conf-history"
5636   data: "vpp-perf-results-3n-hsw"
5637   filter: "all"
5638   parameters:
5639   - "parent"
5640   - "name"
5641   - "conf-history"
5642
5643 # Test configuration - VPP Performance Test Configs 3n-skx
5644 - type: "table"
5645   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5646   algorithm: "table_merged_details"
5647   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5648   columns:
5649     - title: " |prein| Test Name |preout| "
5650       data: "data name"
5651     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5652       data: "data conf-history"
5653   data: "vpp-perf-results-3n-skx"
5654   filter: "all"
5655   parameters:
5656   - "parent"
5657   - "name"
5658   - "conf-history"
5659
5660 # Test configuration - VPP Performance Test Configs 2n-skx
5661 - type: "table"
5662   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5663   algorithm: "table_merged_details"
5664   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5665   columns:
5666     - title: " |prein| Test Name |preout| "
5667       data: "data name"
5668     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5669       data: "data conf-history"
5670   data: "vpp-perf-results-2n-skx"
5671   filter: "all"
5672   parameters:
5673   - "parent"
5674   - "name"
5675   - "conf-history"
5676
5677 # Test configuration - VPP Performance Test Configs 2n-clx
5678 - type: "table"
5679   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5680   algorithm: "table_merged_details"
5681   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5682   columns:
5683     - title: " |prein| Test Name |preout| "
5684       data: "data name"
5685     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5686       data: "data conf-history"
5687   data: "vpp-perf-results-2n-clx"
5688   filter: "all"
5689   parameters:
5690   - "parent"
5691   - "name"
5692   - "conf-history"
5693
5694 # Test configuration - VPP Performance Test Configs 3n-tsh
5695 - type: "table"
5696   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5697   algorithm: "table_merged_details"
5698   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5699   columns:
5700     - title: " |prein| Test Name |preout| "
5701       data: "data name"
5702     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5703       data: "data conf-history"
5704   data: "vpp-perf-results-3n-tsh"
5705   filter: "all"
5706   parameters:
5707   - "parent"
5708   - "name"
5709   - "conf-history"
5710
5711 # Test configuration - VPP Performance Test Configs 3n-dnv
5712 - type: "table"
5713   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5714   algorithm: "table_merged_details"
5715   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5716   columns:
5717     - title: " |prein| Test Name |preout| "
5718       data: "data name"
5719     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5720       data: "data conf-history"
5721   data: "vpp-perf-results-3n-dnv"
5722   filter: "all"
5723   parameters:
5724   - "parent"
5725   - "name"
5726   - "conf-history"
5727
5728 # Test configuration - VPP Performance Test Configs 2n-dnv
5729 - type: "table"
5730   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5731   algorithm: "table_merged_details"
5732   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5733   columns:
5734     - title: " |prein| Test Name |preout| "
5735       data: "data name"
5736     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5737       data: "data conf-history"
5738   data: "vpp-perf-results-2n-dnv"
5739   filter: "all"
5740   parameters:
5741   - "parent"
5742   - "name"
5743   - "conf-history"
5744
5745 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5746 - type: "table"
5747   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5748   algorithm: "table_oper_data_html"
5749   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5750   data: "vpp-perf-results-3n-hsw"
5751   filter: "all"
5752
5753 # Test Operational Data - VPP Performance Operational Data 3n-skx
5754 - type: "table"
5755   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5756   algorithm: "table_oper_data_html"
5757   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5758   data: "vpp-perf-results-3n-skx"
5759   filter: "all"
5760
5761 # Test Operational Data - VPP Performance Operational Data 2n-skx
5762 - type: "table"
5763   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5764   algorithm: "table_oper_data_html"
5765   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5766   data: "vpp-perf-results-2n-skx"
5767   filter: "all"
5768
5769 # Test Operational Data - VPP Performance Operational Data 2n-clx
5770 - type: "table"
5771   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5772   algorithm: "table_oper_data_html"
5773   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5774   data: "vpp-perf-results-2n-clx"
5775   filter: "all"
5776
5777 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5778 - type: "table"
5779   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5780   algorithm: "table_oper_data_html"
5781   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5782   data: "vpp-perf-results-3n-tsh"
5783   filter: "all"
5784
5785 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5786 - type: "table"
5787   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5788   algorithm: "table_oper_data_html"
5789   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5790   data: "vpp-perf-results-3n-dnv"
5791   filter: "all"
5792
5793 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5794 - type: "table"
5795   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5796   algorithm: "table_oper_data_html"
5797   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5798   data: "vpp-perf-results-2n-dnv"
5799   filter: "all"
5800
5801 # Detailed Test Results - VPP MRR Results 3n-hsw
5802 - type: "table"
5803   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5804   algorithm: "table_merged_details"
5805   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5806   columns:
5807     - title: " |prein| Test Name |preout| "
5808       data: "data name"
5809     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5810       data: "data msg"
5811   data: "vpp-mrr-results-3n-hsw"
5812   filter: "all"
5813   parameters:
5814   - "name"
5815   - "parent"
5816   - "msg"
5817
5818 # Detailed Test Results - VPP MRR Results 3n-skx
5819 - type: "table"
5820   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5821   algorithm: "table_merged_details"
5822   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5823   columns:
5824     - title: " |prein| Test Name |preout| "
5825       data: "data name"
5826     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5827       data: "data msg"
5828   data: "vpp-mrr-results-3n-skx"
5829   filter: "all"
5830   parameters:
5831   - "name"
5832   - "parent"
5833   - "msg"
5834
5835 # Detailed Test Results - VPP MRR Results 2n-skx
5836 - type: "table"
5837   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5838   algorithm: "table_merged_details"
5839   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5840   columns:
5841     - title: " |prein| Test Name |preout| "
5842       data: "data name"
5843     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5844       data: "data msg"
5845   data: "vpp-mrr-results-2n-skx"
5846   filter: "all"
5847   parameters:
5848   - "name"
5849   - "parent"
5850   - "msg"
5851
5852 # Detailed Test Results - VPP MRR Results 2n-clx
5853 - type: "table"
5854   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5855   algorithm: "table_merged_details"
5856   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5857   columns:
5858     - title: " |prein| Test Name |preout| "
5859       data: "data name"
5860     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5861       data: "data msg"
5862   data: "vpp-mrr-results-2n-clx"
5863   filter: "all"
5864   parameters:
5865   - "name"
5866   - "parent"
5867   - "msg"
5868
5869 # Detailed Test Results - VPP MRR Results 3n-tsh
5870 - type: "table"
5871   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5872   algorithm: "table_merged_details"
5873   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5874   columns:
5875     - title: " |prein| Test Name |preout| "
5876       data: "data name"
5877     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5878       data: "data msg"
5879   data: "vpp-mrr-results-3n-tsh"
5880   filter: "all"
5881   parameters:
5882   - "name"
5883   - "parent"
5884   - "msg"
5885
5886 # Detailed Test Results - VPP MRR Results 3n-dnv
5887 - type: "table"
5888   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5889   algorithm: "table_merged_details"
5890   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5891   columns:
5892     - title: " |prein| Test Name |preout| "
5893       data: "data name"
5894     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5895       data: "data msg"
5896   data: "vpp-mrr-results-3n-dnv"
5897   filter: "all"
5898   parameters:
5899   - "name"
5900   - "parent"
5901   - "msg"
5902
5903 # Detailed Test Results - VPP MRR Results 2n-dnv
5904 - type: "table"
5905   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5906   algorithm: "table_merged_details"
5907   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5908   columns:
5909     - title: " |prein| Test Name |preout| "
5910       data: "data name"
5911     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5912       data: "data msg"
5913   data: "vpp-mrr-results-2n-dnv"
5914   filter: "all"
5915   parameters:
5916   - "name"
5917   - "parent"
5918   - "msg"
5919
5920 # Test configuration - VPP MRR Test Configs 3n-hsw
5921 - type: "table"
5922   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5923   algorithm: "table_merged_details"
5924   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5925   columns:
5926     - title: " |prein| Test Name |preout| "
5927       data: "data name"
5928     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5929       data: "data conf-history"
5930   data: "vpp-mrr-results-3n-hsw"
5931   filter: "all"
5932   parameters:
5933   - "parent"
5934   - "name"
5935   - "conf-history"
5936
5937 # Test configuration - VPP MRR Test Configs 3n-skx
5938 - type: "table"
5939   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5940   algorithm: "table_merged_details"
5941   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5942   columns:
5943     - title: " |prein| Test Name |preout| "
5944       data: "data name"
5945     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5946       data: "data conf-history"
5947   data: "vpp-mrr-results-3n-skx"
5948   filter: "all"
5949   parameters:
5950   - "parent"
5951   - "name"
5952   - "conf-history"
5953
5954 # Test configuration - VPP MRR Test Configs 2n-skx
5955 - type: "table"
5956   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5957   algorithm: "table_merged_details"
5958   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5959   columns:
5960     - title: " |prein| Test Name |preout| "
5961       data: "data name"
5962     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5963       data: "data conf-history"
5964   data: "vpp-mrr-results-2n-skx"
5965   filter: "all"
5966   parameters:
5967   - "parent"
5968   - "name"
5969   - "conf-history"
5970
5971 # Test configuration - VPP MRR Test Configs 2n-clx
5972 - type: "table"
5973   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5974   algorithm: "table_merged_details"
5975   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5976   columns:
5977     - title: " |prein| Test Name |preout| "
5978       data: "data name"
5979     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5980       data: "data conf-history"
5981   data: "vpp-mrr-results-2n-clx"
5982   filter: "all"
5983   parameters:
5984   - "parent"
5985   - "name"
5986   - "conf-history"
5987
5988 # Test configuration - VPP MRR Test Configs 3n-tsh
5989 - type: "table"
5990   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5991   algorithm: "table_merged_details"
5992   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5993   columns:
5994     - title: " |prein| Test Name |preout| "
5995       data: "data name"
5996     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5997       data: "data conf-history"
5998   data: "vpp-mrr-results-3n-tsh"
5999   filter: "all"
6000   parameters:
6001   - "parent"
6002   - "name"
6003   - "conf-history"
6004
6005 # Test configuration - VPP MRR Test Configs 3n-dnv
6006 - type: "table"
6007   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6008   algorithm: "table_merged_details"
6009   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6010   columns:
6011     - title: " |prein| Test Name |preout| "
6012       data: "data name"
6013     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6014       data: "data conf-history"
6015   data: "vpp-mrr-results-3n-dnv"
6016   filter: "all"
6017   parameters:
6018   - "parent"
6019   - "name"
6020   - "conf-history"
6021
6022 # Test configuration - VPP MRR Test Configs 2n-dnv
6023 - type: "table"
6024   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6025   algorithm: "table_merged_details"
6026   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6027   columns:
6028     - title: " |prein| Test Name |preout| "
6029       data: "data name"
6030     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6031       data: "data conf-history"
6032   data: "vpp-mrr-results-2n-dnv"
6033   filter: "all"
6034   parameters:
6035   - "parent"
6036   - "name"
6037   - "conf-history"
6038
6039 # Detailed Test Results - VPP Device Results - Ubuntu
6040 - type: "table"
6041   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6042   algorithm: "table_merged_details"
6043   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6044   columns:
6045     - title: " |prein| Test Name |preout| "
6046       data: "data name"
6047     - title: " |prein| Status |preout| "
6048       data: "data status"
6049   data: "vpp-device-results-ubuntu"
6050   filter: "all"
6051   parameters:
6052   - "name"
6053   - "parent"
6054   - "doc"
6055   - "status"
6056
6057 # Test configuration - VPP Device Test Configs - Ubuntu
6058 - type: "table"
6059   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6060   algorithm: "table_merged_details"
6061   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6062   columns:
6063     - title: " |prein| Test Name |preout| "
6064       data: "data name"
6065     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6066       data: "data conf-history"
6067   data: "vpp-device-results-ubuntu"
6068   filter: "all"
6069   parameters:
6070   - "parent"
6071   - "name"
6072   - "conf-history"
6073
6074 ################################################################################
6075
6076 # DPDK Performance Changes 3n-hsw 1t1c pdr
6077 - type: "table"
6078   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6079   algorithm: "table_comparison"
6080   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6082   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6083   columns:
6084     - title: "2001"
6085       data-set: "dpdk-performance-changes-3n-hsw-h1"
6086     - title: "2005"
6087       data-set: "dpdk-performance-changes-3n-hsw-ref"
6088     - title: "2009"
6089       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6090   comparisons:
6091     - title: "Diff"
6092       reference: 2
6093       compare: 3
6094   legend:
6095     - ""
6096     - "2001, 2005, 2009 - DPDK versions tested."
6097     - "Diff - difference between 2005 and 2009 DPDK version."
6098
6099 # DPDK Performance Changes 3n-hsw 2t2c pdr
6100 - type: "table"
6101   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6102   algorithm: "table_comparison"
6103   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6105   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6106   columns:
6107     - title: "2001"
6108       data-set: "dpdk-performance-changes-3n-hsw-h1"
6109     - title: "2005"
6110       data-set: "dpdk-performance-changes-3n-hsw-ref"
6111     - title: "2009"
6112       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6113   comparisons:
6114     - title: "Diff"
6115       reference: 2
6116       compare: 3
6117   legend:
6118     - ""
6119     - "2001, 2005, 2009 - DPDK versions tested."
6120     - "Diff - difference between 2005 and 2009 DPDK version."
6121
6122 # DPDK Performance Changes 3n-hsw 1t1c pdr
6123 - type: "table"
6124   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6125   algorithm: "table_comparison"
6126   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6128   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6129   columns:
6130     - title: "2001"
6131       data-set: "dpdk-performance-changes-3n-hsw-h1"
6132     - title: "2005"
6133       data-set: "dpdk-performance-changes-3n-hsw-ref"
6134     - title: "2009"
6135       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6136   comparisons:
6137     - title: "Diff"
6138       reference: 2
6139       compare: 3
6140   legend:
6141     - ""
6142     - "2001, 2005, 2009 - DPDK versions tested."
6143     - "Diff - difference between 2005 and 2009 DPDK version."
6144
6145 # DPDK Performance Changes 3n-hsw 2t2c ndr
6146 - type: "table"
6147   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6148   algorithm: "table_comparison"
6149   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6151   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6152   columns:
6153     - title: "2001"
6154       data-set: "dpdk-performance-changes-3n-hsw-h1"
6155     - title: "2005"
6156       data-set: "dpdk-performance-changes-3n-hsw-ref"
6157     - title: "2009"
6158       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6159   comparisons:
6160     - title: "Diff"
6161       reference: 2
6162       compare: 3
6163   legend:
6164     - ""
6165     - "2001, 2005, 2009 - DPDK versions tested."
6166     - "Diff - difference between 2005 and 2009 DPDK version."
6167
6168 # DPDK Performance Changes 3n-skx 2t1c pdr
6169 - type: "table"
6170   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6171   algorithm: "table_comparison"
6172   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6174   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6175   columns:
6176     - title: "2001"
6177       data-set: "dpdk-performance-changes-3n-skx-h1"
6178     - title: "2005"
6179       data-set: "dpdk-performance-changes-3n-skx-ref"
6180     - title: "2009"
6181       data-set: "dpdk-performance-changes-3n-skx-cmp"
6182   comparisons:
6183     - title: "Diff"
6184       reference: 2
6185       compare: 3
6186   legend:
6187     - ""
6188     - "2001, 2005, 2009 - DPDK versions tested."
6189     - "Diff - difference between 2005 and 2009 DPDK version."
6190
6191 # DPDK Performance Changes 3n-skx 4t2c pdr
6192 - type: "table"
6193   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6194   algorithm: "table_comparison"
6195   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6197   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6198   columns:
6199     - title: "2001"
6200       data-set: "dpdk-performance-changes-3n-skx-h1"
6201     - title: "2005"
6202       data-set: "dpdk-performance-changes-3n-skx-ref"
6203     - title: "2009"
6204       data-set: "dpdk-performance-changes-3n-skx-cmp"
6205   comparisons:
6206     - title: "Diff"
6207       reference: 2
6208       compare: 3
6209   legend:
6210     - ""
6211     - "2001, 2005, 2009 - DPDK versions tested."
6212     - "Diff - difference between 2005 and 2009 DPDK version."
6213
6214 # DPDK Performance Changes 3n-skx 2t1c ndr
6215 - type: "table"
6216   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6217   algorithm: "table_comparison"
6218   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6220   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6221   columns:
6222     - title: "2001"
6223       data-set: "dpdk-performance-changes-3n-skx-h1"
6224     - title: "2005"
6225       data-set: "dpdk-performance-changes-3n-skx-ref"
6226     - title: "2009"
6227       data-set: "dpdk-performance-changes-3n-skx-cmp"
6228   comparisons:
6229     - title: "Diff"
6230       reference: 2
6231       compare: 3
6232   legend:
6233     - ""
6234     - "2001, 2005, 2009 - DPDK versions tested."
6235     - "Diff - difference between 2005 and 2009 DPDK version."
6236
6237 # DPDK Performance Changes 3n-skx 4t2c ndr
6238 - type: "table"
6239   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6240   algorithm: "table_comparison"
6241   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6243   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6244   columns:
6245     - title: "2001"
6246       data-set: "dpdk-performance-changes-3n-skx-h1"
6247     - title: "2005"
6248       data-set: "dpdk-performance-changes-3n-skx-ref"
6249     - title: "2009"
6250       data-set: "dpdk-performance-changes-3n-skx-cmp"
6251   comparisons:
6252     - title: "Diff"
6253       reference: 2
6254       compare: 3
6255   legend:
6256     - ""
6257     - "2001, 2005, 2009 - DPDK versions tested."
6258     - "Diff - difference between 2005 and 2009 DPDK version."
6259
6260 # DPDK Performance Changes 2n-skx 2t1c pdr
6261 - type: "table"
6262   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6263   algorithm: "table_comparison"
6264   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6266   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6267   columns:
6268     - title: "2001"
6269       data-set: "dpdk-performance-changes-2n-skx-h1"
6270     - title: "2005"
6271       data-set: "dpdk-performance-changes-2n-skx-ref"
6272     - title: "2009"
6273       data-set: "dpdk-performance-changes-2n-skx-cmp"
6274   comparisons:
6275     - title: "Diff"
6276       reference: 2
6277       compare: 3
6278   legend:
6279     - ""
6280     - "2001, 2005, 2009 - DPDK versions tested."
6281     - "Diff - difference between 2005 and 2009 DPDK version."
6282
6283 # DPDK Performance Changes 2n-skx 4t2c pdr
6284 - type: "table"
6285   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6286   algorithm: "table_comparison"
6287   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6289   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6290   columns:
6291     - title: "2001"
6292       data-set: "dpdk-performance-changes-2n-skx-h1"
6293     - title: "2005"
6294       data-set: "dpdk-performance-changes-2n-skx-ref"
6295     - title: "2009"
6296       data-set: "dpdk-performance-changes-2n-skx-cmp"
6297   comparisons:
6298     - title: "Diff"
6299       reference: 2
6300       compare: 3
6301   legend:
6302     - ""
6303     - "2001, 2005, 2009 - DPDK versions tested."
6304     - "Diff - difference between 2005 and 2009 DPDK version."
6305
6306 # DPDK Performance Changes 2n-skx 2t1c ndr
6307 - type: "table"
6308   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6309   algorithm: "table_comparison"
6310   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6312   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6313   columns:
6314     - title: "2001"
6315       data-set: "dpdk-performance-changes-2n-skx-h1"
6316     - title: "2005"
6317       data-set: "dpdk-performance-changes-2n-skx-ref"
6318     - title: "2009"
6319       data-set: "dpdk-performance-changes-2n-skx-cmp"
6320   comparisons:
6321     - title: "Diff"
6322       reference: 2
6323       compare: 3
6324   legend:
6325     - ""
6326     - "2001, 2005, 2009 - DPDK versions tested."
6327     - "Diff - difference between 2005 and 2009 DPDK version."
6328
6329 # DPDK Performance Changes 2n-skx 4t2c ndr
6330 - type: "table"
6331   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6332   algorithm: "table_comparison"
6333   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6335   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6336   columns:
6337     - title: "2001"
6338       data-set: "dpdk-performance-changes-2n-skx-h1"
6339     - title: "2005"
6340       data-set: "dpdk-performance-changes-2n-skx-ref"
6341     - title: "2009"
6342       data-set: "dpdk-performance-changes-2n-skx-cmp"
6343   comparisons:
6344     - title: "Diff"
6345       reference: 2
6346       compare: 3
6347   legend:
6348     - ""
6349     - "2001, 2005, 2009 - DPDK versions tested."
6350     - "Diff - difference between 2005 and 2009 DPDK version."
6351
6352 # DPDK Performance Changes 2n-clx 2t1c pdr
6353 - type: "table"
6354   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6355   algorithm: "table_comparison"
6356   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6358   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6359   columns:
6360     - title: "2001"
6361       data-set: "dpdk-performance-changes-2n-clx-h1"
6362     - title: "2005"
6363       data-set: "dpdk-performance-changes-2n-clx-ref"
6364     - title: "2009"
6365       data-set: "dpdk-performance-changes-2n-clx-cmp"
6366   comparisons:
6367     - title: "Diff"
6368       reference: 2
6369       compare: 3
6370   legend:
6371     - ""
6372     - "2001, 2005, 2009 - DPDK versions tested."
6373     - "Diff - difference between 2005 and 2009 DPDK version."
6374
6375 # DPDK Performance Changes 2n-clx 4t2c pdr
6376 - type: "table"
6377   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6378   algorithm: "table_comparison"
6379   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6381   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6382   columns:
6383     - title: "2001"
6384       data-set: "dpdk-performance-changes-2n-clx-h1"
6385     - title: "2005"
6386       data-set: "dpdk-performance-changes-2n-clx-ref"
6387     - title: "2009"
6388       data-set: "dpdk-performance-changes-2n-clx-cmp"
6389   comparisons:
6390     - title: "Diff"
6391       reference: 2
6392       compare: 3
6393   legend:
6394     - ""
6395     - "2001, 2005, 2009 - DPDK versions tested."
6396     - "Diff - difference between 2005 and 2009 DPDK version."
6397
6398 # DPDK Performance Changes 2n-clx 2t1c ndr
6399 - type: "table"
6400   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6401   algorithm: "table_comparison"
6402   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6404   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6405   columns:
6406     - title: "2001"
6407       data-set: "dpdk-performance-changes-2n-clx-h1"
6408     - title: "2005"
6409       data-set: "dpdk-performance-changes-2n-clx-ref"
6410     - title: "2009"
6411       data-set: "dpdk-performance-changes-2n-clx-cmp"
6412   comparisons:
6413     - title: "Diff"
6414       reference: 2
6415       compare: 3
6416   legend:
6417     - ""
6418     - "2001, 2005, 2009 - DPDK versions tested."
6419     - "Diff - difference between 2005 and 2009 DPDK version."
6420
6421 # DPDK Performance Changes 2n-clx 4t2c ndr
6422 - type: "table"
6423   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6424   algorithm: "table_comparison"
6425   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6427   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6428   columns:
6429     - title: "2001"
6430       data-set: "dpdk-performance-changes-2n-clx-h1"
6431     - title: "2005"
6432       data-set: "dpdk-performance-changes-2n-clx-ref"
6433     - title: "2009"
6434       data-set: "dpdk-performance-changes-2n-clx-cmp"
6435   comparisons:
6436     - title: "Diff"
6437       reference: 2
6438       compare: 3
6439   legend:
6440     - ""
6441     - "2001, 2005, 2009 - DPDK versions tested."
6442     - "Diff - difference between 2005 and 2009 DPDK version."
6443
6444 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6445 #- type: "table"
6446 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6447 #  algorithm: "table_comparison"
6448 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6449 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6450 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6451 #  columns:
6452 #    - title: "2001"
6453 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6454 #    - title: "2005"
6455 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6456 #    - title: "2009"
6457 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6458 #  comparisons:
6459 #    - title: "Diff"
6460 #      reference: 2
6461 #      compare: 3
6462 #  legend:
6463 #    - ""
6464 #    - "2001, 2005, 2009 - DPDK versions tested."
6465 #    - "Diff - difference between 2005 and 2009 DPDK version."
6466 #
6467 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6468 #- type: "table"
6469 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6470 #  algorithm: "table_comparison"
6471 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6472 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6473 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6474 #  columns:
6475 #    - title: "2001"
6476 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6477 #    - title: "2005"
6478 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6479 #    - title: "2009"
6480 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6481 #  comparisons:
6482 #    - title: "Diff"
6483 #      reference: 2
6484 #      compare: 3
6485 #  legend:
6486 #    - ""
6487 #    - "2001, 2005, 2009 - DPDK versions tested."
6488 #    - "Diff - difference between 2005 and 2009 DPDK version."
6489 #
6490 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6491 #- type: "table"
6492 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6493 #  algorithm: "table_comparison"
6494 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6495 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6496 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6497 #  columns:
6498 #    - title: "2001"
6499 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6500 #    - title: "2005"
6501 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6502 #    - title: "2009"
6503 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6504 #  comparisons:
6505 #    - title: "Diff"
6506 #      reference: 2
6507 #      compare: 3
6508 #  legend:
6509 #    - ""
6510 #    - "2001, 2005, 2009 - DPDK versions tested."
6511 #    - "Diff - difference between 2005 and 2009 DPDK version."
6512 #
6513 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6514 #- type: "table"
6515 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6516 #  algorithm: "table_comparison"
6517 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6519 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6520 #  columns:
6521 #    - title: "2001"
6522 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6523 #    - title: "2005"
6524 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6525 #    - title: "2009"
6526 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6527 #  comparisons:
6528 #    - title: "Diff"
6529 #      reference: 2
6530 #      compare: 3
6531 #  legend:
6532 #    - ""
6533 #    - "2001, 2005, 2009 - DPDK versions tested."
6534 #    - "Diff - difference between 2005 and 2009 DPDK version."
6535 #
6536 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6537 #- type: "table"
6538 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6539 #  algorithm: "table_comparison"
6540 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6541 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6542 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6543 #  columns:
6544 #    - title: "2001"
6545 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6546 #    - title: "2005"
6547 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6548 #    - title: "2009"
6549 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6550 #  comparisons:
6551 #    - title: "Diff"
6552 #      reference: 2
6553 #      compare: 3
6554 #  legend:
6555 #    - ""
6556 #    - "2001, 2005, 2009 - DPDK versions tested."
6557 #    - "Diff - difference between 2005 and 2009 DPDK version."
6558 #
6559 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6560 #- type: "table"
6561 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6562 #  algorithm: "table_comparison"
6563 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6564 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6565 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6566 #  columns:
6567 #    - title: "2001"
6568 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6569 #    - title: "2005"
6570 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6571 #    - title: "2009"
6572 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6573 #  comparisons:
6574 #    - title: "Diff"
6575 #      reference: 2
6576 #      compare: 3
6577 #  legend:
6578 #    - ""
6579 #    - "2001, 2005, 2009 - DPDK versions tested."
6580 #    - "Diff - difference between 2005 and 2009 DPDK version."
6581 #
6582 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6583 #- type: "table"
6584 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6585 #  algorithm: "table_comparison"
6586 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6587 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6588 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6589 #  columns:
6590 #    - title: "2001"
6591 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6592 #    - title: "2005"
6593 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6594 #    - title: "2009"
6595 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6596 #  comparisons:
6597 #    - title: "Diff"
6598 #      reference: 2
6599 #      compare: 3
6600 #  legend:
6601 #    - ""
6602 #    - "2001, 2005, 2009 - DPDK versions tested."
6603 #    - "Diff - difference between 2005 and 2009 DPDK version."
6604 #
6605 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6606 #- type: "table"
6607 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6608 #  algorithm: "table_comparison"
6609 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6610 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6611 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6612 #  columns:
6613 #    - title: "2001"
6614 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6615 #    - title: "2005"
6616 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6617 #    - title: "2009"
6618 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6619 #  comparisons:
6620 #    - title: "Diff"
6621 #      reference: 2
6622 #      compare: 3
6623 #  legend:
6624 #    - ""
6625 #    - "2001, 2005, 2009 - DPDK versions tested."
6626 #    - "Diff - difference between 2005 and 2009 DPDK version."
6627
6628 # DPDK Performance Changes 3n-tsh 1t1c pdr
6629 - type: "table"
6630   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6631   algorithm: "table_comparison"
6632   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6633   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6634   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6635   columns:
6636     - title: "2001"
6637       data-set: "dpdk-performance-changes-3n-tsh-h1"
6638     - title: "2005"
6639       data-set: "dpdk-performance-changes-3n-tsh-ref"
6640     - title: "2009"
6641       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6642   comparisons:
6643     - title: "Diff"
6644       reference: 2
6645       compare: 3
6646   legend:
6647     - ""
6648     - "2001, 2005, 2009 - DPDK versions tested."
6649     - "Diff - difference between 2005 and 2009 DPDK version."
6650
6651 # DPDK Performance Changes 3n-tsh 2t2c pdr
6652 - type: "table"
6653   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6654   algorithm: "table_comparison"
6655   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6657   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6658   columns:
6659     - title: "2001"
6660       data-set: "dpdk-performance-changes-3n-tsh-h1"
6661     - title: "2005"
6662       data-set: "dpdk-performance-changes-3n-tsh-ref"
6663     - title: "2009"
6664       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6665   comparisons:
6666     - title: "Diff"
6667       reference: 2
6668       compare: 3
6669   legend:
6670     - ""
6671     - "2001, 2005, 2009 - DPDK versions tested."
6672     - "Diff - difference between 2005 and 2009 DPDK version."
6673
6674 # DPDK Performance Changes 3n-tsh 1t1c ndr
6675 - type: "table"
6676   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6677   algorithm: "table_comparison"
6678   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6679   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6680   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6681   columns:
6682     - title: "2001"
6683       data-set: "dpdk-performance-changes-3n-tsh-h1"
6684     - title: "2005"
6685       data-set: "dpdk-performance-changes-3n-tsh-ref"
6686     - title: "2009"
6687       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6688   comparisons:
6689     - title: "Diff"
6690       reference: 2
6691       compare: 3
6692   legend:
6693     - ""
6694     - "2001, 2005, 2009 - DPDK versions tested."
6695     - "Diff - difference between 2005 and 2009 DPDK version."
6696
6697 # DPDK Performance Changes 3n-tsh 2t2c ndr
6698 - type: "table"
6699   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6700   algorithm: "table_comparison"
6701   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6703   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6704   columns:
6705     - title: "2001"
6706       data-set: "dpdk-performance-changes-3n-tsh-h1"
6707     - title: "2005"
6708       data-set: "dpdk-performance-changes-3n-tsh-ref"
6709     - title: "2009"
6710       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6711   comparisons:
6712     - title: "Diff"
6713       reference: 2
6714       compare: 3
6715   legend:
6716     - ""
6717     - "2001, 2005, 2009 - DPDK versions tested."
6718     - "Diff - difference between 2005 and 2009 DPDK version."
6719
6720 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6721 - type: "table"
6722   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6723   algorithm: "table_comparison"
6724   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6726   filter: "'NIC_Intel-X710'"
6727   columns:
6728     - title: "3n-hsw x710"
6729       data-set: "dpdk-compare-testbeds-ref"
6730     - title: "3n-skx x710"
6731       data-set: "dpdk-compare-testbeds-cmp"
6732   comparisons:
6733     - title: "Diff"
6734       reference: 1
6735       compare: 2
6736   legend:
6737     - ""
6738     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6739     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6740
6741 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6742 - type: "table"
6743   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6744   algorithm: "table_comparison"
6745   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6746   include-tests: "PDR" # "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 2n-skx to 2n-clx ndr
6763 - type: "table"
6764   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6765   algorithm: "table_comparison"
6766   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6767   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6768   filter: "'NIC_Intel-XXV710'"
6769   columns:
6770     - title: "2n-skx"
6771       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6772     - title: "2n-clx"
6773       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6774   comparisons:
6775     - title: "Diff"
6776       reference: 1
6777       compare: 2
6778   legend:
6779     - ""
6780     - "2n-skx, 2n-clx - testbeds and NICs tested."
6781     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6782
6783 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6784 - type: "table"
6785   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6786   algorithm: "table_comparison"
6787   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6788   include-tests: "PDR" # "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 Topologies 3n-skx to 2n-skx ndr
6805 - type: "table"
6806   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6807   algorithm: "table_comparison"
6808   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6809   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6810   filter: "'NIC_Intel-XXV710'"
6811   columns:
6812     - title: "3n-skx"
6813       data-set: "dpdk-compare-topologies-ref"
6814     - title: "2n-skx"
6815       data-set: "dpdk-compare-topologies-cmp"
6816   comparisons:
6817     - title: "Diff"
6818       reference: 1
6819       compare: 2
6820   legend:
6821     - ""
6822     - "3n-skx, 2n-skx - topologies tested."
6823     - "Diff - difference between 3n-skx and 2n-skx topologies."
6824
6825 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6826 - type: "table"
6827   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6828   algorithm: "table_comparison"
6829   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6830   include-tests: "PDR" # "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 # Detailed Test Results - DPDK Performance Results 3n-hsw
6847 - type: "table"
6848   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6849   algorithm: "table_merged_details"
6850   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6851   columns:
6852     - title: " |prein| Test Name |preout| "
6853       data: "data name"
6854     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6855       data: "data msg"
6856   data: "dpdk-perf-results-3n-hsw"
6857   filter: "all"
6858   parameters:
6859   - "name"
6860   - "parent"
6861   - "msg"
6862
6863 # Detailed Test Results - DPDK Performance Results 3n-skx
6864 - type: "table"
6865   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6866   algorithm: "table_merged_details"
6867   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6868   columns:
6869     - title: " |prein| Test Name |preout| "
6870       data: "data name"
6871     - 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| "
6872       data: "data msg"
6873   data: "dpdk-perf-results-3n-skx"
6874   filter: "all"
6875   remove-ndr: False
6876   parameters:
6877   - "name"
6878   - "parent"
6879   - "msg"
6880
6881 # Detailed Test Results - DPDK Performance Results 2n-skx
6882 - type: "table"
6883   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6884   algorithm: "table_merged_details"
6885   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6886   columns:
6887     - title: " |prein| Test Name |preout| "
6888       data: "data name"
6889     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6890       data: "data msg"
6891   data: "dpdk-perf-results-2n-skx"
6892   filter: "all"
6893   remove-ndr: False
6894   parameters:
6895   - "name"
6896   - "parent"
6897   - "msg"
6898
6899 # Detailed Test Results - DPDK Performance Results 2n-clx
6900 - type: "table"
6901   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6902   algorithm: "table_merged_details"
6903   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6904   columns:
6905     - title: " |prein| Test Name |preout| "
6906       data: "data name"
6907     - 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| "
6908       data: "data msg"
6909   data: "dpdk-perf-results-2n-clx"
6910   filter: "all"
6911   parameters:
6912   - "name"
6913   - "parent"
6914   - "msg"
6915
6916 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6917 #- type: "table"
6918 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6919 #  algorithm: "table_merged_details"
6920 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6921 #  columns:
6922 #    - title: " |prein| Test Name |preout| "
6923 #      data: "data name"
6924 #    - 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| "
6925 #      data: "data msg"
6926 #  data: "dpdk-perf-results-2n-dnv"
6927 #  filter: "all"
6928 #  parameters:
6929 #  - "name"
6930 #  - "parent"
6931 #  - "msg"
6932 #
6933 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6934 #- type: "table"
6935 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6936 #  algorithm: "table_merged_details"
6937 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6938 #  columns:
6939 #    - title: " |prein| Test Name |preout| "
6940 #      data: "data name"
6941 #    - 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| "
6942 #      data: "data msg"
6943 #  data: "dpdk-perf-results-3n-dnv"
6944 #  filter: "all"
6945 #  parameters:
6946 #  - "name"
6947 #  - "parent"
6948 #  - "msg"
6949
6950 # Detailed Test Results - DPDK Performance Results 3n-tsh
6951 - type: "table"
6952   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6953   algorithm: "table_merged_details"
6954   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6955   columns:
6956     - title: " |prein| Test Name |preout| "
6957       data: "data name"
6958     - 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| "
6959       data: "data msg"
6960   data: "dpdk-perf-results-3n-tsh"
6961   filter: "all"
6962   parameters:
6963   - "name"
6964   - "parent"
6965   - "msg"
6966
6967 ################################################################################
6968 ###                                F I L E S                                 ###
6969 ################################################################################
6970
6971 # VPP Performance Results
6972 - type: "file"
6973   title: "VPP Performance Results"
6974   algorithm: "file_details_split"
6975   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6976   dir-tables:
6977     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6978     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6979     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6980     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6981     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6982     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6983     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6984   data:
6985     - "vpp-perf-results-2n-skx"
6986     - "vpp-perf-results-3n-skx"
6987     - "vpp-perf-results-2n-clx"
6988     - "vpp-perf-results-3n-hsw"
6989     - "vpp-perf-results-3n-tsh"
6990     - "vpp-perf-results-2n-dnv"
6991     - "vpp-perf-results-3n-dnv"
6992   filter: "all"
6993   data-start-level: 4
6994   order-chapters:
6995     level-1:
6996       - "l2"
6997       - "ip4"
6998       - "ip6"
6999       - "srv6"
7000       - "ip4_tunnels"
7001       - "ip6_tunnels"
7002       - "vm_vhost"
7003       - "container_memif"
7004       - "crypto"
7005       - "vts"
7006       - "lb"
7007       - "nfv_density"
7008       - "hoststack"
7009     level-2:
7010       - "2n-skx"
7011       - "3n-skx"
7012       - "2n-clx"
7013       - "3n-hsw"
7014       - "3n-tsh"
7015       - "2n-dnv"
7016       - "3n-dnv"
7017     level-3:
7018       - "xl710"
7019       - "x520"
7020       - "xxv710"
7021       - "x710"
7022       - "x553"
7023       - "cx556a"
7024       - "vic1227"
7025       - "vic1385"
7026
7027 # VPP Performance Configuration
7028 - type: "file"
7029   title: "VPP Performance Configuration"
7030   algorithm: "file_details_split"
7031   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7032   dir-tables:
7033     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7034     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7035     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7036     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7037     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7038     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7039     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7040   data:
7041     - "vpp-perf-results-2n-skx"
7042     - "vpp-perf-results-3n-skx"
7043     - "vpp-perf-results-2n-clx"
7044     - "vpp-perf-results-3n-hsw"
7045     - "vpp-perf-results-3n-tsh"
7046     - "vpp-perf-results-2n-dnv"
7047     - "vpp-perf-results-3n-dnv"
7048   filter: "all"
7049   data-start-level: 4
7050   order-chapters:
7051     level-1:
7052       - "l2"
7053       - "ip4"
7054       - "ip6"
7055       - "srv6"
7056       - "ip4_tunnels"
7057       - "ip6_tunnels"
7058       - "vm_vhost"
7059       - "container_memif"
7060       - "crypto"
7061       - "vts"
7062       - "lb"
7063       - "nfv_density"
7064       - "hoststack"
7065     level-2:
7066       - "2n-skx"
7067       - "3n-skx"
7068       - "2n-clx"
7069       - "3n-hsw"
7070       - "3n-tsh"
7071       - "2n-dnv"
7072       - "3n-dnv"
7073     level-3:
7074       - "xl710"
7075       - "x520"
7076       - "xxv710"
7077       - "x710"
7078       - "x553"
7079       - "cx556a"
7080       - "vic1227"
7081       - "vic1385"
7082
7083 # VPP Performance Operational
7084 - type: "file"
7085   title: "VPP Performance Operational"
7086   algorithm: "file_details_split_html"
7087   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7088   dir-tables:
7089     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7090     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7091     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7092     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7093     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7094     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7095     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7096   data:
7097     - "vpp-perf-results-2n-skx"
7098     - "vpp-perf-results-3n-skx"
7099     - "vpp-perf-results-2n-clx"
7100     - "vpp-perf-results-3n-hsw"
7101     - "vpp-perf-results-3n-tsh"
7102     - "vpp-perf-results-2n-dnv"
7103     - "vpp-perf-results-3n-dnv"
7104   filter: "all"
7105   data-start-level: 4
7106   order-chapters:
7107     level-1:
7108       - "l2"
7109       - "ip4"
7110       - "ip6"
7111       - "srv6"
7112       - "ip4_tunnels"
7113       - "ip6_tunnels"
7114       - "vm_vhost"
7115       - "container_memif"
7116       - "crypto"
7117       - "vts"
7118       - "lb"
7119       - "nfv_density"
7120       - "hoststack"
7121     level-2:
7122       - "2n-skx"
7123       - "3n-skx"
7124       - "2n-clx"
7125       - "3n-hsw"
7126       - "3n-tsh"
7127       - "2n-dnv"
7128       - "3n-dnv"
7129     level-3:
7130       - "xl710"
7131       - "x520"
7132       - "xxv710"
7133       - "x710"
7134       - "x553"
7135       - "cx556a"
7136       - "vic1227"
7137       - "vic1385"
7138
7139 # VPP MRR Results
7140 - type: "file"
7141   title: "VPP MRR Results"
7142   algorithm: "file_details_split"
7143   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7144   dir-tables:
7145     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7146     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7147     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7148     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7149     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7150     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7151     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7152   data:
7153     - "vpp-mrr-results-2n-skx"
7154     - "vpp-mrr-results-3n-skx"
7155     - "vpp-mrr-results-2n-clx"
7156     - "vpp-mrr-results-3n-hsw"
7157     - "vpp-mrr-results-3n-tsh"
7158     - "vpp-mrr-results-2n-dnv"
7159     - "vpp-mrr-results-3n-dnv"
7160   filter: "all"
7161   data-start-level: 4
7162   order-chapters:
7163     level-1:
7164       - "l2"
7165       - "ip4"
7166       - "ip6"
7167       - "srv6"
7168       - "ip4_tunnels"
7169       - "ip6_tunnels"
7170       - "vm_vhost"
7171       - "container_memif"
7172       - "crypto"
7173       - "vts"
7174       - "lb"
7175       - "nfv_density"
7176       - "hoststack"
7177     level-2:
7178       - "2n-skx"
7179       - "3n-skx"
7180       - "2n-clx"
7181       - "3n-hsw"
7182       - "3n-tsh"
7183       - "2n-dnv"
7184       - "3n-dnv"
7185     level-3:
7186       - "xl710"
7187       - "x520"
7188       - "xxv710"
7189       - "x710"
7190       - "x553"
7191       - "cx556a"
7192       - "vic1227"
7193       - "vic1385"
7194
7195 # VPP MRR Configuration
7196 - type: "file"
7197   title: "VPP MRR Configuration"
7198   algorithm: "file_details_split"
7199   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7200   dir-tables:
7201     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7202     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7203     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7204     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7205     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7206     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7207     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7208   data:
7209     - "vpp-mrr-results-2n-skx"
7210     - "vpp-mrr-results-3n-skx"
7211     - "vpp-mrr-results-2n-clx"
7212     - "vpp-mrr-results-3n-hsw"
7213     - "vpp-mrr-results-3n-tsh"
7214     - "vpp-mrr-results-2n-dnv"
7215     - "vpp-mrr-results-3n-dnv"
7216   filter: "all"
7217   data-start-level: 4
7218   order-chapters:
7219     level-1:
7220       - "l2"
7221       - "ip4"
7222       - "ip6"
7223       - "srv6"
7224       - "ip4_tunnels"
7225       - "ip6_tunnels"
7226       - "vm_vhost"
7227       - "container_memif"
7228       - "crypto"
7229       - "vts"
7230       - "lb"
7231       - "nfv_density"
7232       - "hoststack"
7233     level-2:
7234       - "2n-skx"
7235       - "3n-skx"
7236       - "2n-clx"
7237       - "3n-hsw"
7238       - "3n-tsh"
7239       - "2n-dnv"
7240       - "3n-dnv"
7241     level-3:
7242       - "xl710"
7243       - "x520"
7244       - "xxv710"
7245       - "x710"
7246       - "x553"
7247       - "cx556a"
7248       - "vic1227"
7249       - "vic1385"
7250
7251 # VPP Device Results - Ubuntu
7252 - type: "file"
7253   title: "VPP Device Results - Ubuntu"
7254   algorithm: "file_test_results"
7255   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7256   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7257   data: "vpp-device-results-ubuntu"
7258   filter: "all"
7259   data-start-level: 4
7260
7261 # VPP Device Configuration - Ubuntu
7262 - type: "file"
7263   title: "VPP Device Configuration - Ubuntu"
7264   algorithm: "file_test_results"
7265   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7266   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7267   data: "vpp-device-results-ubuntu"
7268   filter: "all"
7269   data-start-level: 4
7270
7271 # DPDK Performance Results 3n-hsw
7272 - type: "file"
7273   title: "DPDK Performance Results 3n-hsw"
7274   algorithm: "file_test_results"
7275   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7276   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7277   data: "dpdk-perf-results-3n-hsw"
7278   filter: "all"
7279   data-start-level: 4
7280
7281 # DPDK Performance Results 3n-skx
7282 - type: "file"
7283   title: "DPDK Performance Results 3n-skx"
7284   algorithm: "file_test_results"
7285   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7286   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7287   data: "dpdk-perf-results-3n-skx"
7288   filter: "all"
7289   data-start-level: 4
7290
7291 # DPDK Performance Results 2n-skx
7292 - type: "file"
7293   title: "DPDK Performance Results 2n-skx"
7294   algorithm: "file_test_results"
7295   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7296   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7297   data: "dpdk-perf-results-2n-skx"
7298   filter: "all"
7299   data-start-level: 4
7300
7301 # DPDK Performance Results 2n-clx
7302 - type: "file"
7303   title: "DPDK Performance Results 2n-clx"
7304   algorithm: "file_test_results"
7305   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7306   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7307   data: "dpdk-perf-results-2n-clx"
7308   filter: "all"
7309   data-start-level: 4
7310
7311 ## DPDK Performance Results 2n-dnv
7312 #- type: "file"
7313 #  title: "DPDK Performance Results 2n-dnv"
7314 #  algorithm: "file_test_results"
7315 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7316 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7317 #  data: "dpdk-perf-results-2n-dnv"
7318 #  filter: "all"
7319 #  data-start-level: 4
7320 #
7321 ## DPDK Performance Results 3n-dnv
7322 #- type: "file"
7323 #  title: "DPDK Performance Results 3n-dnv"
7324 #  algorithm: "file_test_results"
7325 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7326 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7327 #  data: "dpdk-perf-results-3n-dnv"
7328 #  filter: "all"
7329 #  data-start-level: 4
7330
7331 # DPDK Performance Results 3n-tsh
7332 - type: "file"
7333   title: "DPDK Performance Results 3n-tsh"
7334   algorithm: "file_test_results"
7335   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7336   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7337   data: "dpdk-perf-results-3n-tsh"
7338   filter: "all"
7339   data-start-level: 4
7340
7341 ################################################################################
7342 ###                                P L O T S                                 ###
7343 ################################################################################
7344
7345 # Hoststack tests 3n-hsw
7346
7347 - type: "plot"
7348   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7349   algorithm: "plot_perf_box_name"
7350   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7351   data: "plot-vpp-hoststack-3n-hsw"
7352   include:
7353     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7354     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7355   layout:
7356     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7357     layout: "plot-hoststack"
7358
7359 - type: "plot"
7360   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7361   algorithm: "plot_perf_box_name"
7362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7363   data: "plot-vpp-hoststack-3n-hsw"
7364   include:
7365     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7366     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7367   layout:
7368     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7369     layout: "plot-hoststack"
7370
7371 - type: "plot"
7372   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7373   algorithm: "plot_perf_box_name"
7374   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7375   data: "plot-vpp-hoststack-3n-hsw"
7376   include:
7377     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7378     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7379     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7380     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7381   layout:
7382     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7383     layout: "plot-hoststack"
7384
7385 ################################################################################
7386
7387 # Soak Test (PLRsearch), boxes - 2n-clx
7388 - type: "plot"
7389   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7390   algorithm: "plot_perf_box_name"
7391   output-file-type: ".html"
7392   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7393   data: "plot-vpp-soak-2n-clx"
7394   include:
7395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7401   layout:
7402     title: "30 Minutes Soak Test (PLRsearch)"
7403     layout: "plot-soak-throughput"
7404
7405 # Soak Test (PLRsearch), boxes - 2n-clx
7406 - type: "plot"
7407   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7408   algorithm: "plot_perf_box_name"
7409   output-file-type: ".html"
7410   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7411   data: "plot-vpp-soak-2n-clx"
7412   include:
7413     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7415     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7416     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7418     - "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"
7419   layout:
7420     title: "30 Minutes Soak Test (PLRsearch)"
7421     layout: "plot-soak-throughput"
7422
7423 # Soak Test (PLRsearch), boxes - 2n-skx
7424 - type: "plot"
7425   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7426   algorithm: "plot_perf_box_name"
7427   output-file-type: ".html"
7428   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7429   data: "plot-vpp-soak-2n-skx"
7430   include:
7431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7437   layout:
7438     title: "30 Minutes Soak Test (PLRsearch)"
7439     layout: "plot-soak-throughput"
7440
7441 # Soak Test (PLRsearch), boxes - 2n-skx
7442 - type: "plot"
7443   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7444   algorithm: "plot_perf_box_name"
7445   output-file-type: ".html"
7446   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7447   data: "plot-vpp-soak-2n-skx"
7448   include:
7449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7451     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7452     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7454     - "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"
7455   layout:
7456     title: "30 Minutes Soak Test (PLRsearch)"
7457     layout: "plot-soak-throughput"
7458
7459 ###############################################################################
7460
7461 # Reconf tests 2n-skx
7462
7463 - type: "plot"
7464   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7465   algorithm: "plot_nf_reconf_box_name"
7466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7467   data: "plot-vpp-nfv-reconf-2n-skx"
7468   include:
7469     - "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"
7470     - "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"
7471     - "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"
7472     - "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"
7473     - "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"
7474     - "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"
7475   layout:
7476     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7477     layout: "plot-throughput"
7478
7479 - type: "plot"
7480   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7481   algorithm: "plot_nf_reconf_box_name"
7482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7483   data: "plot-vpp-nfv-reconf-2n-skx"
7484   include:
7485     - "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"
7486     - "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"
7487     - "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"
7488     - "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"
7489     - "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"
7490     - "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"
7491   layout:
7492     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7493     layout: "plot-throughput"
7494
7495 - type: "plot"
7496   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7497   algorithm: "plot_nf_reconf_box_name"
7498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7499   data: "plot-vpp-nfv-reconf-2n-skx"
7500   include:
7501     - "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"
7502     - "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"
7503     - "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"
7504     - "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"
7505     - "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"
7506     - "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"
7507   layout:
7508     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7509     layout: "plot-throughput"
7510
7511 ###############################################################################
7512
7513 # Reconf tests 2n-clx
7514
7515 - type: "plot"
7516   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7517   algorithm: "plot_nf_reconf_box_name"
7518   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7519   data: "plot-vpp-nfv-reconf-2n-clx"
7520   include:
7521     - "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"
7522     - "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"
7523     - "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"
7524     - "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"
7525   layout:
7526     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7527     layout: "plot-throughput"
7528
7529 - type: "plot"
7530   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7531   algorithm: "plot_nf_reconf_box_name"
7532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7533   data: "plot-vpp-nfv-reconf-2n-clx"
7534   include:
7535     - "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"
7536     - "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"
7537     - "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"
7538     - "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"
7539   layout:
7540     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7541     layout: "plot-throughput"
7542
7543 - type: "plot"
7544   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7545   algorithm: "plot_nf_reconf_box_name"
7546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7547   data: "plot-vpp-nfv-reconf-2n-clx"
7548   include:
7549     - "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"
7550     - "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"
7551     - "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"
7552     - "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"
7553   layout:
7554     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7555     layout: "plot-throughput"
7556
7557 ###############################################################################
7558
7559 # Plots - NF Density - VSC - MRR IMIX
7560 - type: "plot"
7561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7562   algorithm: "plot_nf_heatmap"
7563   output-file-type: ".html"
7564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7565   data: "plot-vpp-nfv-2n-skx-mrr"
7566   filter: "'NIC_Intel-XXV710' and
7567            'NF_DENSITY' and
7568            'VHOST' and
7569            not 'VXLAN' and
7570            'CHAIN' and
7571            'NF_VPPIP4' and
7572            'IMIX' and
7573            '2T1C' and
7574            'MRR'"
7575   parameters:
7576   - "result"
7577   - "name"
7578   - "tags"
7579   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7580   x-axis: "X = VNFs per Service Chain"
7581   y-axis: "Y = Number of Service Chains"
7582   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7583   layout:
7584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7585     layout: "plot-service-density"
7586
7587 - type: "plot"
7588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7589   algorithm: "plot_nf_heatmap"
7590   output-file-type: ".html"
7591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7592   data: "plot-vpp-nfv-2n-skx-mrr"
7593   filter: "'NIC_Intel-XXV710' and
7594            'NF_DENSITY' and
7595            'VHOST' and
7596            not 'VXLAN' and
7597            'CHAIN' and
7598            'NF_VPPIP4' and
7599            'IMIX' and
7600            '4T2C' and
7601            'MRR'"
7602   parameters:
7603   - "result"
7604   - "name"
7605   - "tags"
7606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7607   x-axis: "X = VNFs per Service Chain"
7608   y-axis: "Y = Number of Service Chains"
7609   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7610   layout:
7611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7612     layout: "plot-service-density"
7613
7614 - type: "plot"
7615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7616   algorithm: "plot_nf_heatmap"
7617   output-file-type: ".html"
7618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7619   data: "plot-vpp-nfv-2n-skx-mrr"
7620   filter: "'NIC_Intel-XXV710' and
7621            'NF_DENSITY' and
7622            'VHOST' and
7623            not 'VXLAN' and
7624            'CHAIN' and
7625            'NF_VPPIP4' and
7626            'IMIX' and
7627            '8T4C' and
7628            'MRR'"
7629   parameters:
7630   - "result"
7631   - "name"
7632   - "tags"
7633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7634   x-axis: "X = VNFs per Service Chain"
7635   y-axis: "Y = Number of Service Chains"
7636   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7637   layout:
7638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7639     layout: "plot-service-density"
7640
7641 # Plots - NF Density - VSC - NDR IMIX
7642 - type: "plot"
7643   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7644   algorithm: "plot_nf_heatmap"
7645   output-file-type: ".html"
7646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7647   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7648   filter: "'NIC_Intel-XXV710' and
7649            'NF_DENSITY' and
7650            'VHOST' and
7651            not 'VXLAN' and
7652            'CHAIN' and
7653            'NF_VPPIP4' and
7654            'IMIX' and
7655            '2T1C' and
7656            'NDRPDR'"
7657   parameters:
7658   - "throughput"
7659   - "name"
7660   - "tags"
7661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7662   x-axis: "X = VNFs per Service Chain"
7663   y-axis: "Y = Number of Service Chains"
7664   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7665   layout:
7666     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7667     layout: "plot-service-density"
7668
7669 - type: "plot"
7670   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7671   algorithm: "plot_nf_heatmap"
7672   output-file-type: ".html"
7673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7674   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7675   filter: "'NIC_Intel-XXV710' and
7676            'NF_DENSITY' and
7677            'VHOST' and
7678            not 'VXLAN' and
7679            'CHAIN' and
7680            'NF_VPPIP4' and
7681            'IMIX' and
7682            '4T2C' and
7683            'NDRPDR'"
7684   parameters:
7685   - "throughput"
7686   - "name"
7687   - "tags"
7688   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7689   x-axis: "X = VNFs per Service Chain"
7690   y-axis: "Y = Number of Service Chains"
7691   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7692   layout:
7693     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7694     layout: "plot-service-density"
7695
7696 - type: "plot"
7697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7698   algorithm: "plot_nf_heatmap"
7699   output-file-type: ".html"
7700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7701   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7702   filter: "'NIC_Intel-XXV710' and
7703            'NF_DENSITY' and
7704            'VHOST' and
7705            not 'VXLAN' and
7706            'CHAIN' and
7707            'NF_VPPIP4' and
7708            'IMIX' and
7709            '8T4C' and
7710            'NDRPDR'"
7711   parameters:
7712   - "throughput"
7713   - "name"
7714   - "tags"
7715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7716   x-axis: "X = VNFs per Service Chain"
7717   y-axis: "Y = Number of Service Chains"
7718   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7719   layout:
7720     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7721     layout: "plot-service-density"
7722
7723 # Plots - NF Density - VSC - PDR IMIX
7724 - type: "plot"
7725   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7726   algorithm: "plot_nf_heatmap"
7727   output-file-type: ".html"
7728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7729   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7730   filter: "'NIC_Intel-XXV710' and
7731            'NF_DENSITY' and
7732            'VHOST' and
7733            not 'VXLAN' and
7734            'CHAIN' and
7735            'NF_VPPIP4' and
7736            'IMIX' and
7737            '2T1C' and
7738            'NDRPDR'"
7739   parameters:
7740   - "throughput"
7741   - "name"
7742   - "tags"
7743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7744   x-axis: "X = VNFs per Service Chain"
7745   y-axis: "Y = Number of Service Chains"
7746   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7747   layout:
7748     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7749     layout: "plot-service-density"
7750
7751 - type: "plot"
7752   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7753   algorithm: "plot_nf_heatmap"
7754   output-file-type: ".html"
7755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7756   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7757   filter: "'NIC_Intel-XXV710' and
7758            'NF_DENSITY' and
7759            'VHOST' and
7760            not 'VXLAN' and
7761            'CHAIN' and
7762            'NF_VPPIP4' and
7763            'IMIX' and
7764            '4T2C' and
7765            'NDRPDR'"
7766   parameters:
7767   - "throughput"
7768   - "name"
7769   - "tags"
7770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7771   x-axis: "X = VNFs per Service Chain"
7772   y-axis: "Y = Number of Service Chains"
7773   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7774   layout:
7775     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7776     layout: "plot-service-density"
7777
7778 - type: "plot"
7779   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7780   algorithm: "plot_nf_heatmap"
7781   output-file-type: ".html"
7782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7783   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7784   filter: "'NIC_Intel-XXV710' and
7785            'NF_DENSITY' and
7786            'VHOST' and
7787            not 'VXLAN' and
7788            'CHAIN' and
7789            'NF_VPPIP4' and
7790            'IMIX' and
7791            '8T4C' and
7792            'NDRPDR'"
7793   parameters:
7794   - "throughput"
7795   - "name"
7796   - "tags"
7797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7798   x-axis: "X = VNFs per Service Chain"
7799   y-axis: "Y = Number of Service Chains"
7800   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7801   layout:
7802     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7803     layout: "plot-service-density"
7804
7805 ###############################################################################
7806
7807 # Plots - NF Density - VSC - MRR IMIX
7808 - type: "plot"
7809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7810   algorithm: "plot_nf_heatmap"
7811   output-file-type: ".html"
7812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7813   data: "plot-vpp-nfv-2n-skx-mrr"
7814   filter: "'NIC_Intel-XXV710' and
7815            'NF_DENSITY' and
7816            'VHOST' and
7817            'VXLAN' and
7818            'CHAIN' and
7819            'IMIX' and
7820            '2T1C' and
7821            'MRR'"
7822   parameters:
7823   - "result"
7824   - "name"
7825   - "tags"
7826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7827   x-axis: "X = VNFs per Service Chain"
7828   y-axis: "Y = Number of Service Chains"
7829   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7830   layout:
7831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7832     layout: "plot-service-density"
7833
7834 - type: "plot"
7835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7836   algorithm: "plot_nf_heatmap"
7837   output-file-type: ".html"
7838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7839   data: "plot-vpp-nfv-2n-skx-mrr"
7840   filter: "'NIC_Intel-XXV710' and
7841            'NF_DENSITY' and
7842            'VHOST' and
7843            'VXLAN' and
7844            'CHAIN' and
7845            'IMIX' and
7846            '4T2C' and
7847            'MRR'"
7848   parameters:
7849   - "result"
7850   - "name"
7851   - "tags"
7852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7853   x-axis: "X = VNFs per Service Chain"
7854   y-axis: "Y = Number of Service Chains"
7855   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7856   layout:
7857     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7858     layout: "plot-service-density"
7859
7860 - type: "plot"
7861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7862   algorithm: "plot_nf_heatmap"
7863   output-file-type: ".html"
7864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7865   data: "plot-vpp-nfv-2n-skx-mrr"
7866   filter: "'NIC_Intel-XXV710' and
7867            'NF_DENSITY' and
7868            'VHOST' and
7869            'VXLAN' and
7870            'CHAIN' and
7871            'IMIX' and
7872            '8T4C' and
7873            'MRR'"
7874   parameters:
7875   - "result"
7876   - "name"
7877   - "tags"
7878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7879   x-axis: "X = VNFs per Service Chain"
7880   y-axis: "Y = Number of Service Chains"
7881   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7882   layout:
7883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7884     layout: "plot-service-density"
7885
7886 # Plots - NF Density - VSC - NDR IMIX
7887 - type: "plot"
7888   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7889   algorithm: "plot_nf_heatmap"
7890   output-file-type: ".html"
7891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7892   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7893   filter: "'NIC_Intel-XXV710' and
7894            'NF_DENSITY' and
7895            'VHOST' and
7896            'VXLAN' and
7897            'CHAIN' and
7898            'IMIX' and
7899            '2T1C' and
7900            'NDRPDR'"
7901   parameters:
7902   - "throughput"
7903   - "name"
7904   - "tags"
7905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7906   x-axis: "X = VNFs per Service Chain"
7907   y-axis: "Y = Number of Service Chains"
7908   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7909   layout:
7910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7911     layout: "plot-service-density"
7912
7913 - type: "plot"
7914   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7915   algorithm: "plot_nf_heatmap"
7916   output-file-type: ".html"
7917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7918   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7919   filter: "'NIC_Intel-XXV710' and
7920            'NF_DENSITY' and
7921            'VHOST' and
7922            'VXLAN' and
7923            'CHAIN' and
7924            'IMIX' and
7925            '4T2C' and
7926            'NDRPDR'"
7927   parameters:
7928   - "throughput"
7929   - "name"
7930   - "tags"
7931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7932   x-axis: "X = VNFs per Service Chain"
7933   y-axis: "Y = Number of Service Chains"
7934   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7935   layout:
7936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7937     layout: "plot-service-density"
7938
7939 - type: "plot"
7940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7941   algorithm: "plot_nf_heatmap"
7942   output-file-type: ".html"
7943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7944   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7945   filter: "'NIC_Intel-XXV710' and
7946            'NF_DENSITY' and
7947            'VHOST' and
7948            'VXLAN' and
7949            'CHAIN' and
7950            'IMIX' and
7951            '8T4C' and
7952            'NDRPDR'"
7953   parameters:
7954   - "throughput"
7955   - "name"
7956   - "tags"
7957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7958   x-axis: "X = VNFs per Service Chain"
7959   y-axis: "Y = Number of Service Chains"
7960   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7961   layout:
7962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7963     layout: "plot-service-density"
7964
7965 # Plots - NF Density - VSC - PDR IMIX
7966 - type: "plot"
7967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7968   algorithm: "plot_nf_heatmap"
7969   output-file-type: ".html"
7970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7971   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7972   filter: "'NIC_Intel-XXV710' and
7973            'NF_DENSITY' and
7974            'VHOST' and
7975            'VXLAN' and
7976            'CHAIN' and
7977            'IMIX' and
7978            '2T1C' and
7979            'NDRPDR'"
7980   parameters:
7981   - "throughput"
7982   - "name"
7983   - "tags"
7984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7985   x-axis: "X = VNFs per Service Chain"
7986   y-axis: "Y = Number of Service Chains"
7987   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7988   layout:
7989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7990     layout: "plot-service-density"
7991
7992 - type: "plot"
7993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7994   algorithm: "plot_nf_heatmap"
7995   output-file-type: ".html"
7996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7997   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7998   filter: "'NIC_Intel-XXV710' and
7999            'NF_DENSITY' and
8000            'VHOST' and
8001            'VXLAN' and
8002            'CHAIN' and
8003            'IMIX' and
8004            '4T2C' and
8005            'NDRPDR'"
8006   parameters:
8007   - "throughput"
8008   - "name"
8009   - "tags"
8010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8011   x-axis: "X = VNFs per Service Chain"
8012   y-axis: "Y = Number of Service Chains"
8013   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8014   layout:
8015     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8016     layout: "plot-service-density"
8017
8018 - type: "plot"
8019   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8020   algorithm: "plot_nf_heatmap"
8021   output-file-type: ".html"
8022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8023   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8024   filter: "'NIC_Intel-XXV710' and
8025            'NF_DENSITY' and
8026            'VHOST' and
8027            'VXLAN' and
8028            'CHAIN' and
8029            'IMIX' and
8030            '8T4C' and
8031            'NDRPDR'"
8032   parameters:
8033   - "throughput"
8034   - "name"
8035   - "tags"
8036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8037   x-axis: "X = VNFs per Service Chain"
8038   y-axis: "Y = Number of Service Chains"
8039   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8040   layout:
8041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8042     layout: "plot-service-density"
8043
8044 ###############################################################################
8045
8046 # Plots - NF Density - CSC - MRR IMIX
8047 - type: "plot"
8048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8049   algorithm: "plot_nf_heatmap"
8050   output-file-type: ".html"
8051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8052   data: "plot-vpp-nfv-2n-skx-mrr"
8053   filter: "'NIC_Intel-XXV710' and
8054            'NF_DENSITY' and
8055            'DOCKER' and
8056            'CHAIN' and
8057            'NF_VPPIP4' and
8058            'IMIX' and
8059            '2T1C' and
8060            'MRR'"
8061   parameters:
8062   - "result"
8063   - "name"
8064   - "tags"
8065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8066   x-axis: "X = CNFs per Service Chain"
8067   y-axis: "Y = Number of Service Chains"
8068   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8069   layout:
8070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8071     layout: "plot-service-density"
8072
8073 - type: "plot"
8074   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8075   algorithm: "plot_nf_heatmap"
8076   output-file-type: ".html"
8077   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8078   data: "plot-vpp-nfv-2n-skx-mrr"
8079   filter: "'NIC_Intel-XXV710' and
8080            'NF_DENSITY' and
8081            'DOCKER' and
8082            'CHAIN' and
8083            'NF_VPPIP4' and
8084            'IMIX' and
8085            '4T2C' and
8086            'MRR'"
8087   parameters:
8088   - "result"
8089   - "name"
8090   - "tags"
8091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8092   x-axis: "X = CNFs per Service Chain"
8093   y-axis: "Y = Number of Service Chains"
8094   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8095   layout:
8096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8097     layout: "plot-service-density"
8098
8099 - type: "plot"
8100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8101   algorithm: "plot_nf_heatmap"
8102   output-file-type: ".html"
8103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8104   data: "plot-vpp-nfv-2n-skx-mrr"
8105   filter: "'NIC_Intel-XXV710' and
8106            'NF_DENSITY' and
8107            'DOCKER' and
8108            'CHAIN' and
8109            'NF_VPPIP4' and
8110            'IMIX' and
8111            '8T4C' and
8112            'MRR'"
8113   parameters:
8114   - "result"
8115   - "name"
8116   - "tags"
8117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8118   x-axis: "X = CNFs per Service Chain"
8119   y-axis: "Y = Number of Service Chains"
8120   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8121   layout:
8122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8123     layout: "plot-service-density"
8124
8125 # Plots - NF Density - CSC - NDR IMIX
8126 - type: "plot"
8127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8128   algorithm: "plot_nf_heatmap"
8129   output-file-type: ".html"
8130   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8131   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8132   filter: "'NIC_Intel-XXV710' and
8133            'NF_DENSITY' and
8134            'DOCKER' and
8135            'CHAIN' and
8136            'NF_VPPIP4' and
8137            'IMIX' and
8138            '2T1C' and
8139            'NDRPDR'"
8140   parameters:
8141   - "throughput"
8142   - "name"
8143   - "tags"
8144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8145   x-axis: "X = CNFs per Service Chain"
8146   y-axis: "Y = Number of Service Chains"
8147   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8148   layout:
8149     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8150     layout: "plot-service-density"
8151
8152 - type: "plot"
8153   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8154   algorithm: "plot_nf_heatmap"
8155   output-file-type: ".html"
8156   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8157   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8158   filter: "'NIC_Intel-XXV710' and
8159            'NF_DENSITY' and
8160            'DOCKER' and
8161            'CHAIN' and
8162            'NF_VPPIP4' and
8163            'IMIX' and
8164            '4T2C' and
8165            'NDRPDR'"
8166   parameters:
8167   - "throughput"
8168   - "name"
8169   - "tags"
8170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8171   x-axis: "X = CNFs per Service Chain"
8172   y-axis: "Y = Number of Service Chains"
8173   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8174   layout:
8175     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8176     layout: "plot-service-density"
8177
8178 - type: "plot"
8179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8180   algorithm: "plot_nf_heatmap"
8181   output-file-type: ".html"
8182   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8183   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8184   filter: "'NIC_Intel-XXV710' and
8185            'NF_DENSITY' and
8186            'DOCKER' and
8187            'CHAIN' and
8188            'NF_VPPIP4' and
8189            'IMIX' and
8190            '8T4C' and
8191            'NDRPDR'"
8192   parameters:
8193   - "throughput"
8194   - "name"
8195   - "tags"
8196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8197   x-axis: "X = CNFs per Service Chain"
8198   y-axis: "Y = Number of Service Chains"
8199   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8200   layout:
8201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8202     layout: "plot-service-density"
8203
8204 # Plots - NF Density - CSC - PDR IMIX
8205 - type: "plot"
8206   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8207   algorithm: "plot_nf_heatmap"
8208   output-file-type: ".html"
8209   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8210   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8211   filter: "'NIC_Intel-XXV710' and
8212            'NF_DENSITY' and
8213            'DOCKER' and
8214            'CHAIN' and
8215            'NF_VPPIP4' and
8216            'IMIX' and
8217            '2T1C' and
8218            'NDRPDR'"
8219   parameters:
8220   - "throughput"
8221   - "name"
8222   - "tags"
8223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8224   x-axis: "X = CNFs per Service Chain"
8225   y-axis: "Y = Number of Service Chains"
8226   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8227   layout:
8228     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8229     layout: "plot-service-density"
8230
8231 - type: "plot"
8232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8233   algorithm: "plot_nf_heatmap"
8234   output-file-type: ".html"
8235   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8236   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8237   filter: "'NIC_Intel-XXV710' and
8238            'NF_DENSITY' and
8239            'DOCKER' and
8240            'CHAIN' and
8241            'NF_VPPIP4' and
8242            'IMIX' and
8243            '4T2C' and
8244            'NDRPDR'"
8245   parameters:
8246   - "throughput"
8247   - "name"
8248   - "tags"
8249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8250   x-axis: "X = CNFs per Service Chain"
8251   y-axis: "Y = Number of Service Chains"
8252   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8253   layout:
8254     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8255     layout: "plot-service-density"
8256
8257 - type: "plot"
8258   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8259   algorithm: "plot_nf_heatmap"
8260   output-file-type: ".html"
8261   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8262   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8263   filter: "'NIC_Intel-XXV710' and
8264            'NF_DENSITY' and
8265            'DOCKER' and
8266            'CHAIN' and
8267            'NF_VPPIP4' and
8268            'IMIX' and
8269            '8T4C' and
8270            'NDRPDR'"
8271   parameters:
8272   - "throughput"
8273   - "name"
8274   - "tags"
8275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8276   x-axis: "X = CNFs per Service Chain"
8277   y-axis: "Y = Number of Service Chains"
8278   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8279   layout:
8280     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8281     layout: "plot-service-density"
8282
8283 ################################################################################
8284 #
8285 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8286 #- type: "plot"
8287 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8288 #  algorithm: "plot_nf_heatmap"
8289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8290 #  data: "plot-vpp-nfv-3n-skx-mrr"
8291 #  filter: "'NIC_Intel-XXV710' and
8292 #           'NF_DENSITY' and
8293 #           'DOCKER' and
8294 #           'CHAIN' and
8295 #           'NF_VPPIP4' and
8296 #           'IPSEC' and
8297 #           'TNL_4' and
8298 #           'IMIX' and
8299 #           '2T1C' and
8300 #           'MRR'"
8301 #  parameters:
8302 #  - "result"
8303 #  - "name"
8304 #  - "tags"
8305 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8306 #  x-axis: "X = CNFs per Service Chain"
8307 #  y-axis: "Y = Number of Service Chains"
8308 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8309 #  layout:
8310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8311 #    layout: "plot-service-density"
8312 #
8313 #- type: "plot"
8314 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8315 #  algorithm: "plot_nf_heatmap"
8316 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8317 #  data: "plot-vpp-nfv-3n-skx-mrr"
8318 #  filter: "'NIC_Intel-XXV710' and
8319 #           'NF_DENSITY' and
8320 #           'DOCKER' and
8321 #           'CHAIN' and
8322 #           'NF_VPPIP4' and
8323 #           'IPSEC' and
8324 #           'TNL_4' and
8325 #           'IMIX' and
8326 #           '4T2C' and
8327 #           'MRR'"
8328 #  parameters:
8329 #  - "result"
8330 #  - "name"
8331 #  - "tags"
8332 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8333 #  x-axis: "X = CNFs per Service Chain"
8334 #  y-axis: "Y = Number of Service Chains"
8335 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8336 #  layout:
8337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8338 #    layout: "plot-service-density"
8339 #
8340 #- type: "plot"
8341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8342 #  algorithm: "plot_nf_heatmap"
8343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8344 #  data: "plot-vpp-nfv-3n-skx-mrr"
8345 #  filter: "'NIC_Intel-XXV710' and
8346 #           'NF_DENSITY' and
8347 #           'DOCKER' and
8348 #           'CHAIN' and
8349 #           'NF_VPPIP4' and
8350 #           'IPSEC' and
8351 #           'TNL_4' and
8352 #           'IMIX' and
8353 #           '8T4C' and
8354 #           'MRR'"
8355 #  parameters:
8356 #  - "result"
8357 #  - "name"
8358 #  - "tags"
8359 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8360 #  x-axis: "X = CNFs per Service Chain"
8361 #  y-axis: "Y = Number of Service Chains"
8362 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8363 #  layout:
8364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8365 #    layout: "plot-service-density"
8366
8367 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8368 #- type: "plot"
8369 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8370 #  algorithm: "plot_nf_heatmap"
8371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8372 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8373 #  filter: "'NIC_Intel-XXV710' and
8374 #           'NF_DENSITY' and
8375 #           'DOCKER' and
8376 #           'CHAIN' and
8377 #           'NF_VPPIP4' and
8378 #           'IPSEC' and
8379 #           'TNL_4' and
8380 #           'IMIX' and
8381 #           '2T1C' and
8382 #           'NDRPDR'"
8383 #  parameters:
8384 #  - "throughput"
8385 #  - "name"
8386 #  - "tags"
8387 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8388 #  x-axis: "X = CNFs per Service Chain"
8389 #  y-axis: "Y = Number of Service Chains"
8390 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8391 #  layout:
8392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8393 #    layout: "plot-service-density"
8394 #
8395 #- type: "plot"
8396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8397 #  algorithm: "plot_nf_heatmap"
8398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8399 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8400 #  filter: "'NIC_Intel-XXV710' and
8401 #           'NF_DENSITY' and
8402 #           'DOCKER' and
8403 #           'CHAIN' and
8404 #           'NF_VPPIP4' and
8405 #           'IPSEC' and
8406 #           'TNL_4' and
8407 #           'IMIX' and
8408 #           '4T2C' and
8409 #           'NDRPDR'"
8410 #  parameters:
8411 #  - "throughput"
8412 #  - "name"
8413 #  - "tags"
8414 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8415 #  x-axis: "X = CNFs per Service Chain"
8416 #  y-axis: "Y = Number of Service Chains"
8417 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8418 #  layout:
8419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8420 #    layout: "plot-service-density"
8421 #
8422 #- type: "plot"
8423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8424 #  algorithm: "plot_nf_heatmap"
8425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8426 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8427 #  filter: "'NIC_Intel-XXV710' and
8428 #           'NF_DENSITY' and
8429 #           'DOCKER' and
8430 #           'CHAIN' and
8431 #           'NF_VPPIP4' and
8432 #           'IPSEC' and
8433 #           'TNL_4' and
8434 #           'IMIX' and
8435 #           '8T4C' and
8436 #           'NDRPDR'"
8437 #  parameters:
8438 #  - "throughput"
8439 #  - "name"
8440 #  - "tags"
8441 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8442 #  x-axis: "X = CNFs per Service Chain"
8443 #  y-axis: "Y = Number of Service Chains"
8444 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8445 #  layout:
8446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8447 #    layout: "plot-service-density"
8448 #
8449 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8450 #- type: "plot"
8451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8452 #  algorithm: "plot_nf_heatmap"
8453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8454 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8455 #  filter: "'NIC_Intel-XXV710' and
8456 #           'NF_DENSITY' and
8457 #           'DOCKER' and
8458 #           'CHAIN' and
8459 #           'NF_VPPIP4' and
8460 #           'IPSEC' and
8461 #           'TNL_4' and
8462 #           'IMIX' and
8463 #           '2T1C' and
8464 #           'NDRPDR'"
8465 #  parameters:
8466 #  - "throughput"
8467 #  - "name"
8468 #  - "tags"
8469 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8470 #  x-axis: "X = CNFs per Service Chain"
8471 #  y-axis: "Y = Number of Service Chains"
8472 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8473 #  layout:
8474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8475 #    layout: "plot-service-density"
8476 #
8477 #- type: "plot"
8478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8479 #  algorithm: "plot_nf_heatmap"
8480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8481 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8482 #  filter: "'NIC_Intel-XXV710' and
8483 #           'NF_DENSITY' and
8484 #           'DOCKER' and
8485 #           'CHAIN' and
8486 #           'NF_VPPIP4' and
8487 #           'IPSEC' and
8488 #           'TNL_4' and
8489 #           'IMIX' and
8490 #           '4T2C' and
8491 #           'NDRPDR'"
8492 #  parameters:
8493 #  - "throughput"
8494 #  - "name"
8495 #  - "tags"
8496 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8497 #  x-axis: "X = CNFs per Service Chain"
8498 #  y-axis: "Y = Number of Service Chains"
8499 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8500 #  layout:
8501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8502 #    layout: "plot-service-density"
8503 #
8504 #- type: "plot"
8505 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8506 #  algorithm: "plot_nf_heatmap"
8507 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8508 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8509 #  filter: "'NIC_Intel-XXV710' and
8510 #           'NF_DENSITY' and
8511 #           'DOCKER' and
8512 #           'CHAIN' and
8513 #           'NF_VPPIP4' and
8514 #           'IPSEC' and
8515 #           'TNL_4' and
8516 #           'IMIX' and
8517 #           '8T4C' and
8518 #           'NDRPDR'"
8519 #  parameters:
8520 #  - "throughput"
8521 #  - "name"
8522 #  - "tags"
8523 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8524 #  x-axis: "X = CNFs per Service Chain"
8525 #  y-axis: "Y = Number of Service Chains"
8526 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8527 #  layout:
8528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8529 #    layout: "plot-service-density"
8530
8531 ###############################################################################
8532
8533 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8534 #- type: "plot"
8535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8536 #  algorithm: "plot_nf_heatmap"
8537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8538 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8539 #  filter: "'NIC_Intel-XL710' and
8540 #           'NF_DENSITY' and
8541 #           'DOCKER' and
8542 #           'CHAIN' and
8543 #           'NF_VPPIP4' and
8544 #           'IMIX' and
8545 #           'TNL_4' and
8546 #           '1T1C' and
8547 #           'MRR'"
8548 #  parameters:
8549 #  - "result"
8550 #  - "name"
8551 #  - "tags"
8552 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8553 #  x-axis: "X = CNFs per Service Chain"
8554 #  y-axis: "Y = Number of Service Chains"
8555 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8556 #  layout:
8557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8558 #    layout: "plot-service-density"
8559 #
8560 #- type: "plot"
8561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8562 #  algorithm: "plot_nf_heatmap"
8563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8564 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8565 #  filter: "'NIC_Intel-XL710' and
8566 #           'NF_DENSITY' and
8567 #           'DOCKER' and
8568 #           'CHAIN' and
8569 #           'NF_VPPIP4' and
8570 #           'IPSEC' and
8571 #           'TNL_4' and
8572 #           'IMIX' and
8573 #           '2T2C' and
8574 #           'MRR'"
8575 #  parameters:
8576 #  - "result"
8577 #  - "name"
8578 #  - "tags"
8579 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8580 #  x-axis: "X = CNFs per Service Chain"
8581 #  y-axis: "Y = Number of Service Chains"
8582 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8583 #  layout:
8584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8585 #    layout: "plot-service-density"
8586 #
8587 #- type: "plot"
8588 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8589 #  algorithm: "plot_nf_heatmap"
8590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8591 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8592 #  filter: "'NIC_Intel-XL710' and
8593 #           'NF_DENSITY' and
8594 #           'DOCKER' and
8595 #           'CHAIN' and
8596 #           'NF_VPPIP4' and
8597 #           'IPSEC' and
8598 #           'TNL_4' and
8599 #           'IMIX' and
8600 #           '4T4C' and
8601 #           'MRR'"
8602 #  parameters:
8603 #  - "result"
8604 #  - "name"
8605 #  - "tags"
8606 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8607 #  x-axis: "X = CNFs per Service Chain"
8608 #  y-axis: "Y = Number of Service Chains"
8609 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8610 #  layout:
8611 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8612 #    layout: "plot-service-density"
8613
8614 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8615 #- type: "plot"
8616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8617 #  algorithm: "plot_nf_heatmap"
8618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8619 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8620 #  filter: "'NIC_Intel-XL710' and
8621 #           'NF_DENSITY' and
8622 #           'DOCKER' and
8623 #           'CHAIN' and
8624 #           'NF_VPPIP4' and
8625 #           'IPSEC' and
8626 #           'TNL_4' and
8627 #           'IMIX' and
8628 #           '1T1C' and
8629 #           'NDRPDR'"
8630 #  parameters:
8631 #  - "throughput"
8632 #  - "name"
8633 #  - "tags"
8634 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8635 #  x-axis: "X = CNFs per Service Chain"
8636 #  y-axis: "Y = Number of Service Chains"
8637 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8638 #  layout:
8639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8640 #    layout: "plot-service-density"
8641 #
8642 #- type: "plot"
8643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8644 #  algorithm: "plot_nf_heatmap"
8645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8646 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8647 #  filter: "'NIC_Intel-XL710' and
8648 #           'NF_DENSITY' and
8649 #           'DOCKER' and
8650 #           'CHAIN' and
8651 #           'NF_VPPIP4' and
8652 #           'IPSEC' and
8653 #           'TNL_4' and
8654 #           'IMIX' and
8655 #           '2T2C' and
8656 #           'NDRPDR'"
8657 #  parameters:
8658 #  - "throughput"
8659 #  - "name"
8660 #  - "tags"
8661 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8662 #  x-axis: "X = CNFs per Service Chain"
8663 #  y-axis: "Y = Number of Service Chains"
8664 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8665 #  layout:
8666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8667 #    layout: "plot-service-density"
8668 #
8669 #- type: "plot"
8670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8671 #  algorithm: "plot_nf_heatmap"
8672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8673 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8674 #  filter: "'NIC_Intel-XL710' and
8675 #           'NF_DENSITY' and
8676 #           'DOCKER' and
8677 #           'CHAIN' and
8678 #           'NF_VPPIP4' and
8679 #           'IPSEC' and
8680 #           'TNL_4' and
8681 #           'IMIX' and
8682 #           '4T4C' and
8683 #           'NDRPDR'"
8684 #  parameters:
8685 #  - "throughput"
8686 #  - "name"
8687 #  - "tags"
8688 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8689 #  x-axis: "X = CNFs per Service Chain"
8690 #  y-axis: "Y = Number of Service Chains"
8691 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8692 #  layout:
8693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8694 #    layout: "plot-service-density"
8695 #
8696 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8697 #- type: "plot"
8698 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8699 #  algorithm: "plot_nf_heatmap"
8700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8701 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8702 #  filter: "'NIC_Intel-XL710' and
8703 #           'NF_DENSITY' and
8704 #           'DOCKER' and
8705 #           'CHAIN' and
8706 #           'NF_VPPIP4' and
8707 #           'IPSEC' and
8708 #           'TNL_4' and
8709 #           'IMIX' and
8710 #           '1T1C' and
8711 #           'NDRPDR'"
8712 #  parameters:
8713 #  - "throughput"
8714 #  - "name"
8715 #  - "tags"
8716 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8717 #  x-axis: "X = CNFs per Service Chain"
8718 #  y-axis: "Y = Number of Service Chains"
8719 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8720 #  layout:
8721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8722 #    layout: "plot-service-density"
8723 #
8724 #- type: "plot"
8725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8726 #  algorithm: "plot_nf_heatmap"
8727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8728 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8729 #  filter: "'NIC_Intel-XL710' and
8730 #           'NF_DENSITY' and
8731 #           'DOCKER' and
8732 #           'CHAIN' and
8733 #           'NF_VPPIP4' and
8734 #           'IPSEC' and
8735 #           'TNL_4' and
8736 #           'IMIX' and
8737 #           '2T2C' and
8738 #           'NDRPDR'"
8739 #  parameters:
8740 #  - "throughput"
8741 #  - "name"
8742 #  - "tags"
8743 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8744 #  x-axis: "X = CNFs per Service Chain"
8745 #  y-axis: "Y = Number of Service Chains"
8746 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8747 #  layout:
8748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8749 #    layout: "plot-service-density"
8750 #
8751 #- type: "plot"
8752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8753 #  algorithm: "plot_nf_heatmap"
8754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8755 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8756 #  filter: "'NIC_Intel-XL710' and
8757 #           'NF_DENSITY' and
8758 #           'DOCKER' and
8759 #           'CHAIN' and
8760 #           'NF_VPPIP4' and
8761 #           'IPSEC' and
8762 #           'TNL_4' and
8763 #           'IMIX' and
8764 #           '4T4C' and
8765 #           'NDRPDR'"
8766 #  parameters:
8767 #  - "throughput"
8768 #  - "name"
8769 #  - "tags"
8770 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8771 #  x-axis: "X = CNFs per Service Chain"
8772 #  y-axis: "Y = Number of Service Chains"
8773 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8774 #  layout:
8775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8776 #    layout: "plot-service-density"
8777
8778 ###############################################################################
8779
8780 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8781 #- type: "plot"
8782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8783 #  algorithm: "plot_nf_heatmap"
8784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8785 #  data: "plot-vpp-nfv-3n-skx-mrr"
8786 #  filter: "'NIC_Intel-XXV710' and
8787 #           'NF_DENSITY' and
8788 #           'DOCKER' and
8789 #           'CHAIN' and
8790 #           'NF_VPPIP4' and
8791 #           'IPSEC' and
8792 #           'TNL_1000' and
8793 #           'IMIX' and
8794 #           '2T1C' and
8795 #           'MRR'"
8796 #  parameters:
8797 #  - "result"
8798 #  - "name"
8799 #  - "tags"
8800 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8801 #  x-axis: "X = CNFs per Service Chain"
8802 #  y-axis: "Y = Number of Service Chains"
8803 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8804 #  layout:
8805 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8806 #    layout: "plot-service-density"
8807 #
8808 #- type: "plot"
8809 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8810 #  algorithm: "plot_nf_heatmap"
8811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8812 #  data: "plot-vpp-nfv-3n-skx-mrr"
8813 #  filter: "'NIC_Intel-XXV710' and
8814 #           'NF_DENSITY' and
8815 #           'DOCKER' and
8816 #           'CHAIN' and
8817 #           'NF_VPPIP4' and
8818 #           'IPSEC' and
8819 #           'TNL_1000' and
8820 #           'IMIX' and
8821 #           '4T2C' and
8822 #           'MRR'"
8823 #  parameters:
8824 #  - "result"
8825 #  - "name"
8826 #  - "tags"
8827 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8828 #  x-axis: "X = CNFs per Service Chain"
8829 #  y-axis: "Y = Number of Service Chains"
8830 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8831 #  layout:
8832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8833 #    layout: "plot-service-density"
8834 #
8835 #- type: "plot"
8836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8837 #  algorithm: "plot_nf_heatmap"
8838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8839 #  data: "plot-vpp-nfv-3n-skx-mrr"
8840 #  filter: "'NIC_Intel-XXV710' and
8841 #           'NF_DENSITY' and
8842 #           'DOCKER' and
8843 #           'CHAIN' and
8844 #           'NF_VPPIP4' and
8845 #           'IPSEC' and
8846 #           'TNL_1000' and
8847 #           'IMIX' and
8848 #           '8T4C' and
8849 #           'MRR'"
8850 #  parameters:
8851 #  - "result"
8852 #  - "name"
8853 #  - "tags"
8854 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8855 #  x-axis: "X = CNFs per Service Chain"
8856 #  y-axis: "Y = Number of Service Chains"
8857 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8858 #  layout:
8859 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8860 #    layout: "plot-service-density"
8861
8862 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8863 #- type: "plot"
8864 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8865 #  algorithm: "plot_nf_heatmap"
8866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8867 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8868 #  filter: "'NIC_Intel-XXV710' and
8869 #           'NF_DENSITY' and
8870 #           'DOCKER' and
8871 #           'CHAIN' and
8872 #           'NF_VPPIP4' and
8873 #           'IPSEC' and
8874 #           'TNL_1000' and
8875 #           'IMIX' and
8876 #           '2T1C' and
8877 #           'NDRPDR'"
8878 #  parameters:
8879 #  - "throughput"
8880 #  - "name"
8881 #  - "tags"
8882 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8883 #  x-axis: "X = CNFs per Service Chain"
8884 #  y-axis: "Y = Number of Service Chains"
8885 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8886 #  layout:
8887 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8888 #    layout: "plot-service-density"
8889 #
8890 #- type: "plot"
8891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8892 #  algorithm: "plot_nf_heatmap"
8893 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8894 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8895 #  filter: "'NIC_Intel-XXV710' and
8896 #           'NF_DENSITY' and
8897 #           'DOCKER' and
8898 #           'CHAIN' and
8899 #           'NF_VPPIP4' and
8900 #           'IPSEC' and
8901 #           'TNL_1000' and
8902 #           'IMIX' and
8903 #           '4T2C' and
8904 #           'NDRPDR'"
8905 #  parameters:
8906 #  - "throughput"
8907 #  - "name"
8908 #  - "tags"
8909 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8910 #  x-axis: "X = CNFs per Service Chain"
8911 #  y-axis: "Y = Number of Service Chains"
8912 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8913 #  layout:
8914 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8915 #    layout: "plot-service-density"
8916 #
8917 #- type: "plot"
8918 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8919 #  algorithm: "plot_nf_heatmap"
8920 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8921 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8922 #  filter: "'NIC_Intel-XXV710' and
8923 #           'NF_DENSITY' and
8924 #           'DOCKER' and
8925 #           'CHAIN' and
8926 #           'NF_VPPIP4' and
8927 #           'IPSEC' and
8928 #           'TNL_1000' and
8929 #           'IMIX' and
8930 #           '8T4C' and
8931 #           'NDRPDR'"
8932 #  parameters:
8933 #  - "throughput"
8934 #  - "name"
8935 #  - "tags"
8936 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8937 #  x-axis: "X = CNFs per Service Chain"
8938 #  y-axis: "Y = Number of Service Chains"
8939 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8940 #  layout:
8941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8942 #    layout: "plot-service-density"
8943 #
8944 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8945 #- type: "plot"
8946 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8947 #  algorithm: "plot_nf_heatmap"
8948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8949 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8950 #  filter: "'NIC_Intel-XXV710' and
8951 #           'NF_DENSITY' and
8952 #           'DOCKER' and
8953 #           'CHAIN' and
8954 #           'NF_VPPIP4' and
8955 #           'IPSEC' and
8956 #           'TNL_1000' and
8957 #           'IMIX' and
8958 #           '2T1C' and
8959 #           'NDRPDR'"
8960 #  parameters:
8961 #  - "throughput"
8962 #  - "name"
8963 #  - "tags"
8964 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8965 #  x-axis: "X = CNFs per Service Chain"
8966 #  y-axis: "Y = Number of Service Chains"
8967 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8968 #  layout:
8969 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8970 #    layout: "plot-service-density"
8971 #
8972 #- type: "plot"
8973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8974 #  algorithm: "plot_nf_heatmap"
8975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8976 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8977 #  filter: "'NIC_Intel-XXV710' and
8978 #           'NF_DENSITY' and
8979 #           'DOCKER' and
8980 #           'CHAIN' and
8981 #           'NF_VPPIP4' and
8982 #           'IPSEC' and
8983 #           'TNL_1000' and
8984 #           'IMIX' and
8985 #           '4T2C' and
8986 #           'NDRPDR'"
8987 #  parameters:
8988 #  - "throughput"
8989 #  - "name"
8990 #  - "tags"
8991 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8992 #  x-axis: "X = CNFs per Service Chain"
8993 #  y-axis: "Y = Number of Service Chains"
8994 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8995 #  layout:
8996 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8997 #    layout: "plot-service-density"
8998 #
8999 #- type: "plot"
9000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9001 #  algorithm: "plot_nf_heatmap"
9002 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9003 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9004 #  filter: "'NIC_Intel-XXV710' and
9005 #           'NF_DENSITY' and
9006 #           'DOCKER' and
9007 #           'CHAIN' and
9008 #           'NF_VPPIP4' and
9009 #           'IPSEC' and
9010 #           'TNL_1000' and
9011 #           'IMIX' and
9012 #           '8T4C' and
9013 #           'NDRPDR'"
9014 #  parameters:
9015 #  - "throughput"
9016 #  - "name"
9017 #  - "tags"
9018 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9019 #  x-axis: "X = CNFs per Service Chain"
9020 #  y-axis: "Y = Number of Service Chains"
9021 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9022 #  layout:
9023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9024 #    layout: "plot-service-density"
9025
9026 ###############################################################################
9027
9028 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9029 #- type: "plot"
9030 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9031 #  algorithm: "plot_nf_heatmap"
9032 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9033 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9034 #  filter: "'NIC_Intel-XL710' and
9035 #           'NF_DENSITY' and
9036 #           'DOCKER' and
9037 #           'CHAIN' and
9038 #           'NF_VPPIP4' and
9039 #           'IMIX' and
9040 #           'TNL_1000' and
9041 #           '1T1C' and
9042 #           'MRR'"
9043 #  parameters:
9044 #  - "result"
9045 #  - "name"
9046 #  - "tags"
9047 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9048 #  x-axis: "X = CNFs per Service Chain"
9049 #  y-axis: "Y = Number of Service Chains"
9050 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9051 #  layout:
9052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9053 #    layout: "plot-service-density"
9054 #
9055 #- type: "plot"
9056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9057 #  algorithm: "plot_nf_heatmap"
9058 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9059 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9060 #  filter: "'NIC_Intel-XL710' and
9061 #           'NF_DENSITY' and
9062 #           'DOCKER' and
9063 #           'CHAIN' and
9064 #           'NF_VPPIP4' and
9065 #           'IPSEC' and
9066 #           'TNL_1000' and
9067 #           'IMIX' and
9068 #           '2T2C' and
9069 #           'MRR'"
9070 #  parameters:
9071 #  - "result"
9072 #  - "name"
9073 #  - "tags"
9074 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9075 #  x-axis: "X = CNFs per Service Chain"
9076 #  y-axis: "Y = Number of Service Chains"
9077 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9078 #  layout:
9079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9080 #    layout: "plot-service-density"
9081 #
9082 #- type: "plot"
9083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9084 #  algorithm: "plot_nf_heatmap"
9085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9086 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9087 #  filter: "'NIC_Intel-XL710' and
9088 #           'NF_DENSITY' and
9089 #           'DOCKER' and
9090 #           'CHAIN' and
9091 #           'NF_VPPIP4' and
9092 #           'IPSEC' and
9093 #           'TNL_1000' and
9094 #           'IMIX' and
9095 #           '4T4C' and
9096 #           'MRR'"
9097 #  parameters:
9098 #  - "result"
9099 #  - "name"
9100 #  - "tags"
9101 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9102 #  x-axis: "X = CNFs per Service Chain"
9103 #  y-axis: "Y = Number of Service Chains"
9104 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9105 #  layout:
9106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9107 #    layout: "plot-service-density"
9108
9109 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9110 #- type: "plot"
9111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9112 #  algorithm: "plot_nf_heatmap"
9113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9114 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9115 #  filter: "'NIC_Intel-XL710' and
9116 #           'NF_DENSITY' and
9117 #           'DOCKER' and
9118 #           'CHAIN' and
9119 #           'NF_VPPIP4' and
9120 #           'IPSEC' and
9121 #           'TNL_1000' and
9122 #           'IMIX' and
9123 #           '1T1C' and
9124 #           'NDRPDR'"
9125 #  parameters:
9126 #  - "throughput"
9127 #  - "name"
9128 #  - "tags"
9129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9130 #  x-axis: "X = CNFs per Service Chain"
9131 #  y-axis: "Y = Number of Service Chains"
9132 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9133 #  layout:
9134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9135 #    layout: "plot-service-density"
9136 #
9137 #- type: "plot"
9138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9139 #  algorithm: "plot_nf_heatmap"
9140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9141 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9142 #  filter: "'NIC_Intel-XL710' and
9143 #           'NF_DENSITY' and
9144 #           'DOCKER' and
9145 #           'CHAIN' and
9146 #           'NF_VPPIP4' and
9147 #           'IPSEC' and
9148 #           'TNL_1000' and
9149 #           'IMIX' and
9150 #           '2T2C' and
9151 #           'NDRPDR'"
9152 #  parameters:
9153 #  - "throughput"
9154 #  - "name"
9155 #  - "tags"
9156 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9157 #  x-axis: "X = CNFs per Service Chain"
9158 #  y-axis: "Y = Number of Service Chains"
9159 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9160 #  layout:
9161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9162 #    layout: "plot-service-density"
9163 #
9164 #- type: "plot"
9165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9166 #  algorithm: "plot_nf_heatmap"
9167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9168 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9169 #  filter: "'NIC_Intel-XL710' and
9170 #           'NF_DENSITY' and
9171 #           'DOCKER' and
9172 #           'CHAIN' and
9173 #           'NF_VPPIP4' and
9174 #           'IPSEC' and
9175 #           'TNL_1000' and
9176 #           'IMIX' and
9177 #           '4T4C' and
9178 #           'NDRPDR'"
9179 #  parameters:
9180 #  - "throughput"
9181 #  - "name"
9182 #  - "tags"
9183 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9184 #  x-axis: "X = CNFs per Service Chain"
9185 #  y-axis: "Y = Number of Service Chains"
9186 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9187 #  layout:
9188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9189 #    layout: "plot-service-density"
9190 #
9191 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9192 #- type: "plot"
9193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9194 #  algorithm: "plot_nf_heatmap"
9195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9196 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9197 #  filter: "'NIC_Intel-XL710' and
9198 #           'NF_DENSITY' and
9199 #           'DOCKER' and
9200 #           'CHAIN' and
9201 #           'NF_VPPIP4' and
9202 #           'IPSEC' and
9203 #           'TNL_1000' and
9204 #           'IMIX' and
9205 #           '1T1C' and
9206 #           'NDRPDR'"
9207 #  parameters:
9208 #  - "throughput"
9209 #  - "name"
9210 #  - "tags"
9211 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9212 #  x-axis: "X = CNFs per Service Chain"
9213 #  y-axis: "Y = Number of Service Chains"
9214 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9215 #  layout:
9216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9217 #    layout: "plot-service-density"
9218 #
9219 #- type: "plot"
9220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9221 #  algorithm: "plot_nf_heatmap"
9222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9223 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9224 #  filter: "'NIC_Intel-XL710' and
9225 #           'NF_DENSITY' and
9226 #           'DOCKER' and
9227 #           'CHAIN' and
9228 #           'NF_VPPIP4' and
9229 #           'IPSEC' and
9230 #           'TNL_1000' and
9231 #           'IMIX' and
9232 #           '2T2C' and
9233 #           'NDRPDR'"
9234 #  parameters:
9235 #  - "throughput"
9236 #  - "name"
9237 #  - "tags"
9238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9239 #  x-axis: "X = CNFs per Service Chain"
9240 #  y-axis: "Y = Number of Service Chains"
9241 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9242 #  layout:
9243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9244 #    layout: "plot-service-density"
9245 #
9246 #- type: "plot"
9247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9248 #  algorithm: "plot_nf_heatmap"
9249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9250 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9251 #  filter: "'NIC_Intel-XL710' and
9252 #           'NF_DENSITY' and
9253 #           'DOCKER' and
9254 #           'CHAIN' and
9255 #           'NF_VPPIP4' and
9256 #           'IPSEC' and
9257 #           'TNL_1000' and
9258 #           'IMIX' and
9259 #           '4T4C' and
9260 #           'NDRPDR'"
9261 #  parameters:
9262 #  - "throughput"
9263 #  - "name"
9264 #  - "tags"
9265 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9266 #  x-axis: "X = CNFs per Service Chain"
9267 #  y-axis: "Y = Number of Service Chains"
9268 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9269 #  layout:
9270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9271 #    layout: "plot-service-density"
9272
9273 ###############################################################################
9274
9275 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9276 #- type: "plot"
9277 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9278 #  algorithm: "plot_nf_heatmap"
9279 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9280 #  data: "plot-vpp-nfv-3n-skx-mrr"
9281 #  filter: "'NIC_Intel-XXV710' and
9282 #           'NF_DENSITY' and
9283 #           'DOCKER' and
9284 #           'CHAIN' and
9285 #           'NF_VPPIP4' and
9286 #           'IPSEC' and
9287 #           'TNL_10000' and
9288 #           'IMIX' and
9289 #           '2T1C' and
9290 #           'MRR'"
9291 #  parameters:
9292 #  - "result"
9293 #  - "name"
9294 #  - "tags"
9295 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9296 #  x-axis: "X = CNFs per Service Chain"
9297 #  y-axis: "Y = Number of Service Chains"
9298 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9299 #  layout:
9300 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9301 #    layout: "plot-service-density"
9302 #
9303 #- type: "plot"
9304 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9305 #  algorithm: "plot_nf_heatmap"
9306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9307 #  data: "plot-vpp-nfv-3n-skx-mrr"
9308 #  filter: "'NIC_Intel-XXV710' and
9309 #           'NF_DENSITY' and
9310 #           'DOCKER' and
9311 #           'CHAIN' and
9312 #           'NF_VPPIP4' and
9313 #           'IPSEC' and
9314 #           'TNL_10000' and
9315 #           'IMIX' and
9316 #           '4T2C' and
9317 #           'MRR'"
9318 #  parameters:
9319 #  - "result"
9320 #  - "name"
9321 #  - "tags"
9322 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9323 #  x-axis: "X = CNFs per Service Chain"
9324 #  y-axis: "Y = Number of Service Chains"
9325 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9326 #  layout:
9327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9328 #    layout: "plot-service-density"
9329 #
9330 #- type: "plot"
9331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9332 #  algorithm: "plot_nf_heatmap"
9333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9334 #  data: "plot-vpp-nfv-3n-skx-mrr"
9335 #  filter: "'NIC_Intel-XXV710' and
9336 #           'NF_DENSITY' and
9337 #           'DOCKER' and
9338 #           'CHAIN' and
9339 #           'NF_VPPIP4' and
9340 #           'IPSEC' and
9341 #           'TNL_10000' and
9342 #           'IMIX' and
9343 #           '8T4C' and
9344 #           'MRR'"
9345 #  parameters:
9346 #  - "result"
9347 #  - "name"
9348 #  - "tags"
9349 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9350 #  x-axis: "X = CNFs per Service Chain"
9351 #  y-axis: "Y = Number of Service Chains"
9352 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9353 #  layout:
9354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9355 #    layout: "plot-service-density"
9356
9357 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9358 #- type: "plot"
9359 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9360 #  algorithm: "plot_nf_heatmap"
9361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9362 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9363 #  filter: "'NIC_Intel-XXV710' and
9364 #           'NF_DENSITY' and
9365 #           'DOCKER' and
9366 #           'CHAIN' and
9367 #           'NF_VPPIP4' and
9368 #           'IPSEC' and
9369 #           'TNL_10000' and
9370 #           'IMIX' and
9371 #           '2T1C' and
9372 #           'NDRPDR'"
9373 #  parameters:
9374 #  - "throughput"
9375 #  - "name"
9376 #  - "tags"
9377 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9378 #  x-axis: "X = CNFs per Service Chain"
9379 #  y-axis: "Y = Number of Service Chains"
9380 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9381 #  layout:
9382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9383 #    layout: "plot-service-density"
9384 #
9385 #- type: "plot"
9386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9387 #  algorithm: "plot_nf_heatmap"
9388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9389 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9390 #  filter: "'NIC_Intel-XXV710' and
9391 #           'NF_DENSITY' and
9392 #           'DOCKER' and
9393 #           'CHAIN' and
9394 #           'NF_VPPIP4' and
9395 #           'IPSEC' and
9396 #           'TNL_10000' and
9397 #           'IMIX' and
9398 #           '4T2C' and
9399 #           'NDRPDR'"
9400 #  parameters:
9401 #  - "throughput"
9402 #  - "name"
9403 #  - "tags"
9404 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9405 #  x-axis: "X = CNFs per Service Chain"
9406 #  y-axis: "Y = Number of Service Chains"
9407 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9408 #  layout:
9409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9410 #    layout: "plot-service-density"
9411 #
9412 #- type: "plot"
9413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9414 #  algorithm: "plot_nf_heatmap"
9415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9416 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9417 #  filter: "'NIC_Intel-XXV710' and
9418 #           'NF_DENSITY' and
9419 #           'DOCKER' and
9420 #           'CHAIN' and
9421 #           'NF_VPPIP4' and
9422 #           'IPSEC' and
9423 #           'TNL_10000' and
9424 #           'IMIX' and
9425 #           '8T4C' and
9426 #           'NDRPDR'"
9427 #  parameters:
9428 #  - "throughput"
9429 #  - "name"
9430 #  - "tags"
9431 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9432 #  x-axis: "X = CNFs per Service Chain"
9433 #  y-axis: "Y = Number of Service Chains"
9434 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9435 #  layout:
9436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9437 #    layout: "plot-service-density"
9438 #
9439 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9440 #- type: "plot"
9441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9442 #  algorithm: "plot_nf_heatmap"
9443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9444 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9445 #  filter: "'NIC_Intel-XXV710' and
9446 #           'NF_DENSITY' and
9447 #           'DOCKER' and
9448 #           'CHAIN' and
9449 #           'NF_VPPIP4' and
9450 #           'IPSEC' and
9451 #           'TNL_10000' and
9452 #           'IMIX' and
9453 #           '2T1C' and
9454 #           'NDRPDR'"
9455 #  parameters:
9456 #  - "throughput"
9457 #  - "name"
9458 #  - "tags"
9459 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9460 #  x-axis: "X = CNFs per Service Chain"
9461 #  y-axis: "Y = Number of Service Chains"
9462 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9463 #  layout:
9464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9465 #    layout: "plot-service-density"
9466 #
9467 #- type: "plot"
9468 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9469 #  algorithm: "plot_nf_heatmap"
9470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9471 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9472 #  filter: "'NIC_Intel-XXV710' and
9473 #           'NF_DENSITY' and
9474 #           'DOCKER' and
9475 #           'CHAIN' and
9476 #           'NF_VPPIP4' and
9477 #           'IPSEC' and
9478 #           'TNL_10000' and
9479 #           'IMIX' and
9480 #           '4T2C' and
9481 #           'NDRPDR'"
9482 #  parameters:
9483 #  - "throughput"
9484 #  - "name"
9485 #  - "tags"
9486 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9487 #  x-axis: "X = CNFs per Service Chain"
9488 #  y-axis: "Y = Number of Service Chains"
9489 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9490 #  layout:
9491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9492 #    layout: "plot-service-density"
9493 #
9494 #- type: "plot"
9495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9496 #  algorithm: "plot_nf_heatmap"
9497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9498 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9499 #  filter: "'NIC_Intel-XXV710' and
9500 #           'NF_DENSITY' and
9501 #           'DOCKER' and
9502 #           'CHAIN' and
9503 #           'NF_VPPIP4' and
9504 #           'IPSEC' and
9505 #           'TNL_10000' and
9506 #           'IMIX' and
9507 #           '8T4C' and
9508 #           'NDRPDR'"
9509 #  parameters:
9510 #  - "throughput"
9511 #  - "name"
9512 #  - "tags"
9513 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9514 #  x-axis: "X = CNFs per Service Chain"
9515 #  y-axis: "Y = Number of Service Chains"
9516 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9517 #  layout:
9518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9519 #    layout: "plot-service-density"
9520
9521 ###############################################################################
9522
9523 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9524 #- type: "plot"
9525 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9526 #  algorithm: "plot_nf_heatmap"
9527 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9528 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9529 #  filter: "'NIC_Intel-XL710' and
9530 #           'NF_DENSITY' and
9531 #           'DOCKER' and
9532 #           'CHAIN' and
9533 #           'NF_VPPIP4' and
9534 #           'IMIX' and
9535 #           'TNL_10000' and
9536 #           '1T1C' and
9537 #           'MRR'"
9538 #  parameters:
9539 #  - "result"
9540 #  - "name"
9541 #  - "tags"
9542 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9543 #  x-axis: "X = CNFs per Service Chain"
9544 #  y-axis: "Y = Number of Service Chains"
9545 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9546 #  layout:
9547 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9548 #    layout: "plot-service-density"
9549 #
9550 #- type: "plot"
9551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9552 #  algorithm: "plot_nf_heatmap"
9553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9554 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9555 #  filter: "'NIC_Intel-XL710' and
9556 #           'NF_DENSITY' and
9557 #           'DOCKER' and
9558 #           'CHAIN' and
9559 #           'NF_VPPIP4' and
9560 #           'IPSEC' and
9561 #           'TNL_10000' and
9562 #           'IMIX' and
9563 #           '2T2C' and
9564 #           'MRR'"
9565 #  parameters:
9566 #  - "result"
9567 #  - "name"
9568 #  - "tags"
9569 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9570 #  x-axis: "X = CNFs per Service Chain"
9571 #  y-axis: "Y = Number of Service Chains"
9572 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9573 #  layout:
9574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9575 #    layout: "plot-service-density"
9576 #
9577 #- type: "plot"
9578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9579 #  algorithm: "plot_nf_heatmap"
9580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9581 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9582 #  filter: "'NIC_Intel-XL710' and
9583 #           'NF_DENSITY' and
9584 #           'DOCKER' and
9585 #           'CHAIN' and
9586 #           'NF_VPPIP4' and
9587 #           'IPSEC' and
9588 #           'TNL_10000' and
9589 #           'IMIX' and
9590 #           '4T4C' and
9591 #           'MRR'"
9592 #  parameters:
9593 #  - "result"
9594 #  - "name"
9595 #  - "tags"
9596 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9597 #  x-axis: "X = CNFs per Service Chain"
9598 #  y-axis: "Y = Number of Service Chains"
9599 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9600 #  layout:
9601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9602 #    layout: "plot-service-density"
9603
9604 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9605 #- type: "plot"
9606 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9607 #  algorithm: "plot_nf_heatmap"
9608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9609 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9610 #  filter: "'NIC_Intel-XL710' and
9611 #           'NF_DENSITY' and
9612 #           'DOCKER' and
9613 #           'CHAIN' and
9614 #           'NF_VPPIP4' and
9615 #           'IPSEC' and
9616 #           'TNL_10000' and
9617 #           'IMIX' and
9618 #           '1T1C' and
9619 #           'NDRPDR'"
9620 #  parameters:
9621 #  - "throughput"
9622 #  - "name"
9623 #  - "tags"
9624 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9625 #  x-axis: "X = CNFs per Service Chain"
9626 #  y-axis: "Y = Number of Service Chains"
9627 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9628 #  layout:
9629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9630 #    layout: "plot-service-density"
9631 #
9632 #- type: "plot"
9633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9634 #  algorithm: "plot_nf_heatmap"
9635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9636 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9637 #  filter: "'NIC_Intel-XL710' and
9638 #           'NF_DENSITY' and
9639 #           'DOCKER' and
9640 #           'CHAIN' and
9641 #           'NF_VPPIP4' and
9642 #           'IPSEC' and
9643 #           'TNL_10000' and
9644 #           'IMIX' and
9645 #           '2T2C' and
9646 #           'NDRPDR'"
9647 #  parameters:
9648 #  - "throughput"
9649 #  - "name"
9650 #  - "tags"
9651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9652 #  x-axis: "X = CNFs per Service Chain"
9653 #  y-axis: "Y = Number of Service Chains"
9654 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9655 #  layout:
9656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9657 #    layout: "plot-service-density"
9658 #
9659 #- type: "plot"
9660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9661 #  algorithm: "plot_nf_heatmap"
9662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9663 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9664 #  filter: "'NIC_Intel-XL710' and
9665 #           'NF_DENSITY' and
9666 #           'DOCKER' and
9667 #           'CHAIN' and
9668 #           'NF_VPPIP4' and
9669 #           'IPSEC' and
9670 #           'TNL_10000' and
9671 #           'IMIX' and
9672 #           '4T4C' and
9673 #           'NDRPDR'"
9674 #  parameters:
9675 #  - "throughput"
9676 #  - "name"
9677 #  - "tags"
9678 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9679 #  x-axis: "X = CNFs per Service Chain"
9680 #  y-axis: "Y = Number of Service Chains"
9681 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9682 #  layout:
9683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9684 #    layout: "plot-service-density"
9685 #
9686 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9687 #- type: "plot"
9688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9689 #  algorithm: "plot_nf_heatmap"
9690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9691 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9692 #  filter: "'NIC_Intel-XL710' and
9693 #           'NF_DENSITY' and
9694 #           'DOCKER' and
9695 #           'CHAIN' and
9696 #           'NF_VPPIP4' and
9697 #           'IPSEC' and
9698 #           'TNL_10000' and
9699 #           'IMIX' and
9700 #           '1T1C' and
9701 #           'NDRPDR'"
9702 #  parameters:
9703 #  - "throughput"
9704 #  - "name"
9705 #  - "tags"
9706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9707 #  x-axis: "X = CNFs per Service Chain"
9708 #  y-axis: "Y = Number of Service Chains"
9709 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9710 #  layout:
9711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9712 #    layout: "plot-service-density"
9713 #
9714 #- type: "plot"
9715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9716 #  algorithm: "plot_nf_heatmap"
9717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9718 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9719 #  filter: "'NIC_Intel-XL710' and
9720 #           'NF_DENSITY' and
9721 #           'DOCKER' and
9722 #           'CHAIN' and
9723 #           'NF_VPPIP4' and
9724 #           'IPSEC' and
9725 #           'TNL_10000' and
9726 #           'IMIX' and
9727 #           '2T2C' and
9728 #           'NDRPDR'"
9729 #  parameters:
9730 #  - "throughput"
9731 #  - "name"
9732 #  - "tags"
9733 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9734 #  x-axis: "X = CNFs per Service Chain"
9735 #  y-axis: "Y = Number of Service Chains"
9736 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9737 #  layout:
9738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9739 #    layout: "plot-service-density"
9740 #
9741 #- type: "plot"
9742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9743 #  algorithm: "plot_nf_heatmap"
9744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9745 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9746 #  filter: "'NIC_Intel-XL710' and
9747 #           'NF_DENSITY' and
9748 #           'DOCKER' and
9749 #           'CHAIN' and
9750 #           'NF_VPPIP4' and
9751 #           'IPSEC' and
9752 #           'TNL_10000' and
9753 #           'IMIX' and
9754 #           '4T4C' and
9755 #           'NDRPDR'"
9756 #  parameters:
9757 #  - "throughput"
9758 #  - "name"
9759 #  - "tags"
9760 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9761 #  x-axis: "X = CNFs per Service Chain"
9762 #  y-axis: "Y = Number of Service Chains"
9763 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9764 #  layout:
9765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9766 #    layout: "plot-service-density"
9767
9768 ###############################################################################
9769
9770 # Plots - NF Density - CSP - MRR IMIX
9771 - type: "plot"
9772   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9773   algorithm: "plot_nf_heatmap"
9774   output-file-type: ".html"
9775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9776   data: "plot-vpp-nfv-2n-skx-mrr"
9777   filter: "'NIC_Intel-XXV710' and
9778            'NF_DENSITY' and
9779            'DOCKER' and
9780            'PIPELINE' and
9781            'NF_VPPIP4' and
9782            'IMIX' and
9783            '2T1C' and
9784            'MRR'"
9785   parameters:
9786   - "result"
9787   - "name"
9788   - "tags"
9789   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9790   x-axis: "X = CNFs per Service Pipeline"
9791   y-axis: "Y = Number of Service Pipelines"
9792   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9793   layout:
9794     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9795     layout: "plot-service-density"
9796
9797 - type: "plot"
9798   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9799   algorithm: "plot_nf_heatmap"
9800   output-file-type: ".html"
9801   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9802   data: "plot-vpp-nfv-2n-skx-mrr"
9803   filter: "'NIC_Intel-XXV710' and
9804            'NF_DENSITY' and
9805            'DOCKER' and
9806            'PIPELINE' and
9807            'NF_VPPIP4' and
9808            'IMIX' and
9809            '4T2C' and
9810            'MRR'"
9811   parameters:
9812   - "result"
9813   - "name"
9814   - "tags"
9815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9816   x-axis: "X = CNFs per Service Pipeline"
9817   y-axis: "Y = Number of Service Pipelines"
9818   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9819   layout:
9820     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9821     layout: "plot-service-density"
9822
9823 - type: "plot"
9824   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9825   algorithm: "plot_nf_heatmap"
9826   output-file-type: ".html"
9827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9828   data: "plot-vpp-nfv-2n-skx-mrr"
9829   filter: "'NIC_Intel-XXV710' and
9830            'NF_DENSITY' and
9831            'DOCKER' and
9832            'PIPELINE' and
9833            'NF_VPPIP4' and
9834            'IMIX' and
9835            '8T4C' and
9836            'MRR'"
9837   parameters:
9838   - "result"
9839   - "name"
9840   - "tags"
9841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9842   x-axis: "X = CNFs per Service Pipeline"
9843   y-axis: "Y = Number of Service Pipelines"
9844   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9845   layout:
9846     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9847     layout: "plot-service-density"
9848
9849 # Plots - NF Density - CSP - NDR IMIX
9850 - type: "plot"
9851   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9852   algorithm: "plot_nf_heatmap"
9853   output-file-type: ".html"
9854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9855   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9856   filter: "'NIC_Intel-XXV710' and
9857            'NF_DENSITY' and
9858            'DOCKER' and
9859            'PIPELINE' and
9860            'NF_VPPIP4' and
9861            'IMIX' and
9862            '2T1C' and
9863            'NDRPDR'"
9864   parameters:
9865   - "throughput"
9866   - "name"
9867   - "tags"
9868   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9869   x-axis: "X = CNFs per Service Pipeline"
9870   y-axis: "Y = Number of Service Pipelines"
9871   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9872   layout:
9873     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9874     layout: "plot-service-density"
9875
9876 - type: "plot"
9877   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9878   algorithm: "plot_nf_heatmap"
9879   output-file-type: ".html"
9880   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9881   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9882   filter: "'NIC_Intel-XXV710' and
9883            'NF_DENSITY' and
9884            'DOCKER' and
9885            'PIPELINE' and
9886            'NF_VPPIP4' and
9887            'IMIX' and
9888            '4T2C' and
9889            'NDRPDR'"
9890   parameters:
9891   - "throughput"
9892   - "name"
9893   - "tags"
9894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9895   x-axis: "X = CNFs per Service Pipeline"
9896   y-axis: "Y = Number of Service Pipelines"
9897   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9898   layout:
9899     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9900     layout: "plot-service-density"
9901
9902 - type: "plot"
9903   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9904   algorithm: "plot_nf_heatmap"
9905   output-file-type: ".html"
9906   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9907   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9908   filter: "'NIC_Intel-XXV710' and
9909            'NF_DENSITY' and
9910            'DOCKER' and
9911            'PIPELINE' and
9912            'NF_VPPIP4' and
9913            'IMIX' and
9914            '8T4C' and
9915            'NDRPDR'"
9916   parameters:
9917   - "throughput"
9918   - "name"
9919   - "tags"
9920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9921   x-axis: "X = CNFs per Service Pipeline"
9922   y-axis: "Y = Number of Service Pipelines"
9923   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9924   layout:
9925     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9926     layout: "plot-service-density"
9927
9928 # Plots - NF Density - CSP - PDR IMIX
9929 - type: "plot"
9930   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9931   algorithm: "plot_nf_heatmap"
9932   output-file-type: ".html"
9933   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9934   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9935   filter: "'NIC_Intel-XXV710' and
9936            'NF_DENSITY' and
9937            'DOCKER' and
9938            'PIPELINE' and
9939            'NF_VPPIP4' and
9940            'IMIX' and
9941            '2T1C' and
9942            'NDRPDR'"
9943   parameters:
9944   - "throughput"
9945   - "name"
9946   - "tags"
9947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9948   x-axis: "X = CNFs per Service Pipeline"
9949   y-axis: "Y = Number of Service Pipelines"
9950   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9951   layout:
9952     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9953     layout: "plot-service-density"
9954
9955 - type: "plot"
9956   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9957   algorithm: "plot_nf_heatmap"
9958   output-file-type: ".html"
9959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9960   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9961   filter: "'NIC_Intel-XXV710' and
9962            'NF_DENSITY' and
9963            'DOCKER' and
9964            'PIPELINE' and
9965            'NF_VPPIP4' and
9966            'IMIX' and
9967            '4T2C' and
9968            'NDRPDR'"
9969   parameters:
9970   - "throughput"
9971   - "name"
9972   - "tags"
9973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9974   x-axis: "X = CNFs per Service Pipeline"
9975   y-axis: "Y = Number of Service Pipelines"
9976   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9977   layout:
9978     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9979     layout: "plot-service-density"
9980
9981 - type: "plot"
9982   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9983   algorithm: "plot_nf_heatmap"
9984   output-file-type: ".html"
9985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9986   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9987   filter: "'NIC_Intel-XXV710' and
9988            'NF_DENSITY' and
9989            'DOCKER' and
9990            'PIPELINE' and
9991            'NF_VPPIP4' and
9992            'IMIX' and
9993            '8T4C' and
9994            'NDRPDR'"
9995   parameters:
9996   - "throughput"
9997   - "name"
9998   - "tags"
9999   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10000   x-axis: "X = CNFs per Service Pipeline"
10001   y-axis: "Y = Number of Service Pipelines"
10002   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10003   layout:
10004     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10005     layout: "plot-service-density"
10006
10007 ###############################################################################
10008 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10009
10010 - type: "plot"
10011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10012   algorithm: "plot_nf_heatmap"
10013   output-file-type: ".html"
10014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10015   data: "plot-vpp-nfv-2n-clx-mrr"
10016   filter: "'NIC_Intel-XXV710' and
10017            'NF_DENSITY' and
10018            'VHOST' and
10019            not 'VXLAN' and
10020            'CHAIN' and
10021            'NF_VPPIP4' and
10022            'IMIX' and
10023            '2T1C' and
10024            'MRR'"
10025   parameters:
10026   - "result"
10027   - "name"
10028   - "tags"
10029   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10030   x-axis: "X = VNFs per Service Chain"
10031   y-axis: "Y = Number of Service Chains"
10032   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10033   layout:
10034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10035     layout: "plot-service-density"
10036
10037 - type: "plot"
10038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10039   algorithm: "plot_nf_heatmap"
10040   output-file-type: ".html"
10041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10042   data: "plot-vpp-nfv-2n-clx-mrr"
10043   filter: "'NIC_Intel-XXV710' and
10044            'NF_DENSITY' and
10045            'VHOST' and
10046            not 'VXLAN' and
10047            'CHAIN' and
10048            'NF_VPPIP4' and
10049            'IMIX' and
10050            '4T2C' and
10051            'MRR'"
10052   parameters:
10053   - "result"
10054   - "name"
10055   - "tags"
10056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10057   x-axis: "X = VNFs per Service Chain"
10058   y-axis: "Y = Number of Service Chains"
10059   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10060   layout:
10061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10062     layout: "plot-service-density"
10063
10064 - type: "plot"
10065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10066   algorithm: "plot_nf_heatmap"
10067   output-file-type: ".html"
10068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10069   data: "plot-vpp-nfv-2n-clx-mrr"
10070   filter: "'NIC_Intel-XXV710' and
10071            'NF_DENSITY' and
10072            'VHOST' and
10073            not 'VXLAN' and
10074            'CHAIN' and
10075            'NF_VPPIP4' and
10076            'IMIX' and
10077            '8T4C' and
10078            'MRR'"
10079   parameters:
10080   - "result"
10081   - "name"
10082   - "tags"
10083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10084   x-axis: "X = VNFs per Service Chain"
10085   y-axis: "Y = Number of Service Chains"
10086   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10087   layout:
10088     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10089     layout: "plot-service-density"
10090
10091 # Plots - NF Density - VSC - NDR IMIX
10092 - type: "plot"
10093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10094   algorithm: "plot_nf_heatmap"
10095   output-file-type: ".html"
10096   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10097   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10098   filter: "'NIC_Intel-XXV710' and
10099            'NF_DENSITY' and
10100            'VHOST' and
10101            not 'VXLAN' and
10102            'CHAIN' and
10103            'NF_VPPIP4' and
10104            'IMIX' and
10105            '2T1C' and
10106            'NDRPDR'"
10107   parameters:
10108   - "throughput"
10109   - "name"
10110   - "tags"
10111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10112   x-axis: "X = VNFs per Service Chain"
10113   y-axis: "Y = Number of Service Chains"
10114   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10115   layout:
10116     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10117     layout: "plot-service-density"
10118
10119 - type: "plot"
10120   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10121   algorithm: "plot_nf_heatmap"
10122   output-file-type: ".html"
10123   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10124   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10125   filter: "'NIC_Intel-XXV710' and
10126            'NF_DENSITY' and
10127            'VHOST' and
10128            not 'VXLAN' and
10129            'CHAIN' and
10130            'NF_VPPIP4' and
10131            'IMIX' and
10132            '4T2C' and
10133            'NDRPDR'"
10134   parameters:
10135   - "throughput"
10136   - "name"
10137   - "tags"
10138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10139   x-axis: "X = VNFs per Service Chain"
10140   y-axis: "Y = Number of Service Chains"
10141   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10142   layout:
10143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10144     layout: "plot-service-density"
10145
10146 - type: "plot"
10147   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10148   algorithm: "plot_nf_heatmap"
10149   output-file-type: ".html"
10150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10151   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10152   filter: "'NIC_Intel-XXV710' and
10153            'NF_DENSITY' and
10154            'VHOST' and
10155            not 'VXLAN' and
10156            'CHAIN' and
10157            'NF_VPPIP4' and
10158            'IMIX' and
10159            '8T4C' and
10160            'NDRPDR'"
10161   parameters:
10162   - "throughput"
10163   - "name"
10164   - "tags"
10165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10166   x-axis: "X = VNFs per Service Chain"
10167   y-axis: "Y = Number of Service Chains"
10168   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10169   layout:
10170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10171     layout: "plot-service-density"
10172
10173 # Plots - NF Density - VSC - PDR IMIX
10174 - type: "plot"
10175   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10176   algorithm: "plot_nf_heatmap"
10177   output-file-type: ".html"
10178   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10179   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10180   filter: "'NIC_Intel-XXV710' and
10181            'NF_DENSITY' and
10182            'VHOST' and
10183            not 'VXLAN' and
10184            'CHAIN' and
10185            'NF_VPPIP4' and
10186            'IMIX' and
10187            '2T1C' and
10188            'NDRPDR'"
10189   parameters:
10190   - "throughput"
10191   - "name"
10192   - "tags"
10193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10194   x-axis: "X = VNFs per Service Chain"
10195   y-axis: "Y = Number of Service Chains"
10196   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10197   layout:
10198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10199     layout: "plot-service-density"
10200
10201 - type: "plot"
10202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10203   algorithm: "plot_nf_heatmap"
10204   output-file-type: ".html"
10205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10206   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10207   filter: "'NIC_Intel-XXV710' and
10208            'NF_DENSITY' and
10209            'VHOST' and
10210            not 'VXLAN' and
10211            'CHAIN' and
10212            'NF_VPPIP4' and
10213            'IMIX' and
10214            '4T2C' and
10215            'NDRPDR'"
10216   parameters:
10217   - "throughput"
10218   - "name"
10219   - "tags"
10220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10221   x-axis: "X = VNFs per Service Chain"
10222   y-axis: "Y = Number of Service Chains"
10223   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10224   layout:
10225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10226     layout: "plot-service-density"
10227
10228 - type: "plot"
10229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10230   algorithm: "plot_nf_heatmap"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10233   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10234   filter: "'NIC_Intel-XXV710' and
10235            'NF_DENSITY' and
10236            'VHOST' and
10237            not 'VXLAN' and
10238            'CHAIN' and
10239            'NF_VPPIP4' and
10240            'IMIX' and
10241            '8T4C' and
10242            'NDRPDR'"
10243   parameters:
10244   - "throughput"
10245   - "name"
10246   - "tags"
10247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10248   x-axis: "X = VNFs per Service Chain"
10249   y-axis: "Y = Number of Service Chains"
10250   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10251   layout:
10252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10253     layout: "plot-service-density"
10254
10255 # Plots - NF Density - VSC - MRR IMIX
10256 - type: "plot"
10257   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10258   algorithm: "plot_nf_heatmap"
10259   output-file-type: ".html"
10260   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10261   data: "plot-vpp-nfv-2n-clx-mrr"
10262   filter: "'NIC_Intel-XXV710' and
10263            'NF_DENSITY' and
10264            'VHOST' and
10265            'VXLAN' and
10266            'CHAIN' and
10267            'IMIX' and
10268            '2T1C' and
10269            'MRR'"
10270   parameters:
10271   - "result"
10272   - "name"
10273   - "tags"
10274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10275   x-axis: "X = VNFs per Service Chain"
10276   y-axis: "Y = Number of Service Chains"
10277   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10278   layout:
10279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10280     layout: "plot-service-density"
10281
10282 - type: "plot"
10283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10284   algorithm: "plot_nf_heatmap"
10285   output-file-type: ".html"
10286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10287   data: "plot-vpp-nfv-2n-clx-mrr"
10288   filter: "'NIC_Intel-XXV710' and
10289            'NF_DENSITY' and
10290            'VHOST' and
10291            'VXLAN' and
10292            'CHAIN' and
10293            'IMIX' and
10294            '4T2C' and
10295            'MRR'"
10296   parameters:
10297   - "result"
10298   - "name"
10299   - "tags"
10300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10301   x-axis: "X = VNFs per Service Chain"
10302   y-axis: "Y = Number of Service Chains"
10303   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10304   layout:
10305     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10306     layout: "plot-service-density"
10307
10308 - type: "plot"
10309   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10310   algorithm: "plot_nf_heatmap"
10311   output-file-type: ".html"
10312   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10313   data: "plot-vpp-nfv-2n-clx-mrr"
10314   filter: "'NIC_Intel-XXV710' and
10315            'NF_DENSITY' and
10316            'VHOST' and
10317            'VXLAN' and
10318            'CHAIN' and
10319            'IMIX' and
10320            '8T4C' and
10321            'MRR'"
10322   parameters:
10323   - "result"
10324   - "name"
10325   - "tags"
10326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10327   x-axis: "X = VNFs per Service Chain"
10328   y-axis: "Y = Number of Service Chains"
10329   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10330   layout:
10331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10332     layout: "plot-service-density"
10333
10334 # Plots - NF Density - VSC - NDR IMIX
10335 - type: "plot"
10336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10337   algorithm: "plot_nf_heatmap"
10338   output-file-type: ".html"
10339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10340   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10341   filter: "'NIC_Intel-XXV710' and
10342            'NF_DENSITY' and
10343            'VHOST' and
10344            'VXLAN' and
10345            'CHAIN' and
10346            'IMIX' and
10347            '2T1C' and
10348            'NDRPDR'"
10349   parameters:
10350   - "throughput"
10351   - "name"
10352   - "tags"
10353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10354   x-axis: "X = VNFs per Service Chain"
10355   y-axis: "Y = Number of Service Chains"
10356   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10357   layout:
10358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10359     layout: "plot-service-density"
10360
10361 - type: "plot"
10362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10363   algorithm: "plot_nf_heatmap"
10364   output-file-type: ".html"
10365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10366   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10367   filter: "'NIC_Intel-XXV710' and
10368            'NF_DENSITY' and
10369            'VHOST' and
10370            'VXLAN' and
10371            'CHAIN' and
10372            'IMIX' and
10373            '4T2C' and
10374            'NDRPDR'"
10375   parameters:
10376   - "throughput"
10377   - "name"
10378   - "tags"
10379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10380   x-axis: "X = VNFs per Service Chain"
10381   y-axis: "Y = Number of Service Chains"
10382   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10383   layout:
10384     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10385     layout: "plot-service-density"
10386
10387 - type: "plot"
10388   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10389   algorithm: "plot_nf_heatmap"
10390   output-file-type: ".html"
10391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10392   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10393   filter: "'NIC_Intel-XXV710' and
10394            'NF_DENSITY' and
10395            'VHOST' and
10396            'VXLAN' and
10397            'CHAIN' and
10398            'IMIX' and
10399            '8T4C' and
10400            'NDRPDR'"
10401   parameters:
10402   - "throughput"
10403   - "name"
10404   - "tags"
10405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10406   x-axis: "X = VNFs per Service Chain"
10407   y-axis: "Y = Number of Service Chains"
10408   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10409   layout:
10410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10411     layout: "plot-service-density"
10412
10413 # Plots - NF Density - VSC - PDR IMIX
10414 - type: "plot"
10415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10416   algorithm: "plot_nf_heatmap"
10417   output-file-type: ".html"
10418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10419   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10420   filter: "'NIC_Intel-XXV710' and
10421            'NF_DENSITY' and
10422            'VHOST' and
10423            'VXLAN' and
10424            'CHAIN' and
10425            'IMIX' and
10426            '2T1C' and
10427            'NDRPDR'"
10428   parameters:
10429   - "throughput"
10430   - "name"
10431   - "tags"
10432   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10433   x-axis: "X = VNFs per Service Chain"
10434   y-axis: "Y = Number of Service Chains"
10435   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10436   layout:
10437     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10438     layout: "plot-service-density"
10439
10440 - type: "plot"
10441   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10442   algorithm: "plot_nf_heatmap"
10443   output-file-type: ".html"
10444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10445   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10446   filter: "'NIC_Intel-XXV710' and
10447            'NF_DENSITY' and
10448            'VHOST' and
10449            'VXLAN' and
10450            'CHAIN' and
10451            'IMIX' and
10452            '4T2C' and
10453            'NDRPDR'"
10454   parameters:
10455   - "throughput"
10456   - "name"
10457   - "tags"
10458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10459   x-axis: "X = VNFs per Service Chain"
10460   y-axis: "Y = Number of Service Chains"
10461   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10462   layout:
10463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10464     layout: "plot-service-density"
10465
10466 - type: "plot"
10467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10468   algorithm: "plot_nf_heatmap"
10469   output-file-type: ".html"
10470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10471   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10472   filter: "'NIC_Intel-XXV710' and
10473            'NF_DENSITY' and
10474            'VHOST' and
10475            'VXLAN' and
10476            'CHAIN' and
10477            'IMIX' and
10478            '8T4C' and
10479            'NDRPDR'"
10480   parameters:
10481   - "throughput"
10482   - "name"
10483   - "tags"
10484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10485   x-axis: "X = VNFs per Service Chain"
10486   y-axis: "Y = Number of Service Chains"
10487   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10488   layout:
10489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10490     layout: "plot-service-density"
10491
10492 # Plots - NF Density - CSC - MRR IMIX
10493 - type: "plot"
10494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10495   algorithm: "plot_nf_heatmap"
10496   output-file-type: ".html"
10497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10498   data: "plot-vpp-nfv-2n-clx-mrr"
10499   filter: "'NIC_Intel-XXV710' and
10500            'NF_DENSITY' and
10501            'DOCKER' and
10502            'CHAIN' and
10503            'NF_VPPIP4' and
10504            'IMIX' and
10505            '2T1C' and
10506            'MRR'"
10507   parameters:
10508   - "result"
10509   - "name"
10510   - "tags"
10511   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10512   x-axis: "X = CNFs per Service Chain"
10513   y-axis: "Y = Number of Service Chains"
10514   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10515   layout:
10516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10517     layout: "plot-service-density"
10518
10519 - type: "plot"
10520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10521   algorithm: "plot_nf_heatmap"
10522   output-file-type: ".html"
10523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10524   data: "plot-vpp-nfv-2n-clx-mrr"
10525   filter: "'NIC_Intel-XXV710' and
10526            'NF_DENSITY' and
10527            'DOCKER' and
10528            'CHAIN' and
10529            'NF_VPPIP4' and
10530            'IMIX' and
10531            '4T2C' and
10532            'MRR'"
10533   parameters:
10534   - "result"
10535   - "name"
10536   - "tags"
10537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10538   x-axis: "X = CNFs per Service Chain"
10539   y-axis: "Y = Number of Service Chains"
10540   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10541   layout:
10542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10543     layout: "plot-service-density"
10544
10545 - type: "plot"
10546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10547   algorithm: "plot_nf_heatmap"
10548   output-file-type: ".html"
10549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10550   data: "plot-vpp-nfv-2n-clx-mrr"
10551   filter: "'NIC_Intel-XXV710' and
10552            'NF_DENSITY' and
10553            'DOCKER' and
10554            'CHAIN' and
10555            'NF_VPPIP4' and
10556            'IMIX' and
10557            '8T4C' and
10558            'MRR'"
10559   parameters:
10560   - "result"
10561   - "name"
10562   - "tags"
10563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10564   x-axis: "X = CNFs per Service Chain"
10565   y-axis: "Y = Number of Service Chains"
10566   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10567   layout:
10568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10569     layout: "plot-service-density"
10570
10571 # Plots - NF Density - CSC - NDR IMIX
10572 - type: "plot"
10573   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10574   algorithm: "plot_nf_heatmap"
10575   output-file-type: ".html"
10576   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10577   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10578   filter: "'NIC_Intel-XXV710' and
10579            'NF_DENSITY' and
10580            'DOCKER' and
10581            'CHAIN' and
10582            'NF_VPPIP4' and
10583            'IMIX' and
10584            '2T1C' and
10585            'NDRPDR'"
10586   parameters:
10587   - "throughput"
10588   - "name"
10589   - "tags"
10590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10591   x-axis: "X = CNFs per Service Chain"
10592   y-axis: "Y = Number of Service Chains"
10593   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10594   layout:
10595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10596     layout: "plot-service-density"
10597
10598 - type: "plot"
10599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10600   algorithm: "plot_nf_heatmap"
10601   output-file-type: ".html"
10602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10603   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10604   filter: "'NIC_Intel-XXV710' and
10605            'NF_DENSITY' and
10606            'DOCKER' and
10607            'CHAIN' and
10608            'NF_VPPIP4' and
10609            'IMIX' and
10610            '4T2C' and
10611            'NDRPDR'"
10612   parameters:
10613   - "throughput"
10614   - "name"
10615   - "tags"
10616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10617   x-axis: "X = CNFs per Service Chain"
10618   y-axis: "Y = Number of Service Chains"
10619   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10620   layout:
10621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10622     layout: "plot-service-density"
10623
10624 - type: "plot"
10625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10626   algorithm: "plot_nf_heatmap"
10627   output-file-type: ".html"
10628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10629   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10630   filter: "'NIC_Intel-XXV710' and
10631            'NF_DENSITY' and
10632            'DOCKER' and
10633            'CHAIN' and
10634            'NF_VPPIP4' and
10635            'IMIX' and
10636            '8T4C' and
10637            'NDRPDR'"
10638   parameters:
10639   - "throughput"
10640   - "name"
10641   - "tags"
10642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10643   x-axis: "X = CNFs per Service Chain"
10644   y-axis: "Y = Number of Service Chains"
10645   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10646   layout:
10647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10648     layout: "plot-service-density"
10649
10650 # Plots - NF Density - CSC - PDR IMIX
10651 - type: "plot"
10652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10653   algorithm: "plot_nf_heatmap"
10654   output-file-type: ".html"
10655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10656   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10657   filter: "'NIC_Intel-XXV710' and
10658            'NF_DENSITY' and
10659            'DOCKER' and
10660            'CHAIN' and
10661            'NF_VPPIP4' and
10662            'IMIX' and
10663            '2T1C' and
10664            'NDRPDR'"
10665   parameters:
10666   - "throughput"
10667   - "name"
10668   - "tags"
10669   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10670   x-axis: "X = CNFs per Service Chain"
10671   y-axis: "Y = Number of Service Chains"
10672   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10673   layout:
10674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10675     layout: "plot-service-density"
10676
10677 - type: "plot"
10678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10679   algorithm: "plot_nf_heatmap"
10680   output-file-type: ".html"
10681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10682   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10683   filter: "'NIC_Intel-XXV710' and
10684            'NF_DENSITY' and
10685            'DOCKER' and
10686            'CHAIN' and
10687            'NF_VPPIP4' and
10688            'IMIX' and
10689            '4T2C' and
10690            'NDRPDR'"
10691   parameters:
10692   - "throughput"
10693   - "name"
10694   - "tags"
10695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10696   x-axis: "X = CNFs per Service Chain"
10697   y-axis: "Y = Number of Service Chains"
10698   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10699   layout:
10700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10701     layout: "plot-service-density"
10702
10703 - type: "plot"
10704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10705   algorithm: "plot_nf_heatmap"
10706   output-file-type: ".html"
10707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10708   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10709   filter: "'NIC_Intel-XXV710' and
10710            'NF_DENSITY' and
10711            'DOCKER' and
10712            'CHAIN' and
10713            'NF_VPPIP4' and
10714            'IMIX' and
10715            '8T4C' and
10716            'NDRPDR'"
10717   parameters:
10718   - "throughput"
10719   - "name"
10720   - "tags"
10721   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10722   x-axis: "X = CNFs per Service Chain"
10723   y-axis: "Y = Number of Service Chains"
10724   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10725   layout:
10726     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10727     layout: "plot-service-density"
10728
10729 # Plots - NF Density - CSP - MRR IMIX
10730 - type: "plot"
10731   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10732   algorithm: "plot_nf_heatmap"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10735   data: "plot-vpp-nfv-2n-clx-mrr"
10736   filter: "'NIC_Intel-XXV710' and
10737            'NF_DENSITY' and
10738            'DOCKER' and
10739            'PIPELINE' and
10740            'NF_VPPIP4' and
10741            'IMIX' and
10742            '2T1C' and
10743            'MRR'"
10744   parameters:
10745   - "result"
10746   - "name"
10747   - "tags"
10748   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10749   x-axis: "X = CNFs per Service Pipeline"
10750   y-axis: "Y = Number of Service Pipelines"
10751   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10752   layout:
10753     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10754     layout: "plot-service-density"
10755
10756 - type: "plot"
10757   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10758   algorithm: "plot_nf_heatmap"
10759   output-file-type: ".html"
10760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10761   data: "plot-vpp-nfv-2n-clx-mrr"
10762   filter: "'NIC_Intel-XXV710' and
10763            'NF_DENSITY' and
10764            'DOCKER' and
10765            'PIPELINE' and
10766            'NF_VPPIP4' and
10767            'IMIX' and
10768            '4T2C' and
10769            'MRR'"
10770   parameters:
10771   - "result"
10772   - "name"
10773   - "tags"
10774   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10775   x-axis: "X = CNFs per Service Pipeline"
10776   y-axis: "Y = Number of Service Pipelines"
10777   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10778   layout:
10779     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10780     layout: "plot-service-density"
10781
10782 - type: "plot"
10783   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10784   algorithm: "plot_nf_heatmap"
10785   output-file-type: ".html"
10786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10787   data: "plot-vpp-nfv-2n-clx-mrr"
10788   filter: "'NIC_Intel-XXV710' and
10789            'NF_DENSITY' and
10790            'DOCKER' and
10791            'PIPELINE' and
10792            'NF_VPPIP4' and
10793            'IMIX' and
10794            '8T4C' and
10795            'MRR'"
10796   parameters:
10797   - "result"
10798   - "name"
10799   - "tags"
10800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10801   x-axis: "X = CNFs per Service Pipeline"
10802   y-axis: "Y = Number of Service Pipelines"
10803   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10804   layout:
10805     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10806     layout: "plot-service-density"
10807
10808 # Plots - NF Density - CSP - NDR IMIX
10809 - type: "plot"
10810   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10811   algorithm: "plot_nf_heatmap"
10812   output-file-type: ".html"
10813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10814   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10815   filter: "'NIC_Intel-XXV710' and
10816            'NF_DENSITY' and
10817            'DOCKER' and
10818            'PIPELINE' and
10819            'NF_VPPIP4' and
10820            'IMIX' and
10821            '2T1C' and
10822            'NDRPDR'"
10823   parameters:
10824   - "throughput"
10825   - "name"
10826   - "tags"
10827   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10828   x-axis: "X = CNFs per Service Pipeline"
10829   y-axis: "Y = Number of Service Pipelines"
10830   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10831   layout:
10832     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10833     layout: "plot-service-density"
10834
10835 - type: "plot"
10836   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10837   algorithm: "plot_nf_heatmap"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10840   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10841   filter: "'NIC_Intel-XXV710' and
10842            'NF_DENSITY' and
10843            'DOCKER' and
10844            'PIPELINE' and
10845            'NF_VPPIP4' and
10846            'IMIX' and
10847            '4T2C' and
10848            'NDRPDR'"
10849   parameters:
10850   - "throughput"
10851   - "name"
10852   - "tags"
10853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10854   x-axis: "X = CNFs per Service Pipeline"
10855   y-axis: "Y = Number of Service Pipelines"
10856   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10857   layout:
10858     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10859     layout: "plot-service-density"
10860
10861 - type: "plot"
10862   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10863   algorithm: "plot_nf_heatmap"
10864   output-file-type: ".html"
10865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10866   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10867   filter: "'NIC_Intel-XXV710' and
10868            'NF_DENSITY' and
10869            'DOCKER' and
10870            'PIPELINE' and
10871            'NF_VPPIP4' and
10872            'IMIX' and
10873            '8T4C' and
10874            'NDRPDR'"
10875   parameters:
10876   - "throughput"
10877   - "name"
10878   - "tags"
10879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10880   x-axis: "X = CNFs per Service Pipeline"
10881   y-axis: "Y = Number of Service Pipelines"
10882   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10883   layout:
10884     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10885     layout: "plot-service-density"
10886
10887 # Plots - NF Density - CSP - PDR IMIX
10888 - type: "plot"
10889   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10890   algorithm: "plot_nf_heatmap"
10891   output-file-type: ".html"
10892   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10893   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10894   filter: "'NIC_Intel-XXV710' and
10895            'NF_DENSITY' and
10896            'DOCKER' and
10897            'PIPELINE' and
10898            'NF_VPPIP4' and
10899            'IMIX' and
10900            '2T1C' and
10901            'NDRPDR'"
10902   parameters:
10903   - "throughput"
10904   - "name"
10905   - "tags"
10906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10907   x-axis: "X = CNFs per Service Pipeline"
10908   y-axis: "Y = Number of Service Pipelines"
10909   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10910   layout:
10911     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10912     layout: "plot-service-density"
10913
10914 - type: "plot"
10915   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10916   algorithm: "plot_nf_heatmap"
10917   output-file-type: ".html"
10918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10919   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10920   filter: "'NIC_Intel-XXV710' and
10921            'NF_DENSITY' and
10922            'DOCKER' and
10923            'PIPELINE' and
10924            'NF_VPPIP4' and
10925            'IMIX' and
10926            '4T2C' and
10927            'NDRPDR'"
10928   parameters:
10929   - "throughput"
10930   - "name"
10931   - "tags"
10932   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10933   x-axis: "X = CNFs per Service Pipeline"
10934   y-axis: "Y = Number of Service Pipelines"
10935   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10936   layout:
10937     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10938     layout: "plot-service-density"
10939
10940 - type: "plot"
10941   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10942   algorithm: "plot_nf_heatmap"
10943   output-file-type: ".html"
10944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10945   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10946   filter: "'NIC_Intel-XXV710' and
10947            'NF_DENSITY' and
10948            'DOCKER' and
10949            'PIPELINE' and
10950            'NF_VPPIP4' and
10951            'IMIX' and
10952            '8T4C' and
10953            'NDRPDR'"
10954   parameters:
10955   - "throughput"
10956   - "name"
10957   - "tags"
10958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10959   x-axis: "X = CNFs per Service Pipeline"
10960   y-axis: "Y = Number of Service Pipelines"
10961   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10962   layout:
10963     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10964     layout: "plot-service-density"
10965
10966 ################################################################################
10967
10968 # Packet Throughput
10969
10970 - type: "plot"
10971   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10972   algorithm: "plot_perf_box_name"
10973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10975   include:
10976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10979     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10980   layout:
10981     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10982     layout: "plot-throughput"
10983
10984 - type: "plot"
10985   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10986   algorithm: "plot_perf_box_name"
10987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10989   include:
10990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10992     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10993     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10994   layout:
10995     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10996     layout: "plot-throughput"
10997
10998 - type: "plot"
10999   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11000   algorithm: "plot_perf_box_name"
11001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11003   include:
11004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11005     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11006     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11007     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11008   layout:
11009     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11010     layout: "plot-throughput"
11011
11012 - type: "plot"
11013   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11014   algorithm: "plot_perf_box_name"
11015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11017   include:
11018     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11019     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11020     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11021     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11022   layout:
11023     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11024     layout: "plot-throughput"
11025
11026 - type: "plot"
11027   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11028   algorithm: "plot_perf_box_name"
11029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11031   include:
11032     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11033     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11034     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11035     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11036     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11037   layout:
11038     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11039     layout: "plot-throughput"
11040
11041 - type: "plot"
11042   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11043   algorithm: "plot_perf_box_name"
11044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11046   include:
11047     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11048     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11049     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11050     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11051     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11052   layout:
11053     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11054     layout: "plot-throughput"
11055
11056 - type: "plot"
11057   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11058   algorithm: "plot_perf_box_name"
11059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11061   include:
11062     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11063     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11064     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11065     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11066     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11067   layout:
11068     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11069     layout: "plot-throughput"
11070
11071 - type: "plot"
11072   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11073   algorithm: "plot_perf_box_name"
11074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11076   include:
11077     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11078     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11079     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11080     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11081     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11082   layout:
11083     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11084     layout: "plot-throughput"
11085
11086 - type: "plot"
11087   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11088   algorithm: "plot_perf_box_name"
11089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11091   include:
11092     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11093     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11094     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11095     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11096     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11097   layout:
11098     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11099     layout: "plot-throughput"
11100
11101 - type: "plot"
11102   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11103   algorithm: "plot_perf_box_name"
11104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11106   include:
11107     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11108     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11109     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11110     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11111     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11112   layout:
11113     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11114     layout: "plot-throughput"
11115
11116 - type: "plot"
11117   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11118   algorithm: "plot_perf_box_name"
11119   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11121   include:
11122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11128   layout:
11129     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11130     layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11134   algorithm: "plot_perf_box_name"
11135   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11137   include:
11138     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11144   layout:
11145     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11146     layout: "plot-throughput"
11147
11148 - type: "plot"
11149   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11150   algorithm: "plot_perf_box_name"
11151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11153   include:
11154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11159   layout:
11160     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11161     layout: "plot-throughput"
11162
11163 - type: "plot"
11164   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11165   algorithm: "plot_perf_box_name"
11166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11168   include:
11169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11174   layout:
11175     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11176     layout: "plot-throughput"
11177
11178 - type: "plot"
11179   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11180   algorithm: "plot_perf_box_name"
11181   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11183   include:
11184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11187   layout:
11188     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11189     layout: "plot-throughput"
11190
11191 - type: "plot"
11192   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11193   algorithm: "plot_perf_box_name"
11194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11196   include:
11197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11200   layout:
11201     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11202     layout: "plot-throughput"
11203
11204 - type: "plot"
11205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11206   algorithm: "plot_perf_box_name"
11207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11209   include:
11210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11215   layout:
11216     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11217     layout: "plot-throughput"
11218
11219 - type: "plot"
11220   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11221   algorithm: "plot_perf_box_name"
11222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11224   include:
11225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11230   layout:
11231     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11232     layout: "plot-throughput"
11233
11234 - type: "plot"
11235   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11236   algorithm: "plot_perf_box_name"
11237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11239   include:
11240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11243   layout:
11244     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11245     layout: "plot-throughput"
11246
11247 - type: "plot"
11248   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11249   algorithm: "plot_perf_box_name"
11250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11252   include:
11253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11256   layout:
11257     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11258     layout: "plot-throughput"
11259
11260 - type: "plot"
11261   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11262   algorithm: "plot_perf_box_name"
11263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11265   include:
11266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11272   layout:
11273     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11274     layout: "plot-throughput"
11275
11276 - type: "plot"
11277   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11278   algorithm: "plot_perf_box_name"
11279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11281   include:
11282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11288   layout:
11289     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11290     layout: "plot-throughput"
11291
11292 - type: "plot"
11293   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11294   algorithm: "plot_perf_box_name"
11295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11297   include:
11298     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11299     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11300     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11301     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11302     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11303   layout:
11304     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11305     layout: "plot-throughput"
11306
11307 - type: "plot"
11308   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11309   algorithm: "plot_perf_box_name"
11310   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11312   include:
11313     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11314     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11315     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11316     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11317     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11318   layout:
11319     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11320     layout: "plot-throughput"
11321
11322 #- type: "plot"
11323 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11324 #  algorithm: "plot_perf_box_name"
11325 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11326 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11327 #  include:
11328 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11329 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11330 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11331 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11332 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11333 #  layout:
11334 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11335 #    layout: "plot-throughput"
11336 #
11337 #- type: "plot"
11338 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11339 #  algorithm: "plot_perf_box_name"
11340 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11341 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11342 #  include:
11343 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11344 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11345 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11346 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11347 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11348 #  layout:
11349 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11350 #    layout: "plot-throughput"
11351 #
11352 #- type: "plot"
11353 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11354 #  algorithm: "plot_perf_box_name"
11355 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11356 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11357 #  include:
11358 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11359 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11360 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11361 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11362 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11363 #  layout:
11364 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11365 #    layout: "plot-throughput"
11366 #
11367 #- type: "plot"
11368 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11369 #  algorithm: "plot_perf_box_name"
11370 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11371 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11372 #  include:
11373 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11374 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11375 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11376 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11377 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11378 #  layout:
11379 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11380 #    layout: "plot-throughput"
11381
11382 - type: "plot"
11383   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11384   algorithm: "plot_perf_box_name"
11385   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11387   include:
11388     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11389     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11390     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11391     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11392     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11393   layout:
11394     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11395     layout: "plot-throughput"
11396
11397 - type: "plot"
11398   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11399   algorithm: "plot_perf_box_name"
11400   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11402   include:
11403     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11404     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11405     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11406     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11407     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11408   layout:
11409     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11410     layout: "plot-throughput"
11411
11412 #- type: "plot"
11413 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11414 #  algorithm: "plot_perf_box_name"
11415 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11416 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11417 #  include:
11418 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11419 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11420 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11421 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11422 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11423 #  layout:
11424 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11425 #    layout: "plot-throughput"
11426 #
11427 #- type: "plot"
11428 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11429 #  algorithm: "plot_perf_box_name"
11430 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11431 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11432 #  include:
11433 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11434 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11435 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11436 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11437 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11438 #  layout:
11439 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11440 #    layout: "plot-throughput"
11441 #
11442 #- type: "plot"
11443 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11444 #  algorithm: "plot_perf_box_name"
11445 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11446 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11447 #  include:
11448 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11449 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11450 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11451 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11452 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11453 #  layout:
11454 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11455 #    layout: "plot-throughput"
11456 #
11457 #- type: "plot"
11458 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11459 #  algorithm: "plot_perf_box_name"
11460 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11461 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11462 #  include:
11463 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11464 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11465 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11466 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11467 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11468 #  layout:
11469 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11470 #    layout: "plot-throughput"
11471
11472 - type: "plot"
11473   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11474   algorithm: "plot_perf_box_name"
11475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11477   include:
11478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11484   layout:
11485     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11486     layout: "plot-throughput"
11487
11488 - type: "plot"
11489   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11490   algorithm: "plot_perf_box_name"
11491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11493   include:
11494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11500   layout:
11501     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11502     layout: "plot-throughput"
11503
11504 - type: "plot"
11505   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11506   algorithm: "plot_perf_box_name"
11507   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11509   include:
11510     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11513   layout:
11514     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11515     layout: "plot-throughput"
11516
11517 - type: "plot"
11518   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11519   algorithm: "plot_perf_box_name"
11520   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11522   include:
11523     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11526   layout:
11527     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11528     layout: "plot-throughput"
11529
11530 - type: "plot"
11531   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11532   algorithm: "plot_perf_box_name"
11533   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11535   include:
11536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11538 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11539 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11540 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11541   layout:
11542     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11543     layout: "plot-throughput"
11544
11545 - type: "plot"
11546   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11547   algorithm: "plot_perf_box_name"
11548   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11550   include:
11551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11553 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11554 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11555 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11556   layout:
11557     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11558     layout: "plot-throughput"
11559
11560 - type: "plot"
11561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11562   algorithm: "plot_perf_box_name"
11563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11565   include:
11566     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11571   layout:
11572     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11573     layout: "plot-throughput"
11574
11575 - type: "plot"
11576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11577   algorithm: "plot_perf_box_name"
11578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11580   include:
11581     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11586   layout:
11587     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11588     layout: "plot-throughput"
11589
11590 - type: "plot"
11591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11592   algorithm: "plot_perf_box_name"
11593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11595   include:
11596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11601   layout:
11602     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11610   include:
11611     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11616   layout:
11617     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11618     layout: "plot-throughput"
11619
11620 - type: "plot"
11621   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11622   algorithm: "plot_perf_box_name"
11623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11625   include:
11626     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11630   layout:
11631     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11639   include:
11640     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11644   layout:
11645     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11646     layout: "plot-throughput"
11647
11648 - type: "plot"
11649   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11650   algorithm: "plot_perf_box_name"
11651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11653   include:
11654     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11659   layout:
11660     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11661     layout: "plot-throughput"
11662
11663 - type: "plot"
11664   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11665   algorithm: "plot_perf_box_name"
11666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11668   include:
11669     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11674   layout:
11675     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11676     layout: "plot-throughput"
11677
11678 - type: "plot"
11679   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11680   algorithm: "plot_perf_box_name"
11681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11683   include:
11684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11689   layout:
11690     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11695   algorithm: "plot_perf_box_name"
11696   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11697   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11698   include:
11699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11704   layout:
11705     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11706     layout: "plot-throughput"
11707
11708 - type: "plot"
11709   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11710   algorithm: "plot_perf_box_name"
11711   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11712   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11713   include:
11714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11718   layout:
11719     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11726   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11727   include:
11728     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11732   layout:
11733     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11734     layout: "plot-throughput"
11735
11736 - type: "plot"
11737   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11738   algorithm: "plot_perf_box_name"
11739   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11740   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11741   include:
11742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11747   layout:
11748     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11749     layout: "plot-throughput"
11750
11751 - type: "plot"
11752   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11753   algorithm: "plot_perf_box_name"
11754   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11755   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11756   include:
11757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11762   layout:
11763     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11764     layout: "plot-throughput"
11765
11766 - type: "plot"
11767   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11768   algorithm: "plot_perf_box_name"
11769   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11770   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11771   include:
11772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11778   layout:
11779     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11787   include:
11788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11794   layout:
11795     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11796     layout: "plot-throughput"
11797
11798 - type: "plot"
11799   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11800   algorithm: "plot_perf_box_name"
11801   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11802   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11803   include:
11804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11809   layout:
11810     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11811     layout: "plot-throughput"
11812
11813 - type: "plot"
11814   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11815   algorithm: "plot_perf_box_name"
11816   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11817   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11818   include:
11819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11824   layout:
11825     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11833   include:
11834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11839   layout:
11840     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11847   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11848   include:
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11854   layout:
11855     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11856     layout: "plot-throughput"
11857
11858 - type: "plot"
11859   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11860   algorithm: "plot_perf_box_name"
11861   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11863   include:
11864     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11866   layout:
11867     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11868     layout: "plot-throughput"
11869
11870 - type: "plot"
11871   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11872   algorithm: "plot_perf_box_name"
11873   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11875   include:
11876     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11878   layout:
11879     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11887   include:
11888     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11892   layout:
11893     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11894     layout: "plot-throughput"
11895
11896 - type: "plot"
11897   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11898   algorithm: "plot_perf_box_name"
11899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11901   include:
11902     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11906   layout:
11907     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11908     layout: "plot-throughput"
11909
11910 - type: "plot"
11911   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11912   algorithm: "plot_perf_box_name"
11913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11915   include:
11916     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11920   layout:
11921     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11926   algorithm: "plot_perf_box_name"
11927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11929   include:
11930     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11934   layout:
11935     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11936     layout: "plot-throughput"
11937
11938 - type: "plot"
11939   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11940   algorithm: "plot_perf_box_name"
11941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11943   include:
11944     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11948   layout:
11949     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11950     layout: "plot-throughput"
11951
11952 - type: "plot"
11953   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11954   algorithm: "plot_perf_box_name"
11955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11957   include:
11958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11962   layout:
11963     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11964     layout: "plot-throughput"
11965
11966 - type: "plot"
11967   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11968   algorithm: "plot_perf_box_name"
11969   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11970   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11971   include:
11972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11976   layout:
11977     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11982   algorithm: "plot_perf_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11984   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11985   include:
11986     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11990   layout:
11991     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11992     layout: "plot-throughput"
11993
11994 - type: "plot"
11995   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11996   algorithm: "plot_perf_box_name"
11997   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11999   include:
12000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12006   layout:
12007     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12015   include:
12016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12022   layout:
12023     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12031   include:
12032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12037   layout:
12038     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12046   include:
12047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12052   layout:
12053     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12054     layout: "plot-throughput"
12055
12056 - type: "plot"
12057   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12058   algorithm: "plot_perf_box_name"
12059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12061   include:
12062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12067   layout:
12068     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12076   include:
12077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12082   layout:
12083     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12091   include:
12092     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12095   layout:
12096     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12097     layout: "plot-throughput"
12098
12099 - type: "plot"
12100   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12101   algorithm: "plot_perf_box_name"
12102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12104   include:
12105     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12108   layout:
12109     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12117   include:
12118     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12121   layout:
12122     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12130   include:
12131     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12134   layout:
12135     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12149   layout:
12150     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12158   include:
12159     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12164   layout:
12165     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12166     layout: "plot-throughput"
12167
12168 - type: "plot"
12169   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12170   algorithm: "plot_perf_box_name"
12171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12173   include:
12174     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12179   layout:
12180     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12188   include:
12189     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12194   layout:
12195     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12202   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12203   include:
12204     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12209   layout:
12210     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12218   include:
12219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12224   layout:
12225     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12232   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12233   include:
12234     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12239   layout:
12240     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12247   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12248   include:
12249     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12254   layout:
12255     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12263   include:
12264     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12269   layout:
12270     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12278   include:
12279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12284   layout:
12285     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12293   include:
12294     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12295     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12296     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12297     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12300   layout:
12301     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12306   algorithm: "plot_perf_box_name"
12307   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12308   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12309   include:
12310     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12311     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12316   layout:
12317     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12318     layout: "plot-throughput"
12319
12320 - type: "plot"
12321   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12322   algorithm: "plot_perf_box_name"
12323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12325   include:
12326     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12327     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12330   layout:
12331     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12336   algorithm: "plot_perf_box_name"
12337   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12339   include:
12340     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12341     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12344   layout:
12345     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12353   include:
12354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12360   layout:
12361     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12362     layout: "plot-throughput"
12363
12364 - type: "plot"
12365   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12366   algorithm: "plot_perf_box_name"
12367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12369   include:
12370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12376   layout:
12377     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12385   include:
12386     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12387     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12392   layout:
12393     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12394     layout: "plot-throughput"
12395
12396 - type: "plot"
12397   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12398   algorithm: "plot_perf_box_name"
12399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12401   include:
12402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12408   layout:
12409     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12410     layout: "plot-throughput"
12411
12412 - type: "plot"
12413   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12414   algorithm: "plot_perf_box_name"
12415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12417   include:
12418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12424   layout:
12425     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12433   include:
12434     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12440   layout:
12441     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12442     layout: "plot-throughput"
12443
12444 - type: "plot"
12445   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12446   algorithm: "plot_perf_box_name"
12447   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12448   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12449   include:
12450     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12451     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12456   layout:
12457     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12458     layout: "plot-throughput"
12459
12460 - type: "plot"
12461   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12462   algorithm: "plot_perf_box_name"
12463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12464   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12465   include:
12466     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12472   layout:
12473     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12478   algorithm: "plot_perf_box_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12481   include:
12482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12488   layout:
12489     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12490     layout: "plot-throughput"
12491
12492 - type: "plot"
12493   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12494   algorithm: "plot_perf_box_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12496   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12497   include:
12498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12504   layout:
12505     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12506     layout: "plot-throughput"
12507
12508 - type: "plot"
12509   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12510   algorithm: "plot_perf_box_name"
12511   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12513   include:
12514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12520   layout:
12521     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12522     layout: "plot-throughput"
12523
12524 - type: "plot"
12525   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12526   algorithm: "plot_perf_box_name"
12527   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12529   include:
12530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12536   layout:
12537     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12538     layout: "plot-throughput"
12539
12540 - type: "plot"
12541   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12542   algorithm: "plot_perf_box_name"
12543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12545   include:
12546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12552   layout:
12553     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12554     layout: "plot-throughput"
12555
12556 - type: "plot"
12557   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12558   algorithm: "plot_perf_box_name"
12559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12561   include:
12562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12568   layout:
12569     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12570     layout: "plot-throughput"
12571
12572 - type: "plot"
12573   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12574   algorithm: "plot_perf_box_name"
12575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12577   include:
12578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12584   layout:
12585     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12586     layout: "plot-throughput"
12587
12588 - type: "plot"
12589   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12590   algorithm: "plot_perf_box_name"
12591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12593   include:
12594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12600   layout:
12601     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12602     layout: "plot-throughput"
12603
12604 - type: "plot"
12605   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12606   algorithm: "plot_perf_box_name"
12607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12609   include:
12610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12614   layout:
12615     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12616     layout: "plot-throughput"
12617
12618 - type: "plot"
12619   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12620   algorithm: "plot_perf_box_name"
12621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12623   include:
12624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12628   layout:
12629     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12630     layout: "plot-throughput"
12631
12632 - type: "plot"
12633   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12634   algorithm: "plot_perf_box_name"
12635   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12637   include:
12638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12642   layout:
12643     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12651   include:
12652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12656   layout:
12657     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12658     layout: "plot-throughput"
12659
12660 - type: "plot"
12661   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12662   algorithm: "plot_perf_box_name"
12663   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12665   include:
12666     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12667     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12672   layout:
12673     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12674     layout: "plot-throughput"
12675
12676 - type: "plot"
12677   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12678   algorithm: "plot_perf_box_name"
12679   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12681   include:
12682     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12683     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12688   layout:
12689     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12690     layout: "plot-throughput"
12691
12692 - type: "plot"
12693   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12694   algorithm: "plot_perf_box_name"
12695   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12697   include:
12698     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12703   layout:
12704     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12712   include:
12713     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12718   layout:
12719     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12720     layout: "plot-throughput"
12721
12722 - type: "plot"
12723   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12724   algorithm: "plot_perf_box_name"
12725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12727   include:
12728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12733   layout:
12734     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12735     layout: "plot-throughput"
12736
12737 - type: "plot"
12738   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12739   algorithm: "plot_perf_box_name"
12740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12742   include:
12743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12748   layout:
12749     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12762   layout:
12763     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12771   include:
12772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12776   layout:
12777     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12782   algorithm: "plot_perf_box_name"
12783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12785   include:
12786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12792   layout:
12793     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12801   include:
12802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12808   layout:
12809     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12817   include:
12818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12824   layout:
12825     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12826     layout: "plot-throughput"
12827
12828 - type: "plot"
12829   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12830   algorithm: "plot_perf_box_name"
12831   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12833   include:
12834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12840   layout:
12841     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12842     layout: "plot-throughput"
12843
12844 - type: "plot"
12845   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12846   algorithm: "plot_perf_box_name"
12847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12849   include:
12850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12856   layout:
12857     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12858     layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12862   algorithm: "plot_perf_box_name"
12863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12865   include:
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12872   layout:
12873     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12874     layout: "plot-throughput"
12875
12876 - type: "plot"
12877   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12878   algorithm: "plot_perf_box_name"
12879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12881   include:
12882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12888   layout:
12889     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12890     layout: "plot-throughput"
12891
12892 - type: "plot"
12893   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12894   algorithm: "plot_perf_box_name"
12895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12897   include:
12898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12904   layout:
12905     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12906     layout: "plot-throughput"
12907
12908 - type: "plot"
12909   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12910   algorithm: "plot_perf_box_name"
12911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12913   include:
12914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12918   layout:
12919     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12920     layout: "plot-throughput"
12921
12922 - type: "plot"
12923   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12924   algorithm: "plot_perf_box_name"
12925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12927   include:
12928     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12932   layout:
12933     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12934     layout: "plot-throughput"
12935
12936 - type: "plot"
12937   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12938   algorithm: "plot_perf_box_name"
12939   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12940   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12941   include:
12942     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12948   layout:
12949     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12950     layout: "plot-throughput"
12951
12952 - type: "plot"
12953   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12954   algorithm: "plot_perf_box_name"
12955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12957   include:
12958     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12964   layout:
12965     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12966     layout: "plot-throughput"
12967
12968 - type: "plot"
12969   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12970   algorithm: "plot_perf_box_name"
12971   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12972   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12973   include:
12974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12980   layout:
12981     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12982     layout: "plot-throughput"
12983
12984 - type: "plot"
12985   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12986   algorithm: "plot_perf_box_name"
12987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12989   include:
12990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12995     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12996   layout:
12997     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12998     layout: "plot-throughput"
12999
13000 - type: "plot"
13001   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13002   algorithm: "plot_perf_box_name"
13003   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13004   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13005   include:
13006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13010   layout:
13011     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13016   algorithm: "plot_perf_box_name"
13017   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13018   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13019   include:
13020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13024   layout:
13025     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13026     layout: "plot-throughput"
13027
13028 - type: "plot"
13029   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13030   algorithm: "plot_perf_box_name"
13031   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13032   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13033   include:
13034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13040   layout:
13041     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13042     layout: "plot-throughput"
13043
13044 - type: "plot"
13045   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13046   algorithm: "plot_perf_box_name"
13047   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13048   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13049   include:
13050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13056   layout:
13057     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13058     layout: "plot-throughput"
13059
13060 - type: "plot"
13061   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13062   algorithm: "plot_perf_box_name"
13063   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13064   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13065   include:
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13070   layout:
13071     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13078   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13079   include:
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13084   layout:
13085     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13086     layout: "plot-throughput"
13087
13088 - type: "plot"
13089   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13090   algorithm: "plot_perf_box_name"
13091   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13092   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13093   include:
13094     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13100   layout:
13101     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13102     layout: "plot-throughput"
13103
13104 - type: "plot"
13105   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13106   algorithm: "plot_perf_box_name"
13107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13109   include:
13110     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13116   layout:
13117     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13118     layout: "plot-throughput"
13119
13120 - type: "plot"
13121   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13122   algorithm: "plot_perf_box_name"
13123   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13124   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13125   include:
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13132   layout:
13133     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13134     layout: "plot-throughput"
13135
13136 - type: "plot"
13137   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13138   algorithm: "plot_perf_box_name"
13139   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13140   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13141   include:
13142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13148   layout:
13149     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13150     layout: "plot-throughput"
13151
13152 - type: "plot"
13153   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13154   algorithm: "plot_perf_box_name"
13155   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13157   include:
13158     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13159     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13160     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13161     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13162     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13163     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13164   layout:
13165     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13166     layout: "plot-throughput"
13167
13168 - type: "plot"
13169   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13170   algorithm: "plot_perf_box_name"
13171   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13172   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13173   include:
13174     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13175     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13176     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13177     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13178     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13179     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13180   layout:
13181     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13182     layout: "plot-throughput"
13183
13184 - type: "plot"
13185   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13186   algorithm: "plot_perf_box_name"
13187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13189   include:
13190     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13191     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13192     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13193 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13194 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13195 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13196   layout:
13197     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13198     layout: "plot-throughput"
13199
13200 - type: "plot"
13201   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13202   algorithm: "plot_perf_box_name"
13203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13205   include:
13206     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13207     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13208     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13209 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13210 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13211 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13212   layout:
13213     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13214     layout: "plot-throughput"
13215
13216 - type: "plot"
13217   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13218   algorithm: "plot_perf_box_name"
13219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13221   include:
13222     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13223     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13224     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13225     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13226     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13227     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13228   layout:
13229     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13230     layout: "plot-throughput"
13231
13232 - type: "plot"
13233   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13234   algorithm: "plot_perf_box_name"
13235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13237   include:
13238     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13239     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13240     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13241     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13242     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13243     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13244   layout:
13245     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13246     layout: "plot-throughput"
13247
13248 - type: "plot"
13249   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13250   algorithm: "plot_perf_box_name"
13251   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13252   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13253   include:
13254     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13255     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13256     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13257     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13258     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13259     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13260   layout:
13261     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13269   include:
13270     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13271     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13272     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13273     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13274     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13275     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13276   layout:
13277     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13278     layout: "plot-throughput"
13279
13280 #- type: "plot"
13281 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13282 #  algorithm: "plot_perf_box_name"
13283 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13284 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13285 #  include:
13286 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13287 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13288 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13289 #  layout:
13290 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13291 #    layout: "plot-throughput"
13292 #
13293 #- type: "plot"
13294 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13295 #  algorithm: "plot_perf_box_name"
13296 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13297 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13298 #  include:
13299 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13300 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13301 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13302 #  layout:
13303 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13304 #    layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13311   include:
13312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13317   layout:
13318     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13319     layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13326   include:
13327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13332   layout:
13333     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13341   include:
13342     - "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"
13343     - "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"
13344     - "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"
13345     - "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"
13346     - "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"
13347   layout:
13348     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13349     layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13356   include:
13357     - "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"
13358     - "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"
13359     - "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"
13360     - "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"
13361     - "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"
13362   layout:
13363     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13377   layout:
13378     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13392   layout:
13393     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13407   layout:
13408     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13409     layout: "plot-throughput"
13410
13411 - type: "plot"
13412   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13413   algorithm: "plot_perf_box_name"
13414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13416   include:
13417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13422   layout:
13423     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13431   include:
13432     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13437   layout:
13438     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13446   include:
13447     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13452   layout:
13453     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13461   include:
13462     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13467   layout:
13468     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13476   include:
13477     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13482   layout:
13483     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13491   include:
13492     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496   layout:
13497     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13498     layout: "plot-throughput"
13499
13500 - type: "plot"
13501   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13502   algorithm: "plot_perf_box_name"
13503   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13505   include:
13506     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13510   layout:
13511     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13512     layout: "plot-throughput"
13513
13514 - type: "plot"
13515   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13516   algorithm: "plot_perf_box_name"
13517   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13519   include:
13520     - "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"
13521     - "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"
13522     - "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"
13523     - "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"
13524   layout:
13525     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13526     layout: "plot-throughput"
13527
13528 - type: "plot"
13529   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13530   algorithm: "plot_perf_box_name"
13531   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13533   include:
13534     - "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"
13535     - "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"
13536     - "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"
13537     - "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"
13538   layout:
13539     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13547   include:
13548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13554   layout:
13555     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13556     layout: "plot-throughput"
13557
13558 - type: "plot"
13559   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13560   algorithm: "plot_perf_box_name"
13561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13563   include:
13564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13570   layout:
13571     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13572     layout: "plot-throughput"
13573
13574 - type: "plot"
13575   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13576   algorithm: "plot_perf_box_name"
13577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13579   include:
13580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13586   layout:
13587     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13588     layout: "plot-throughput"
13589
13590 - type: "plot"
13591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13592   algorithm: "plot_perf_box_name"
13593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13595   include:
13596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13602   layout:
13603     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13604     layout: "plot-throughput"
13605
13606 - type: "plot"
13607   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13608   algorithm: "plot_perf_box_name"
13609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13611   include:
13612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13618   layout:
13619     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13620     layout: "plot-throughput"
13621
13622 - type: "plot"
13623   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13624   algorithm: "plot_perf_box_name"
13625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13627   include:
13628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13634   layout:
13635     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13636     layout: "plot-throughput"
13637
13638 - type: "plot"
13639   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13640   algorithm: "plot_perf_box_name"
13641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13643   include:
13644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13649   layout:
13650     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13651     layout: "plot-throughput"
13652
13653 - type: "plot"
13654   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13655   algorithm: "plot_perf_box_name"
13656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13658   include:
13659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13664   layout:
13665     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13666     layout: "plot-throughput"
13667
13668 - type: "plot"
13669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13670   algorithm: "plot_perf_box_name"
13671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13673   include:
13674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13676   layout:
13677     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13678     layout: "plot-throughput"
13679
13680 - type: "plot"
13681   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13682   algorithm: "plot_perf_box_name"
13683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13685   include:
13686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13688   layout:
13689     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13690     layout: "plot-throughput"
13691
13692 - type: "plot"
13693   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13694   algorithm: "plot_perf_box_name"
13695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13697   include:
13698     - "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"
13699     - "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"
13700   layout:
13701     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13702     layout: "plot-throughput"
13703
13704 - type: "plot"
13705   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13706   algorithm: "plot_perf_box_name"
13707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13709   include:
13710     - "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"
13711     - "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"
13712   layout:
13713     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13714     layout: "plot-throughput"
13715
13716 - type: "plot"
13717   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13718   algorithm: "plot_perf_box_name"
13719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13721   include:
13722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13724   layout:
13725     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13726     layout: "plot-throughput"
13727
13728 - type: "plot"
13729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13730   algorithm: "plot_perf_box_name"
13731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13733   include:
13734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13736   layout:
13737     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13738     layout: "plot-throughput"
13739
13740 - type: "plot"
13741   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13742   algorithm: "plot_perf_box_name"
13743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13745   include:
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13748   layout:
13749     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13750     layout: "plot-throughput"
13751
13752 - type: "plot"
13753   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13754   algorithm: "plot_perf_box_name"
13755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13757   include:
13758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13760   layout:
13761     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13762     layout: "plot-throughput"
13763
13764 - type: "plot"
13765   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13766   algorithm: "plot_perf_box_name"
13767   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13768   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13769   include:
13770     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13772     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13773     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13774     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13776   layout:
13777     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13778     layout: "plot-throughput"
13779
13780 - type: "plot"
13781   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13782   algorithm: "plot_perf_box_name"
13783   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13784   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13785   include:
13786     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13787     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13788     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13789     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13790     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792   layout:
13793     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13794     layout: "plot-throughput"
13795
13796 - type: "plot"
13797   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13798   algorithm: "plot_perf_box_name"
13799   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13800   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13801   include:
13802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13808   layout:
13809     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13810     layout: "plot-throughput"
13811
13812 - type: "plot"
13813   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13814   algorithm: "plot_perf_box_name"
13815   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13816   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13817   include:
13818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13819     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13820     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13824   layout:
13825     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13826     layout: "plot-throughput"
13827
13828 #- type: "plot"
13829 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13830 #  algorithm: "plot_perf_box_name"
13831 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13832 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13833 #  include:
13834 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13835 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13836 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13837 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13838 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13839 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13840 #  layout:
13841 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13842 #    layout: "plot-throughput"
13843 #
13844 #- type: "plot"
13845 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13846 #  algorithm: "plot_perf_box_name"
13847 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13848 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13849 #  include:
13850 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13851 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13852 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13853 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13854 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13855 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13856 #  layout:
13857 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13858 #    layout: "plot-throughput"
13859
13860 - type: "plot"
13861   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13862   algorithm: "plot_perf_box_name"
13863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13865   include:
13866     - "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"
13867     - "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"
13868     - "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"
13869     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13870     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13871     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13872   layout:
13873     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13874     layout: "plot-throughput"
13875
13876 - type: "plot"
13877   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13878   algorithm: "plot_perf_box_name"
13879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13881   include:
13882     - "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"
13883     - "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"
13884     - "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"
13885     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13886     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13887     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13888   layout:
13889     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13890     layout: "plot-throughput"
13891
13892 ################################################################################
13893
13894 # Packet Speedup
13895
13896 - type: "plot"
13897   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13898   algorithm: "plot_tsa_name"
13899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13901   include:
13902     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13904     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13906   layout:
13907     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13908     layout: "plot-throughput-speedup-analysis"
13909
13910 - type: "plot"
13911   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13912   algorithm: "plot_tsa_name"
13913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13915   include:
13916     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13920   layout:
13921     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13922     layout: "plot-throughput-speedup-analysis"
13923
13924 - type: "plot"
13925   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13926   algorithm: "plot_tsa_name"
13927   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13929   include:
13930     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13931     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13932     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13933     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13934   layout:
13935     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13936     layout: "plot-throughput-speedup-analysis"
13937
13938 - type: "plot"
13939   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13940   algorithm: "plot_tsa_name"
13941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13945     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13948   layout:
13949     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13950     layout: "plot-throughput-speedup-analysis"
13951
13952 - type: "plot"
13953   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13954   algorithm: "plot_tsa_name"
13955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13957   include:
13958     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13959     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13960     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13961     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13962     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13963   layout:
13964     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13965     layout: "plot-throughput-speedup-analysis"
13966
13967 - type: "plot"
13968   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13969   algorithm: "plot_tsa_name"
13970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13972   include:
13973     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13974     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13975     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13976     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13977     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13978   layout:
13979     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13980     layout: "plot-throughput-speedup-analysis"
13981
13982 - type: "plot"
13983   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13984   algorithm: "plot_tsa_name"
13985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13987   include:
13988     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13989     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13990     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13991     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13992     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13993   layout:
13994     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13995     layout: "plot-throughput-speedup-analysis"
13996
13997 - type: "plot"
13998   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13999   algorithm: "plot_tsa_name"
14000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14002   include:
14003     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14004     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14008   layout:
14009     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14010     layout: "plot-throughput-speedup-analysis"
14011
14012 - type: "plot"
14013   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14014   algorithm: "plot_tsa_name"
14015   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14017   include:
14018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14024   layout:
14025     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14026     layout: "plot-throughput-speedup-analysis"
14027
14028 - type: "plot"
14029   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14030   algorithm: "plot_tsa_name"
14031   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14033   include:
14034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14040   layout:
14041     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14042     layout: "plot-throughput-speedup-analysis"
14043
14044 - type: "plot"
14045   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14046   algorithm: "plot_tsa_name"
14047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14049   include:
14050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14055   layout:
14056     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14057     layout: "plot-throughput-speedup-analysis"
14058
14059 - type: "plot"
14060   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14061   algorithm: "plot_tsa_name"
14062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14064   include:
14065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14070   layout:
14071     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14072     layout: "plot-throughput-speedup-analysis"
14073
14074 - type: "plot"
14075   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14076   algorithm: "plot_tsa_name"
14077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14079   include:
14080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14083   layout:
14084     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14092   include:
14093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14096   layout:
14097     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14098     layout: "plot-throughput-speedup-analysis"
14099
14100 - type: "plot"
14101   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14102   algorithm: "plot_tsa_name"
14103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14105   include:
14106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14111   layout:
14112     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14113     layout: "plot-throughput-speedup-analysis"
14114
14115 - type: "plot"
14116   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14117   algorithm: "plot_tsa_name"
14118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14120   include:
14121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14126   layout:
14127     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14128     layout: "plot-throughput-speedup-analysis"
14129
14130 - type: "plot"
14131   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14132   algorithm: "plot_tsa_name"
14133   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14135   include:
14136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14139   layout:
14140     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14141     layout: "plot-throughput-speedup-analysis"
14142
14143 - type: "plot"
14144   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14145   algorithm: "plot_tsa_name"
14146   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14148   include:
14149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14152   layout:
14153     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14154     layout: "plot-throughput-speedup-analysis"
14155
14156 - type: "plot"
14157   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14158   algorithm: "plot_tsa_name"
14159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14161   include:
14162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14168   layout:
14169     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14170     layout: "plot-throughput-speedup-analysis"
14171
14172 - type: "plot"
14173   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14174   algorithm: "plot_tsa_name"
14175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14184   layout:
14185     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14186     layout: "plot-throughput-speedup-analysis"
14187
14188 - type: "plot"
14189   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14190   algorithm: "plot_tsa_name"
14191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14193   include:
14194     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14195     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14196     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14197     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14199   layout:
14200     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14201     layout: "plot-throughput-speedup-analysis"
14202
14203 - type: "plot"
14204   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14205   algorithm: "plot_tsa_name"
14206   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14208   include:
14209     - "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"
14210     - "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"
14211     - "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"
14212     - "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"
14213     - "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"
14214   layout:
14215     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14216     layout: "plot-throughput-speedup-analysis"
14217
14218 #- type: "plot"
14219 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14220 #  algorithm: "plot_tsa_name"
14221 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14222 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14223 #  include:
14224 #    - "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"
14225 #    - "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"
14226 #    - "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"
14227 #    - "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"
14228 #    - "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"
14229 #  layout:
14230 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14231 #    layout: "plot-throughput-speedup-analysis"
14232 #
14233 #- type: "plot"
14234 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14235 #  algorithm: "plot_tsa_name"
14236 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14237 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14238 #  include:
14239 #    - "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"
14240 #    - "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"
14241 #    - "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"
14242 #    - "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"
14243 #    - "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"
14244 #  layout:
14245 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14246 #    layout: "plot-throughput-speedup-analysis"
14247 #
14248 #- type: "plot"
14249 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14250 #  algorithm: "plot_tsa_name"
14251 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14252 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14253 #  include:
14254 #    - "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"
14255 #    - "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"
14256 #    - "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"
14257 #    - "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"
14258 #    - "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"
14259 #  layout:
14260 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14261 #    layout: "plot-throughput-speedup-analysis"
14262 #
14263 #- type: "plot"
14264 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14265 #  algorithm: "plot_tsa_name"
14266 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14267 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14268 #  include:
14269 #    - "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"
14270 #    - "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"
14271 #    - "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"
14272 #    - "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"
14273 #    - "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"
14274 #  layout:
14275 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14276 #    layout: "plot-throughput-speedup-analysis"
14277
14278 - type: "plot"
14279   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14280   algorithm: "plot_tsa_name"
14281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14283   include:
14284     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14285     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14286     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14287     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14288     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14289   layout:
14290     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14291     layout: "plot-throughput-speedup-analysis"
14292
14293 - type: "plot"
14294   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14295   algorithm: "plot_tsa_name"
14296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14298   include:
14299     - "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"
14300     - "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"
14301     - "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"
14302     - "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"
14303     - "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"
14304   layout:
14305     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14306     layout: "plot-throughput-speedup-analysis"
14307
14308 #- type: "plot"
14309 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14310 #  algorithm: "plot_tsa_name"
14311 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14312 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14313 #  include:
14314 #    - "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"
14315 #    - "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"
14316 #    - "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"
14317 #    - "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"
14318 #    - "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"
14319 #  layout:
14320 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14321 #    layout: "plot-throughput-speedup-analysis"
14322 #
14323 #- type: "plot"
14324 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14325 #  algorithm: "plot_tsa_name"
14326 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14327 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14328 #  include:
14329 #    - "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"
14330 #    - "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"
14331 #    - "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"
14332 #    - "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"
14333 #    - "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"
14334 #  layout:
14335 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14336 #    layout: "plot-throughput-speedup-analysis"
14337 #
14338 #- type: "plot"
14339 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14340 #  algorithm: "plot_tsa_name"
14341 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14342 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14343 #  include:
14344 #    - "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"
14345 #    - "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"
14346 #    - "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"
14347 #    - "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"
14348 #    - "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"
14349 #  layout:
14350 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14351 #    layout: "plot-throughput-speedup-analysis"
14352 #
14353 #- type: "plot"
14354 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14355 #  algorithm: "plot_tsa_name"
14356 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14357 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14358 #  include:
14359 #    - "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"
14360 #    - "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"
14361 #    - "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"
14362 #    - "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"
14363 #    - "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"
14364 #  layout:
14365 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14366 #    layout: "plot-throughput-speedup-analysis"
14367
14368 - type: "plot"
14369   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14370   algorithm: "plot_tsa_name"
14371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14373   include:
14374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14380   layout:
14381     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14389   include:
14390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14396   layout:
14397     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14405   include:
14406     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14409   layout:
14410     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14411     layout: "plot-throughput-speedup-analysis"
14412
14413 - type: "plot"
14414   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14415   algorithm: "plot_tsa_name"
14416   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14418   include:
14419     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14422   layout:
14423     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14435 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14436 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14437   layout:
14438     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14446   include:
14447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14450 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14451 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14452   layout:
14453     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14467   layout:
14468     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14476   include:
14477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14482   layout:
14483     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14497   layout:
14498     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14499     layout: "plot-throughput-speedup-analysis"
14500
14501 - type: "plot"
14502   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14503   algorithm: "plot_tsa_name"
14504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14506   include:
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14512   layout:
14513     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14514     layout: "plot-throughput-speedup-analysis"
14515
14516 - type: "plot"
14517   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14518   algorithm: "plot_tsa_name"
14519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14526   layout:
14527     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14528     layout: "plot-throughput-speedup-analysis"
14529
14530 - type: "plot"
14531   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14532   algorithm: "plot_tsa_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14535   include:
14536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14540   layout:
14541     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14542     layout: "plot-throughput-speedup-analysis"
14543
14544 - type: "plot"
14545   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14546   algorithm: "plot_tsa_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14549   include:
14550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14555   layout:
14556     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14557     layout: "plot-throughput-speedup-analysis"
14558
14559 - type: "plot"
14560   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14561   algorithm: "plot_tsa_name"
14562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14564   include:
14565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14570   layout:
14571     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14572     layout: "plot-throughput-speedup-analysis"
14573
14574 - type: "plot"
14575   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14576   algorithm: "plot_tsa_name"
14577   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14578   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14579   include:
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14582   layout:
14583     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14591   include:
14592     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14594   layout:
14595     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14608   layout:
14609     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14622   layout:
14623     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14636   layout:
14637     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14650   layout:
14651     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14652     layout: "plot-throughput-speedup-analysis"
14653
14654 - type: "plot"
14655   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14656   algorithm: "plot_tsa_name"
14657   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14659   include:
14660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14666   layout:
14667     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14668     layout: "plot-throughput-speedup-analysis"
14669
14670 - type: "plot"
14671   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14672   algorithm: "plot_tsa_name"
14673   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14675   include:
14676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14682   layout:
14683     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14691   include:
14692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14697   layout:
14698     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14706   include:
14707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14712   layout:
14713     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14721   include:
14722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14727   layout:
14728     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14742   layout:
14743     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14751   include:
14752     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14755   layout:
14756     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14764   include:
14765     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14768   layout:
14769     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14770     layout: "plot-throughput-speedup-analysis"
14771
14772 - type: "plot"
14773   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14774   algorithm: "plot_tsa_name"
14775   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14777   include:
14778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14781   layout:
14782     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14790   include:
14791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14794   layout:
14795     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14803   include:
14804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14809   layout:
14810     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14811     layout: "plot-throughput-speedup-analysis"
14812
14813 - type: "plot"
14814   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14815   algorithm: "plot_tsa_name"
14816   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14818   include:
14819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14824   layout:
14825     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 - type: "plot"
14829   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14830   algorithm: "plot_tsa_name"
14831   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14833   include:
14834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14835     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14836     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14839   layout:
14840     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14841     layout: "plot-throughput-speedup-analysis"
14842
14843 - type: "plot"
14844   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14845   algorithm: "plot_tsa_name"
14846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14848   include:
14849     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14850     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14852     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14854   layout:
14855     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 - type: "plot"
14859   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14863   include:
14864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14870   layout:
14871     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14879   include:
14880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14886   layout:
14887     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14895   include:
14896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14900   layout:
14901     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14909   include:
14910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14914   layout:
14915     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14930   layout:
14931     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14946   layout:
14947     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14962   layout:
14963     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14971   include:
14972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14978   layout:
14979     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14987   include:
14988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14994   layout:
14995     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14996     layout: "plot-throughput-speedup-analysis"
14997
14998 - type: "plot"
14999   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15000   algorithm: "plot_tsa_name"
15001   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15003   include:
15004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15010   layout:
15011     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15019   include:
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15026   layout:
15027     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15028     layout: "plot-throughput-speedup-analysis"
15029
15030 - type: "plot"
15031   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15032   algorithm: "plot_tsa_name"
15033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15035   include:
15036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15042   layout:
15043     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15044     layout: "plot-throughput-speedup-analysis"
15045
15046 - type: "plot"
15047   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15048   algorithm: "plot_tsa_name"
15049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15051   include:
15052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15058   layout:
15059     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15060     layout: "plot-throughput-speedup-analysis"
15061
15062 - type: "plot"
15063   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15064   algorithm: "plot_tsa_name"
15065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15067   include:
15068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15074   layout:
15075     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15088   layout:
15089     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15090     layout: "plot-throughput-speedup-analysis"
15091
15092 - type: "plot"
15093   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15094   algorithm: "plot_tsa_name"
15095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15097   include:
15098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15102   layout:
15103     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15111   include:
15112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15116   layout:
15117     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15125   include:
15126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15130   layout:
15131     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15139   include:
15140     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15141     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15146   layout:
15147     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 - type: "plot"
15151   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15152   algorithm: "plot_tsa_name"
15153   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15155   include:
15156     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15157     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15162   layout:
15163     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15164     layout: "plot-throughput-speedup-analysis"
15165
15166 - type: "plot"
15167   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15168   algorithm: "plot_tsa_name"
15169   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15171   include:
15172     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15173     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15174     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15177   layout:
15178     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15186   include:
15187     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15188     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15189     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15192   layout:
15193     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15201   include:
15202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15207   layout:
15208     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15216   include:
15217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15222   layout:
15223     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15224     layout: "plot-throughput-speedup-analysis"
15225
15226 - type: "plot"
15227   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15228   algorithm: "plot_tsa_name"
15229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15231   include:
15232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15236   layout:
15237     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15238     layout: "plot-throughput-speedup-analysis"
15239
15240 - type: "plot"
15241   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15242   algorithm: "plot_tsa_name"
15243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15245   include:
15246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15250   layout:
15251     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15252     layout: "plot-throughput-speedup-analysis"
15253
15254 - type: "plot"
15255   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15256   algorithm: "plot_tsa_name"
15257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15259   include:
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15266   layout:
15267     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15275   include:
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15282   layout:
15283     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15284     layout: "plot-throughput-speedup-analysis"
15285
15286 - type: "plot"
15287   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15288   algorithm: "plot_tsa_name"
15289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15291   include:
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15298   layout:
15299     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 - type: "plot"
15303   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15304   algorithm: "plot_tsa_name"
15305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15307   include:
15308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15314   layout:
15315     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15316     layout: "plot-throughput-speedup-analysis"
15317
15318 - type: "plot"
15319   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15320   algorithm: "plot_tsa_name"
15321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15323   include:
15324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15330   layout:
15331     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15332     layout: "plot-throughput-speedup-analysis"
15333
15334 - type: "plot"
15335   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15336   algorithm: "plot_tsa_name"
15337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15339   include:
15340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15346   layout:
15347     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15348     layout: "plot-throughput-speedup-analysis"
15349
15350 - type: "plot"
15351   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15352   algorithm: "plot_tsa_name"
15353   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15355   include:
15356     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15357     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15358     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15359     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15360     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15361     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15362   layout:
15363     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15364     layout: "plot-throughput-speedup-analysis"
15365
15366 - type: "plot"
15367   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15368   algorithm: "plot_tsa_name"
15369   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15371   include:
15372     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15373     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15374     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15375     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15376     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15377     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15378   layout:
15379     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15380     layout: "plot-throughput-speedup-analysis"
15381
15382 - type: "plot"
15383   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15384   algorithm: "plot_tsa_name"
15385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15387   include:
15388     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15389     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15390     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15391     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15392     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15393     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15394   layout:
15395     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15396     layout: "plot-throughput-speedup-analysis"
15397
15398 - type: "plot"
15399   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15400   algorithm: "plot_tsa_name"
15401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15403   include:
15404     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15405     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15406     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15407     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15408     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15409     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15410   layout:
15411     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15412     layout: "plot-throughput-speedup-analysis"
15413
15414 - type: "plot"
15415   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15416   algorithm: "plot_tsa_name"
15417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15419   include:
15420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15425   layout:
15426     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15427     layout: "plot-throughput-speedup-analysis"
15428
15429 - type: "plot"
15430   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15431   algorithm: "plot_tsa_name"
15432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15434   include:
15435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15440   layout:
15441     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15442     layout: "plot-throughput-speedup-analysis"
15443
15444 - type: "plot"
15445   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15446   algorithm: "plot_tsa_name"
15447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15449   include:
15450     - "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"
15451     - "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"
15452     - "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"
15453     - "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"
15454     - "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"
15455   layout:
15456     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15457     layout: "plot-throughput-speedup-analysis"
15458
15459 - type: "plot"
15460   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15461   algorithm: "plot_tsa_name"
15462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15464   include:
15465     - "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"
15466     - "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"
15467     - "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"
15468     - "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"
15469     - "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"
15470   layout:
15471     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15472     layout: "plot-throughput-speedup-analysis"
15473
15474 - type: "plot"
15475   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15476   algorithm: "plot_tsa_name"
15477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15479   include:
15480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15485   layout:
15486     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 - type: "plot"
15490   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15491   algorithm: "plot_tsa_name"
15492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15494   include:
15495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15500   layout:
15501     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15509   include:
15510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15515   layout:
15516     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 - type: "plot"
15520   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15521   algorithm: "plot_tsa_name"
15522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15524   include:
15525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15530   layout:
15531     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15532     layout: "plot-throughput-speedup-analysis"
15533
15534 - type: "plot"
15535   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15536   algorithm: "plot_tsa_name"
15537   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15539   include:
15540     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15541     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15542     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15545   layout:
15546     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15547     layout: "plot-throughput-speedup-analysis"
15548
15549 - type: "plot"
15550   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15551   algorithm: "plot_tsa_name"
15552   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15554   include:
15555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15560   layout:
15561     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15569   include:
15570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15572     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15573     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15575   layout:
15576     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15584   include:
15585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15587     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15588     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15590   layout:
15591     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15599   include:
15600     - "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"
15601     - "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"
15602     - "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"
15603     - "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"
15604   layout:
15605     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15606     layout: "plot-throughput-speedup-analysis"
15607
15608 - type: "plot"
15609   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15610   algorithm: "plot_tsa_name"
15611   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15613   include:
15614     - "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"
15615     - "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"
15616     - "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"
15617     - "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"
15618   layout:
15619     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15620     layout: "plot-throughput-speedup-analysis"
15621
15622 - type: "plot"
15623   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15624   algorithm: "plot_tsa_name"
15625   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15627   include:
15628     - "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"
15629     - "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"
15630     - "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"
15631     - "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"
15632   layout:
15633     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15634     layout: "plot-throughput-speedup-analysis"
15635
15636 - type: "plot"
15637   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15638   algorithm: "plot_tsa_name"
15639   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15641   include:
15642     - "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"
15643     - "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"
15644     - "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"
15645     - "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"
15646   layout:
15647     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15648     layout: "plot-throughput-speedup-analysis"
15649
15650 - type: "plot"
15651   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15652   algorithm: "plot_tsa_name"
15653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15655   include:
15656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15662   layout:
15663     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15664     layout: "plot-throughput-speedup-analysis"
15665
15666 - type: "plot"
15667   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15668   algorithm: "plot_tsa_name"
15669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15671   include:
15672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15678   layout:
15679     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15680     layout: "plot-throughput-speedup-analysis"
15681
15682 - type: "plot"
15683   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15684   algorithm: "plot_tsa_name"
15685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15687   include:
15688     - "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"
15689     - "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"
15690     - "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"
15691     - "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"
15692     - "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"
15693     - "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"
15694   layout:
15695     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15696     layout: "plot-throughput-speedup-analysis"
15697
15698 - type: "plot"
15699   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15700   algorithm: "plot_tsa_name"
15701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15703   include:
15704     - "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"
15705     - "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"
15706     - "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"
15707     - "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"
15708     - "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"
15709     - "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"
15710   layout:
15711     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15712     layout: "plot-throughput-speedup-analysis"
15713
15714 - type: "plot"
15715   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15716   algorithm: "plot_tsa_name"
15717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15719   include:
15720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15726   layout:
15727     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15735   include:
15736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15742   layout:
15743     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15751   include:
15752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15757   layout:
15758     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15766   include:
15767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15772   layout:
15773     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15774     layout: "plot-throughput-speedup-analysis"
15775
15776 - type: "plot"
15777   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15778   algorithm: "plot_tsa_name"
15779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15781   include:
15782     - "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"
15783     - "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"
15784   layout:
15785     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15786     layout: "plot-throughput-speedup-analysis"
15787
15788 - type: "plot"
15789   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15790   algorithm: "plot_tsa_name"
15791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15793   include:
15794     - "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"
15795     - "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"
15796   layout:
15797     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15798     layout: "plot-throughput-speedup-analysis"
15799
15800 - type: "plot"
15801   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15802   algorithm: "plot_tsa_name"
15803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15805   include:
15806     - "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"
15807     - "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"
15808   layout:
15809     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15817   include:
15818     - "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"
15819     - "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"
15820   layout:
15821     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15822     layout: "plot-throughput-speedup-analysis"
15823
15824 - type: "plot"
15825   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15826   algorithm: "plot_tsa_name"
15827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15829   include:
15830     - "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"
15831     - "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"
15832     - "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"
15833     - "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"
15834     - "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"
15835     - "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"
15836   layout:
15837     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15838     layout: "plot-throughput-speedup-analysis"
15839
15840 - type: "plot"
15841   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15842   algorithm: "plot_tsa_name"
15843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15845   include:
15846     - "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"
15847     - "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"
15848     - "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"
15849     - "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"
15850     - "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"
15851     - "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"
15852   layout:
15853     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15854     layout: "plot-throughput-speedup-analysis"
15855
15856 - type: "plot"
15857   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15858   algorithm: "plot_tsa_name"
15859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15861   include:
15862     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15863     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15864     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15865     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15866     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15867   layout:
15868     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15869     layout: "plot-throughput-speedup-analysis"
15870
15871 - type: "plot"
15872   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15873   algorithm: "plot_tsa_name"
15874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15876   include:
15877     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15878     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15879     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15880     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15881     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15882   layout:
15883     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15891   include:
15892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15897   layout:
15898     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15906   include:
15907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15912   layout:
15913     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15914     layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15921   include:
15922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15926   layout:
15927     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15935   include:
15936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15940   layout:
15941     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 - type: "plot"
15945   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15946   algorithm: "plot_tsa_name"
15947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15949   include:
15950     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15951     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15952     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15954   layout:
15955     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15963   include:
15964     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15965     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15968   layout:
15969     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15970     layout: "plot-throughput-speedup-analysis"
15971
15972 - type: "plot"
15973   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15974   algorithm: "plot_tsa_name"
15975   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15976   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15977   include:
15978     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15979     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15980     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15983   layout:
15984     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15992   include:
15993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15995     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15998   layout:
15999     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16000     layout: "plot-throughput-speedup-analysis"
16001
16002 - type: "plot"
16003   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16004   algorithm: "plot_tsa_name"
16005   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16006   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16007   include:
16008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16009     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16011     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16014   layout:
16015     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16016     layout: "plot-throughput-speedup-analysis"
16017
16018 - type: "plot"
16019   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16020   algorithm: "plot_tsa_name"
16021   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16022   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16023   include:
16024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16030   layout:
16031     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16032     layout: "plot-throughput-speedup-analysis"
16033
16034 - type: "plot"
16035   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16036   algorithm: "plot_tsa_name"
16037   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16038   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16039   include:
16040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16044   layout:
16045     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16046     layout: "plot-throughput-speedup-analysis"
16047
16048 - type: "plot"
16049   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16050   algorithm: "plot_tsa_name"
16051   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16052   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16053   include:
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16058   layout:
16059     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16067   include:
16068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16074   layout:
16075     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16083   include:
16084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16090   layout:
16091     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16092     layout: "plot-throughput-speedup-analysis"
16093
16094 - type: "plot"
16095   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16096   algorithm: "plot_tsa_name"
16097   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16098   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16099   include:
16100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16106   layout:
16107     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16115   include:
16116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16122   layout:
16123     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 - type: "plot"
16127   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16128   algorithm: "plot_tsa_name"
16129   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16130   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16131   include:
16132     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16133     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16134     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16135     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16136     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16137     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16138   layout:
16139     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16140     layout: "plot-throughput-speedup-analysis"
16141
16142 - type: "plot"
16143   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16144   algorithm: "plot_tsa_name"
16145   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16146   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16147   include:
16148     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16149     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16150     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16151     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16152     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16153     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16154   layout:
16155     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16156     layout: "plot-throughput-speedup-analysis"
16157
16158 - type: "plot"
16159   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16160   algorithm: "plot_tsa_name"
16161   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16162   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16163   include:
16164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170   layout:
16171     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16172     layout: "plot-throughput-speedup-analysis"
16173
16174 - type: "plot"
16175   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16176   algorithm: "plot_tsa_name"
16177   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16178   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16179   include:
16180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16186   layout:
16187     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16188     layout: "plot-throughput-speedup-analysis"
16189
16190 - type: "plot"
16191   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16192   algorithm: "plot_tsa_name"
16193   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16194   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16195   include:
16196     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16197     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16198     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16202   layout:
16203     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16204     layout: "plot-throughput-speedup-analysis"
16205
16206 - type: "plot"
16207   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16208   algorithm: "plot_tsa_name"
16209   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16210   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16211   include:
16212     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16213     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16218   layout:
16219     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 #- type: "plot"
16223 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16224 #  algorithm: "plot_tsa_name"
16225 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16226 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16227 #  include:
16228 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16229 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16230 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16231 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16232 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16234 #  layout:
16235 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16236 #    layout: "plot-throughput-speedup-analysis"
16237 #
16238 #- type: "plot"
16239 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16240 #  algorithm: "plot_tsa_name"
16241 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16242 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16243 #  include:
16244 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16245 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16246 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16250 #  layout:
16251 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16252 #    layout: "plot-throughput-speedup-analysis"
16253
16254 - type: "plot"
16255   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16256   algorithm: "plot_tsa_name"
16257   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16258   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16259   include:
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16265   layout:
16266     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16274   include:
16275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16280   layout:
16281     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16282     layout: "plot-throughput-speedup-analysis"
16283
16284 - type: "plot"
16285   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16286   algorithm: "plot_tsa_name"
16287   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16288   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16289   include:
16290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16296   layout:
16297     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16298     layout: "plot-throughput-speedup-analysis"
16299
16300 - type: "plot"
16301   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16302   algorithm: "plot_tsa_name"
16303   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16304   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16305   include:
16306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16312   layout:
16313     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16314     layout: "plot-throughput-speedup-analysis"
16315
16316 - type: "plot"
16317   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16318   algorithm: "plot_tsa_name"
16319   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16320   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16321   include:
16322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16327   layout:
16328     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16329     layout: "plot-throughput-speedup-analysis"
16330
16331 - type: "plot"
16332   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16333   algorithm: "plot_tsa_name"
16334   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16335   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16336   include:
16337     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16342   layout:
16343     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16344     layout: "plot-throughput-speedup-analysis"
16345
16346 - type: "plot"
16347   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16348   algorithm: "plot_tsa_name"
16349   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16350   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16351   include:
16352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16356   layout:
16357     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16358     layout: "plot-throughput-speedup-analysis"
16359
16360 - type: "plot"
16361   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16362   algorithm: "plot_tsa_name"
16363   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16364   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16365   include:
16366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16370   layout:
16371     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16372     layout: "plot-throughput-speedup-analysis"
16373
16374 - type: "plot"
16375   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16376   algorithm: "plot_tsa_name"
16377   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16378   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16379   include:
16380     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16381     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16386   layout:
16387     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16388     layout: "plot-throughput-speedup-analysis"
16389
16390 - type: "plot"
16391   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16392   algorithm: "plot_tsa_name"
16393   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16394   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16395   include:
16396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16402   layout:
16403     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16404     layout: "plot-throughput-speedup-analysis"
16405
16406 - type: "plot"
16407   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16408   algorithm: "plot_tsa_name"
16409   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16410   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16411   include:
16412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16417   layout:
16418     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16419     layout: "plot-throughput-speedup-analysis"
16420
16421 - type: "plot"
16422   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16423   algorithm: "plot_tsa_name"
16424   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16425   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16426   include:
16427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16432   layout:
16433     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16434     layout: "plot-throughput-speedup-analysis"
16435
16436 - type: "plot"
16437   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16438   algorithm: "plot_tsa_name"
16439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16441   include:
16442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16447   layout:
16448     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16449     layout: "plot-throughput-speedup-analysis"
16450
16451 - type: "plot"
16452   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16453   algorithm: "plot_tsa_name"
16454   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16455   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16456   include:
16457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16462   layout:
16463     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16464     layout: "plot-throughput-speedup-analysis"
16465
16466 - type: "plot"
16467   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16468   algorithm: "plot_tsa_name"
16469   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16470   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16471   include:
16472     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16476   layout:
16477     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16478     layout: "plot-throughput-speedup-analysis"
16479
16480 - type: "plot"
16481   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16482   algorithm: "plot_tsa_name"
16483   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16484   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16485   include:
16486     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16490   layout:
16491     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16492     layout: "plot-throughput-speedup-analysis"
16493
16494 - type: "plot"
16495   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16496   algorithm: "plot_tsa_name"
16497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16499   include:
16500     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16501     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16502     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16503     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16505   layout:
16506     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16507     layout: "plot-throughput-speedup-analysis"
16508
16509 - type: "plot"
16510   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16511   algorithm: "plot_tsa_name"
16512   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16513   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16514   include:
16515     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16520   layout:
16521     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16522     layout: "plot-throughput-speedup-analysis"
16523
16524 - type: "plot"
16525   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16526   algorithm: "plot_tsa_name"
16527   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16528   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16529   include:
16530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16536   layout:
16537     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16538     layout: "plot-throughput-speedup-analysis"
16539
16540 - type: "plot"
16541   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16542   algorithm: "plot_tsa_name"
16543   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16544   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16545   include:
16546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16552   layout:
16553     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16554     layout: "plot-throughput-speedup-analysis"
16555
16556 - type: "plot"
16557   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16558   algorithm: "plot_tsa_name"
16559   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16560   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16561   include:
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16566   layout:
16567     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16568     layout: "plot-throughput-speedup-analysis"
16569
16570 - type: "plot"
16571   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16572   algorithm: "plot_tsa_name"
16573   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16574   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16575   include:
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16578     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16579     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16580   layout:
16581     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16582     layout: "plot-throughput-speedup-analysis"
16583
16584 - type: "plot"
16585   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16586   algorithm: "plot_tsa_name"
16587   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16588   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16589   include:
16590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16591     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16592     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16593     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16596   layout:
16597     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16598     layout: "plot-throughput-speedup-analysis"
16599
16600 - type: "plot"
16601   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16602   algorithm: "plot_tsa_name"
16603   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16604   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16605   include:
16606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16607     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16612   layout:
16613     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16614     layout: "plot-throughput-speedup-analysis"
16615
16616 - type: "plot"
16617   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16618   algorithm: "plot_tsa_name"
16619   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16620   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16621   include:
16622     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16623     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16624     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16628   layout:
16629     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16630     layout: "plot-throughput-speedup-analysis"
16631
16632 - type: "plot"
16633   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16634   algorithm: "plot_tsa_name"
16635   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16636   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16637   include:
16638     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16639     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16640     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16641     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16644   layout:
16645     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16646     layout: "plot-throughput-speedup-analysis"
16647
16648 #- type: "plot"
16649 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16650 #  algorithm: "plot_tsa_name"
16651 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16652 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16653 #  include:
16654 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16655 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16656 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16657 #  layout:
16658 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16659 #    layout: "plot-throughput-speedup-analysis"
16660 #
16661 #- type: "plot"
16662 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16663 #  algorithm: "plot_tsa_name"
16664 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16665 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16666 #  include:
16667 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16668 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16669 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16670 #  layout:
16671 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16672 #    layout: "plot-throughput-speedup-analysis"
16673
16674 ################################################################################
16675
16676 # Packet Throughput - DPDK
16677
16678 # 2n-skx-xxv710
16679
16680 - type: "plot"
16681   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16682   algorithm: "plot_perf_box_name"
16683   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16684   data: "plot-dpdk-throughput-latency-2n-skx"
16685   include:
16686     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16687     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16688   layout:
16689     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16690     layout: "plot-throughput"
16691
16692 - type: "plot"
16693   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16694   algorithm: "plot_perf_box_name"
16695   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16696   data: "plot-dpdk-throughput-latency-2n-skx"
16697   include:
16698     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16699     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16700   layout:
16701     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16702     layout: "plot-throughput"
16703
16704 - type: "plot"
16705   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16706   algorithm: "plot_perf_box_name"
16707   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16708   data: "plot-dpdk-throughput-latency-2n-skx"
16709   include:
16710     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16711     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16712   layout:
16713     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16714     layout: "plot-throughput"
16715
16716 - type: "plot"
16717   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16718   algorithm: "plot_perf_box_name"
16719   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16720   data: "plot-dpdk-throughput-latency-2n-skx"
16721   include:
16722     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16723     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16724   layout:
16725     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16726     layout: "plot-throughput"
16727
16728 # 2n-skx-x710
16729
16730 - type: "plot"
16731   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16732   algorithm: "plot_perf_box_name"
16733   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16734   data: "plot-dpdk-throughput-latency-2n-skx"
16735   include:
16736     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16737     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16738   layout:
16739     title: "2n-skx-x710-64b-2t1c-base-ndr"
16740     layout: "plot-throughput"
16741
16742 - type: "plot"
16743   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16744   algorithm: "plot_perf_box_name"
16745   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16746   data: "plot-dpdk-throughput-latency-2n-skx"
16747   include:
16748     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16749     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16750   layout:
16751     title: "2n-skx-x710-64b-4t2c-base-ndr"
16752     layout: "plot-throughput"
16753
16754 - type: "plot"
16755   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16756   algorithm: "plot_perf_box_name"
16757   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16758   data: "plot-dpdk-throughput-latency-2n-skx"
16759   include:
16760     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16761     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16762   layout:
16763     title: "2n-skx-x710-64b-2t1c-base-pdr"
16764     layout: "plot-throughput"
16765
16766 - type: "plot"
16767   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16768   algorithm: "plot_perf_box_name"
16769   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16770   data: "plot-dpdk-throughput-latency-2n-skx"
16771   include:
16772     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16773     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16774   layout:
16775     title: "2n-skx-x710-64b-4t2c-base-pdr"
16776     layout: "plot-throughput"
16777
16778 # 3n-skx-xxv710
16779
16780 - type: "plot"
16781   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16782   algorithm: "plot_perf_box_name"
16783   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16784   data: "plot-dpdk-throughput-latency-3n-skx"
16785   include:
16786     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16787     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16788   layout:
16789     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16790     layout: "plot-throughput"
16791
16792 - type: "plot"
16793   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16794   algorithm: "plot_perf_box_name"
16795   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16796   data: "plot-dpdk-throughput-latency-3n-skx"
16797   include:
16798     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16799     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16800   layout:
16801     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16802     layout: "plot-throughput"
16803
16804 - type: "plot"
16805   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16806   algorithm: "plot_perf_box_name"
16807   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16808   data: "plot-dpdk-throughput-latency-3n-skx"
16809   include:
16810     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16811     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16812   layout:
16813     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16814     layout: "plot-throughput"
16815
16816 - type: "plot"
16817   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16818   algorithm: "plot_perf_box_name"
16819   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16820   data: "plot-dpdk-throughput-latency-3n-skx"
16821   include:
16822     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16823     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16824   layout:
16825     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16826     layout: "plot-throughput"
16827
16828 # 3n-skx-x710
16829
16830 - type: "plot"
16831   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16832   algorithm: "plot_perf_box_name"
16833   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16834   data: "plot-dpdk-throughput-latency-3n-skx"
16835   include:
16836     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16837     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16838   layout:
16839     title: "3n-skx-x710-64b-2t1c-base-ndr"
16840     layout: "plot-throughput"
16841
16842 - type: "plot"
16843   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16844   algorithm: "plot_perf_box_name"
16845   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16846   data: "plot-dpdk-throughput-latency-3n-skx"
16847   include:
16848     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16849     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16850   layout:
16851     title: "3n-skx-x710-64b-4t2c-base-ndr"
16852     layout: "plot-throughput"
16853
16854 - type: "plot"
16855   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16856   algorithm: "plot_perf_box_name"
16857   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16858   data: "plot-dpdk-throughput-latency-3n-skx"
16859   include:
16860     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16861     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16862   layout:
16863     title: "3n-skx-x710-64b-2t1c-base-pdr"
16864     layout: "plot-throughput"
16865
16866 - type: "plot"
16867   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16868   algorithm: "plot_perf_box_name"
16869   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16870   data: "plot-dpdk-throughput-latency-3n-skx"
16871   include:
16872     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16873     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16874   layout:
16875     title: "3n-skx-x710-64b-4t2c-base-pdr"
16876     layout: "plot-throughput"
16877
16878 # 3n-hsw-xl710
16879
16880 - type: "plot"
16881   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16882   algorithm: "plot_perf_box_name"
16883   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16884   data: "plot-dpdk-throughput-latency-3n-hsw"
16885   include:
16886     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16887     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16888   layout:
16889     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16890     layout: "plot-throughput"
16891
16892 - type: "plot"
16893   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16894   algorithm: "plot_perf_box_name"
16895   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16896   data: "plot-dpdk-throughput-latency-3n-hsw"
16897   include:
16898     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16899     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16900   layout:
16901     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16902     layout: "plot-throughput"
16903
16904 - type: "plot"
16905   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16906   algorithm: "plot_perf_box_name"
16907   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16908   data: "plot-dpdk-throughput-latency-3n-hsw"
16909   include:
16910     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16911     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16912   layout:
16913     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16914     layout: "plot-throughput"
16915
16916 - type: "plot"
16917   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16918   algorithm: "plot_perf_box_name"
16919   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16920   data: "plot-dpdk-throughput-latency-3n-hsw"
16921   include:
16922     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16923     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16924   layout:
16925     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16926     layout: "plot-throughput"
16927
16928 # 3n-hsw-x710
16929
16930 - type: "plot"
16931   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16932   algorithm: "plot_perf_box_name"
16933   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16934   data: "plot-dpdk-throughput-latency-3n-hsw"
16935   include:
16936     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16937     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16938   layout:
16939     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16940     layout: "plot-throughput"
16941
16942 - type: "plot"
16943   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16944   algorithm: "plot_perf_box_name"
16945   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16946   data: "plot-dpdk-throughput-latency-3n-hsw"
16947   include:
16948     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16949     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16950   layout:
16951     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16952     layout: "plot-throughput"
16953
16954 - type: "plot"
16955   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16956   algorithm: "plot_perf_box_name"
16957   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16958   data: "plot-dpdk-throughput-latency-3n-hsw"
16959   include:
16960     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16961     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16962   layout:
16963     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16964     layout: "plot-throughput"
16965
16966 - type: "plot"
16967   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16968   algorithm: "plot_perf_box_name"
16969   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16970   data: "plot-dpdk-throughput-latency-3n-hsw"
16971   include:
16972     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16973     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16974   layout:
16975     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16976     layout: "plot-throughput"
16977
16978 ## 2n-dnv-x553
16979 #
16980 #- type: "plot"
16981 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16982 #  algorithm: "plot_perf_box_name"
16983 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16984 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16985 #  include:
16986 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16987 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16988 #  layout:
16989 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16990 #    layout: "plot-throughput"
16991 #
16992 #- type: "plot"
16993 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16994 #  algorithm: "plot_perf_box_name"
16995 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16996 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16997 #  include:
16998 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16999 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17000 #  layout:
17001 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17002 #    layout: "plot-throughput"
17003 #
17004 #- type: "plot"
17005 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17006 #  algorithm: "plot_perf_box_name"
17007 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17008 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17009 #  include:
17010 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17011 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17012 #  layout:
17013 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17014 #    layout: "plot-throughput"
17015 #
17016 #- type: "plot"
17017 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17018 #  algorithm: "plot_perf_box_name"
17019 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17020 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17021 #  include:
17022 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17023 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17024 #  layout:
17025 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17026 #    layout: "plot-throughput"
17027 #
17028 ## 3n-dnv-x553
17029 #
17030 #- type: "plot"
17031 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17032 #  algorithm: "plot_perf_box_name"
17033 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17034 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17035 #  include:
17036 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17037 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17038 #  layout:
17039 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17040 #    layout: "plot-throughput"
17041 #
17042 #- type: "plot"
17043 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17044 #  algorithm: "plot_perf_box_name"
17045 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17046 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17047 #  include:
17048 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17049 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17050 #  layout:
17051 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17052 #    layout: "plot-throughput"
17053 #
17054 #- type: "plot"
17055 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17056 #  algorithm: "plot_perf_box_name"
17057 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17058 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17059 #  include:
17060 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17061 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17062 #  layout:
17063 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17064 #    layout: "plot-throughput"
17065 #
17066 #- type: "plot"
17067 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17068 #  algorithm: "plot_perf_box_name"
17069 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17070 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17071 #  include:
17072 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17073 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17074 #  layout:
17075 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17076 #    layout: "plot-throughput"
17077
17078 # 3n-tsh-x520
17079
17080 - type: "plot"
17081   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17082   algorithm: "plot_perf_box_name"
17083   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17084   data: "plot-dpdk-throughput-latency-3n-tsh"
17085   include:
17086     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17087     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17088   layout:
17089     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17090     layout: "plot-throughput"
17091
17092 - type: "plot"
17093   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17094   algorithm: "plot_perf_box_name"
17095   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17096   data: "plot-dpdk-throughput-latency-3n-tsh"
17097   include:
17098     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17099     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17100   layout:
17101     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17102     layout: "plot-throughput"
17103
17104 - type: "plot"
17105   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17106   algorithm: "plot_perf_box_name"
17107   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17108   data: "plot-dpdk-throughput-latency-3n-tsh"
17109   include:
17110     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17111     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17112   layout:
17113     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17114     layout: "plot-throughput"
17115
17116 - type: "plot"
17117   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17118   algorithm: "plot_perf_box_name"
17119   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17120   data: "plot-dpdk-throughput-latency-3n-tsh"
17121   include:
17122     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17123     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17124   layout:
17125     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17126     layout: "plot-throughput"
17127
17128 ################################################################################
17129 ###   2n-clx                                                                 ###
17130 ################################################################################
17131
17132 # Packet Throughput
17133
17134 - type: "plot"
17135   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17136   algorithm: "plot_perf_box_name"
17137   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17139   include:
17140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17141     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17142     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17144   layout:
17145     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17146     layout: "plot-throughput"
17147
17148 - type: "plot"
17149   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17150   algorithm: "plot_perf_box_name"
17151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17153   include:
17154     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17156     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17157     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17158   layout:
17159     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17167   include:
17168     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17169     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17170     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17171     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17172   layout:
17173     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17174     layout: "plot-throughput"
17175
17176 - type: "plot"
17177   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17178   algorithm: "plot_perf_box_name"
17179   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17181   include:
17182     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17183     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17184     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17185     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17186   layout:
17187     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17188     layout: "plot-throughput"
17189
17190 - type: "plot"
17191   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17192   algorithm: "plot_perf_box_name"
17193   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17195   include:
17196     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17197     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17198     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17199     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17200   layout:
17201     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17209   include:
17210     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17211     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17212     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17213     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17214   layout:
17215     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17223   include:
17224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17230   layout:
17231     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17232     layout: "plot-throughput"
17233
17234 - type: "plot"
17235   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17239   include:
17240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17246   layout:
17247     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17255   include:
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17260   layout:
17261     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17262     layout: "plot-throughput"
17263
17264 - type: "plot"
17265   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17266   algorithm: "plot_perf_box_name"
17267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17269   include:
17270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17274   layout:
17275     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17276     layout: "plot-throughput"
17277
17278 - type: "plot"
17279   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17280   algorithm: "plot_perf_box_name"
17281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17283   include:
17284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17287   layout:
17288     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17289     layout: "plot-throughput"
17290
17291 - type: "plot"
17292   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17293   algorithm: "plot_perf_box_name"
17294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17296   include:
17297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17300   layout:
17301     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17302     layout: "plot-throughput"
17303
17304 - type: "plot"
17305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17306   algorithm: "plot_perf_box_name"
17307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17309   include:
17310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17315   layout:
17316     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17317     layout: "plot-throughput"
17318
17319 - type: "plot"
17320   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17321   algorithm: "plot_perf_box_name"
17322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17324   include:
17325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17330   layout:
17331     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17332     layout: "plot-throughput"
17333
17334 - type: "plot"
17335   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17336   algorithm: "plot_perf_box_name"
17337   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17339   include:
17340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17343   layout:
17344     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17345     layout: "plot-throughput"
17346
17347 - type: "plot"
17348   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17349   algorithm: "plot_perf_box_name"
17350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17352   include:
17353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17356   layout:
17357     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17358     layout: "plot-throughput"
17359
17360 - type: "plot"
17361   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17362   algorithm: "plot_perf_box_name"
17363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17365   include:
17366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17372   layout:
17373     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17374     layout: "plot-throughput"
17375
17376 - type: "plot"
17377   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17378   algorithm: "plot_perf_box_name"
17379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17381   include:
17382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17388   layout:
17389     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17390     layout: "plot-throughput"
17391
17392 - type: "plot"
17393   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17394   algorithm: "plot_perf_box_name"
17395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17397   include:
17398     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17399     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17400     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17401     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17402     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17403   layout:
17404     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17405     layout: "plot-throughput"
17406
17407 - type: "plot"
17408   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17412   include:
17413     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17414     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17415     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17416     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17417     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17418   layout:
17419     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17420     layout: "plot-throughput"
17421
17422 #- type: "plot"
17423 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17424 #  algorithm: "plot_perf_box_name"
17425 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17426 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17427 #  include:
17428 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17429 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17430 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17431 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17432 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17433 #  layout:
17434 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17435 #    layout: "plot-throughput"
17436 #
17437 #- type: "plot"
17438 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17439 #  algorithm: "plot_perf_box_name"
17440 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17441 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17442 #  include:
17443 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17444 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17445 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17446 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17447 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17448 #  layout:
17449 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17450 #    layout: "plot-throughput"
17451 #
17452 #- type: "plot"
17453 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17454 #  algorithm: "plot_perf_box_name"
17455 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17456 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17457 #  include:
17458 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17459 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17460 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17461 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17462 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17463 #  layout:
17464 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17465 #    layout: "plot-throughput"
17466 #
17467 #- type: "plot"
17468 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17469 #  algorithm: "plot_perf_box_name"
17470 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17471 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472 #  include:
17473 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17474 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17475 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17476 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17477 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17478 #  layout:
17479 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17480 #    layout: "plot-throughput"
17481
17482 - type: "plot"
17483   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17484   algorithm: "plot_perf_box_name"
17485   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17487   include:
17488     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17489     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17490     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17491     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17492     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17493   layout:
17494     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17495     layout: "plot-throughput"
17496
17497 - type: "plot"
17498   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17499   algorithm: "plot_perf_box_name"
17500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502   include:
17503     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17504     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17505     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17506     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17507     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17508   layout:
17509     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17510     layout: "plot-throughput"
17511
17512 #- type: "plot"
17513 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17514 #  algorithm: "plot_perf_box_name"
17515 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17516 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17517 #  include:
17518 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17519 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17520 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17521 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17522 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17523 #  layout:
17524 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17525 #    layout: "plot-throughput"
17526 #
17527 #- type: "plot"
17528 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17529 #  algorithm: "plot_perf_box_name"
17530 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17531 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17532 #  include:
17533 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17534 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17535 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17536 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17537 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17538 #  layout:
17539 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17540 #    layout: "plot-throughput"
17541 #
17542 #- type: "plot"
17543 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17544 #  algorithm: "plot_perf_box_name"
17545 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17546 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17547 #  include:
17548 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17549 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17550 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17551 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17552 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17553 #  layout:
17554 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17555 #    layout: "plot-throughput"
17556 #
17557 #- type: "plot"
17558 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17559 #  algorithm: "plot_perf_box_name"
17560 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17561 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562 #  include:
17563 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17564 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17565 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17566 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17567 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17568 #  layout:
17569 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17570 #    layout: "plot-throughput"
17571
17572 - type: "plot"
17573   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17574   algorithm: "plot_perf_box_name"
17575   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17577   include:
17578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17584   layout:
17585     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17586     layout: "plot-throughput"
17587
17588 - type: "plot"
17589   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17590   algorithm: "plot_perf_box_name"
17591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17593   include:
17594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17600   layout:
17601     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17602     layout: "plot-throughput"
17603
17604 - type: "plot"
17605   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17606   algorithm: "plot_perf_box_name"
17607   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17609   include:
17610     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17611     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17612   layout:
17613     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17614     layout: "plot-throughput"
17615
17616 - type: "plot"
17617   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17618   algorithm: "plot_perf_box_name"
17619   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17621   include:
17622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17624   layout:
17625     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17626     layout: "plot-throughput"
17627
17628 - type: "plot"
17629   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17630   algorithm: "plot_perf_box_name"
17631   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17633   include:
17634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17640   layout:
17641     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17642     layout: "plot-throughput"
17643
17644 - type: "plot"
17645   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17646   algorithm: "plot_perf_box_name"
17647   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17649   include:
17650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17654     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17656   layout:
17657     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17658     layout: "plot-throughput"
17659
17660 - type: "plot"
17661   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17662   algorithm: "plot_perf_box_name"
17663   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17665   include:
17666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17670     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17672   layout:
17673     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17674     layout: "plot-throughput"
17675
17676 - type: "plot"
17677   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17678   algorithm: "plot_perf_box_name"
17679   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17681   include:
17682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17688   layout:
17689     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17704   layout:
17705     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17710   algorithm: "plot_perf_box_name"
17711   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17713   include:
17714     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17720   layout:
17721     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17722     layout: "plot-throughput"
17723
17724 - type: "plot"
17725   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17726   algorithm: "plot_perf_box_name"
17727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17729   include:
17730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17750   layout:
17751     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17752     layout: "plot-throughput"
17753
17754 - type: "plot"
17755   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17756   algorithm: "plot_perf_box_name"
17757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17759   include:
17760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17765   layout:
17766     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17767     layout: "plot-throughput"
17768
17769 - type: "plot"
17770   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17771   algorithm: "plot_perf_box_name"
17772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17774   include:
17775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17780   layout:
17781     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17782     layout: "plot-throughput"
17783
17784 - type: "plot"
17785   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17786   algorithm: "plot_perf_box_name"
17787   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17789   include:
17790     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17795   layout:
17796     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17810   layout:
17811     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17812     layout: "plot-throughput"
17813
17814 - type: "plot"
17815   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17816   algorithm: "plot_perf_box_name"
17817   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17819   include:
17820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17825   layout:
17826     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17827     layout: "plot-throughput"
17828
17829 - type: "plot"
17830   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17831   algorithm: "plot_perf_box_name"
17832   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17834   include:
17835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17840   layout:
17841     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17842     layout: "plot-throughput"
17843
17844 - type: "plot"
17845   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17846   algorithm: "plot_perf_box_name"
17847   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17849   include:
17850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17855   layout:
17856     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17857     layout: "plot-throughput"
17858
17859 - type: "plot"
17860   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17861   algorithm: "plot_perf_box_name"
17862   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17864   include:
17865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17870   layout:
17871     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17872     layout: "plot-throughput"
17873
17874 - type: "plot"
17875   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17876   algorithm: "plot_perf_box_name"
17877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17879   include:
17880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17886   layout:
17887     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17888     layout: "plot-throughput"
17889
17890 - type: "plot"
17891   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17892   algorithm: "plot_perf_box_name"
17893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17895   include:
17896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17902   layout:
17903     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17904     layout: "plot-throughput"
17905
17906 - type: "plot"
17907   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17908   algorithm: "plot_perf_box_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17916   layout:
17917     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17918     layout: "plot-throughput"
17919
17920 - type: "plot"
17921   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17922   algorithm: "plot_perf_box_name"
17923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17925   include:
17926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17930   layout:
17931     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17932     layout: "plot-throughput"
17933
17934 - type: "plot"
17935   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17936   algorithm: "plot_perf_box_name"
17937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17939   include:
17940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17946   layout:
17947     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17948     layout: "plot-throughput"
17949
17950 - type: "plot"
17951   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17952   algorithm: "plot_perf_box_name"
17953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17955   include:
17956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17962   layout:
17963     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17976   layout:
17977     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17978     layout: "plot-throughput"
17979
17980 - type: "plot"
17981   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17982   algorithm: "plot_perf_box_name"
17983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17985   include:
17986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17990   layout:
17991     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17992     layout: "plot-throughput"
17993
17994 - type: "plot"
17995   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17996   algorithm: "plot_perf_box_name"
17997   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17999   include:
18000     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18001     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18006   layout:
18007     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18008     layout: "plot-throughput"
18009
18010 - type: "plot"
18011   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18012   algorithm: "plot_perf_box_name"
18013   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18015   include:
18016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18017     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18018     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18020     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18021     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18022   layout:
18023     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18024     layout: "plot-throughput"
18025
18026 - type: "plot"
18027   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18028   algorithm: "plot_perf_box_name"
18029   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18031   include:
18032     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18033     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18034     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18035     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18036   layout:
18037     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18038     layout: "plot-throughput"
18039
18040 - type: "plot"
18041   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18042   algorithm: "plot_perf_box_name"
18043   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18045   include:
18046     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18047     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18048     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18049     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18050   layout:
18051     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18052     layout: "plot-throughput"
18053
18054 - type: "plot"
18055   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18056   algorithm: "plot_perf_box_name"
18057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18059   include:
18060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18065   layout:
18066     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18067     layout: "plot-throughput"
18068
18069 - type: "plot"
18070   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18071   algorithm: "plot_perf_box_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18080   layout:
18081     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18082     layout: "plot-throughput"
18083
18084 - type: "plot"
18085   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18086   algorithm: "plot_perf_box_name"
18087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18089   include:
18090     - "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"
18091     - "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"
18092     - "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"
18093     - "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"
18094     - "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"
18095   layout:
18096     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18097     layout: "plot-throughput"
18098
18099 - type: "plot"
18100   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18101   algorithm: "plot_perf_box_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18104   include:
18105     - "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"
18106     - "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"
18107     - "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"
18108     - "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"
18109     - "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"
18110   layout:
18111     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18112     layout: "plot-throughput"
18113
18114 - type: "plot"
18115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18116   algorithm: "plot_perf_box_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18119   include:
18120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18125   layout:
18126     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18127     layout: "plot-throughput"
18128
18129 - type: "plot"
18130   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18131   algorithm: "plot_perf_box_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18140   layout:
18141     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18142     layout: "plot-throughput"
18143
18144 - type: "plot"
18145   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18146   algorithm: "plot_perf_box_name"
18147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18149   include:
18150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18155   layout:
18156     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18157     layout: "plot-throughput"
18158
18159 - type: "plot"
18160   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18161   algorithm: "plot_perf_box_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18170   layout:
18171     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18172     layout: "plot-throughput"
18173
18174 - type: "plot"
18175   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18176   algorithm: "plot_perf_box_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18184   layout:
18185     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18186     layout: "plot-throughput"
18187
18188 - type: "plot"
18189   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18190   algorithm: "plot_perf_box_name"
18191   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18193   include:
18194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18198   layout:
18199     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18200     layout: "plot-throughput"
18201
18202 - type: "plot"
18203   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18204   algorithm: "plot_perf_box_name"
18205   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18207   include:
18208     - "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"
18209     - "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"
18210     - "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"
18211     - "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"
18212   layout:
18213     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18214     layout: "plot-throughput"
18215
18216 - type: "plot"
18217   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18218   algorithm: "plot_perf_box_name"
18219   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18221   include:
18222     - "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"
18223     - "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"
18224     - "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"
18225     - "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"
18226   layout:
18227     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18228     layout: "plot-throughput"
18229
18230 - type: "plot"
18231   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18232   algorithm: "plot_perf_box_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "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"
18237     - "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"
18238     - "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"
18239     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18240     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18241     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18242   layout:
18243     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18244     layout: "plot-throughput"
18245
18246 - type: "plot"
18247   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18248   algorithm: "plot_perf_box_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "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"
18253     - "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"
18254     - "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"
18255     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18256     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18257     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18258   layout:
18259     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18260     layout: "plot-throughput"
18261
18262 ################################################################################
18263
18264 # Packet Speedup
18265
18266 - type: "plot"
18267   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18268   algorithm: "plot_tsa_name"
18269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18271   include:
18272     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18276   layout:
18277     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18278     layout: "plot-throughput-speedup-analysis"
18279
18280 - type: "plot"
18281   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18282   algorithm: "plot_tsa_name"
18283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18285   include:
18286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18290   layout:
18291     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18292     layout: "plot-throughput-speedup-analysis"
18293
18294 - type: "plot"
18295   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18296   algorithm: "plot_tsa_name"
18297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18299   include:
18300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18304   layout:
18305     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18306     layout: "plot-throughput-speedup-analysis"
18307
18308 - type: "plot"
18309   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18310   algorithm: "plot_tsa_name"
18311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18313   include:
18314     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18315     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18316     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18318   layout:
18319     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18320     layout: "plot-throughput-speedup-analysis"
18321
18322 - type: "plot"
18323   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18324   algorithm: "plot_tsa_name"
18325   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18327   include:
18328     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18329     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18330     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18331     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18332   layout:
18333     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18334     layout: "plot-throughput-speedup-analysis"
18335
18336 - type: "plot"
18337   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18338   algorithm: "plot_tsa_name"
18339   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18341   include:
18342     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18343     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18344     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18345     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18346   layout:
18347     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18348     layout: "plot-throughput-speedup-analysis"
18349
18350 - type: "plot"
18351   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18352   algorithm: "plot_tsa_name"
18353   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18355   include:
18356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18362   layout:
18363     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18364     layout: "plot-throughput-speedup-analysis"
18365
18366 - type: "plot"
18367   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18368   algorithm: "plot_tsa_name"
18369   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18371   include:
18372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18378   layout:
18379     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18380     layout: "plot-throughput-speedup-analysis"
18381
18382 - type: "plot"
18383   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18384   algorithm: "plot_tsa_name"
18385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18387   include:
18388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18392   layout:
18393     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18394     layout: "plot-throughput-speedup-analysis"
18395
18396 - type: "plot"
18397   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18398   algorithm: "plot_tsa_name"
18399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18401   include:
18402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18406   layout:
18407     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18408     layout: "plot-throughput-speedup-analysis"
18409
18410 - type: "plot"
18411   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18412   algorithm: "plot_tsa_name"
18413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18415   include:
18416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18419   layout:
18420     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18421     layout: "plot-throughput-speedup-analysis"
18422
18423 - type: "plot"
18424   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18425   algorithm: "plot_tsa_name"
18426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18428   include:
18429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18432   layout:
18433     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18434     layout: "plot-throughput-speedup-analysis"
18435
18436 - type: "plot"
18437   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18438   algorithm: "plot_tsa_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18447   layout:
18448     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18449     layout: "plot-throughput-speedup-analysis"
18450
18451 - type: "plot"
18452   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18453   algorithm: "plot_tsa_name"
18454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18456   include:
18457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18462   layout:
18463     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18464     layout: "plot-throughput-speedup-analysis"
18465
18466 - type: "plot"
18467   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18468   algorithm: "plot_tsa_name"
18469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18471   include:
18472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18475   layout:
18476     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18477     layout: "plot-throughput-speedup-analysis"
18478
18479 - type: "plot"
18480   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18481   algorithm: "plot_tsa_name"
18482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18484   include:
18485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18488   layout:
18489     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18490     layout: "plot-throughput-speedup-analysis"
18491
18492 - type: "plot"
18493   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18494   algorithm: "plot_tsa_name"
18495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18497   include:
18498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18504   layout:
18505     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18506     layout: "plot-throughput-speedup-analysis"
18507
18508 - type: "plot"
18509   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18510   algorithm: "plot_tsa_name"
18511   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18513   include:
18514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18520   layout:
18521     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18522     layout: "plot-throughput-speedup-analysis"
18523
18524 - type: "plot"
18525   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18526   algorithm: "plot_tsa_name"
18527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18529   include:
18530     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18531     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18532     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18533     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18534     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18535   layout:
18536     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18537     layout: "plot-throughput-speedup-analysis"
18538
18539 - type: "plot"
18540   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18541   algorithm: "plot_tsa_name"
18542   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18544   include:
18545     - "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"
18546     - "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"
18547     - "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"
18548     - "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"
18549     - "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"
18550   layout:
18551     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18552     layout: "plot-throughput-speedup-analysis"
18553
18554 #- type: "plot"
18555 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18556 #  algorithm: "plot_tsa_name"
18557 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18558 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18559 #  include:
18560 #    - "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"
18561 #    - "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"
18562 #    - "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"
18563 #    - "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"
18564 #    - "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"
18565 #  layout:
18566 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18567 #    layout: "plot-throughput-speedup-analysis"
18568 #
18569 #- type: "plot"
18570 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18571 #  algorithm: "plot_tsa_name"
18572 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18573 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574 #  include:
18575 #    - "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"
18576 #    - "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"
18577 #    - "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"
18578 #    - "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"
18579 #    - "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"
18580 #  layout:
18581 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18582 #    layout: "plot-throughput-speedup-analysis"
18583 #
18584 #- type: "plot"
18585 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18586 #  algorithm: "plot_tsa_name"
18587 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18588 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18589 #  include:
18590 #    - "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"
18591 #    - "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"
18592 #    - "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"
18593 #    - "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"
18594 #    - "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"
18595 #  layout:
18596 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18597 #    layout: "plot-throughput-speedup-analysis"
18598 #
18599 #- type: "plot"
18600 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18601 #  algorithm: "plot_tsa_name"
18602 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18603 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604 #  include:
18605 #    - "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"
18606 #    - "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"
18607 #    - "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"
18608 #    - "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"
18609 #    - "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"
18610 #  layout:
18611 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18612 #    layout: "plot-throughput-speedup-analysis"
18613
18614 - type: "plot"
18615   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18616   algorithm: "plot_tsa_name"
18617   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18619   include:
18620     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18621     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18622     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18623     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18624     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18625   layout:
18626     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18627     layout: "plot-throughput-speedup-analysis"
18628
18629 - type: "plot"
18630   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18631   algorithm: "plot_tsa_name"
18632   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18634   include:
18635     - "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"
18636     - "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"
18637     - "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"
18638     - "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"
18639     - "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"
18640   layout:
18641     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18642     layout: "plot-throughput-speedup-analysis"
18643
18644 #- type: "plot"
18645 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18646 #  algorithm: "plot_tsa_name"
18647 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18648 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649 #  include:
18650 #    - "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"
18651 #    - "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"
18652 #    - "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"
18653 #    - "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"
18654 #    - "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"
18655 #  layout:
18656 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18657 #    layout: "plot-throughput-speedup-analysis"
18658 #
18659 #- type: "plot"
18660 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18661 #  algorithm: "plot_tsa_name"
18662 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18663 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664 #  include:
18665 #    - "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"
18666 #    - "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"
18667 #    - "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"
18668 #    - "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"
18669 #    - "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"
18670 #  layout:
18671 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18672 #    layout: "plot-throughput-speedup-analysis"
18673 #
18674 #- type: "plot"
18675 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18676 #  algorithm: "plot_tsa_name"
18677 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18678 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18679 #  include:
18680 #    - "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"
18681 #    - "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"
18682 #    - "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"
18683 #    - "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"
18684 #    - "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"
18685 #  layout:
18686 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18687 #    layout: "plot-throughput-speedup-analysis"
18688 #
18689 #- type: "plot"
18690 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18691 #  algorithm: "plot_tsa_name"
18692 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18693 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694 #  include:
18695 #    - "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"
18696 #    - "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"
18697 #    - "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"
18698 #    - "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"
18699 #    - "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"
18700 #  layout:
18701 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18702 #    layout: "plot-throughput-speedup-analysis"
18703
18704 - type: "plot"
18705   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18706   algorithm: "plot_tsa_name"
18707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18709   include:
18710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18716   layout:
18717     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18718     layout: "plot-throughput-speedup-analysis"
18719
18720 - type: "plot"
18721   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18722   algorithm: "plot_tsa_name"
18723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18725   include:
18726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18732   layout:
18733     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18734     layout: "plot-throughput-speedup-analysis"
18735
18736 - type: "plot"
18737   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18738   algorithm: "plot_tsa_name"
18739   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18741   include:
18742     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18744   layout:
18745     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18746     layout: "plot-throughput-speedup-analysis"
18747
18748 - type: "plot"
18749   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18750   algorithm: "plot_tsa_name"
18751   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18753   include:
18754     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18756   layout:
18757     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18758     layout: "plot-throughput-speedup-analysis"
18759
18760 - type: "plot"
18761   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18762   algorithm: "plot_tsa_name"
18763   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18765   include:
18766     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18772   layout:
18773     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18774     layout: "plot-throughput-speedup-analysis"
18775
18776 - type: "plot"
18777   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18778   algorithm: "plot_tsa_name"
18779   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18781   include:
18782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18788   layout:
18789     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18790     layout: "plot-throughput-speedup-analysis"
18791
18792 - type: "plot"
18793   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18794   algorithm: "plot_tsa_name"
18795   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18797   include:
18798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18804   layout:
18805     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18806     layout: "plot-throughput-speedup-analysis"
18807
18808 - type: "plot"
18809   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18810   algorithm: "plot_tsa_name"
18811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18813   include:
18814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18820   layout:
18821     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18822     layout: "plot-throughput-speedup-analysis"
18823
18824 - type: "plot"
18825   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18826   algorithm: "plot_tsa_name"
18827   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18829   include:
18830     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18836   layout:
18837     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18838     layout: "plot-throughput-speedup-analysis"
18839
18840 - type: "plot"
18841   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18842   algorithm: "plot_tsa_name"
18843   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18845   include:
18846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18852   layout:
18853     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18854     layout: "plot-throughput-speedup-analysis"
18855
18856 - type: "plot"
18857   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18858   algorithm: "plot_tsa_name"
18859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18861   include:
18862     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18867   layout:
18868     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18869     layout: "plot-throughput-speedup-analysis"
18870
18871 - type: "plot"
18872   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18873   algorithm: "plot_tsa_name"
18874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18876   include:
18877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18882   layout:
18883     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18884     layout: "plot-throughput-speedup-analysis"
18885
18886 - type: "plot"
18887   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18888   algorithm: "plot_tsa_name"
18889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18891   include:
18892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18897   layout:
18898     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18899     layout: "plot-throughput-speedup-analysis"
18900
18901 - type: "plot"
18902   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18903   algorithm: "plot_tsa_name"
18904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18906   include:
18907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18912   layout:
18913     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18914     layout: "plot-throughput-speedup-analysis"
18915
18916 - type: "plot"
18917   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18918   algorithm: "plot_tsa_name"
18919   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18921   include:
18922     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18923     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18924     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18927   layout:
18928     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18929     layout: "plot-throughput-speedup-analysis"
18930
18931 - type: "plot"
18932   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18933   algorithm: "plot_tsa_name"
18934   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18936   include:
18937     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18938     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18939     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18942   layout:
18943     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18944     layout: "plot-throughput-speedup-analysis"
18945
18946 - type: "plot"
18947   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18948   algorithm: "plot_tsa_name"
18949   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18951   include:
18952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18957   layout:
18958     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18959     layout: "plot-throughput-speedup-analysis"
18960
18961 - type: "plot"
18962   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18963   algorithm: "plot_tsa_name"
18964   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18966   include:
18967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18972   layout:
18973     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18974     layout: "plot-throughput-speedup-analysis"
18975
18976 - type: "plot"
18977   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18978   algorithm: "plot_tsa_name"
18979   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18981   include:
18982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18987   layout:
18988     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18989     layout: "plot-throughput-speedup-analysis"
18990
18991 - type: "plot"
18992   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18993   algorithm: "plot_tsa_name"
18994   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18996   include:
18997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19002   layout:
19003     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19004     layout: "plot-throughput-speedup-analysis"
19005
19006 - type: "plot"
19007   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19008   algorithm: "plot_tsa_name"
19009   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19011   include:
19012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19018   layout:
19019     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19020     layout: "plot-throughput-speedup-analysis"
19021
19022 - type: "plot"
19023   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19024   algorithm: "plot_tsa_name"
19025   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19027   include:
19028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19034   layout:
19035     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19036     layout: "plot-throughput-speedup-analysis"
19037
19038 - type: "plot"
19039   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19040   algorithm: "plot_tsa_name"
19041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19043   include:
19044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19048   layout:
19049     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19050     layout: "plot-throughput-speedup-analysis"
19051
19052 - type: "plot"
19053   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19054   algorithm: "plot_tsa_name"
19055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19057   include:
19058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19062   layout:
19063     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19064     layout: "plot-throughput-speedup-analysis"
19065
19066 - type: "plot"
19067   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19068   algorithm: "plot_tsa_name"
19069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19071   include:
19072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19078   layout:
19079     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19080     layout: "plot-throughput-speedup-analysis"
19081
19082 - type: "plot"
19083   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19084   algorithm: "plot_tsa_name"
19085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19087   include:
19088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19094   layout:
19095     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19096     layout: "plot-throughput-speedup-analysis"
19097
19098 - type: "plot"
19099   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19100   algorithm: "plot_tsa_name"
19101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19103   include:
19104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19108   layout:
19109     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19110     layout: "plot-throughput-speedup-analysis"
19111
19112 - type: "plot"
19113   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19114   algorithm: "plot_tsa_name"
19115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19117   include:
19118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19122   layout:
19123     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19124     layout: "plot-throughput-speedup-analysis"
19125
19126 - type: "plot"
19127   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19128   algorithm: "plot_tsa_name"
19129   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19131   include:
19132     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19134     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19135     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19136     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19138   layout:
19139     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19140     layout: "plot-throughput-speedup-analysis"
19141
19142 - type: "plot"
19143   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19144   algorithm: "plot_tsa_name"
19145   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19147   include:
19148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19154   layout:
19155     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19156     layout: "plot-throughput-speedup-analysis"
19157
19158 - type: "plot"
19159   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19160   algorithm: "plot_tsa_name"
19161   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19163   include:
19164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19165     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19167     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19168   layout:
19169     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19170     layout: "plot-throughput-speedup-analysis"
19171
19172 - type: "plot"
19173   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19174   algorithm: "plot_tsa_name"
19175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19177   include:
19178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19182   layout:
19183     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19184     layout: "plot-throughput-speedup-analysis"
19185
19186 - type: "plot"
19187   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19188   algorithm: "plot_tsa_name"
19189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19191   include:
19192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19197   layout:
19198     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19199     layout: "plot-throughput-speedup-analysis"
19200
19201 - type: "plot"
19202   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19203   algorithm: "plot_tsa_name"
19204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19206   include:
19207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19212   layout:
19213     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19214     layout: "plot-throughput-speedup-analysis"
19215
19216 - type: "plot"
19217   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19218   algorithm: "plot_tsa_name"
19219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19221   include:
19222     - "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"
19223     - "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"
19224     - "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"
19225     - "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"
19226     - "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"
19227   layout:
19228     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19229     layout: "plot-throughput-speedup-analysis"
19230
19231 - type: "plot"
19232   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19233   algorithm: "plot_tsa_name"
19234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19236   include:
19237     - "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"
19238     - "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"
19239     - "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"
19240     - "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"
19241     - "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"
19242   layout:
19243     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19244     layout: "plot-throughput-speedup-analysis"
19245
19246 - type: "plot"
19247   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19248   algorithm: "plot_tsa_name"
19249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19251   include:
19252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19257   layout:
19258     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19259     layout: "plot-throughput-speedup-analysis"
19260
19261 - type: "plot"
19262   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19263   algorithm: "plot_tsa_name"
19264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19266   include:
19267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19272   layout:
19273     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19274     layout: "plot-throughput-speedup-analysis"
19275
19276 - type: "plot"
19277   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19278   algorithm: "plot_tsa_name"
19279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19281   include:
19282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19287   layout:
19288     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19289     layout: "plot-throughput-speedup-analysis"
19290
19291 - type: "plot"
19292   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19293   algorithm: "plot_tsa_name"
19294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19296   include:
19297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19302   layout:
19303     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19304     layout: "plot-throughput-speedup-analysis"
19305
19306 - type: "plot"
19307   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19308   algorithm: "plot_tsa_name"
19309   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19311   include:
19312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19316   layout:
19317     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19318     layout: "plot-throughput-speedup-analysis"
19319
19320 - type: "plot"
19321   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19322   algorithm: "plot_tsa_name"
19323   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19325   include:
19326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19330   layout:
19331     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19332     layout: "plot-throughput-speedup-analysis"
19333
19334 - type: "plot"
19335   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19336   algorithm: "plot_tsa_name"
19337   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19339   include:
19340     - "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"
19341     - "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"
19342     - "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"
19343     - "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"
19344   layout:
19345     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19346     layout: "plot-throughput-speedup-analysis"
19347
19348 - type: "plot"
19349   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19350   algorithm: "plot_tsa_name"
19351   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19353   include:
19354     - "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"
19355     - "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"
19356     - "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"
19357     - "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"
19358   layout:
19359     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19360     layout: "plot-throughput-speedup-analysis"
19361
19362 - type: "plot"
19363   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19364   algorithm: "plot_tsa_name"
19365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19367   include:
19368     - "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"
19369     - "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"
19370     - "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"
19371     - "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"
19372     - "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"
19373     - "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"
19374   layout:
19375     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19376     layout: "plot-throughput-speedup-analysis"
19377
19378 - type: "plot"
19379   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19380   algorithm: "plot_tsa_name"
19381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19383   include:
19384     - "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"
19385     - "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"
19386     - "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"
19387     - "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"
19388     - "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"
19389     - "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"
19390   layout:
19391     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19392     layout: "plot-throughput-speedup-analysis"
19393
19394 ################################################################################
19395
19396 # Packet Throughput - DPDK
19397
19398 # 2n-clx-xxv710
19399
19400 - type: "plot"
19401   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19402   algorithm: "plot_perf_box_name"
19403   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19404   data: "plot-dpdk-throughput-latency-2n-clx"
19405   include:
19406     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19407     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19408   layout:
19409     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19410     layout: "plot-throughput"
19411
19412 - type: "plot"
19413   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19414   algorithm: "plot_perf_box_name"
19415   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19416   data: "plot-dpdk-throughput-latency-2n-clx"
19417   include:
19418     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19419     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19420   layout:
19421     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19422     layout: "plot-throughput"
19423
19424 - type: "plot"
19425   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19426   algorithm: "plot_perf_box_name"
19427   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19428   data: "plot-dpdk-throughput-latency-2n-clx"
19429   include:
19430     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19431     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19432   layout:
19433     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19434     layout: "plot-throughput"
19435
19436 - type: "plot"
19437   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19438   algorithm: "plot_perf_box_name"
19439   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19440   data: "plot-dpdk-throughput-latency-2n-clx"
19441   include:
19442     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19443     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19444   layout:
19445     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19446     layout: "plot-throughput"
19447
19448 # 2n-clx-x710
19449
19450 - type: "plot"
19451   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19452   algorithm: "plot_perf_box_name"
19453   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19454   data: "plot-dpdk-throughput-latency-2n-clx"
19455   include:
19456     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19457     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19458   layout:
19459     title: "2n-clx-x710-64b-2t1c-base-ndr"
19460     layout: "plot-throughput"
19461
19462 - type: "plot"
19463   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19464   algorithm: "plot_perf_box_name"
19465   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19466   data: "plot-dpdk-throughput-latency-2n-clx"
19467   include:
19468     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19469     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19470   layout:
19471     title: "2n-clx-x710-64b-4t2c-base-ndr"
19472     layout: "plot-throughput"
19473
19474 - type: "plot"
19475   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19476   algorithm: "plot_perf_box_name"
19477   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19478   data: "plot-dpdk-throughput-latency-2n-clx"
19479   include:
19480     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19481     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19482   layout:
19483     title: "2n-clx-x710-64b-2t1c-base-pdr"
19484     layout: "plot-throughput"
19485
19486 - type: "plot"
19487   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19488   algorithm: "plot_perf_box_name"
19489   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19490   data: "plot-dpdk-throughput-latency-2n-clx"
19491   include:
19492     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19493     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19494   layout:
19495     title: "2n-clx-x710-64b-4t2c-base-pdr"
19496     layout: "plot-throughput"
19497
19498 ################################################################################
19499
19500 - type: "plot"
19501   title: "Latency by percentile: 2n-skx"
19502   algorithm: "plot_hdrh_lat_by_percentile"
19503   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19504   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19505   target-links: "../../_static/vpp"
19506   data: "plot-vpp-hdrh-lat-2n-skx"
19507   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19508   layout:
19509     layout: "plot-hdrh-latency-by-percentile"
19510
19511 - type: "plot"
19512   title: "Latency by percentile: 2n-skx-nat44"
19513   algorithm: "plot_hdrh_lat_by_percentile"
19514   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19515   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19516   target-links: "../../_static/vpp"
19517   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19518   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19519   layout:
19520     layout: "plot-hdrh-latency-by-percentile"
19521
19522 - type: "plot"
19523   title: "Latency by percentile: 3n-skx"
19524   algorithm: "plot_hdrh_lat_by_percentile"
19525   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19526   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19527   target-links: "../../_static/vpp"
19528   data: "plot-vpp-hdrh-lat-3n-skx"
19529   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19530   layout:
19531     layout: "plot-hdrh-latency-by-percentile"
19532
19533 - type: "plot"
19534   title: "Latency by percentile: 2n-clx"
19535   algorithm: "plot_hdrh_lat_by_percentile"
19536   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19537   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19538   target-links: "../../_static/vpp"
19539   data: "plot-vpp-hdrh-lat-2n-clx"
19540   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19541   layout:
19542     layout: "plot-hdrh-latency-by-percentile"
19543
19544 - type: "plot"
19545   title: "Latency by percentile: 3n-hsw"
19546   algorithm: "plot_hdrh_lat_by_percentile"
19547   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19548   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19549   target-links: "../../_static/vpp"
19550   data: "plot-vpp-hdrh-lat-3n-hsw"
19551   filter: "'1T1C' and 'NIC_Intel-XL710'"
19552   layout:
19553     layout: "plot-hdrh-latency-by-percentile"
19554
19555 - type: "plot"
19556   title: "Latency by percentile: 3n-tsh"
19557   algorithm: "plot_hdrh_lat_by_percentile"
19558   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19559   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19560   target-links: "../../_static/vpp"
19561   data: "plot-vpp-hdrh-lat-3n-tsh"
19562   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19563   layout:
19564     layout: "plot-hdrh-latency-by-percentile"
19565
19566 - type: "plot"
19567   title: "Latency by percentile: DPDK 2n-skx"
19568   algorithm: "plot_hdrh_lat_by_percentile"
19569   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19570   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19571   target-links: "../../_static/dpdk"
19572   data: "plot-dpdk-hdrh-lat-2n-skx"
19573   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19574   layout:
19575     layout: "plot-hdrh-latency-by-percentile"
19576
19577 - type: "plot"
19578   title: "Latency by percentile: DPDK 3n-skx"
19579   algorithm: "plot_hdrh_lat_by_percentile"
19580   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19581   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19582   target-links: "../../_static/dpdk"
19583   data: "plot-dpdk-hdrh-lat-3n-skx"
19584   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19585   layout:
19586     layout: "plot-hdrh-latency-by-percentile"
19587
19588 - type: "plot"
19589   title: "Latency by percentile: DPDK 2n-clx"
19590   algorithm: "plot_hdrh_lat_by_percentile"
19591   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19592   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19593   target-links: "../../_static/dpdk"
19594   data: "plot-dpdk-hdrh-lat-2n-clx"
19595   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19596   layout:
19597     layout: "plot-hdrh-latency-by-percentile"
19598
19599 - type: "plot"
19600   title: "Latency by percentile: DPDK 3n-hsw"
19601   algorithm: "plot_hdrh_lat_by_percentile"
19602   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19603   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19604   target-links: "../../_static/dpdk"
19605   data: "plot-dpdk-hdrh-lat-3n-hsw"
19606   filter: "'1T1C' and 'NIC_Intel-XL710'"
19607   layout:
19608     layout: "plot-hdrh-latency-by-percentile"
19609
19610 - type: "plot"
19611   title: "Latency by percentile: DPDK 3n-tsh"
19612   algorithm: "plot_hdrh_lat_by_percentile"
19613   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19614   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19615   target-links: "../../_static/dpdk"
19616   data: "plot-dpdk-hdrh-lat-3n-tsh"
19617   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19618   layout:
19619     layout: "plot-hdrh-latency-by-percentile"