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         - 110 # rls2009 NDRPDR iter NAT44 env 5
259         - 111 # rls2009 NDRPDR iter NAT44 env 5
260         - 112 # rls2009 NDRPDR iter NAT44 env 5
261         - 113 # rls2009 NDRPDR iter NAT44 env 5
262         - 114 # rls2009 NDRPDR iter NAT44 env 5
263         - 115 # rls2009 NDRPDR iter NAT44 env 5
264         - 116 # rls2009 NDRPDR iter NAT44 env 5
265         - 118 # rls2009 NDRPDR iter NAT44 env 5
266         - 119 # rls2009 NDRPDR iter NAT44 env 5
267         - 121 # 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         - 110 # 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         - 65  # rls2009 NDRPDR iter env 5
337         - 66  # rls2009 NDRPDR iter env 5
338         - 79  # rls2009 NDRPDR iter env 5
339         - 82  # rls2009 NDRPDR iter env 5
340         - 88  # rls2009 NDRPDR iter env 5
341         - 89  # rls2009 NDRPDR iter env 5
342         - 90  # rls2009 NDRPDR iter env 5
343         - 114 # rls2009 NDRPDR iter NAT44 env 5
344         - 115 # rls2009 NDRPDR iter NAT44 env 5
345         - 116 # rls2009 NDRPDR iter NAT44 env 5
346         - 117 # rls2009 NDRPDR iter NAT44 env 5
347         - 118 # rls2009 NDRPDR iter NAT44 env 5
348         - 119 # rls2009 NDRPDR iter NAT44 env 5
349         - 121 # rls2009 NDRPDR iter NAT44 env 5
350         - 122 # rls2009 NDRPDR iter NAT44 env 5
351         - 123 # rls2009 NDRPDR iter NAT44 env 5
352         - 126 # rls2009 NDRPDR iter NAT44 env 5
353
354     plot-vpp-hdrh-lat-2n-clx:
355       csit-vpp-perf-report-iterative-2009-2n-clx:
356         - 36  # rls2009 NDRPDR iter env 5
357
358     plot-vpp-hdrh-lat-2n-clx-nat44:
359       csit-vpp-perf-report-iterative-2009-2n-clx:
360         - 123 # rls2009 NDRPDR iter NAT44 env 5
361
362     plot-vpp-nfv-2n-clx-ndrpdr:
363       csit-vpp-perf-report-iterative-2009-2n-clx:
364         - 37  # rls2009 nf-density iter env 5
365         - 43  # rls2009 nf-density iter env 5
366         - 69  # rls2009 nf-density iter env 5
367         - 70  # rls2009 nf-density iter env 5
368         - 71  # rls2009 nf-density iter env 5
369         - 72  # rls2009 nf-density iter env 5
370         - 73  # rls2009 nf-density iter env 5
371         - 74  # rls2009 nf-density iter env 5
372         - 75  # rls2009 nf-density iter env 5
373         - 76  # rls2009 nf-density iter env 5
374
375     plot-vpp-nfv-2n-clx-mrr:
376       csit-vpp-perf-report-iterative-2009-2n-clx:
377         - 45  # rls2009 MRR nf-density iter env 5
378
379     plot-vpp-nfv-reconf-2n-clx:
380       csit-vpp-perf-report-iterative-2009-2n-clx:
381         - 25  # rls2009 reconf env 5
382         - 27  # rls2009 reconf env 5
383         - 28  # rls2009 reconf env 5
384         - 29  # rls2009 reconf env 5
385         - 30  # rls2009 reconf env 5
386         - 30  # rls2009 reconf env 5
387         - 32  # rls2009 reconf env 5
388         - 48  # rls2009 reconf env 5
389         - 53  # rls2009 reconf env 5
390         - 68  # rls2009 reconf env 5
391
392     plot-vpp-soak-2n-clx:
393       csit-vpp-perf-report-iterative-2009-2n-clx:
394         - 33  # rls2009 soak env 5
395         - 34  # rls2009 soak env 5
396
397     plot-dpdk-throughput-latency-2n-clx:
398       csit-dpdk-perf-report-iterative-2009-2n-clx:
399         - 4   # NDRPDR iter env5
400         - 5   # NDRPDR iter env5
401         - 6   # NDRPDR iter env5
402         - 7   # NDRPDR iter env5
403         - 8   # NDRPDR iter env5
404         - 9   # NDRPDR iter env5
405         - 10  # NDRPDR iter env5
406         - 11  # NDRPDR iter env5
407         - 12  # NDRPDR iter env5
408         - 13  # NDRPDR iter env5
409
410     plot-dpdk-hdrh-lat-2n-clx:
411       csit-dpdk-perf-report-iterative-2009-2n-clx:
412         - 4   # NDRPDR iter env5
413
414     # 3n-tsh
415
416     plot-vpp-throughput-lat-tsa-3n-tsh:
417       csit-vpp-perf-report-iterative-2009-3n-tsh:
418         - 14  # rls2009 NDRPDR iter env 5
419         - 20  # rls2009 NDRPDR iter env 5
420         - 21  # rls2009 NDRPDR iter env 5
421         - 22  # rls2009 NDRPDR iter env 5
422         - 23  # rls2009 NDRPDR iter env 5
423         - 28  # rls2009 NDRPDR iter env 5
424         - 30  # rls2009 NDRPDR iter env 5
425         - 33  # rls2009 NDRPDR iter env 5
426         - 38  # rls2009 NDRPDR iter env 5
427         - 41  # rls2009 NDRPDR iter env 5
428
429     plot-vpp-hdrh-lat-3n-tsh:
430       csit-vpp-perf-report-iterative-2009-3n-tsh:
431         - 14  # rls2009 NDRPDR iter env 5
432
433     plot-dpdk-throughput-latency-3n-tsh:
434       csit-dpdk-perf-report-iterative-2009-3n-tsh:
435         - 1   # NDRPDR iter env5
436         - 2   # NDRPDR iter env5
437         - 3   # NDRPDR iter env5
438         - 4   # NDRPDR iter env5
439         - 5   # NDRPDR iter env5
440         - 6   # NDRPDR iter env5
441         - 7   # NDRPDR iter env5
442         - 9   # NDRPDR iter env5
443         - 10  # NDRPDR iter env5
444         - 11  # NDRPDR iter env5
445
446     plot-dpdk-hdrh-lat-3n-tsh:
447       csit-dpdk-perf-report-iterative-2009-3n-tsh:
448         - 1   # NDRPDR iter env5
449
450     # 3n-dnv
451
452     plot-vpp-throughput-lat-tsa-3n-dnv:
453       csit-vpp-perf-report-iterative-2009-3n-dnv:
454         - 3   # rls2009 NDRPDR iter env 5
455         - 6   # rls2009 NDRPDR iter env 5
456         - 7   # rls2009 NDRPDR iter env 5
457         - 8   # rls2009 NDRPDR iter env 5
458         - 10  # rls2009 NDRPDR iter env 5
459         - 11  # rls2009 NDRPDR iter env 5
460         - 12  # rls2009 NDRPDR iter env 5
461         - 14  # rls2009 NDRPDR iter env 5
462         - 15  # rls2009 NDRPDR iter env 5
463         - 24  # rls2009 NDRPDR iter env 5
464
465 #    plot-dpdk-throughput-latency-3n-dnv:
466 #      # No data
467 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
468
469     # 2n-dnv
470
471     plot-vpp-throughput-lat-tsa-2n-dnv:
472       csit-vpp-perf-report-iterative-2009-2n-dnv:
473         - 3   # rls2009 NDRPDR iter env 5
474         - 5   # rls2009 NDRPDR iter env 5
475         - 6   # rls2009 NDRPDR iter env 5
476         - 7   # rls2009 NDRPDR iter env 5
477         - 9   # rls2009 NDRPDR iter env 5
478         - 10  # rls2009 NDRPDR iter env 5
479         - 11  # rls2009 NDRPDR iter env 5
480         - 12  # rls2009 NDRPDR iter env 5
481         - 14  # rls2009 NDRPDR iter env 5
482         - 15  # rls2009 NDRPDR iter env 5
483
484 #    plot-dpdk-throughput-latency-2n-dnv:
485 #      # No data
486 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
487
488     ###########################################################################
489     # Simple tables (only one data set):
490
491     # NIC Comparisons
492
493     vpp-nic-comparison-3n-skx:
494       csit-vpp-perf-report-iterative-2009-3n-skx:
495         - 26  # rls2009 NDRPDR iter env 5
496         - 27  # rls2009 NDRPDR iter env 5
497         - 28  # rls2009 NDRPDR iter env 5
498         - 29  # rls2009 NDRPDR iter env 5
499         - 35  # rls2009 NDRPDR iter env 5
500         - 36  # rls2009 NDRPDR iter env 5
501         - 37  # rls2009 NDRPDR iter env 5
502         - 38  # rls2009 NDRPDR iter env 5
503         - 39  # rls2009 NDRPDR iter env 5
504         - 40  # rls2009 NDRPDR iter env 5
505
506     vpp-nic-comparison-2n-skx:
507       csit-vpp-perf-report-iterative-2009-2n-skx:
508         - 35  # rls2009 NDRPDR iter env 5
509         - 36  # rls2009 NDRPDR iter env 5
510         - 37  # rls2009 NDRPDR iter env 5
511         - 39  # rls2009 NDRPDR iter env 5
512         - 40  # rls2009 NDRPDR iter env 5
513         - 42  # rls2009 NDRPDR iter env 5
514         - 43  # rls2009 NDRPDR iter env 5
515         - 44  # rls2009 NDRPDR iter env 5
516         - 46  # rls2009 NDRPDR iter env 5
517         - 48  # rls2009 NDRPDR iter env 5
518         - 110 # rls2009 NDRPDR iter NAT44 env 5
519         - 111 # rls2009 NDRPDR iter NAT44 env 5
520         - 112 # rls2009 NDRPDR iter NAT44 env 5
521         - 113 # rls2009 NDRPDR iter NAT44 env 5
522         - 114 # rls2009 NDRPDR iter NAT44 env 5
523         - 115 # rls2009 NDRPDR iter NAT44 env 5
524         - 116 # rls2009 NDRPDR iter NAT44 env 5
525         - 118 # rls2009 NDRPDR iter NAT44 env 5
526         - 119 # rls2009 NDRPDR iter NAT44 env 5
527         - 121 # rls2009 NDRPDR iter NAT44 env 5
528
529     vpp-nic-comparison-3n-skx-mrr:
530       csit-vpp-perf-report-iterative-2009-3n-skx:
531         - 24  # rls2009 MRR iter env 5
532
533     vpp-nic-comparison-2n-skx-mrr:
534       csit-vpp-perf-report-iterative-2009-2n-skx:
535         - 120 # rls2009 MRR iter env 5
536
537     # Results
538
539     vpp-perf-results-3n-hsw:
540       csit-vpp-perf-report-coverage-2009-3n-hsw:
541         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
542         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
543         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
544         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
545         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
546         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
547         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
548         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
549         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
550         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
551         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
552         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
553         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
554         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
555         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
556         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
557         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
558         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
559         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
560         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
561         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
562         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
563         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
564         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
565         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
566         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
567         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
568         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
569         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
570         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
571         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
572         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
573         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
574         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
575         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
576
577     vpp-perf-results-3n-skx:
578       csit-vpp-perf-report-coverage-2009-3n-skx:
579         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
580         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
581         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
582         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
583         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
584         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
585         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
586         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
587         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
588         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
589         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
590         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
591         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
592         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
593         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
594         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
595         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
596         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
597         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
598         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
599         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
600         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
601         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
602         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
603         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
604         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
605         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
606         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
607         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
608         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
609         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
610         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
611         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
612         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
613         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
614         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
615
616     vpp-perf-results-2n-skx:
617       csit-vpp-perf-report-coverage-2009-2n-skx:
618         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
619         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
620         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
621         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
622         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
623         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
624         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
625         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
626         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
627         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
628         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
629         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
630         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
631         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
632         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
633         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
634         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
635
636     vpp-perf-results-2n-clx:
637       csit-vpp-perf-report-coverage-2009-2n-clx:
638         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
639         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
640         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
641         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
642         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
643         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
644         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
645         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
646         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
647         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
648         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
649         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
650         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
651         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
652         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
653         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
654         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
655
656     vpp-perf-results-3n-tsh:
657       csit-vpp-perf-report-iterative-2009-3n-tsh:
658         - 14  # rls2009 NDRPDR iter env 5
659
660     vpp-perf-results-3n-dnv:
661       csit-vpp-perf-report-coverage-2009-3n-dnv:
662         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
663         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
664         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
665         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
666         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
667         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
668         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
669         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
670         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
671
672     vpp-perf-results-2n-dnv:
673       csit-vpp-perf-report-coverage-2009-2n-dnv:
674         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
675         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
676         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
677         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
678         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
679         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
680
681     vpp-mrr-results-3n-hsw:
682       csit-vpp-perf-report-iterative-2009-3n-hsw:
683         - 23  # rls2009 MRR iter env 5
684
685     vpp-mrr-results-3n-skx:
686       csit-vpp-perf-report-iterative-2009-3n-skx:
687         - 24  # rls2009 MRR iter env 5
688
689     vpp-mrr-results-2n-skx:
690       csit-vpp-perf-report-iterative-2009-2n-skx:
691         - 120 # rls2009 MRR iter env 5
692
693     vpp-mrr-results-2n-clx:
694       csit-vpp-perf-report-iterative-2009-2n-clx:
695         - 125 # rls2009 MRR iter env 5
696
697     vpp-mrr-results-3n-tsh:
698       csit-vpp-perf-report-iterative-2009-3n-tsh:
699         - 15  # rls2009 MRR iter env 5
700
701     vpp-mrr-results-3n-dnv:
702       csit-vpp-perf-report-iterative-2009-3n-dnv:
703         - 22  # rls2009 MRR iter env 5
704
705     vpp-mrr-results-2n-dnv:
706       csit-vpp-perf-report-iterative-2009-2n-dnv:
707         - 13  # rls2009 MRR iter env 5
708
709     vpp-device-results-ubuntu:
710       csit-vpp-device-2009-ubuntu1804-1n-skx:
711         - 131 # rls2009 env 5
712
713     dpdk-perf-results-3n-hsw:
714       csit-dpdk-perf-report-iterative-2009-3n-hsw:
715         - 6   # NDRPDR iter env5
716
717     dpdk-perf-results-3n-skx:
718       csit-dpdk-perf-report-iterative-2009-3n-skx:
719         - 4   # NDRPDR sel env5
720
721     dpdk-perf-results-2n-skx:
722       csit-dpdk-perf-report-iterative-2009-2n-skx:
723         - 4   # NDRPDR iter env5
724
725     dpdk-perf-results-2n-clx:
726       csit-dpdk-perf-report-iterative-2009-2n-clx:
727         - 4   # NDRPDR iter env5
728
729 #    dpdk-perf-results-2n-dnv:
730 #      # No data
731 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
732
733 #    dpdk-perf-results-3n-dnv:
734 #      # No data
735 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
736
737     dpdk-perf-results-3n-tsh:
738       csit-dpdk-perf-report-iterative-2009-3n-tsh:
739         - 1   # NDRPDR iter env5
740
741 ###########################################################################
742     # Tables (more than one data set)
743
744     # Performance changes
745
746     vpp-performance-changes-3n-hsw-h1:
747       csit-vpp-perf-report-iterative-2005-3n-hsw:
748         - 31  # NDRPDR sel 2001.0-4
749         - 32  # NDRPDR sel 2001.0-4
750         - 33  # NDRPDR sel 2001.0-4
751         - 34  # NDRPDR sel 2001.0-4
752         - 35  # NDRPDR sel 2001.0-4
753         - 36  # NDRPDR sel 2001.0-4
754         - 38  # NDRPDR sel 2001.0-4
755     vpp-performance-changes-3n-hsw-ref-env4:
756       csit-vpp-perf-report-iterative-2005-3n-hsw:
757         - 20  # NDRPDR sel env 4
758         - 21  # NDRPDR sel env 4
759         - 22  # NDRPDR sel env 4
760         - 23  # NDRPDR sel env 4
761         - 24  # NDRPDR sel env 4
762         - 25  # NDRPDR sel env 4
763         - 26  # NDRPDR sel env 4
764         - 27  # NDRPDR sel env 4
765         - 28  # NDRPDR sel env 4
766         - 29  # NDRPDR sel env 4
767     vpp-performance-changes-3n-hsw-ref-env5:
768       csit-vpp-perf-report-iterative-2009-3n-hsw:
769         - 9   # rls2005 NDRPDR iter env 5
770         - 10  # rls2005 NDRPDR iter env 5
771         - 11  # rls2005 NDRPDR iter env 5
772         - 12  # rls2005 NDRPDR iter env 5
773         - 13  # rls2005 NDRPDR iter env 5
774         - 14  # rls2005 NDRPDR iter env 5
775         - 15  # rls2005 NDRPDR iter env 5
776         - 16  # rls2005 NDRPDR iter env 5
777         - 17  # rls2005 NDRPDR iter env 5
778         - 19  # rls2005 NDRPDR iter env 5
779     vpp-performance-changes-3n-hsw-cmp:
780       csit-vpp-perf-report-iterative-2009-3n-hsw:
781         - 21  # rls2009 NDRPDR iter env 5
782         - 22  # rls2009 NDRPDR iter env 5
783         - 24  # rls2009 NDRPDR iter env 5
784         - 25  # rls2009 NDRPDR iter env 5
785         - 26  # rls2009 NDRPDR iter env 5
786         - 27  # rls2009 NDRPDR iter env 5
787         - 28  # rls2009 NDRPDR iter env 5
788         - 29  # rls2009 NDRPDR iter env 5
789         - 30  # rls2009 NDRPDR iter env 5
790         - 31  # rls2009 NDRPDR iter env 5
791
792     vpp-performance-changes-3n-skx-h1:
793       csit-vpp-perf-report-iterative-2005-3n-skx:
794         - 50  # NDRPDR sel 2001.0-4
795         - 51  # NDRPDR sel 2001.0-4
796         - 52  # NDRPDR sel 2001.0-4
797         - 53  # NDRPDR sel 2001.0-4
798         - 54  # NDRPDR sel 2001.0-4
799     vpp-performance-changes-3n-skx-ref-env4:
800       csit-vpp-perf-report-iterative-2005-3n-skx:
801         - 42  # NDRPDR sel env 4
802         - 43  # NDRPDR sel env 4
803         - 44  # NDRPDR sel env 4
804         - 45  # NDRPDR sel env 4
805         - 47  # NDRPDR sel env 4
806         - 55  # NDRPDR sel env 4
807         - 56  # NDRPDR sel env 4
808         - 57  # NDRPDR sel env 4
809         - 61  # NDRPDR sel env 4
810         - 62  # NDRPDR sel env 4
811     vpp-performance-changes-3n-skx-ref-env5:
812       csit-vpp-perf-report-iterative-2009-3n-skx:
813         - 13  # rls2005 NDRPDR iter env 5
814         - 18  # rls2005 NDRPDR iter env 5
815         - 19  # rls2005 NDRPDR iter env 5
816         - 41  # rls2005 NDRPDR iter env 5
817         - 43  # rls2005 NDRPDR iter env 5
818         - 44  # rls2005 NDRPDR iter env 5
819         - 45  # rls2005 NDRPDR iter env 5
820         - 46  # rls2005 NDRPDR iter env 5
821         - 48  # rls2005 NDRPDR iter env 5
822         - 49  # rls2005 NDRPDR iter env 5
823     vpp-performance-changes-3n-skx-cmp:
824       csit-vpp-perf-report-iterative-2009-3n-skx:
825         - 26  # rls2009 NDRPDR iter env 5
826         - 27  # rls2009 NDRPDR iter env 5
827         - 28  # rls2009 NDRPDR iter env 5
828         - 29  # rls2009 NDRPDR iter env 5
829         - 35  # rls2009 NDRPDR iter env 5
830         - 36  # rls2009 NDRPDR iter env 5
831         - 37  # rls2009 NDRPDR iter env 5
832         - 38  # rls2009 NDRPDR iter env 5
833         - 39  # rls2009 NDRPDR iter env 5
834         - 40  # rls2009 NDRPDR iter env 5
835
836     vpp-performance-changes-2n-skx-h1:
837       csit-vpp-perf-report-iterative-2005-2n-skx:
838         - 100 # NDRPDR sel 2001.0-4
839         - 101 # NDRPDR sel 2001.0-4
840         - 102 # NDRPDR sel 2001.0-4
841         - 103 # NDRPDR sel 2001.0-4
842         - 104 # NDRPDR sel 2001.0-4
843         - 105 # NDRPDR sel 2001.0-4
844     vpp-performance-changes-2n-skx-ref-env4:
845       csit-vpp-perf-report-iterative-2005-2n-skx:
846         - 88  # NDRPDR sel env 4
847         - 89  # NDRPDR sel env 4
848         - 90  # NDRPDR sel env 4
849         - 91  # NDRPDR sel env 4
850         - 92  # NDRPDR sel env 4
851         - 93  # NDRPDR sel env 4
852         - 94  # NDRPDR sel env 4
853         - 125 # NDRPDR sel env 4
854         - 126 # NDRPDR sel env 4
855         - 127 # NDRPDR sel env 4
856     vpp-performance-changes-2n-skx-ref-env5:
857       csit-vpp-perf-report-iterative-2009-2n-skx:
858         - 13  # rls2005 NDRPDR iter env 5
859         - 16  # rls2005 NDRPDR iter env 5
860         - 17  # rls2005 NDRPDR iter env 5
861         - 18  # rls2005 NDRPDR iter env 5
862         - 19  # rls2005 NDRPDR iter env 5
863         - 21  # rls2005 NDRPDR iter env 5
864         - 22  # rls2005 NDRPDR iter env 5
865         - 23  # rls2005 NDRPDR iter env 5
866         - 24  # rls2005 NDRPDR iter env 5
867         - 25  # rls2005 NDRPDR iter env 5
868     vpp-performance-changes-2n-skx-cmp:
869       csit-vpp-perf-report-iterative-2009-2n-skx:
870         - 35  # rls2009 NDRPDR iter env 5
871         - 36  # rls2009 NDRPDR iter env 5
872         - 37  # rls2009 NDRPDR iter env 5
873         - 39  # rls2009 NDRPDR iter env 5
874         - 40  # rls2009 NDRPDR iter env 5
875         - 42  # rls2009 NDRPDR iter env 5
876         - 43  # rls2009 NDRPDR iter env 5
877         - 44  # rls2009 NDRPDR iter env 5
878         - 46  # rls2009 NDRPDR iter env 5
879         - 48  # rls2009 NDRPDR iter env 5
880         - 110 # rls2009 NDRPDR iter NAT44 env 5
881         - 111 # rls2009 NDRPDR iter NAT44 env 5
882         - 112 # rls2009 NDRPDR iter NAT44 env 5
883         - 113 # rls2009 NDRPDR iter NAT44 env 5
884         - 114 # rls2009 NDRPDR iter NAT44 env 5
885         - 115 # rls2009 NDRPDR iter NAT44 env 5
886         - 116 # rls2009 NDRPDR iter NAT44 env 5
887         - 118 # rls2009 NDRPDR iter NAT44 env 5
888         - 119 # rls2009 NDRPDR iter NAT44 env 5
889         - 121 # rls2009 NDRPDR iter NAT44 env 5
890
891     vpp-performance-changes-2n-clx-h1:
892       csit-vpp-perf-report-iterative-2005-2n-clx:
893         - 73  # NDRPDR sel 2001.0-4
894         - 74  # NDRPDR sel 2001.0-4
895         - 75  # NDRPDR sel 2001.0-4
896         - 76  # NDRPDR sel 2001.0-4
897         - 77  # NDRPDR sel 2001.0-4
898         - 78  # NDRPDR sel 2001.0-4
899         - 79  # NDRPDR sel 2001.0-4
900         - 80  # NDRPDR sel 2001.0-4
901     vpp-performance-changes-2n-clx-ref-env4:
902       csit-vpp-perf-report-iterative-2005-2n-clx:
903         - 62  # NDRPDR sel env 4
904         - 63  # NDRPDR sel env 4
905         - 64  # NDRPDR sel env 4
906         - 65  # NDRPDR sel env 4
907         - 66  # NDRPDR sel env 4
908         - 68  # NDRPDR sel env 4
909         - 69  # NDRPDR sel env 4
910         - 70  # NDRPDR sel env 4
911         - 103 # NDRPDR sel env 4
912         - 104 # NDRPDR sel env 4
913     vpp-performance-changes-2n-clx-ref-env5:
914       csit-vpp-perf-report-iterative-2009-2n-clx:
915         - 13  # rls2005 NDRPDR iter env 5
916         - 15  # rls2005 NDRPDR iter env 5
917         - 17  # rls2005 NDRPDR iter env 5
918         - 18  # rls2005 NDRPDR iter env 5
919         - 19  # rls2005 NDRPDR iter env 5
920         - 20  # rls2005 NDRPDR iter env 5
921         - 21  # rls2005 NDRPDR iter env 5
922         - 22  # rls2005 NDRPDR iter env 5
923         - 23  # rls2005 NDRPDR iter env 5
924         - 24  # rls2005 NDRPDR iter env 5
925     vpp-performance-changes-2n-clx-cmp:
926       csit-vpp-perf-report-iterative-2009-2n-clx:
927         - 36  # rls2009 NDRPDR iter env 5
928         - 39  # rls2009 NDRPDR iter env 5
929         - 40  # rls2009 NDRPDR iter env 5
930         - 65  # rls2009 NDRPDR iter env 5
931         - 66  # rls2009 NDRPDR iter env 5
932         - 79  # rls2009 NDRPDR iter env 5
933         - 82  # rls2009 NDRPDR iter env 5
934         - 88  # rls2009 NDRPDR iter env 5
935         - 89  # rls2009 NDRPDR iter env 5
936         - 90  # rls2009 NDRPDR iter env 5
937         - 114 # rls2009 NDRPDR iter NAT44 env 5
938         - 115 # rls2009 NDRPDR iter NAT44 env 5
939         - 116 # rls2009 NDRPDR iter NAT44 env 5
940         - 117 # rls2009 NDRPDR iter NAT44 env 5
941         - 118 # rls2009 NDRPDR iter NAT44 env 5
942         - 119 # rls2009 NDRPDR iter NAT44 env 5
943         - 121 # rls2009 NDRPDR iter NAT44 env 5
944         - 122 # rls2009 NDRPDR iter NAT44 env 5
945         - 123 # rls2009 NDRPDR iter NAT44 env 5
946         - 126 # rls2009 NDRPDR iter NAT44 env 5
947
948     vpp-performance-changes-2n-dnv-h1:
949       csit-vpp-perf-verify-2001-2n-dnv:
950         - 4   # NDRPDR sel
951         - 5   # NDRPDR sel
952         - 6   # NDRPDR sel
953         - 7   # NDRPDR sel
954         - 8   # NDRPDR sel
955         - 9   # NDRPDR sel
956         - 10  # NDRPDR sel
957         - 11  # NDRPDR sel
958         - 13  # NDRPDR sel
959         - 16  # NDRPDR sel
960     vpp-performance-changes-2n-dnv-ref:
961       csit-vpp-perf-report-iterative-2009-2n-dnv:
962         - 16  # rls2005 NDRPDR iter env 5
963         - 17  # rls2005 NDRPDR iter env 5
964         - 18  # rls2005 NDRPDR iter env 5
965         - 19  # rls2005 NDRPDR iter env 5
966         - 21  # rls2005 NDRPDR iter env 5
967         - 24  # rls2005 NDRPDR iter env 5
968         - 27  # rls2005 NDRPDR iter env 5
969         - 28  # rls2005 NDRPDR iter env 5
970         - 29  # rls2005 NDRPDR iter env 5
971         - 30  # rls2005 NDRPDR iter env 5
972     vpp-performance-changes-2n-dnv-cmp:
973       csit-vpp-perf-report-iterative-2009-2n-dnv:
974         - 3   # rls2009 NDRPDR iter env 5
975         - 5   # rls2009 NDRPDR iter env 5
976         - 6   # rls2009 NDRPDR iter env 5
977         - 7   # rls2009 NDRPDR iter env 5
978         - 9   # rls2009 NDRPDR iter env 5
979         - 10  # rls2009 NDRPDR iter env 5
980         - 11  # rls2009 NDRPDR iter env 5
981         - 12  # rls2009 NDRPDR iter env 5
982         - 14  # rls2009 NDRPDR iter env 5
983         - 15  # rls2009 NDRPDR iter env 5
984
985     vpp-performance-changes-3n-dnv-h1:
986       csit-vpp-perf-verify-2001-3n-dnv:
987         - 5   # NDRPDR sel
988         - 6   # NDRPDR sel
989         - 7   # NDRPDR sel
990         - 8   # NDRPDR sel
991         - 9   # NDRPDR sel
992         - 10  # NDRPDR sel
993         - 12  # NDRPDR sel
994         - 16  # NDRPDR sel
995         - 17  # NDRPDR sel
996         - 18  # NDRPDR sel
997     vpp-performance-changes-3n-dnv-ref:
998       csit-vpp-perf-report-iterative-2009-3n-dnv:
999         - 16  # rls2005 NDRPDR iter env 5
1000         - 23  # rls2005 NDRPDR iter env 5
1001         - 25  # rls2005 NDRPDR iter env 5
1002         - 26  # rls2005 NDRPDR iter env 5
1003         - 27  # rls2005 NDRPDR iter env 5
1004         - 28  # rls2005 NDRPDR iter env 5
1005         - 29  # rls2005 NDRPDR iter env 5
1006         - 30  # rls2005 NDRPDR iter env 5
1007         - 31  # rls2005 NDRPDR iter env 5
1008         - 32  # rls2005 NDRPDR iter env 5
1009     vpp-performance-changes-3n-dnv-cmp:
1010       csit-vpp-perf-report-iterative-2009-3n-dnv:
1011         - 3   # rls2009 NDRPDR iter env 5
1012         - 6   # rls2009 NDRPDR iter env 5
1013         - 7   # rls2009 NDRPDR iter env 5
1014         - 8   # rls2009 NDRPDR iter env 5
1015         - 10  # rls2009 NDRPDR iter env 5
1016         - 11  # rls2009 NDRPDR iter env 5
1017         - 12  # rls2009 NDRPDR iter env 5
1018         - 14  # rls2009 NDRPDR iter env 5
1019         - 15  # rls2009 NDRPDR iter env 5
1020         - 24  # rls2009 NDRPDR iter env 5
1021
1022     vpp-performance-changes-3n-tsh-h1:
1023       csit-vpp-perf-report-iterative-2005-3n-tsh:
1024         - 28  # NDRPDR sel 2001.0-4
1025         - 29  # NDRPDR sel 2001.0-4
1026         - 31  # NDRPDR sel 2001.0-4
1027     vpp-performance-changes-3n-tsh-ref-env4:
1028       csit-vpp-perf-report-iterative-2005-3n-tsh:
1029         - 23  # NDRPDR sel env 4
1030         - 25  # NDRPDR sel env 4
1031         - 33  # NDRPDR sel env 4
1032         - 34  # NDRPDR sel env 4
1033         - 35  # NDRPDR sel env 4
1034         - 36  # NDRPDR sel env 4
1035         - 37  # NDRPDR sel env 4
1036         - 38  # NDRPDR sel env 4
1037         - 39  # NDRPDR sel env 4
1038         - 40  # NDRPDR sel env 4
1039     vpp-performance-changes-3n-tsh-ref-env5:
1040       csit-vpp-perf-report-iterative-2009-3n-tsh:
1041         - 8   # rls2005 NDRPDR iter env 5
1042         - 11  # rls2005 NDRPDR iter env 5
1043         - 12  # rls2005 NDRPDR iter env 5
1044         - 24  # rls2005 NDRPDR iter env 5
1045         - 27  # rls2005 NDRPDR iter env 5
1046         - 29  # rls2005 NDRPDR iter env 5
1047         - 31  # rls2005 NDRPDR iter env 5
1048         - 39  # rls2005 NDRPDR iter env 5
1049         - 40  # rls2005 NDRPDR iter env 5
1050         - 42  # rls2005 NDRPDR iter env 5
1051     vpp-performance-changes-3n-tsh-cmp:
1052       csit-vpp-perf-report-iterative-2009-3n-tsh:
1053         - 14  # rls2009 NDRPDR iter env 5
1054         - 20  # rls2009 NDRPDR iter env 5
1055         - 21  # rls2009 NDRPDR iter env 5
1056         - 22  # rls2009 NDRPDR iter env 5
1057         - 23  # rls2009 NDRPDR iter env 5
1058         - 28  # rls2009 NDRPDR iter env 5
1059         - 30  # rls2009 NDRPDR iter env 5
1060         - 33  # rls2009 NDRPDR iter env 5
1061         - 38  # rls2009 NDRPDR iter env 5
1062         - 41  # rls2009 NDRPDR iter env 5
1063
1064     vpp-soak-vs-ndr-2n-skx-ref:
1065       csit-vpp-perf-report-iterative-2009-2n-skx:
1066         - 35  # rls2009 NDRPDR iter env 5
1067         - 36  # rls2009 NDRPDR iter env 5
1068         - 37  # rls2009 NDRPDR iter env 5
1069         - 39  # rls2009 NDRPDR iter env 5
1070         - 40  # rls2009 NDRPDR iter env 5
1071         - 42  # rls2009 NDRPDR iter env 5
1072         - 43  # rls2009 NDRPDR iter env 5
1073         - 44  # rls2009 NDRPDR iter env 5
1074         - 46  # rls2009 NDRPDR iter env 5
1075         - 48  # rls2009 NDRPDR iter env 5
1076     vpp-soak-vs-ndr-2n-skx-cmp:
1077       csit-vpp-perf-report-iterative-2009-2n-skx:
1078         - 33  # rls2009 soak env 5
1079         - 34  # rls2009 soak env 5
1080     vpp-soak-vs-ndr-2n-skx:
1081       csit-vpp-perf-report-iterative-2009-2n-skx:
1082         - 35  # rls2009 NDRPDR iter env 5
1083         - 36  # rls2009 NDRPDR iter env 5
1084         - 37  # rls2009 NDRPDR iter env 5
1085         - 39  # rls2009 NDRPDR iter env 5
1086         - 40  # rls2009 NDRPDR iter env 5
1087         - 42  # rls2009 NDRPDR iter env 5
1088         - 43  # rls2009 NDRPDR iter env 5
1089         - 44  # rls2009 NDRPDR iter env 5
1090         - 46  # rls2009 NDRPDR iter env 5
1091         - 48  # rls2009 NDRPDR iter env 5
1092         - 33  # rls2009 soak env 5
1093         - 34  # rls2009 soak env 5
1094
1095     vpp-soak-vs-ndr-2n-clx-ref:
1096       csit-vpp-perf-report-iterative-2009-2n-clx:
1097         - 36  # rls2009 NDRPDR iter env 5
1098         - 39  # rls2009 NDRPDR iter env 5
1099         - 40  # rls2009 NDRPDR iter env 5
1100         - 65  # rls2009 NDRPDR iter env 5
1101         - 66  # rls2009 NDRPDR iter env 5
1102         - 79  # rls2009 NDRPDR iter env 5
1103         - 82  # rls2009 NDRPDR iter env 5
1104         - 88  # rls2009 NDRPDR iter env 5
1105         - 89  # rls2009 NDRPDR iter env 5
1106         - 90  # rls2009 NDRPDR iter env 5
1107     vpp-soak-vs-ndr-2n-clx-cmp:
1108       csit-vpp-perf-report-iterative-2009-2n-clx:
1109         - 33  # rls2009 soak env 5
1110         - 34  # rls2009 soak env 5
1111     vpp-soak-vs-ndr-2n-clx:
1112       csit-vpp-perf-report-iterative-2009-2n-clx:
1113         - 36  # rls2009 NDRPDR iter env 5
1114         - 39  # rls2009 NDRPDR iter env 5
1115         - 40  # rls2009 NDRPDR iter env 5
1116         - 65  # rls2009 NDRPDR iter env 5
1117         - 66  # rls2009 NDRPDR iter env 5
1118         - 79  # rls2009 NDRPDR iter env 5
1119         - 82  # rls2009 NDRPDR iter env 5
1120         - 88  # rls2009 NDRPDR iter env 5
1121         - 89  # rls2009 NDRPDR iter env 5
1122         - 90  # rls2009 NDRPDR iter env 5
1123         - 33  # rls2009 soak env 5
1124         - 34  # rls2009 soak env 5
1125
1126     vpp-performance-changes-3n-hsw-mrr-h1:
1127       csit-vpp-perf-verify-2001-3n-hsw:
1128         - 17  # MRR sel
1129     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1130       csit-vpp-perf-report-iterative-2005-3n-hsw:
1131         - 30  # MRR env 4
1132     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1133       csit-vpp-perf-report-iterative-2009-3n-hsw:
1134         - 18  # rls2005 MRR iter env 5
1135     vpp-performance-changes-3n-hsw-mrr-cmp:
1136       csit-vpp-perf-report-iterative-2009-3n-hsw:
1137         - 23  # rls2009 MRR iter env 5
1138
1139     vpp-performance-changes-3n-skx-mrr-h1:
1140       csit-vpp-perf-verify-2001-3n-skx:
1141         - 50  # MRR sel
1142         - 53  # MRR sel addition
1143     vpp-performance-changes-3n-skx-mrr-ref-env4:
1144       csit-vpp-perf-report-iterative-2005-3n-skx:
1145         - 49  # MRR sel env 4
1146     vpp-performance-changes-3n-skx-mrr-ref-env5:
1147       csit-vpp-perf-report-iterative-2009-3n-skx:
1148         - 17  # rls2005 MRR iter env 5
1149     vpp-performance-changes-3n-skx-mrr-cmp:
1150       csit-vpp-perf-report-iterative-2009-3n-skx:
1151         - 24  # rls2009 MRR iter env 5
1152
1153     vpp-performance-changes-2n-skx-mrr-h1:
1154       csit-vpp-perf-verify-2001-2n-skx:
1155         - 101 # MRR sel
1156         - 128 # MRR sel addition
1157     vpp-performance-changes-2n-skx-mrr-ref-env4:
1158       csit-vpp-perf-report-iterative-2005-2n-skx:
1159         - 99  # MRR sel env 4
1160     vpp-performance-changes-2n-skx-mrr-ref-env5:
1161       csit-vpp-perf-report-iterative-2009-2n-skx:
1162         - 20  # rls2005 MRR iter env 5
1163     vpp-performance-changes-2n-skx-mrr-cmp:
1164       csit-vpp-perf-report-iterative-2009-2n-skx:
1165         - 120 # rls2009 MRR iter env 5
1166
1167     vpp-performance-changes-2n-clx-mrr-h1:
1168       csit-vpp-perf-verify-2001-2n-clx:
1169         - 39  # MRR
1170     vpp-performance-changes-2n-clx-mrr-ref-env4:
1171       csit-vpp-perf-report-iterative-2005-2n-clx:
1172         - 72   # MRR sel env 4
1173     vpp-performance-changes-2n-clx-mrr-ref-env5:
1174       csit-vpp-perf-report-iterative-2009-2n-clx:
1175         - 77  # rls2005 MRR iter env 5
1176     vpp-performance-changes-2n-clx-mrr-cmp:
1177       csit-vpp-perf-report-iterative-2009-2n-clx:
1178         - 125 # rls2009 MRR iter env 5
1179
1180     vpp-performance-changes-2n-dnv-mrr-h1:
1181       csit-vpp-perf-verify-2001-2n-dnv:
1182         - 12  # MRR sel
1183     vpp-performance-changes-2n-dnv-mrr-ref:
1184       csit-vpp-perf-report-iterative-2009-2n-dnv:
1185         - 23  # rls2005 MRR iter env 5
1186     vpp-performance-changes-2n-dnv-mrr-cmp:
1187       csit-vpp-perf-report-iterative-2009-2n-dnv:
1188         - 13  # rls2009 MRR iter env 5
1189
1190     vpp-performance-changes-3n-dnv-mrr-h1:
1191       csit-vpp-perf-verify-2001-3n-dnv:
1192         - 11  # MRR sel
1193     vpp-performance-changes-3n-dnv-mrr-ref:
1194       csit-vpp-perf-report-iterative-2009-3n-dnv:
1195         - 19  # rls2005 MRR iter env 5
1196     vpp-performance-changes-3n-dnv-mrr-cmp:
1197       csit-vpp-perf-report-iterative-2009-3n-dnv:
1198         - 22  # rls2009 MRR iter env 5
1199
1200     vpp-performance-changes-3n-tsh-mrr-h1:
1201       csit-vpp-perf-verify-2001-3n-tsh:
1202         - 9   # MRR sel
1203     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1204       csit-vpp-perf-report-iterative-2005-3n-tsh:
1205         - 27  # MRR sel env 4
1206     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1207       csit-vpp-perf-report-iterative-2009-3n-tsh:
1208         - 13  # rls2005 MRR iter env 5
1209     vpp-performance-changes-3n-tsh-mrr-cmp:
1210       csit-vpp-perf-report-iterative-2009-3n-tsh:
1211         - 15  # rls2009 MRR iter env 5
1212
1213     dpdk-performance-changes-3n-hsw-h1:
1214       csit-dpdk-perf-verify-2001-3n-hsw:
1215         - 4   # NDRPDR sel
1216         - 5   # NDRPDR sel
1217         - 6   # NDRPDR sel
1218         - 7   # NDRPDR sel
1219         - 8   # NDRPDR sel
1220         - 9   # NDRPDR sel
1221         - 10  # NDRPDR sel
1222         - 11  # NDRPDR sel
1223         - 12  # NDRPDR sel
1224         - 13  # NDRPDR sel
1225         - 15  # NDRPDR sel
1226         - 16  # NDRPDR sel
1227         - 17  # NDRPDR sel
1228         - 18  # NDRPDR sel
1229         - 19  # NDRPDR sel
1230         - 20  # NDRPDR sel
1231         - 21  # NDRPDR sel
1232         - 22  # NDRPDR sel
1233         - 23  # NDRPDR sel
1234         - 24  # NDRPDR sel
1235     dpdk-performance-changes-3n-hsw-ref:
1236       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1237         - 25  # NDRPDR iter
1238         - 26  # NDRPDR iter
1239         - 27  # NDRPDR iter
1240         - 28  # NDRPDR iter
1241         - 29  # NDRPDR iter
1242         - 30  # NDRPDR iter
1243         - 31  # NDRPDR iter
1244         - 32  # NDRPDR iter
1245         - 33  # NDRPDR iter
1246         - 34  # NDRPDR iter
1247     dpdk-performance-changes-3n-hsw-cmp:
1248       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1249         - 6   # NDRPDR iter env5
1250         - 7   # NDRPDR iter env5
1251         - 8   # NDRPDR iter env5
1252         - 9   # NDRPDR iter env5
1253         - 10  # NDRPDR iter env5
1254         - 11  # NDRPDR iter env5
1255         - 12  # NDRPDR iter env5
1256         - 13  # NDRPDR iter env5
1257         - 14  # NDRPDR iter env5
1258         - 15  # NDRPDR iter env5
1259
1260     dpdk-performance-changes-3n-skx-h1:
1261       csit-dpdk-perf-verify-2001-3n-skx:
1262         - 29  # NDRPDR sel xxv710
1263         - 33  # NDRPDR sel xxv710
1264         - 34  # NDRPDR sel xxv710
1265         - 35  # NDRPDR sel xxv710
1266         - 36  # NDRPDR sel xxv710
1267         - 37  # NDRPDR sel xxv710
1268         - 41  # NDRPDR sel xxv710
1269         - 42  # NDRPDR sel xxv710
1270         - 43  # NDRPDR sel xxv710
1271         - 45  # NDRPDR sel xxv710
1272         - 30  # NDRPDR sel x710
1273         - 31  # NDRPDR sel x710
1274         - 32  # NDRPDR sel x710
1275         - 38  # NDRPDR sel x710
1276         - 39  # NDRPDR sel x710
1277         - 40  # NDRPDR sel x710
1278         - 44  # NDRPDR sel x710
1279         - 46  # NDRPDR sel x710
1280         - 47  # NDRPDR sel x710
1281         - 48  # NDRPDR sel x710
1282     dpdk-performance-changes-3n-skx-ref:
1283       csit-dpdk-perf-report-iterative-2005-3n-skx:
1284         - 28  # NDRPDR iter
1285         - 29  # NDRPDR iter
1286         - 30  # NDRPDR iter
1287         - 31  # NDRPDR iter
1288         - 32  # NDRPDR iter
1289         - 33  # NDRPDR iter
1290         - 34  # NDRPDR iter
1291         - 35  # NDRPDR iter
1292         - 36  # NDRPDR iter
1293         - 37  # NDRPDR iter
1294     dpdk-performance-changes-3n-skx-cmp:
1295       csit-dpdk-perf-report-iterative-2009-3n-skx:
1296         - 4   # NDRPDR sel env5
1297         - 5   # NDRPDR sel env5
1298         - 6   # NDRPDR sel env5
1299         - 7   # NDRPDR sel env5
1300         - 8   # NDRPDR sel env5
1301         - 9   # NDRPDR sel env5
1302         - 14  # NDRPDR sel env5
1303         - 11  # NDRPDR sel env5
1304         - 12  # NDRPDR sel env5
1305         - 13  # NDRPDR sel env5
1306
1307     dpdk-performance-changes-2n-skx-h1:
1308       csit-dpdk-perf-verify-2001-2n-skx:
1309         - 35  # NDRPDR sel xxv710
1310         - 36  # NDRPDR sel xxv710
1311         - 37  # NDRPDR sel xxv710
1312         - 41  # NDRPDR sel xxv710
1313         - 42  # NDRPDR sel xxv710
1314         - 43  # NDRPDR sel xxv710
1315         - 46  # NDRPDR sel xxv710
1316         - 47  # NDRPDR sel xxv710
1317         - 52  # NDRPDR sel xxv710
1318         - 53  # NDRPDR sel xxv710
1319         - 38  # NDRPDR sel x710
1320         - 39  # NDRPDR sel x710
1321         - 40  # NDRPDR sel x710
1322         - 44  # NDRPDR sel x710
1323         - 45  # NDRPDR sel x710
1324         - 48  # NDRPDR sel x710
1325         - 49  # NDRPDR sel x710
1326         - 50  # NDRPDR sel x710
1327         - 51  # NDRPDR sel x710
1328         - 54  # NDRPDR sel x710
1329     dpdk-performance-changes-2n-skx-ref:
1330       csit-dpdk-perf-report-iterative-2005-2n-skx:
1331         - 20  # NDRPDR iter
1332         - 21  # NDRPDR iter
1333         - 22  # NDRPDR iter
1334         - 23  # NDRPDR iter
1335         - 24  # NDRPDR iter
1336         - 25  # NDRPDR iter
1337         - 26  # NDRPDR iter
1338         - 27  # NDRPDR iter
1339         - 28  # NDRPDR iter
1340         - 29  # NDRPDR iter
1341     dpdk-performance-changes-2n-skx-cmp:
1342       csit-dpdk-perf-report-iterative-2009-2n-skx:
1343         - 4   # NDRPDR iter env5
1344         - 5   # NDRPDR iter env5
1345         - 6   # NDRPDR iter env5
1346         - 7   # NDRPDR iter env5
1347         - 8   # NDRPDR iter env5
1348         - 9   # NDRPDR iter env5
1349         - 10  # NDRPDR iter env5
1350         - 11  # NDRPDR iter env5
1351         - 12  # NDRPDR iter env5
1352         - 13  # NDRPDR iter env5
1353
1354     dpdk-performance-changes-2n-clx-h1:
1355       csit-dpdk-perf-verify-2001-2n-clx:
1356         - 15  # NDRPDR sel
1357         - 16  # NDRPDR sel
1358         - 17  # NDRPDR sel
1359         - 18  # NDRPDR sel
1360         - 19  # NDRPDR sel
1361         - 20  # NDRPDR sel
1362         - 21  # NDRPDR sel
1363         - 22  # NDRPDR sel
1364         - 23  # NDRPDR sel
1365         - 24  # NDRPDR sel
1366         - 25  # NDRPDR sel
1367         - 26  # NDRPDR sel
1368         - 27  # NDRPDR sel
1369         - 28  # NDRPDR sel
1370         - 29  # NDRPDR sel
1371         - 30  # NDRPDR sel
1372         - 31  # NDRPDR sel
1373         - 32  # NDRPDR sel
1374         - 33  # NDRPDR sel
1375         - 34  # NDRPDR sel
1376     dpdk-performance-changes-2n-clx-ref:
1377       csit-dpdk-perf-report-iterative-2005-2n-clx:
1378         - 20  # NDRPDR iter
1379         - 21  # NDRPDR iter
1380         - 22  # NDRPDR iter
1381         - 23  # NDRPDR iter
1382         - 24  # NDRPDR iter
1383         - 25  # NDRPDR iter
1384         - 26  # NDRPDR iter
1385         - 27  # NDRPDR iter
1386         - 28  # NDRPDR iter
1387         - 29  # NDRPDR iter
1388     dpdk-performance-changes-2n-clx-cmp:
1389       csit-dpdk-perf-report-iterative-2009-2n-clx:
1390         - 4   # NDRPDR iter env5
1391         - 5   # NDRPDR iter env5
1392         - 6   # NDRPDR iter env5
1393         - 7   # NDRPDR iter env5
1394         - 8   # NDRPDR iter env5
1395         - 9   # NDRPDR iter env5
1396         - 10  # NDRPDR iter env5
1397         - 11  # NDRPDR iter env5
1398         - 12  # NDRPDR iter env5
1399         - 13  # NDRPDR iter env5
1400
1401 #    dpdk-performance-changes-2n-dnv-h1:
1402 #      csit-dpdk-perf-verify-2001-2n-dnv:
1403 #        - 9   # NDRPDR sel
1404 #        - 10  # NDRPDR sel
1405 #        - 11  # NDRPDR sel
1406 #        - 12  # NDRPDR sel
1407 #        - 13  # NDRPDR sel
1408 #        - 14  # NDRPDR sel
1409 #        - 15  # NDRPDR sel
1410 #        - 16  # NDRPDR sel
1411 #        - 17  # NDRPDR sel
1412 #        - 18  # NDRPDR sel
1413 #    dpdk-performance-changes-2n-dnv-ref:
1414 #      # No data
1415 #    dpdk-performance-changes-2n-dnv-cmp:
1416 #      # No data
1417 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1418
1419 #    dpdk-performance-changes-3n-dnv-h1:
1420 #      csit-dpdk-perf-verify-2001-3n-dnv:
1421 #        - 12  # NDRPDR sel
1422 #        - 13  # NDRPDR sel
1423 #        - 14  # NDRPDR sel
1424 #        - 15  # NDRPDR sel
1425 #        - 16  # NDRPDR sel
1426 #        - 17  # NDRPDR sel
1427 #        - 18  # NDRPDR sel
1428 #        - 19  # NDRPDR sel
1429 #        - 20  # NDRPDR sel
1430 #        - 22  # NDRPDR sel
1431 #    dpdk-performance-changes-3n-dnv-ref:
1432 #      # No data
1433 #    dpdk-performance-changes-3n-dnv-cmp:
1434 #      # No data
1435 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1436
1437     dpdk-performance-changes-3n-tsh-h1:
1438       csit-dpdk-perf-verify-2001-3n-tsh:
1439         - 3   # NDRPDR sel
1440         - 4   # NDRPDR sel
1441         - 5   # NDRPDR sel
1442         - 9   # NDRPDR sel
1443         - 10  # NDRPDR sel
1444         - 11  # NDRPDR sel
1445         - 12  # NDRPDR sel
1446         - 14  # NDRPDR sel
1447         - 15  # NDRPDR sel
1448         - 18  # NDRPDR sel
1449     dpdk-performance-changes-3n-tsh-ref:
1450       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1451         - 5   # NDRPDR sel
1452     dpdk-performance-changes-3n-tsh-cmp:
1453       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1454         - 1   # NDRPDR iter env5
1455         - 2   # NDRPDR iter env5
1456         - 3   # NDRPDR iter env5
1457         - 4   # NDRPDR iter env5
1458         - 5   # NDRPDR iter env5
1459         - 6   # NDRPDR iter env5
1460         - 7   # NDRPDR iter env5
1461         - 9   # NDRPDR iter env5
1462         - 10  # NDRPDR iter env5
1463         - 11  # NDRPDR iter env5
1464
1465     # Compare testbeds
1466
1467     vpp-compare-testbeds-ref:
1468       csit-vpp-perf-report-iterative-2009-3n-hsw:
1469         - 21  # rls2009 NDRPDR iter env 5
1470         - 22  # rls2009 NDRPDR iter env 5
1471         - 24  # rls2009 NDRPDR iter env 5
1472         - 25  # rls2009 NDRPDR iter env 5
1473         - 26  # rls2009 NDRPDR iter env 5
1474         - 27  # rls2009 NDRPDR iter env 5
1475         - 28  # rls2009 NDRPDR iter env 5
1476         - 29  # rls2009 NDRPDR iter env 5
1477         - 30  # rls2009 NDRPDR iter env 5
1478         - 31  # rls2009 NDRPDR iter env 5
1479     vpp-compare-testbeds-cmp:
1480       csit-vpp-perf-report-iterative-2009-3n-skx:
1481         - 26  # rls2009 NDRPDR iter env 5
1482         - 27  # rls2009 NDRPDR iter env 5
1483         - 28  # rls2009 NDRPDR iter env 5
1484         - 29  # rls2009 NDRPDR iter env 5
1485         - 35  # rls2009 NDRPDR iter env 5
1486         - 36  # rls2009 NDRPDR iter env 5
1487         - 37  # rls2009 NDRPDR iter env 5
1488         - 38  # rls2009 NDRPDR iter env 5
1489         - 39  # rls2009 NDRPDR iter env 5
1490         - 40  # rls2009 NDRPDR iter env 5
1491
1492     vpp-compare-testbeds-skx-clx-ref:
1493       csit-vpp-perf-report-iterative-2009-2n-skx:
1494         - 35  # rls2009 NDRPDR iter env 5
1495         - 36  # rls2009 NDRPDR iter env 5
1496         - 37  # rls2009 NDRPDR iter env 5
1497         - 39  # rls2009 NDRPDR iter env 5
1498         - 40  # rls2009 NDRPDR iter env 5
1499         - 42  # rls2009 NDRPDR iter env 5
1500         - 43  # rls2009 NDRPDR iter env 5
1501         - 44  # rls2009 NDRPDR iter env 5
1502         - 46  # rls2009 NDRPDR iter env 5
1503         - 48  # rls2009 NDRPDR iter env 5
1504         - 110 # rls2009 NDRPDR iter NAT44 env 5
1505         - 111 # rls2009 NDRPDR iter NAT44 env 5
1506         - 112 # rls2009 NDRPDR iter NAT44 env 5
1507         - 113 # rls2009 NDRPDR iter NAT44 env 5
1508         - 114 # rls2009 NDRPDR iter NAT44 env 5
1509         - 115 # rls2009 NDRPDR iter NAT44 env 5
1510         - 116 # rls2009 NDRPDR iter NAT44 env 5
1511         - 118 # rls2009 NDRPDR iter NAT44 env 5
1512         - 119 # rls2009 NDRPDR iter NAT44 env 5
1513         - 121 # rls2009 NDRPDR iter NAT44 env 5
1514     vpp-compare-testbeds-skx-clx-cmp:
1515       csit-vpp-perf-report-iterative-2009-2n-clx:
1516         - 36  # rls2009 NDRPDR iter env 5
1517         - 39  # rls2009 NDRPDR iter env 5
1518         - 40  # rls2009 NDRPDR iter env 5
1519         - 65  # rls2009 NDRPDR iter env 5
1520         - 66  # rls2009 NDRPDR iter env 5
1521         - 79  # rls2009 NDRPDR iter env 5
1522         - 82  # rls2009 NDRPDR iter env 5
1523         - 88  # rls2009 NDRPDR iter env 5
1524         - 89  # rls2009 NDRPDR iter env 5
1525         - 90  # rls2009 NDRPDR iter env 5
1526         - 114 # rls2009 NDRPDR iter NAT44 env 5
1527         - 115 # rls2009 NDRPDR iter NAT44 env 5
1528         - 116 # rls2009 NDRPDR iter NAT44 env 5
1529         - 117 # rls2009 NDRPDR iter NAT44 env 5
1530         - 118 # rls2009 NDRPDR iter NAT44 env 5
1531         - 119 # rls2009 NDRPDR iter NAT44 env 5
1532         - 121 # rls2009 NDRPDR iter NAT44 env 5
1533         - 122 # rls2009 NDRPDR iter NAT44 env 5
1534         - 123 # rls2009 NDRPDR iter NAT44 env 5
1535         - 126 # rls2009 NDRPDR iter NAT44 env 5
1536
1537     vpp-compare-testbeds-hsw-clx-ref:
1538       csit-vpp-perf-report-iterative-2009-3n-hsw:
1539         - 21  # rls2009 NDRPDR iter env 5
1540         - 22  # rls2009 NDRPDR iter env 5
1541         - 24  # rls2009 NDRPDR iter env 5
1542         - 25  # rls2009 NDRPDR iter env 5
1543         - 26  # rls2009 NDRPDR iter env 5
1544         - 27  # rls2009 NDRPDR iter env 5
1545         - 28  # rls2009 NDRPDR iter env 5
1546         - 29  # rls2009 NDRPDR iter env 5
1547         - 30  # rls2009 NDRPDR iter env 5
1548         - 31  # rls2009 NDRPDR iter env 5
1549     vpp-compare-testbeds-hsw-clx-cmp:
1550       csit-vpp-perf-report-iterative-2009-2n-clx:
1551         - 36  # rls2009 NDRPDR iter env 5
1552         - 39  # rls2009 NDRPDR iter env 5
1553         - 40  # rls2009 NDRPDR iter env 5
1554         - 65  # rls2009 NDRPDR iter env 5
1555         - 66  # rls2009 NDRPDR iter env 5
1556         - 79  # rls2009 NDRPDR iter env 5
1557         - 82  # rls2009 NDRPDR iter env 5
1558         - 88  # rls2009 NDRPDR iter env 5
1559         - 89  # rls2009 NDRPDR iter env 5
1560         - 90  # rls2009 NDRPDR iter env 5
1561
1562     vpp-compare-testbeds-mrr-ref:
1563       csit-vpp-perf-report-iterative-2009-3n-hsw:
1564         - 23  # rls2009 MRR iter env 5
1565     vpp-compare-testbeds-mrr-cmp:
1566       csit-vpp-perf-report-iterative-2009-3n-skx:
1567         - 24  # rls2009 MRR iter env 5
1568
1569     vpp-compare-testbeds-mrr-skx-clx-ref:
1570       csit-vpp-perf-report-iterative-2009-2n-skx:
1571         - 120 # rls2009 MRR iter env 5
1572     vpp-compare-testbeds-mrr-skx-clx-cmp:
1573       csit-vpp-perf-report-iterative-2009-2n-clx:
1574         - 125 # rls2009 MRR iter env 5
1575
1576     vpp-compare-testbeds-mrr-hsw-clx-ref:
1577       csit-vpp-perf-report-iterative-2009-3n-hsw:
1578         - 23  # rls2009 MRR iter env 5
1579     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1580       csit-vpp-perf-report-iterative-2009-2n-clx:
1581         - 125 # rls2009 MRR iter env 5
1582
1583     dpdk-compare-testbeds-ref:
1584       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1585         - 6   # NDRPDR iter env5
1586         - 7   # NDRPDR iter env5
1587         - 8   # NDRPDR iter env5
1588         - 9   # NDRPDR iter env5
1589         - 10  # NDRPDR iter env5
1590         - 11  # NDRPDR iter env5
1591         - 12  # NDRPDR iter env5
1592         - 13  # NDRPDR iter env5
1593         - 14  # NDRPDR iter env5
1594         - 15  # NDRPDR iter env5
1595     dpdk-compare-testbeds-cmp:
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
1608     dpdk-compare-testbeds-skx-clx-ref:
1609       csit-dpdk-perf-report-iterative-2009-2n-skx:
1610         - 4   # NDRPDR iter env5
1611         - 5   # NDRPDR iter env5
1612         - 6   # NDRPDR iter env5
1613         - 7   # NDRPDR iter env5
1614         - 8   # NDRPDR iter env5
1615         - 9   # NDRPDR iter env5
1616         - 10  # NDRPDR iter env5
1617         - 11  # NDRPDR iter env5
1618         - 12  # NDRPDR iter env5
1619         - 13  # NDRPDR iter env5
1620     dpdk-compare-testbeds-skx-clx-cmp:
1621       csit-dpdk-perf-report-iterative-2009-2n-clx:
1622         - 4   # NDRPDR iter env5
1623         - 5   # NDRPDR iter env5
1624         - 6   # NDRPDR iter env5
1625         - 7   # NDRPDR iter env5
1626         - 8   # NDRPDR iter env5
1627         - 9   # NDRPDR iter env5
1628         - 10  # NDRPDR iter env5
1629         - 11  # NDRPDR iter env5
1630         - 12  # NDRPDR iter env5
1631         - 13  # NDRPDR iter env5
1632
1633     # Compare topologies
1634
1635     vpp-compare-topologies-ref:
1636       csit-vpp-perf-report-iterative-2009-3n-skx:
1637         - 26  # rls2009 NDRPDR iter env 5
1638         - 27  # rls2009 NDRPDR iter env 5
1639         - 28  # rls2009 NDRPDR iter env 5
1640         - 29  # rls2009 NDRPDR iter env 5
1641         - 35  # rls2009 NDRPDR iter env 5
1642         - 36  # rls2009 NDRPDR iter env 5
1643         - 37  # rls2009 NDRPDR iter env 5
1644         - 38  # rls2009 NDRPDR iter env 5
1645         - 39  # rls2009 NDRPDR iter env 5
1646         - 40  # rls2009 NDRPDR iter env 5
1647     vpp-compare-topologies-cmp:
1648       csit-vpp-perf-report-iterative-2009-2n-skx:
1649         - 35  # rls2009 NDRPDR iter env 5
1650         - 36  # rls2009 NDRPDR iter env 5
1651         - 37  # rls2009 NDRPDR iter env 5
1652         - 39  # rls2009 NDRPDR iter env 5
1653         - 40  # rls2009 NDRPDR iter env 5
1654         - 42  # rls2009 NDRPDR iter env 5
1655         - 43  # rls2009 NDRPDR iter env 5
1656         - 44  # rls2009 NDRPDR iter env 5
1657         - 46  # rls2009 NDRPDR iter env 5
1658         - 48  # rls2009 NDRPDR iter env 5
1659
1660     vpp-compare-topologies-mrr-ref:
1661       csit-vpp-perf-report-iterative-2009-3n-skx:
1662         - 24  # rls2009 MRR iter env 5
1663     vpp-compare-topologies-mrr-cmp:
1664       csit-vpp-perf-report-iterative-2009-2n-skx:
1665         - 120 # rls2009 MRR iter env 5
1666
1667     dpdk-compare-topologies-ref:
1668       csit-dpdk-perf-report-iterative-2009-3n-skx:
1669         - 4   # NDRPDR sel env5
1670         - 5   # NDRPDR sel env5
1671         - 6   # NDRPDR sel env5
1672         - 7   # NDRPDR sel env5
1673         - 8   # NDRPDR sel env5
1674         - 9   # NDRPDR sel env5
1675         - 14  # NDRPDR sel env5
1676         - 11  # NDRPDR sel env5
1677         - 12  # NDRPDR sel env5
1678         - 13  # NDRPDR sel env5
1679     dpdk-compare-topologies-cmp:
1680       csit-dpdk-perf-report-iterative-2009-2n-skx:
1681         - 4   # NDRPDR iter env5
1682         - 5   # NDRPDR iter env5
1683         - 6   # NDRPDR iter env5
1684         - 7   # NDRPDR iter env5
1685         - 8   # NDRPDR iter env5
1686         - 9   # NDRPDR iter env5
1687         - 10  # NDRPDR iter env5
1688         - 11  # NDRPDR iter env5
1689         - 12  # NDRPDR iter env5
1690         - 13  # NDRPDR iter env5
1691
1692   plot-layouts:
1693
1694     plot-soak-throughput:
1695       titlefont:
1696         size: 16
1697       xaxis:
1698         title: "<b>Test Cases [Index]</b>"
1699         titlefont:
1700           size: 14
1701         autorange: True
1702         fixedrange: False
1703         gridcolor: "rgb(230, 230, 230)"
1704         linecolor: "rgb(220, 220, 220)"
1705         linewidth: 1
1706         showgrid: True
1707         showline: True
1708         showticklabels: True
1709         tickcolor: "rgb(220, 220, 220)"
1710         tickmode: "linear"
1711         tickfont:
1712           size: 14
1713         zeroline: False
1714       yaxis:
1715         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1716         titlefont:
1717           size: 14
1718         gridcolor: "rgb(230, 230, 230)"
1719         hoverformat: ".4r"
1720         tickformat: ".3r"
1721         linecolor: "rgb(220, 220, 220)"
1722         linewidth: 1
1723         showgrid: True
1724         showline: True
1725         showticklabels: True
1726         tickcolor: "rgb(220, 220, 220)"
1727         tickfont:
1728           size: 14
1729         zeroline: False
1730         range: [0,50]
1731       autosize: False
1732       margin:
1733         t: 50
1734         b: 0
1735         l: 80
1736         r: 20
1737       showlegend: True
1738       legend:
1739         orientation: "h"
1740         font:
1741           size: 14
1742       width: 700
1743       height: 900
1744       paper_bgcolor: "#fff"
1745       plot_bgcolor: "#fff"
1746       hoverlabel:
1747         namelength: -1
1748
1749     plot-service-density:
1750       titlefont:
1751         size: 16
1752       xaxis:
1753         side: "top"
1754         autorange: True
1755         fixedrange: False
1756         showgrid: False
1757         showline: False
1758         showticklabels: False
1759         ticks: ""
1760         ticklen: 0
1761         tickwidth: 0
1762         zeroline: False
1763       yaxis:
1764         autorange: "reversed"
1765         showgrid: False
1766         showline: False
1767         showticklabels: False
1768         ticks: ""
1769         ticklen: 0
1770         tickwidth: 0
1771         zeroline: False
1772       showlegend: False
1773       paper_bgcolor: "#fff"
1774       plot_bgcolor: "#fff"
1775       width: 700
1776       height: 700
1777       hoverlabel:
1778         namelength: -1
1779
1780     plot-hoststack:
1781       titlefont:
1782         size: 16
1783       xaxis:
1784         title: "<b>Test Cases [Index]</b>"
1785         titlefont:
1786           size: 14
1787         autorange: True
1788         fixedrange: False
1789         gridcolor: "rgb(230, 230, 230)"
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         tickmode: "linear"
1797         tickfont:
1798           size: 14
1799         zeroline: False
1800       yaxis:
1801         title: "<b>Bandwidth [Gbps]</b>"
1802         titlefont:
1803           size: 14
1804         gridcolor: "rgb(230, 230, 230)"
1805         hoverformat: ".4s"
1806         linecolor: "rgb(220, 220, 220)"
1807         linewidth: 1
1808         rangemode: "tozero"
1809         showgrid: True
1810         showline: True
1811         showticklabels: True
1812         tickcolor: "rgb(230, 230, 230)"
1813         tickformat: ".3s"
1814         tickfont:
1815           size: 14
1816         zeroline: False
1817       autosize: False
1818       margin:
1819         t: 50
1820         b: 20
1821         l: 80
1822         r: 20
1823       showlegend: True
1824       legend:
1825         orientation: "h"
1826         font:
1827           size: 14
1828       width: 700
1829       height: 800
1830       paper_bgcolor: "#fff"
1831       plot_bgcolor: "#fff"
1832       hoverlabel:
1833         namelength: -1
1834
1835     plot-throughput:
1836       titlefont:
1837         size: 16
1838       xaxis:
1839         title: "<b>Test Cases [Index]</b>"
1840         titlefont:
1841           size: 14
1842         autorange: True
1843         fixedrange: False
1844         gridcolor: "rgb(230, 230, 230)"
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         tickmode: "linear"
1852         tickfont:
1853           size: 14
1854         zeroline: False
1855       yaxis:
1856         title: "<b>Packet Throughput [Mpps]</b>"
1857         titlefont:
1858           size: 14
1859         gridcolor: "rgb(230, 230, 230)"
1860         hoverformat: ".4r"
1861         tickformat: ".3r"
1862         linecolor: "rgb(220, 220, 220)"
1863         linewidth: 1
1864         showgrid: True
1865         showline: True
1866         showticklabels: True
1867         tickcolor: "rgb(220, 220, 220)"
1868         tickfont:
1869           size: 14
1870         zeroline: False
1871         range: [0,50]
1872       autosize: False
1873       margin:
1874         t: 50
1875         b: 0
1876         l: 80
1877         r: 20
1878       showlegend: True
1879       legend:
1880         orientation: "h"
1881         font:
1882           size: 14
1883       width: 700
1884       height: 900
1885       paper_bgcolor: "#fff"
1886       plot_bgcolor: "#fff"
1887       hoverlabel:
1888         namelength: -1
1889
1890     plot-throughput-gbps:
1891       titlefont:
1892         size: 16
1893       xaxis:
1894         title: "<b>Test Cases [Index]</b>"
1895         titlefont:
1896           size: 14
1897         autorange: True
1898         fixedrange: False
1899         gridcolor: "rgb(230, 230, 230)"
1900         linecolor: "rgb(220, 220, 220)"
1901         linewidth: 1
1902         showgrid: True
1903         showline: True
1904         showticklabels: True
1905         tickcolor: "rgb(220, 220, 220)"
1906         tickmode: "linear"
1907         tickfont:
1908           size: 14
1909         zeroline: False
1910       yaxis:
1911         title: "<b>Packet Throughput [Gbps]</b>"
1912         titlefont:
1913           size: 14
1914         gridcolor: "rgb(230, 230, 230)"
1915         hoverformat: ".4r"
1916         tickformat: ".3r"
1917         linecolor: "rgb(220, 220, 220)"
1918         linewidth: 1
1919         showgrid: True
1920         showline: True
1921         showticklabels: True
1922         tickcolor: "rgb(220, 220, 220)"
1923         tickfont:
1924           size: 14
1925         zeroline: False
1926         range: [0,10]
1927       autosize: False
1928       margin:
1929         t: 50
1930         b: 0
1931         l: 80
1932         r: 20
1933       showlegend: True
1934       legend:
1935         orientation: "h"
1936         font:
1937           size: 14
1938       width: 700
1939       height: 900
1940       paper_bgcolor: "#fff"
1941       plot_bgcolor: "#fff"
1942       hoverlabel:
1943         namelength: -1
1944
1945     plot-cps:
1946       titlefont:
1947         size: 16
1948       xaxis:
1949         title: "<b>Test Cases [Index]</b>"
1950         titlefont:
1951           size: 14
1952         autorange: True
1953         fixedrange: False
1954         gridcolor: "rgb(230, 230, 230)"
1955         linecolor: "rgb(220, 220, 220)"
1956         linewidth: 1
1957         showgrid: True
1958         showline: True
1959         showticklabels: True
1960         tickcolor: "rgb(220, 220, 220)"
1961         tickmode: "linear"
1962         tickfont:
1963           size: 14
1964         zeroline: False
1965       yaxis:
1966         title: "<b>Connection Rate [Mcps]</b>"
1967         titlefont:
1968           size: 14
1969         gridcolor: "rgb(230, 230, 230)"
1970         hoverformat: ".4r"
1971         tickformat: ".3s"
1972         linecolor: "rgb(220, 220, 220)"
1973         linewidth: 1
1974         showgrid: True
1975         showline: True
1976         showticklabels: True
1977         tickcolor: "rgb(220, 220, 220)"
1978         tickfont:
1979           size: 14
1980         zeroline: False
1981         range: [0,10]
1982       autosize: False
1983       margin:
1984         t: 50
1985         b: 0
1986         l: 80
1987         r: 20
1988       showlegend: True
1989       legend:
1990         orientation: "h"
1991         font:
1992           size: 14
1993       width: 700
1994       height: 900
1995       paper_bgcolor: "#fff"
1996       plot_bgcolor: "#fff"
1997       hoverlabel:
1998         namelength: -1
1999
2000     plot-throughput-speedup-analysis:
2001       titlefont:
2002         size: 16
2003       xaxis:
2004         title: "<b>Number of Cores [Qty]</b>"
2005         titlefont:
2006           size: 14
2007         autorange: True
2008         fixedrange: False
2009         gridcolor: "rgb(230, 230, 230)"
2010         linecolor: "rgb(220, 220, 220)"
2011         linewidth: 1
2012         showgrid: True
2013         showline: True
2014         showticklabels: True
2015         tickcolor: "rgb(238, 238, 238)"
2016         tickmode: "linear"
2017         tickfont:
2018           size: 14
2019         zeroline: False
2020       yaxis:
2021         title: "<b>Packet Throughput [Mpps]</b>"
2022         titlefont:
2023           size: 14
2024         type: "linear"
2025         gridcolor: "rgb(230, 230, 230)"
2026         hoverformat: ".4s"
2027         linecolor: "rgb(220, 220, 220)"
2028         linewidth: 1
2029         showgrid: True
2030         showline: True
2031         showticklabels: True
2032         tickcolor: "rgb(220, 220, 220)"
2033         tickformat: ".4s"
2034         tickfont:
2035           size: 14
2036         zeroline: True
2037         rangemode: "tozero"
2038         range: [0,100]
2039       legend:
2040         orientation: "h"
2041         font:
2042           size: 14
2043         xanchor: "left"
2044         yanchor: "top"
2045         x: 0
2046         y: -0.2
2047         bgcolor: "rgba(255, 255, 255, 0)"
2048         bordercolor: "rgba(255, 255, 255, 0)"
2049         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2050       autosize: False
2051       margin:
2052           't': 50
2053           'b': 150
2054           'l': 85
2055           'r': 10
2056       showlegend: True
2057       width: 700
2058       height: 700
2059       paper_bgcolor: "#fff"
2060       plot_bgcolor: "#fff"
2061       hoverlabel:
2062         namelength: -1
2063       annotations: [
2064         {
2065           text: "_ _          __          ...",
2066           align: "left",
2067           showarrow: False,
2068           xref: "paper",
2069           yref: "paper",
2070           xanchor: "left",
2071           yanchor: "top",
2072           x: 0,
2073           y: -0.14,
2074           font: {
2075             family: "Consolas, Courier New",
2076             size: 13
2077           },
2078         },
2079         {
2080           text: "    Perfect     Measured     Limit",
2081           align: "left",
2082           showarrow: False,
2083           xref: "paper",
2084           yref: "paper",
2085           xanchor: "left",
2086           yanchor: "top",
2087           x: 0,
2088           y: -0.15,
2089           font: {
2090             family: "Consolas, Courier New",
2091             size: 13
2092           },
2093         },
2094       ]
2095
2096     plot-throughput-speedup-analysis-gbps:
2097       titlefont:
2098         size: 16
2099       xaxis:
2100         title: "<b>Number of Cores [Qty]</b>"
2101         titlefont:
2102           size: 14
2103         autorange: True
2104         fixedrange: False
2105         gridcolor: "rgb(230, 230, 230)"
2106         linecolor: "rgb(220, 220, 220)"
2107         linewidth: 1
2108         showgrid: True
2109         showline: True
2110         showticklabels: True
2111         tickcolor: "rgb(238, 238, 238)"
2112         tickmode: "linear"
2113         tickfont:
2114           size: 14
2115         zeroline: False
2116       yaxis:
2117         title: "<b>Packet Throughput [Gbps]</b>"
2118         titlefont:
2119           size: 14
2120         type: "linear"
2121         gridcolor: "rgb(230, 230, 230)"
2122         hoverformat: ".4s"
2123         linecolor: "rgb(220, 220, 220)"
2124         linewidth: 1
2125         showgrid: True
2126         showline: True
2127         showticklabels: True
2128         tickcolor: "rgb(220, 220, 220)"
2129         tickformat: ".4s"
2130         tickfont:
2131           size: 14
2132         zeroline: True
2133         rangemode: "tozero"
2134         range: [0,100]
2135       legend:
2136         orientation: "h"
2137         font:
2138           size: 14
2139         xanchor: "left"
2140         yanchor: "top"
2141         x: 0
2142         y: -0.2
2143         bgcolor: "rgba(255, 255, 255, 0)"
2144         bordercolor: "rgba(255, 255, 255, 0)"
2145         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2146       autosize: False
2147       margin:
2148           't': 50
2149           'b': 150
2150           'l': 85
2151           'r': 10
2152       showlegend: True
2153       width: 700
2154       height: 700
2155       paper_bgcolor: "#fff"
2156       plot_bgcolor: "#fff"
2157       hoverlabel:
2158         namelength: -1
2159       annotations: [
2160         {
2161           text: "_ _          __",
2162           align: "left",
2163           showarrow: False,
2164           xref: "paper",
2165           yref: "paper",
2166           xanchor: "left",
2167           yanchor: "top",
2168           x: 0,
2169           y: -0.13,
2170           font: {
2171             family: "Consolas, Courier New",
2172             size: 13
2173           },
2174         },
2175         {
2176           text: "    Perfect     Measured",
2177           align: "left",
2178           showarrow: False,
2179           xref: "paper",
2180           yref: "paper",
2181           xanchor: "left",
2182           yanchor: "top",
2183           x: 0,
2184           y: -0.15,
2185           font: {
2186             family: "Consolas, Courier New",
2187             size: 13
2188           },
2189         },
2190       ]
2191
2192     plot-throughput-speedup-analysis-cps:
2193       titlefont:
2194         size: 16
2195       xaxis:
2196         title: "<b>Number of Cores [Qty]</b>"
2197         titlefont:
2198           size: 14
2199         autorange: True
2200         fixedrange: False
2201         gridcolor: "rgb(230, 230, 230)"
2202         linecolor: "rgb(220, 220, 220)"
2203         linewidth: 1
2204         showgrid: True
2205         showline: True
2206         showticklabels: True
2207         tickcolor: "rgb(238, 238, 238)"
2208         tickmode: "linear"
2209         tickfont:
2210           size: 14
2211         zeroline: False
2212       yaxis:
2213         title: "<b>Connection Rate [Mcps]</b>"
2214         titlefont:
2215           size: 14
2216         type: "linear"
2217         gridcolor: "rgb(230, 230, 230)"
2218         hoverformat: ".4s"
2219         linecolor: "rgb(220, 220, 220)"
2220         linewidth: 1
2221         showgrid: True
2222         showline: True
2223         showticklabels: True
2224         tickcolor: "rgb(220, 220, 220)"
2225         tickformat: ".4s"
2226         tickfont:
2227           size: 14
2228         zeroline: True
2229         rangemode: "tozero"
2230         range: [0,100]
2231       legend:
2232         orientation: "h"
2233         font:
2234           size: 14
2235         xanchor: "left"
2236         yanchor: "top"
2237         x: 0
2238         y: -0.2
2239         bgcolor: "rgba(255, 255, 255, 0)"
2240         bordercolor: "rgba(255, 255, 255, 0)"
2241         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2242       autosize: False
2243       margin:
2244           't': 50
2245           'b': 150
2246           'l': 85
2247           'r': 10
2248       showlegend: True
2249       width: 700
2250       height: 700
2251       paper_bgcolor: "#fff"
2252       plot_bgcolor: "#fff"
2253       hoverlabel:
2254         namelength: -1
2255       annotations: [
2256         {
2257           text: "_ _          __",
2258           align: "left",
2259           showarrow: False,
2260           xref: "paper",
2261           yref: "paper",
2262           xanchor: "left",
2263           yanchor: "top",
2264           x: 0,
2265           y: -0.13,
2266           font: {
2267             family: "Consolas, Courier New",
2268             size: 13
2269           },
2270         },
2271         {
2272           text: "    Perfect     Measured",
2273           align: "left",
2274           showarrow: False,
2275           xref: "paper",
2276           yref: "paper",
2277           xanchor: "left",
2278           yanchor: "top",
2279           x: 0,
2280           y: -0.15,
2281           font: {
2282             family: "Consolas, Courier New",
2283             size: 13
2284           },
2285         },
2286       ]
2287
2288     plot-latency:
2289       titlefont:
2290         size: 16
2291       xaxis:
2292         title: "<b>Direction</b>"
2293         titlefont:
2294           size: 14
2295         autorange: True
2296         fixedrange: False
2297         gridcolor: "rgb(230, 230, 230)"
2298         linecolor: "rgb(220, 220, 220)"
2299         linewidth: 1
2300         showgrid: True
2301         showline: True
2302         showticklabels: False
2303         tickcolor: "rgb(220, 220, 220)"
2304         tickmode: "linear"
2305         tickfont:
2306           size: 14
2307         zeroline: False
2308       yaxis:
2309         title: "<b>Packet Latency [uSec]</b>"
2310         titlefont:
2311           size: 14
2312         type: "linear"
2313         gridcolor: "rgb(230, 230, 230)"
2314         hoverformat: ".4s"
2315         linecolor: "rgb(220, 220, 220)"
2316         linewidth: 1
2317         showgrid: True
2318         showline: True
2319         showticklabels: True
2320         tickcolor: "rgb(220, 220, 220)"
2321         tickformat: ".4s"
2322         tickfont:
2323           size: 14
2324         zeroline: True
2325         rangemode: "tozero"
2326       legend:
2327         orientation: "h"
2328         font:
2329           size: 14
2330         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2331       autosize: False
2332       margin:
2333           't': 50
2334           'b': 150
2335           'l': 80
2336           'r': 10
2337       showlegend: True
2338       width: 700
2339       height: 700
2340       paper_bgcolor: "#fff"
2341       plot_bgcolor: "#fff"
2342       hoverlabel:
2343         namelength: -1
2344
2345     plot-hdrh-latency:
2346       title:
2347         text: ""
2348         xanchor: "center"
2349         x: 0.5
2350         font:
2351           size: 16
2352       width: 700
2353       plot_bgcolor: "white"
2354       annotations:
2355         - font:
2356             size: 14
2357           showarrow: False
2358           text: "<b>Packet Latency [uSec]</b>"
2359           x: 1
2360           xanchor: "right"
2361           xref: "paper"
2362           y: -0.045
2363           yanchor: "top"
2364           yref: "paper"
2365         - font:
2366             size: 14
2367           showarrow: False
2368           text: "<b>Probability [%]</b>"
2369           textangle: 270
2370           x: -0.06
2371           xanchor: "center"
2372           xref: "paper"
2373           y: 0.5
2374           yanchor: "middle"
2375           yref: "paper"
2376         - font:
2377             size: 14
2378           showarrow: False
2379           text: "<b>Direction: E-W</b>"
2380           x: 0.24
2381           xanchor: "center"
2382           xref: "paper"
2383           y: 1.05
2384           yanchor: "bottom"
2385           yref: "paper"
2386         - font:
2387             size: 14
2388           showarrow: False
2389           text: "<b>Direction: W-E</b>"
2390           x: 0.74
2391           xanchor: "center"
2392           xref: "paper"
2393           y: 1.05
2394           yanchor: "bottom"
2395           yref: "paper"
2396
2397     plot-hdrh-latency-percentile:
2398       title:
2399         text: ""
2400         xanchor: "center"
2401         x: 0.5
2402         font:
2403           size: 16
2404       xaxis:
2405         type: "log"
2406         title: "<b>Percentile [%]</b>"
2407         titlefont:
2408           size: 14
2409         autorange: True
2410         fixedrange: False
2411         gridcolor: "rgb(230, 230, 230)"
2412         linecolor: "rgb(220, 220, 220)"
2413         linewidth: 1
2414         showgrid: True
2415         showline: True
2416         showticklabels: True
2417         tickcolor: "rgb(220, 220, 220)"
2418         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2419         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2420         tickfont:
2421           size: 14
2422       yaxis:
2423         title: "<b>Packet Latency [uSec]</b>"
2424         titlefont:
2425           size: 14
2426         gridcolor: "rgb(230, 230, 230)"
2427         linecolor: "rgb(220, 220, 220)"
2428         linewidth: 1
2429         showgrid: True
2430         showline: True
2431         showticklabels: True
2432         tickcolor: "rgb(220, 220, 220)"
2433         tickfont:
2434           size: 14
2435       autosize: False
2436       showlegend: True
2437       legend:
2438         traceorder: "normal"
2439         orientation: "h"
2440         font:
2441           size: 14
2442         xanchor: "left"
2443         yanchor: "top"
2444         x: 0
2445         y: -0.15
2446         bgcolor: "rgba(255, 255, 255, 0)"
2447         bordercolor: "rgba(255, 255, 255, 0)"
2448       width: 700
2449       height: 700
2450       paper_bgcolor: "white"
2451       plot_bgcolor: "white"
2452
2453     plot-hdrh-latency-by-percentile:
2454       title:
2455         text: "<b>Latency by Percentile Distribution</b>"
2456         xanchor: "center"
2457         x: 0.5
2458         font:
2459           size: 18
2460       showlegend: True
2461       legend:
2462         traceorder: "normal"
2463         orientation: "h"
2464         font:
2465           size: 16
2466         xanchor: "left"
2467         yanchor: "top"
2468         x: 0
2469         y: -0.2
2470         bgcolor: "rgba(255, 255, 255, 0)"
2471         bordercolor: "rgba(255, 255, 255, 0)"
2472       xaxis:
2473         type: "linear"
2474         title: "<b>Percentile [%]</b>"
2475         titlefont:
2476           size: 14
2477         autorange: False
2478         fixedrange: False
2479         range: [0, 100]
2480         gridcolor: "rgb(230, 230, 230)"
2481         linecolor: "rgb(220, 220, 220)"
2482         linewidth: 1
2483         showgrid: True
2484         showline: True
2485         showticklabels: True
2486         tickcolor: "rgb(220, 220, 220)"
2487         tickvals: [0, 25, 50, 75, 100]
2488         ticktext: [0, 25, 50, 75, 100]
2489         tickfont:
2490           size: 14
2491       yaxis:
2492         title: "<b>One-Way Latency per Direction [uSec]</b>"
2493         titlefont:
2494           size: 14
2495         gridcolor: "rgb(230, 230, 230)"
2496         linecolor: "rgb(220, 220, 220)"
2497         linewidth: 1
2498         showgrid: True
2499         showline: True
2500         showticklabels: True
2501         tickcolor: "rgb(220, 220, 220)"
2502         tickfont:
2503           size: 14
2504       width: 700
2505       height: 700
2506       paper_bgcolor: "white"
2507       plot_bgcolor: "white"
2508
2509 - type: "static"
2510   src-path: "{DIR[RST]}"
2511   dst-path: "{DIR[WORKING,SRC]}"
2512
2513 - type: "input"
2514   general:
2515     file-name: "output_info.xml.gz"
2516     file-format: ".gz"
2517     arch-file-format:
2518       - ".gz"
2519       - ".zip"
2520     download-path: "{job}/{build}/archives/{filename}"
2521     extract: "output.xml"
2522
2523     zip-file-name: "robot-plugin.zip"
2524     zip-file-format: ".zip"
2525     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2526     zip-extract: "robot-plugin/output.xml"
2527
2528   builds:
2529
2530     csit-vpp-perf-verify-2001-3n-hsw:
2531       - 17  # MRR sel
2532     csit-vpp-perf-report-iterative-2005-3n-hsw:
2533       - 20  # NDRPDR sel env 4
2534       - 21  # NDRPDR sel env 4
2535       - 22  # NDRPDR sel env 4
2536       - 23  # NDRPDR sel env 4
2537       - 24  # NDRPDR sel env 4
2538       - 25  # NDRPDR sel env 4
2539       - 26  # NDRPDR sel env 4
2540       - 27  # NDRPDR sel env 4
2541       - 28  # NDRPDR sel env 4
2542       - 29  # NDRPDR sel env 4
2543       - 30  # MRR env 4
2544       - 31  # NDRPDR sel 2001.0-4
2545       - 32  # NDRPDR sel 2001.0-4
2546       - 33  # NDRPDR sel 2001.0-4
2547       - 34  # NDRPDR sel 2001.0-4
2548       - 35  # NDRPDR sel 2001.0-4
2549       - 36  # NDRPDR sel 2001.0-4
2550       - 38  # NDRPDR sel 2001.0-4
2551     csit-vpp-perf-report-iterative-2009-3n-hsw:
2552       - 18  # rls2005 MRR iter env 5
2553       - 9   # rls2005 NDRPDR iter env 5
2554       - 10  # rls2005 NDRPDR iter env 5
2555       - 11  # rls2005 NDRPDR iter env 5
2556       - 12  # rls2005 NDRPDR iter env 5
2557       - 13  # rls2005 NDRPDR iter env 5
2558       - 14  # rls2005 NDRPDR iter env 5
2559       - 15  # rls2005 NDRPDR iter env 5
2560       - 16  # rls2005 NDRPDR iter env 5
2561       - 17  # rls2005 NDRPDR iter env 5
2562       - 19  # rls2005 NDRPDR iter env 5
2563       - 23  # rls2009 MRR iter env 5
2564       - 21  # rls2009 NDRPDR iter env 5
2565       - 22  # rls2009 NDRPDR iter env 5
2566       - 24  # rls2009 NDRPDR iter env 5
2567       - 25  # rls2009 NDRPDR iter env 5
2568       - 26  # rls2009 NDRPDR iter env 5
2569       - 27  # rls2009 NDRPDR iter env 5
2570       - 28  # rls2009 NDRPDR iter env 5
2571       - 29  # rls2009 NDRPDR iter env 5
2572       - 30  # rls2009 NDRPDR iter env 5
2573       - 31  # rls2009 NDRPDR iter env 5
2574       - 32  # rls2009 Hoststack iter env 5
2575       - 33  # rls2009 Hoststack iter env 5
2576       - 34  # rls2009 Hoststack iter env 5
2577       - 35  # rls2009 Hoststack iter env 5
2578       - 36  # rls2009 Hoststack iter env 5
2579       - 37  # rls2009 Hoststack iter env 5
2580       - 38  # rls2009 Hoststack iter env 5
2581       - 39  # rls2009 Hoststack iter env 5
2582       - 40  # rls2009 Hoststack iter env 5
2583       - 41  # rls2009 Hoststack iter env 5
2584     csit-vpp-perf-report-coverage-2009-3n-hsw:
2585       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2586       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2587       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2588       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2589       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2590       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2591       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2592       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2593       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2594       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2595       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2596       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2597       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2598       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2599       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2600       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2601       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2602       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2603       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2604       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2605       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2606       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2607       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2608       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2609       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2610       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2611       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2612       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2613       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2614       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2615       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2616       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2617       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2618       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2619       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2620
2621     csit-vpp-perf-verify-2001-3n-skx:
2622       - 50  # MRR sel
2623       - 53  # MRR sel addition
2624     csit-vpp-perf-report-iterative-2005-3n-skx:
2625       - 4   # NDRPDR sel
2626       - 5   # NDRPDR sel ??? all x710 failed
2627       - 33  # NDRPDR sel
2628       - 28  # NDRPDR sel
2629       - 34  # NDRPDR sel
2630       - 42  # NDRPDR sel env 4
2631       - 43  # NDRPDR sel env 4
2632       - 44  # NDRPDR sel env 4
2633       - 45  # NDRPDR sel env 4
2634       - 47  # NDRPDR sel env 4
2635       - 55  # NDRPDR sel env 4
2636       - 56  # NDRPDR sel env 4
2637       - 57  # NDRPDR sel env 4
2638       - 61  # NDRPDR sel env 4
2639       - 62  # NDRPDR sel env 4
2640       - 50  # NDRPDR sel 2001.0-4
2641       - 51  # NDRPDR sel 2001.0-4
2642       - 52  # NDRPDR sel 2001.0-4
2643       - 53  # NDRPDR sel 2001.0-4
2644       - 54  # NDRPDR sel 2001.0-4
2645       - 49  # MRR sel env 4
2646     csit-vpp-perf-report-iterative-2009-3n-skx:
2647       - 17  # rls2005 MRR iter env 5
2648       - 13  # rls2005 NDRPDR iter env 5
2649       - 18  # rls2005 NDRPDR iter env 5
2650       - 19  # rls2005 NDRPDR iter env 5
2651       - 41  # rls2005 NDRPDR iter env 5
2652       - 43  # rls2005 NDRPDR iter env 5
2653       - 44  # rls2005 NDRPDR iter env 5
2654       - 45  # rls2005 NDRPDR iter env 5
2655       - 46  # rls2005 NDRPDR iter env 5
2656       - 48  # rls2005 NDRPDR iter env 5
2657       - 49  # rls2005 NDRPDR iter env 5
2658       - 24  # rls2009 MRR iter env 5
2659       - 26  # rls2009 NDRPDR iter env 5
2660       - 27  # rls2009 NDRPDR iter env 5
2661       - 28  # rls2009 NDRPDR iter env 5
2662       - 29  # rls2009 NDRPDR iter env 5
2663       - 35  # rls2009 NDRPDR iter env 5
2664       - 36  # rls2009 NDRPDR iter env 5
2665       - 37  # rls2009 NDRPDR iter env 5
2666       - 38  # rls2009 NDRPDR iter env 5
2667       - 39  # rls2009 NDRPDR iter env 5
2668       - 40  # rls2009 NDRPDR iter env 5
2669     csit-vpp-perf-report-coverage-2009-3n-skx:
2670       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2671       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2672       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2673       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2674       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2675       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2676       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2677       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2678       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2679       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2680       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2681       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2682       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2683       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2684       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2685       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2686       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2687       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2688       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2689       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2690       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2691       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2692       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2693       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2694       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2695       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2696       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2697       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2698       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2699       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2700       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2701       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2702       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2703       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2704       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2705       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2706
2707     csit-vpp-perf-verify-2001-2n-skx:
2708       - 101  # MRR sel - old
2709       - 128  # MRR sel addition - old
2710     csit-vpp-perf-report-iterative-2005-2n-skx:
2711       - 88  # NDRPDR sel env 4
2712       - 89  # NDRPDR sel env 4
2713       - 90  # NDRPDR sel env 4
2714       - 91  # NDRPDR sel env 4
2715       - 92  # NDRPDR sel env 4
2716       - 93  # NDRPDR sel env 4
2717       - 94  # NDRPDR sel env 4
2718       - 125 # NDRPDR sel env 4
2719       - 126 # NDRPDR sel env 4
2720       - 127 # NDRPDR sel env 4
2721       - 100 # NDRPDR sel 2001.0-4
2722       - 101 # NDRPDR sel 2001.0-4
2723       - 102 # NDRPDR sel 2001.0-4
2724       - 103 # NDRPDR sel 2001.0-4
2725       - 104 # NDRPDR sel 2001.0-4
2726       - 105 # NDRPDR sel 2001.0-4
2727       - 99  # MRR sel env 4
2728     csit-vpp-perf-report-iterative-2009-2n-skx:
2729       - 20  # rls2005 MRR iter env 5
2730       - 13  # rls2005 NDRPDR iter env 5
2731       - 16  # rls2005 NDRPDR iter env 5
2732       - 17  # rls2005 NDRPDR iter env 5
2733       - 18  # rls2005 NDRPDR iter env 5
2734       - 19  # rls2005 NDRPDR iter env 5
2735       - 21  # rls2005 NDRPDR iter env 5
2736       - 22  # rls2005 NDRPDR iter env 5
2737       - 23  # rls2005 NDRPDR iter env 5
2738       - 24  # rls2005 NDRPDR iter env 5
2739       - 25  # rls2005 NDRPDR iter env 5
2740       - 120 # rls2009 MRR iter env 5
2741       - 35  # rls2009 NDRPDR iter env 5
2742       - 36  # rls2009 NDRPDR iter env 5
2743       - 37  # rls2009 NDRPDR iter env 5
2744       - 39  # rls2009 NDRPDR iter env 5
2745       - 40  # rls2009 NDRPDR iter env 5
2746       - 42  # rls2009 NDRPDR iter env 5
2747       - 43  # rls2009 NDRPDR iter env 5
2748       - 44  # rls2009 NDRPDR iter env 5
2749       - 46  # rls2009 NDRPDR iter env 5
2750       - 48  # rls2009 NDRPDR iter env 5
2751       - 110 # rls2009 NDRPDR iter NAT44 env 5
2752       - 111 # rls2009 NDRPDR iter NAT44 env 5
2753       - 112 # rls2009 NDRPDR iter NAT44 env 5
2754       - 113 # rls2009 NDRPDR iter NAT44 env 5
2755       - 114 # rls2009 NDRPDR iter NAT44 env 5
2756       - 115 # rls2009 NDRPDR iter NAT44 env 5
2757       - 116 # rls2009 NDRPDR iter NAT44 env 5
2758       - 118 # rls2009 NDRPDR iter NAT44 env 5
2759       - 119 # rls2009 NDRPDR iter NAT44 env 5
2760       - 121 # rls2009 NDRPDR iter NAT44 env 5
2761       - 38  # rls2009 nf-density iter env 5
2762       - 41  # rls2009 nf-density iter env 5
2763       - 45  # rls2009 nf-density iter env 5
2764       - 47  # rls2009 nf-density iter env 5
2765       - 49  # rls2009 nf-density iter env 5
2766       - 63  # rls2009 nf-density iter env 5
2767       - 65  # rls2009 nf-density iter env 5
2768       - 66  # rls2009 nf-density iter env 5
2769       - 71  # rls2009 nf-density iter env 5
2770       - 72  # rls2009 nf-density iter env 5
2771       - 50  # rls2009 MRR nf-density iter env 5
2772       - 27  # rls2009 reconf env 5
2773       - 28  # rls2009 reconf env 5
2774       - 29  # rls2009 reconf env 5
2775       - 30  # rls2009 reconf env 5
2776       - 31  # rls2009 reconf env 5
2777       - 32  # rls2009 reconf env 5
2778       - 61  # rls2009 reconf env 5
2779       - 62  # rls2009 reconf env 5
2780       - 68  # rls2009 reconf env 5
2781       - 70  # rls2009 reconf env 5
2782       - 33  # rls2009 soak env 5
2783       - 34  # rls2009 soak env 5
2784     csit-vpp-perf-report-coverage-2009-2n-skx:
2785       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2786       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2787       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2788       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2789       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2790       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2791       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2792       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2793       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2794       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2795       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2796       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2797       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2798       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2799       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2800       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2801       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2802
2803     csit-vpp-perf-verify-2001-2n-clx:
2804       - 39  # MRR
2805     csit-vpp-perf-report-iterative-2005-2n-clx:
2806       - 62  # NDRPDR sel env 4
2807       - 63  # NDRPDR sel env 4
2808       - 64  # NDRPDR sel env 4
2809       - 65  # NDRPDR sel env 4
2810       - 66  # NDRPDR sel env 4
2811       - 68  # NDRPDR sel env 4
2812       - 69  # NDRPDR sel env 4
2813       - 70  # NDRPDR sel env 4
2814       - 103 # NDRPDR sel env 4
2815       - 104 # NDRPDR sel env 4
2816       - 73  # NDRPDR sel 2001.0-4
2817       - 74  # NDRPDR sel 2001.0-4
2818       - 75  # NDRPDR sel 2001.0-4
2819       - 76  # NDRPDR sel 2001.0-4
2820       - 77  # NDRPDR sel 2001.0-4
2821       - 78  # NDRPDR sel 2001.0-4
2822       - 79  # NDRPDR sel 2001.0-4
2823       - 80  # NDRPDR sel 2001.0-4
2824       - 72  # MRR env 4
2825     csit-vpp-perf-report-iterative-2009-2n-clx:
2826       - 77  # rls2005 MRR iter env 5
2827       - 13  # rls2005 NDRPDR iter env 5
2828       - 15  # rls2005 NDRPDR iter env 5
2829       - 17  # rls2005 NDRPDR iter env 5
2830       - 18  # rls2005 NDRPDR iter env 5
2831       - 19  # rls2005 NDRPDR iter env 5
2832       - 20  # rls2005 NDRPDR iter env 5
2833       - 21  # rls2005 NDRPDR iter env 5
2834       - 22  # rls2005 NDRPDR iter env 5
2835       - 23  # rls2005 NDRPDR iter env 5
2836       - 24  # rls2005 NDRPDR iter env 5
2837       - 125 # rls2009 MRR iter env 5
2838       - 36  # rls2009 NDRPDR iter env 5
2839       - 39  # rls2009 NDRPDR iter env 5
2840       - 40  # rls2009 NDRPDR iter env 5
2841       - 65  # rls2009 NDRPDR iter env 5
2842       - 66  # rls2009 NDRPDR iter env 5
2843       - 79  # rls2009 NDRPDR iter env 5
2844       - 82  # rls2009 NDRPDR iter env 5
2845       - 88  # rls2009 NDRPDR iter env 5
2846       - 89  # rls2009 NDRPDR iter env 5
2847       - 90  # rls2009 NDRPDR iter env 5
2848       - 114 # rls2009 NDRPDR iter NAT44 env 5
2849       - 115 # rls2009 NDRPDR iter NAT44 env 5
2850       - 116 # rls2009 NDRPDR iter NAT44 env 5
2851       - 117 # rls2009 NDRPDR iter NAT44 env 5
2852       - 118 # rls2009 NDRPDR iter NAT44 env 5
2853       - 119 # rls2009 NDRPDR iter NAT44 env 5
2854       - 121 # rls2009 NDRPDR iter NAT44 env 5
2855       - 122 # rls2009 NDRPDR iter NAT44 env 5
2856       - 123 # rls2009 NDRPDR iter NAT44 env 5
2857       - 126 # rls2009 NDRPDR iter NAT44 env 5
2858       - 37  # rls2009 nf-density iter env 5
2859       - 43  # rls2009 nf-density iter env 5
2860       - 69  # rls2009 nf-density iter env 5
2861       - 70  # rls2009 nf-density iter env 5
2862       - 71  # rls2009 nf-density iter env 5
2863       - 72  # rls2009 nf-density iter env 5
2864       - 73  # rls2009 nf-density iter env 5
2865       - 74  # rls2009 nf-density iter env 5
2866       - 75  # rls2009 nf-density iter env 5
2867       - 76  # rls2009 nf-density iter env 5
2868       - 45  # rls2009 MRR nf-density iter env 5
2869       - 25  # rls2009 reconf env 5
2870       - 27  # rls2009 reconf env 5
2871       - 28  # rls2009 reconf env 5
2872       - 29  # rls2009 reconf env 5
2873       - 30  # rls2009 reconf env 5
2874       - 30  # rls2009 reconf env 5
2875       - 32  # rls2009 reconf env 5
2876       - 48  # rls2009 reconf env 5
2877       - 53  # rls2009 reconf env 5
2878       - 68  # rls2009 reconf env 5
2879       - 33  # rls2009 soak env 5
2880       - 34  # rls2009 soak env 5
2881     csit-vpp-perf-report-coverage-2009-2n-clx:
2882       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2883       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2884       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2885       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2886       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2887       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2888       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2889       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2890       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2891       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2892       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2893       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2894       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2895       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2896       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2897       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2898       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2899
2900     csit-vpp-perf-verify-2001-3n-tsh:
2901       - 9   # MRR sel
2902     csit-vpp-perf-report-iterative-2005-3n-tsh:
2903       - 23  # NDRPDR sel env 4
2904       - 25  # NDRPDR sel env 4
2905       - 33  # NDRPDR sel env 4
2906       - 34  # NDRPDR sel env 4
2907       - 35  # NDRPDR sel env 4
2908       - 36  # NDRPDR sel env 4
2909       - 37  # NDRPDR sel env 4
2910       - 38  # NDRPDR sel env 4
2911       - 39  # NDRPDR sel env 4
2912       - 40  # NDRPDR sel env 4
2913       - 28  # NDRPDR sel 2001.0-4
2914       - 29  # NDRPDR sel 2001.0-4
2915       - 31  # NDRPDR sel 2001.0-4
2916       - 27  # MRR sel env 4
2917     csit-vpp-perf-report-iterative-2009-3n-tsh:
2918       - 8   # rls2005 NDRPDR iter env 5
2919       - 11  # rls2005 NDRPDR iter env 5
2920       - 12  # rls2005 NDRPDR iter env 5
2921       - 24  # rls2005 NDRPDR iter env 5
2922       - 27  # rls2005 NDRPDR iter env 5
2923       - 29  # rls2005 NDRPDR iter env 5
2924       - 31  # rls2005 NDRPDR iter env 5
2925       - 39  # rls2005 NDRPDR iter env 5
2926       - 40  # rls2005 NDRPDR iter env 5
2927       - 42  # rls2005 NDRPDR iter env 5
2928       - 13  # rls2005 MRR iter env 5
2929       - 14  # rls2009 NDRPDR iter env 5
2930       - 20  # rls2009 NDRPDR iter env 5
2931       - 21  # rls2009 NDRPDR iter env 5
2932       - 22  # rls2009 NDRPDR iter env 5
2933       - 23  # rls2009 NDRPDR iter env 5
2934       - 28  # rls2009 NDRPDR iter env 5
2935       - 30  # rls2009 NDRPDR iter env 5
2936       - 33  # rls2009 NDRPDR iter env 5
2937       - 38  # rls2009 NDRPDR iter env 5
2938       - 41  # rls2009 NDRPDR iter env 5
2939       - 15  # rls2009 MRR iter env 5
2940
2941     csit-vpp-perf-verify-2001-3n-dnv:
2942       - 5   # NDRPDR sel
2943       - 6   # NDRPDR sel
2944       - 7   # NDRPDR sel
2945       - 8   # NDRPDR sel
2946       - 9   # NDRPDR sel
2947       - 10  # NDRPDR sel
2948       - 12  # NDRPDR sel
2949       - 16  # NDRPDR sel
2950       - 17  # NDRPDR sel
2951       - 18  # NDRPDR sel
2952       - 11  # MRR sel
2953     csit-vpp-perf-report-iterative-2009-3n-dnv:
2954       - 16  # rls2005 NDRPDR iter env 5
2955       - 23  # rls2005 NDRPDR iter env 5
2956       - 25  # rls2005 NDRPDR iter env 5
2957       - 26  # rls2005 NDRPDR iter env 5
2958       - 27  # rls2005 NDRPDR iter env 5
2959       - 28  # rls2005 NDRPDR iter env 5
2960       - 29  # rls2005 NDRPDR iter env 5
2961       - 30  # rls2005 NDRPDR iter env 5
2962       - 31  # rls2005 NDRPDR iter env 5
2963       - 32  # rls2005 NDRPDR iter env 5
2964       - 19  # rls2005 MRR iter env 5
2965       - 3   # rls2009 NDRPDR iter env 5
2966       - 6   # rls2009 NDRPDR iter env 5
2967       - 7   # rls2009 NDRPDR iter env 5
2968       - 8   # rls2009 NDRPDR iter env 5
2969       - 10  # rls2009 NDRPDR iter env 5
2970       - 11  # rls2009 NDRPDR iter env 5
2971       - 12  # rls2009 NDRPDR iter env 5
2972       - 14  # rls2009 NDRPDR iter env 5
2973       - 15  # rls2009 NDRPDR iter env 5
2974       - 24  # rls2009 NDRPDR iter env 5
2975       - 22  # rls2009 MRR iter env 5
2976     csit-vpp-perf-report-coverage-2009-3n-dnv:
2977       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2978       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2979       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2980       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2981       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2982       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2983       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2984       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2985       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2986
2987     csit-vpp-perf-verify-2001-2n-dnv:
2988       - 4   # NDRPDR sel
2989       - 5   # NDRPDR sel
2990       - 6   # NDRPDR sel
2991       - 7   # NDRPDR sel
2992       - 8   # NDRPDR sel
2993       - 9   # NDRPDR sel
2994       - 10  # NDRPDR sel
2995       - 11  # NDRPDR sel
2996       - 13  # NDRPDR sel
2997       - 16  # NDRPDR sel
2998       - 12  # MRR sel
2999     csit-vpp-perf-report-iterative-2009-2n-dnv:
3000       - 16  # rls2005 NDRPDR iter env 5
3001       - 17  # rls2005 NDRPDR iter env 5
3002       - 18  # rls2005 NDRPDR iter env 5
3003       - 19  # rls2005 NDRPDR iter env 5
3004       - 21  # rls2005 NDRPDR iter env 5
3005       - 24  # rls2005 NDRPDR iter env 5
3006       - 27  # rls2005 NDRPDR iter env 5
3007       - 28  # rls2005 NDRPDR iter env 5
3008       - 29  # rls2005 NDRPDR iter env 5
3009       - 30  # rls2005 NDRPDR iter env 5
3010       - 23  # rls2005 MRR iter env 5
3011       - 3   # rls2009 NDRPDR iter env 5
3012       - 5   # rls2009 NDRPDR iter env 5
3013       - 6   # rls2009 NDRPDR iter env 5
3014       - 7   # rls2009 NDRPDR iter env 5
3015       - 9   # rls2009 NDRPDR iter env 5
3016       - 10  # rls2009 NDRPDR iter env 5
3017       - 11  # rls2009 NDRPDR iter env 5
3018       - 12  # rls2009 NDRPDR iter env 5
3019       - 14  # rls2009 NDRPDR iter env 5
3020       - 15  # rls2009 NDRPDR iter env 5
3021       - 13  # rls2009 MRR iter env 5
3022     csit-vpp-perf-report-coverage-2009-2n-dnv:
3023       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3024       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3025       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3026       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3027       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3028       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3029
3030     csit-dpdk-perf-verify-2001-3n-hsw:
3031       - 4   # NDRPDR sel
3032       - 5   # NDRPDR sel
3033       - 6   # NDRPDR sel
3034       - 7   # NDRPDR sel
3035       - 8   # NDRPDR sel
3036       - 9   # NDRPDR sel
3037       - 10  # NDRPDR sel
3038       - 11  # NDRPDR sel
3039       - 12  # NDRPDR sel
3040       - 13  # NDRPDR sel
3041       - 15  # NDRPDR sel
3042       - 16  # NDRPDR sel
3043       - 17  # NDRPDR sel
3044       - 18  # NDRPDR sel
3045       - 19  # NDRPDR sel
3046       - 20  # NDRPDR sel
3047       - 21  # NDRPDR sel
3048       - 22  # NDRPDR sel
3049       - 23  # NDRPDR sel
3050       - 24  # NDRPDR sel
3051     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3052       - 25  # NDRPDR iter
3053       - 26  # NDRPDR iter
3054       - 27  # NDRPDR iter
3055       - 28  # NDRPDR iter
3056       - 29  # NDRPDR iter
3057       - 30  # NDRPDR iter
3058       - 31  # NDRPDR iter
3059       - 32  # NDRPDR iter
3060       - 33  # NDRPDR iter
3061       - 34  # NDRPDR iter
3062     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3063       - 6   # NDRPDR iter env5
3064       - 7   # NDRPDR iter env5
3065       - 8   # NDRPDR iter env5
3066       - 9   # NDRPDR iter env5
3067       - 10  # NDRPDR iter env5
3068       - 11  # NDRPDR iter env5
3069       - 12  # NDRPDR iter env5
3070       - 13  # NDRPDR iter env5
3071       - 14  # NDRPDR iter env5
3072       - 15  # NDRPDR iter env5
3073
3074     csit-dpdk-perf-verify-2001-3n-skx:
3075       - 29  # NDRPDR sel xxv710
3076       - 33  # NDRPDR sel xxv710
3077       - 34  # NDRPDR sel xxv710
3078       - 35  # NDRPDR sel xxv710
3079       - 36  # NDRPDR sel xxv710
3080       - 37  # NDRPDR sel xxv710
3081       - 41  # NDRPDR sel xxv710
3082       - 42  # NDRPDR sel xxv710
3083       - 43  # NDRPDR sel xxv710
3084       - 45  # NDRPDR sel xxv710
3085       - 30  # NDRPDR sel x710
3086       - 31  # NDRPDR sel x710
3087       - 32  # NDRPDR sel x710
3088       - 38  # NDRPDR sel x710
3089       - 39  # NDRPDR sel x710
3090       - 40  # NDRPDR sel x710
3091       - 44  # NDRPDR sel x710
3092       - 46  # NDRPDR sel x710
3093       - 47  # NDRPDR sel x710
3094       - 48  # NDRPDR sel x710
3095     csit-dpdk-perf-report-iterative-2005-3n-skx:
3096       - 28  # NDRPDR iter
3097       - 29  # NDRPDR iter
3098       - 30  # NDRPDR iter
3099       - 31  # NDRPDR iter
3100       - 32  # NDRPDR iter
3101       - 33  # NDRPDR iter
3102       - 34  # NDRPDR iter
3103       - 35  # NDRPDR iter
3104       - 36  # NDRPDR iter
3105       - 37  # NDRPDR iter
3106     csit-dpdk-perf-report-iterative-2009-3n-skx:
3107       - 4   # NDRPDR sel env5
3108       - 5   # NDRPDR sel env5
3109       - 6   # NDRPDR sel env5
3110       - 7   # NDRPDR sel env5
3111       - 8   # NDRPDR sel env5
3112       - 9   # NDRPDR sel env5
3113       - 14  # NDRPDR sel env5
3114       - 11  # NDRPDR sel env5
3115       - 12  # NDRPDR sel env5
3116       - 13  # NDRPDR sel env5
3117
3118     csit-dpdk-perf-verify-2001-2n-skx:
3119       - 35  # NDRPDR sel xxv710
3120       - 36  # NDRPDR sel xxv710
3121       - 37  # NDRPDR sel xxv710
3122       - 41  # NDRPDR sel xxv710
3123       - 42  # NDRPDR sel xxv710
3124       - 43  # NDRPDR sel xxv710
3125       - 46  # NDRPDR sel xxv710
3126       - 47  # NDRPDR sel xxv710
3127       - 52  # NDRPDR sel xxv710
3128       - 53  # NDRPDR sel xxv710
3129       - 38  # NDRPDR sel x710
3130       - 39  # NDRPDR sel x710
3131       - 40  # NDRPDR sel x710
3132       - 44  # NDRPDR sel x710
3133       - 45  # NDRPDR sel x710
3134       - 48  # NDRPDR sel x710
3135       - 49  # NDRPDR sel x710
3136       - 50  # NDRPDR sel x710
3137       - 51  # NDRPDR sel x710
3138       - 54  # NDRPDR sel x710
3139     csit-dpdk-perf-report-iterative-2005-2n-skx:
3140       - 20  # NDRPDR iter
3141       - 21  # NDRPDR iter
3142       - 22  # NDRPDR iter
3143       - 23  # NDRPDR iter
3144       - 24  # NDRPDR iter
3145       - 25  # NDRPDR iter
3146       - 26  # NDRPDR iter
3147       - 27  # NDRPDR iter
3148       - 28  # NDRPDR iter
3149       - 29  # NDRPDR iter
3150     csit-dpdk-perf-report-iterative-2009-2n-skx:
3151       - 4   # NDRPDR iter env5
3152       - 5   # NDRPDR iter env5
3153       - 6   # NDRPDR iter env5
3154       - 7   # NDRPDR iter env5
3155       - 8   # NDRPDR iter env5
3156       - 9   # NDRPDR iter env5
3157       - 10  # NDRPDR iter env5
3158       - 11  # NDRPDR iter env5
3159       - 12  # NDRPDR iter env5
3160       - 13  # NDRPDR iter env5
3161
3162     csit-dpdk-perf-verify-2001-2n-clx:
3163       - 15  # NDRPDR sel
3164       - 16  # NDRPDR sel
3165       - 17  # NDRPDR sel
3166       - 18  # NDRPDR sel
3167       - 19  # NDRPDR sel
3168       - 20  # NDRPDR sel
3169       - 21  # NDRPDR sel
3170       - 22  # NDRPDR sel
3171       - 23  # NDRPDR sel
3172       - 24  # NDRPDR sel
3173       - 25  # NDRPDR sel
3174       - 26  # NDRPDR sel
3175       - 27  # NDRPDR sel
3176       - 28  # NDRPDR sel
3177       - 29  # NDRPDR sel
3178       - 30  # NDRPDR sel
3179       - 31  # NDRPDR sel
3180       - 32  # NDRPDR sel
3181       - 33  # NDRPDR sel
3182       - 34  # NDRPDR sel
3183     csit-dpdk-perf-report-iterative-2005-2n-clx:
3184       - 20  # NDRPDR iter
3185       - 21  # NDRPDR iter
3186       - 22  # NDRPDR iter
3187       - 23  # NDRPDR iter
3188       - 24  # NDRPDR iter
3189       - 25  # NDRPDR iter
3190       - 26  # NDRPDR iter
3191       - 27  # NDRPDR iter
3192       - 28  # NDRPDR iter
3193       - 29  # NDRPDR iter
3194     csit-dpdk-perf-report-iterative-2009-2n-clx:
3195       - 4   # NDRPDR iter env5
3196       - 5   # NDRPDR iter env5
3197       - 6   # NDRPDR iter env5
3198       - 7   # NDRPDR iter env5
3199       - 8   # NDRPDR iter env5
3200       - 9   # NDRPDR iter env5
3201       - 10  # NDRPDR iter env5
3202       - 11  # NDRPDR iter env5
3203       - 12  # NDRPDR iter env5
3204       - 13  # NDRPDR iter env5
3205
3206 #    csit-dpdk-perf-verify-2001-2n-dnv:
3207 #      - 9   # NDRPDR sel
3208 #      - 10  # NDRPDR sel
3209 #      - 11  # NDRPDR sel
3210 #      - 12  # NDRPDR sel
3211 #      - 13  # NDRPDR sel
3212 #      - 14  # NDRPDR sel
3213 #      - 15  # NDRPDR sel
3214 #      - 16  # NDRPDR sel
3215 #      - 17  # NDRPDR sel
3216 #      - 18  # NDRPDR sel
3217 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3218 #      # No data
3219 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3220 #      # No data
3221
3222 #    csit-dpdk-perf-verify-2001-3n-dnv:
3223 #      - 12  # NDRPDR sel
3224 #      - 13  # NDRPDR sel
3225 #      - 14  # NDRPDR sel
3226 #      - 15  # NDRPDR sel
3227 #      - 16  # NDRPDR sel
3228 #      - 17  # NDRPDR sel
3229 #      - 18  # NDRPDR sel
3230 #      - 19  # NDRPDR sel
3231 #      - 20  # NDRPDR sel
3232 #      - 22  # NDRPDR sel
3233 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3234 #      # No data
3235 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3236 #      # No data
3237
3238     csit-dpdk-perf-verify-2001-3n-tsh:
3239       - 3   # NDRPDR sel
3240       - 4   # NDRPDR sel
3241       - 5   # NDRPDR sel
3242       - 9   # NDRPDR sel
3243       - 10  # NDRPDR sel
3244       - 11  # NDRPDR sel
3245       - 12  # NDRPDR sel
3246       - 14  # NDRPDR sel
3247       - 15  # NDRPDR sel
3248       - 18  # NDRPDR sel
3249     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3250       - 5   # NDRPDR sel
3251     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3252       - 1   # NDRPDR iter env5
3253       - 2   # NDRPDR iter env5
3254       - 3   # NDRPDR iter env5
3255       - 4   # NDRPDR iter env5
3256       - 5   # NDRPDR iter env5
3257       - 6   # NDRPDR iter env5
3258       - 7   # NDRPDR iter env5
3259       - 9   # NDRPDR iter env5
3260       - 10  # NDRPDR iter env5
3261       - 11  # NDRPDR iter env5
3262
3263     csit-vpp-device-2009-ubuntu1804-1n-skx:
3264       - 131 # rls2009 env 5
3265
3266 - type: "output"
3267   output: "report"
3268   format:
3269     html:
3270     - full
3271     pdf:
3272     - minimal
3273
3274 ################################################################################
3275 ###                               T A B L E S                                ###
3276 ################################################################################
3277
3278 # VPP Soak vs NDR - 2n-skx
3279 - type: "table"
3280   title: "VPP Soak vs NDR 2n-skx"
3281   algorithm: "table_soak_vs_ndr"
3282   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3283   reference:
3284     title: "NDR"
3285     data: "vpp-soak-vs-ndr-2n-skx-ref"
3286   compare:
3287     title: "Soak"
3288     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3289   data: "vpp-soak-vs-ndr-2n-skx"
3290   include-tests: "NDR"
3291   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3292   parameters:
3293     - "throughput"
3294     - "name"
3295     - "parent"
3296
3297 # VPP Soak vs NDR - 2n-clx
3298 - type: "table"
3299   title: "VPP Soak vs NDR 2n-clx"
3300   algorithm: "table_soak_vs_ndr"
3301   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3302   reference:
3303     title: "NDR"
3304     data: "vpp-soak-vs-ndr-2n-clx-ref"
3305   compare:
3306     title: "Soak"
3307     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3308   data: "vpp-soak-vs-ndr-2n-clx"
3309   include-tests: "NDR"
3310   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3311   parameters:
3312     - "throughput"
3313     - "name"
3314     - "parent"
3315
3316 ################################################################################
3317
3318 # VPP Compare NICs 3n-skx 2t1c ndr
3319 - type: "table"
3320   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3321   algorithm: "table_comparison"
3322   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3324   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3325   columns:
3326     - title: "x710"
3327       data-set: "vpp-nic-comparison-3n-skx"
3328       tag: "NIC_Intel-X710"
3329     - title: "xxv710"
3330       data-set: "vpp-nic-comparison-3n-skx"
3331       tag: "NIC_Intel-XXV710"
3332   comparisons:
3333     - title: "Diff"
3334       reference: 1
3335       compare: 2
3336   legend:
3337     - ""
3338     - "x710, xxv710 - NICs tested."
3339     - "Diff - difference between x710 and xxv710 NIC."
3340
3341 # VPP Compare NICs 3n-skx 4t2c ndr
3342 - type: "table"
3343   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3344   algorithm: "table_comparison"
3345   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3347   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3348   columns:
3349     - title: "x710"
3350       data-set: "vpp-nic-comparison-3n-skx"
3351       tag: "NIC_Intel-X710"
3352     - title: "xxv710"
3353       data-set: "vpp-nic-comparison-3n-skx"
3354       tag: "NIC_Intel-XXV710"
3355   comparisons:
3356     - title: "Diff"
3357       reference: 1
3358       compare: 2
3359   legend:
3360     - ""
3361     - "x710, xxv710 - NICs tested."
3362     - "Diff - difference between x710 and xxv710 NIC."
3363
3364 # VPP Compare NICs 3n-skx 2t1c pdr
3365 - type: "table"
3366   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3367   algorithm: "table_comparison"
3368   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3369   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3370   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3371   columns:
3372     - title: "x710"
3373       data-set: "vpp-nic-comparison-3n-skx"
3374       tag: "NIC_Intel-X710"
3375     - title: "xxv710"
3376       data-set: "vpp-nic-comparison-3n-skx"
3377       tag: "NIC_Intel-XXV710"
3378   comparisons:
3379     - title: "Diff"
3380       reference: 1
3381       compare: 2
3382   legend:
3383     - ""
3384     - "x710, xxv710 - NICs tested."
3385     - "Diff - difference between x710 and xxv710 NIC."
3386
3387 # VPP Compare NICs 3n-skx 4t2c pdr
3388 - type: "table"
3389   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3390   algorithm: "table_comparison"
3391   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3392   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3393   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3394   columns:
3395     - title: "x710"
3396       data-set: "vpp-nic-comparison-3n-skx"
3397       tag: "NIC_Intel-X710"
3398     - title: "xxv710"
3399       data-set: "vpp-nic-comparison-3n-skx"
3400       tag: "NIC_Intel-XXV710"
3401   comparisons:
3402     - title: "Diff"
3403       reference: 1
3404       compare: 2
3405   legend:
3406     - ""
3407     - "x710, xxv710 - NICs tested."
3408     - "Diff - difference between x710 and xxv710 NIC."
3409
3410 # VPP Compare NICs 3n-skx 2t1c mrr
3411 - type: "table"
3412   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3413   algorithm: "table_comparison"
3414   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3416   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3417   columns:
3418     - title: "x710"
3419       data-set: "vpp-nic-comparison-3n-skx-mrr"
3420       tag: "NIC_Intel-X710"
3421     - title: "xxv710"
3422       data-set: "vpp-nic-comparison-3n-skx-mrr"
3423       tag: "NIC_Intel-XXV710"
3424   comparisons:
3425     - title: "Diff"
3426       reference: 1
3427       compare: 2
3428   legend:
3429     - ""
3430     - "x710, xxv710 - NICs tested."
3431     - "Diff - difference between x710 and xxv710 NIC."
3432
3433 # VPP Compare NICs 3n-skx 4t2c mrr
3434 - type: "table"
3435   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3436   algorithm: "table_comparison"
3437   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3438   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3439   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3440   columns:
3441     - title: "x710"
3442       data-set: "vpp-nic-comparison-3n-skx-mrr"
3443       tag: "NIC_Intel-X710"
3444     - title: "xxv710"
3445       data-set: "vpp-nic-comparison-3n-skx-mrr"
3446       tag: "NIC_Intel-XXV710"
3447   comparisons:
3448     - title: "Diff"
3449       reference: 1
3450       compare: 2
3451   legend:
3452     - ""
3453     - "x710, xxv710 - NICs tested."
3454     - "Diff - difference between x710 and xxv710 NIC."
3455
3456 # VPP Compare NICs 3n-skx 8t4c mrr
3457 - type: "table"
3458   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3459   algorithm: "table_comparison"
3460   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3461   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3462   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3463   columns:
3464     - title: "x710"
3465       data-set: "vpp-nic-comparison-3n-skx-mrr"
3466       tag: "NIC_Intel-X710"
3467     - title: "xxv710"
3468       data-set: "vpp-nic-comparison-3n-skx-mrr"
3469       tag: "NIC_Intel-XXV710"
3470   comparisons:
3471     - title: "Diff"
3472       reference: 1
3473       compare: 2
3474   legend:
3475     - ""
3476     - "x710, xxv710 - NICs tested."
3477     - "Diff - difference between x710 and xxv710 NIC."
3478
3479 # VPP Compare NICs 2n-skx 2t1c ndr
3480 - type: "table"
3481   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3482   algorithm: "table_comparison"
3483   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3485   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3486   columns:
3487     - title: "x710"
3488       data-set: "vpp-nic-comparison-2n-skx"
3489       tag: "NIC_Intel-X710"
3490     - title: "xxv710"
3491       data-set: "vpp-nic-comparison-2n-skx"
3492       tag: "NIC_Intel-XXV710"
3493   comparisons:
3494     - title: "Diff"
3495       reference: 1
3496       compare: 2
3497   legend:
3498     - ""
3499     - "x710, xxv710 - NICs tested."
3500     - "Diff - difference between x710 and xxv710 NIC."
3501
3502 # VPP Compare NICs 2n-skx 4t2c ndr
3503 - type: "table"
3504   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3505   algorithm: "table_comparison"
3506   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3508   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3509   columns:
3510     - title: "x710"
3511       data-set: "vpp-nic-comparison-2n-skx"
3512       tag: "NIC_Intel-X710"
3513     - title: "xxv710"
3514       data-set: "vpp-nic-comparison-2n-skx"
3515       tag: "NIC_Intel-XXV710"
3516   comparisons:
3517     - title: "Diff"
3518       reference: 1
3519       compare: 2
3520   legend:
3521     - ""
3522     - "x710, xxv710 - NICs tested."
3523     - "Diff - difference between x710 and xxv710 NIC."
3524
3525 # VPP Compare NICs 2n-skx 2t1c pdr
3526 - type: "table"
3527   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3528   algorithm: "table_comparison"
3529   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3531   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3532   columns:
3533     - title: "x710"
3534       data-set: "vpp-nic-comparison-2n-skx"
3535       tag: "NIC_Intel-X710"
3536     - title: "xxv710"
3537       data-set: "vpp-nic-comparison-2n-skx"
3538       tag: "NIC_Intel-XXV710"
3539   comparisons:
3540     - title: "Diff"
3541       reference: 1
3542       compare: 2
3543   legend:
3544     - ""
3545     - "x710, xxv710 - NICs tested."
3546     - "Diff - difference between x710 and xxv710 NIC."
3547
3548 # VPP Compare NICs 2n-skx 4t2c pdr
3549 - type: "table"
3550   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3551   algorithm: "table_comparison"
3552   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3554   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3555   columns:
3556     - title: "x710"
3557       data-set: "vpp-nic-comparison-2n-skx"
3558       tag: "NIC_Intel-X710"
3559     - title: "xxv710"
3560       data-set: "vpp-nic-comparison-2n-skx"
3561       tag: "NIC_Intel-XXV710"
3562   comparisons:
3563     - title: "Diff"
3564       reference: 1
3565       compare: 2
3566   legend:
3567     - ""
3568     - "x710, xxv710 - NICs tested."
3569     - "Diff - difference between x710 and xxv710 NIC."
3570
3571 # VPP Compare NICs 2n-skx 2t1c mrr
3572 - type: "table"
3573   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3574   algorithm: "table_comparison"
3575   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3576   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3577   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3578   columns:
3579     - title: "x710"
3580       data-set: "vpp-nic-comparison-2n-skx-mrr"
3581       tag: "NIC_Intel-X710"
3582     - title: "xxv710"
3583       data-set: "vpp-nic-comparison-2n-skx-mrr"
3584       tag: "NIC_Intel-XXV710"
3585   comparisons:
3586     - title: "Diff"
3587       reference: 1
3588       compare: 2
3589   legend:
3590     - ""
3591     - "x710, xxv710 - NICs tested."
3592     - "Diff - difference between x710 and xxv710 NIC."
3593
3594 # VPP Compare NICs 2n-skx 4t2c mrr
3595 - type: "table"
3596   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3597   algorithm: "table_comparison"
3598   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3599   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3600   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3601   columns:
3602     - title: "x710"
3603       data-set: "vpp-nic-comparison-2n-skx-mrr"
3604       tag: "NIC_Intel-X710"
3605     - title: "xxv710"
3606       data-set: "vpp-nic-comparison-2n-skx-mrr"
3607       tag: "NIC_Intel-XXV710"
3608   comparisons:
3609     - title: "Diff"
3610       reference: 1
3611       compare: 2
3612   legend:
3613     - ""
3614     - "x710, xxv710 - NICs tested."
3615     - "Diff - difference between x710 and xxv710 NIC."
3616
3617 # VPP Compare NICs 2n-skx 8t4c mrr
3618 - type: "table"
3619   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3620   algorithm: "table_comparison"
3621   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3623   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3624   columns:
3625     - title: "x710"
3626       data-set: "vpp-nic-comparison-2n-skx-mrr"
3627       tag: "NIC_Intel-X710"
3628     - title: "xxv710"
3629       data-set: "vpp-nic-comparison-2n-skx-mrr"
3630       tag: "NIC_Intel-XXV710"
3631   comparisons:
3632     - title: "Diff"
3633       reference: 1
3634       compare: 2
3635   legend:
3636     - ""
3637     - "x710, xxv710 - NICs tested."
3638     - "Diff - difference between x710 and xxv710 NIC."
3639
3640 ################################################################################
3641 # VPP
3642
3643 # VPP Performance Changes 3n-hsw 1t1c pdr
3644 - type: "table"
3645   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3646   algorithm: "table_comparison"
3647   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3649   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3650   columns:
3651     - title: "2001.0-4"
3652       data-set: "vpp-performance-changes-3n-hsw-h1"
3653     - title: "2005.0-4"
3654       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3655     - title: "2005.0-5"
3656       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3657     - title: "2009.0-5"
3658       data-set: "vpp-performance-changes-3n-hsw-cmp"
3659   comparisons:
3660     - title: "2005.0-5 vs 2005.0-4"
3661       reference: 2
3662       compare: 3
3663 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3664     - title: "2009.0-5 vs 2005.0-5"
3665       reference: 3
3666       compare: 4
3667 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3668   legend:
3669     - ''
3670     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3671     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3672     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3673     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3674     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3675
3676 # VPP Performance Changes 3n-hsw 2t2c pdr
3677 - type: "table"
3678   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3679   algorithm: "table_comparison"
3680   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3682   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3683   columns:
3684     - title: "2001.0-4"
3685       data-set: "vpp-performance-changes-3n-hsw-h1"
3686     - title: "2005.0-4"
3687       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3688     - title: "2005.0-5"
3689       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3690     - title: "2009.0-5"
3691       data-set: "vpp-performance-changes-3n-hsw-cmp"
3692   comparisons:
3693     - title: "2005.0-5 vs 2005.0-4"
3694       reference: 2
3695       compare: 3
3696 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3697     - title: "2009.0-5 vs 2005.0-5"
3698       reference: 3
3699       compare: 4
3700 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3701   legend:
3702     - ''
3703     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3704     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3705     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3706     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3707     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3708
3709 # VPP Performance Changes 3n-hsw 1t1c ndr
3710 - type: "table"
3711   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3712   algorithm: "table_comparison"
3713   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3715   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3716   columns:
3717     - title: "2001.0-4"
3718       data-set: "vpp-performance-changes-3n-hsw-h1"
3719     - title: "2005.0-4"
3720       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3721     - title: "2005.0-5"
3722       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3723     - title: "2009.0-5"
3724       data-set: "vpp-performance-changes-3n-hsw-cmp"
3725   comparisons:
3726     - title: "2005.0-5 vs 2005.0-4"
3727       reference: 2
3728       compare: 3
3729 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3730     - title: "2009.0-5 vs 2005.0-5"
3731       reference: 3
3732       compare: 4
3733 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3734   legend:
3735     - ''
3736     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3737     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3738     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3739     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3740     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3741
3742 # VPP Performance Changes 3n-hsw 2t2c ndr
3743 - type: "table"
3744   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3745   algorithm: "table_comparison"
3746   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3748   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3749   columns:
3750     - title: "2001.0-4"
3751       data-set: "vpp-performance-changes-3n-hsw-h1"
3752     - title: "2005.0-4"
3753       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3754     - title: "2005.0-5"
3755       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3756     - title: "2009.0-5"
3757       data-set: "vpp-performance-changes-3n-hsw-cmp"
3758   comparisons:
3759     - title: "2005.0-5 vs 2005.0-4"
3760       reference: 2
3761       compare: 3
3762 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3763     - title: "2009.0-5 vs 2005.0-5"
3764       reference: 3
3765       compare: 4
3766 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3767   legend:
3768     - ''
3769     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3770     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3771     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3772     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3773     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3774
3775 # VPP Performance Changes 3n-skx 2t1c pdr
3776 - type: "table"
3777   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3778   algorithm: "table_comparison"
3779   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3781   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3782   columns:
3783     - title: "2001.0-4"
3784       data-set: "vpp-performance-changes-3n-skx-h1"
3785     - title: "2005.0-4"
3786       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3787     - title: "2005.0-5"
3788       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3789     - title: "2009.0-5"
3790       data-set: "vpp-performance-changes-3n-skx-cmp"
3791   comparisons:
3792     - title: "2005.0-5 vs 2005.0-4"
3793       reference: 2
3794       compare: 3
3795 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3796     - title: "2009.0-5 vs 2005.0-5"
3797       reference: 3
3798       compare: 4
3799 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3800   legend:
3801     - ''
3802     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3803     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3804     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3805     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3806     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3807
3808 # VPP Performance Changes 3n-skx 4t2c pdr
3809 - type: "table"
3810   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3811   algorithm: "table_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3814   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3815   columns:
3816     - title: "2001.0-4"
3817       data-set: "vpp-performance-changes-3n-skx-h1"
3818     - title: "2005.0-4"
3819       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3820     - title: "2005.0-5"
3821       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3822     - title: "2009.0-5"
3823       data-set: "vpp-performance-changes-3n-skx-cmp"
3824   comparisons:
3825     - title: "2005.0-5 vs 2005.0-4"
3826       reference: 2
3827       compare: 3
3828 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3829     - title: "2009.0-5 vs 2005.0-5"
3830       reference: 3
3831       compare: 4
3832 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3833   legend:
3834     - ''
3835     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3836     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3837     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3838     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3839     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3840
3841 # VPP Performance Changes 3n-skx 2t1c ndr
3842 - type: "table"
3843   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3844   algorithm: "table_comparison"
3845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3847   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3848   columns:
3849     - title: "2001.0-4"
3850       data-set: "vpp-performance-changes-3n-skx-h1"
3851     - title: "2005.0-4"
3852       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3853     - title: "2005.0-5"
3854       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3855     - title: "2009.0-5"
3856       data-set: "vpp-performance-changes-3n-skx-cmp"
3857   comparisons:
3858     - title: "2005.0-5 vs 2005.0-4"
3859       reference: 2
3860       compare: 3
3861 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3862     - title: "2009.0-5 vs 2005.0-5"
3863       reference: 3
3864       compare: 4
3865 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3866   legend:
3867     - ''
3868     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3869     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3870     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3871     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3872     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3873
3874 # VPP Performance Changes 3n-skx 4t2c ndr
3875 - type: "table"
3876   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3877   algorithm: "table_comparison"
3878   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3880   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3881   columns:
3882     - title: "2001.0-4"
3883       data-set: "vpp-performance-changes-3n-skx-h1"
3884     - title: "2005.0-4"
3885       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3886     - title: "2005.0-5"
3887       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3888     - title: "2009.0-5"
3889       data-set: "vpp-performance-changes-3n-skx-cmp"
3890   comparisons:
3891     - title: "2005.0-5 vs 2005.0-4"
3892       reference: 2
3893       compare: 3
3894 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3895     - title: "2009.0-5 vs 2005.0-5"
3896       reference: 3
3897       compare: 4
3898 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3899   legend:
3900     - ''
3901     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3902     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3903     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3904     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3905     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3906
3907 # VPP Performance Changes 2n-skx 2t1c pdr
3908 - type: "table"
3909   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3910   algorithm: "table_comparison"
3911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3913   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3914   columns:
3915     - title: "2001.0-4"
3916       data-set: "vpp-performance-changes-2n-skx-h1"
3917     - title: "2005.0-4"
3918       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3919     - title: "2005.0-5"
3920       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3921     - title: "2009.0-5"
3922       data-set: "vpp-performance-changes-2n-skx-cmp"
3923   comparisons:
3924     - title: "2005.0-5 vs 2005.0-4"
3925       reference: 2
3926       compare: 3
3927 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3928     - title: "2009.0-5 vs 2005.0-5"
3929       reference: 3
3930       compare: 4
3931 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3932   legend:
3933     - ''
3934     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3935     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3936     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3937     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3938     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3939
3940 # VPP Performance Changes 2n-skx 4t2c pdr
3941 - type: "table"
3942   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3943   algorithm: "table_comparison"
3944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3946   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3947   columns:
3948     - title: "2001.0-4"
3949       data-set: "vpp-performance-changes-2n-skx-h1"
3950     - title: "2005.0-4"
3951       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3952     - title: "2005.0-5"
3953       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3954     - title: "2009.0-5"
3955       data-set: "vpp-performance-changes-2n-skx-cmp"
3956   comparisons:
3957     - title: "2005.0-5 vs 2005.0-4"
3958       reference: 2
3959       compare: 3
3960 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3961     - title: "2009.0-5 vs 2005.0-5"
3962       reference: 3
3963       compare: 4
3964 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3965   legend:
3966     - ''
3967     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3968     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3969     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3970     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3971     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3972
3973 # VPP Performance Changes 2n-skx 2t1c ndr
3974 - type: "table"
3975   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3976   algorithm: "table_comparison"
3977   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3979   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3980   columns:
3981     - title: "2001.0-4"
3982       data-set: "vpp-performance-changes-2n-skx-h1"
3983     - title: "2005.0-4"
3984       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3985     - title: "2005.0-5"
3986       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3987     - title: "2009.0-5"
3988       data-set: "vpp-performance-changes-2n-skx-cmp"
3989   comparisons:
3990     - title: "2005.0-5 vs 2005.0-4"
3991       reference: 2
3992       compare: 3
3993 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3994     - title: "2009.0-5 vs 2005.0-5"
3995       reference: 3
3996       compare: 4
3997 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3998   legend:
3999     - ''
4000     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4001     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4002     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4003     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4004     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4005
4006 # VPP Performance Changes 2n-skx 4t2c ndr
4007 - type: "table"
4008   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4009   algorithm: "table_comparison"
4010   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4012   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4013   columns:
4014     - title: "2001.0-4"
4015       data-set: "vpp-performance-changes-2n-skx-h1"
4016     - title: "2005.0-4"
4017       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4018     - title: "2005.0-5"
4019       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4020     - title: "2009.0-5"
4021       data-set: "vpp-performance-changes-2n-skx-cmp"
4022   comparisons:
4023     - title: "2005.0-5 vs 2005.0-4"
4024       reference: 2
4025       compare: 3
4026 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4027     - title: "2009.0-5 vs 2005.0-5"
4028       reference: 3
4029       compare: 4
4030 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4031   legend:
4032     - ''
4033     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4034     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4035     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4036     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4037     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4038
4039 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4040 - type: "table"
4041   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4042   algorithm: "table_comparison"
4043   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4045   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4046   columns:
4047     - title: "2001.0-4"
4048       data-set: "vpp-performance-changes-2n-clx-h1"
4049     - title: "2005.0-4"
4050       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4051     - title: "2005.0-5"
4052       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4053     - title: "2009.0-5"
4054       data-set: "vpp-performance-changes-2n-clx-cmp"
4055   comparisons:
4056     - title: "2005.0-5 vs 2005.0-4"
4057       reference: 2
4058       compare: 3
4059 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4060     - title: "2009.0-5 vs 2005.0-5"
4061       reference: 3
4062       compare: 4
4063 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4064   legend:
4065     - ''
4066     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4067     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4068     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4069     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4070     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4071
4072 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4073 - type: "table"
4074   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4075   algorithm: "table_comparison"
4076   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4077   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4078   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4079   columns:
4080     - title: "2001.0-4"
4081       data-set: "vpp-performance-changes-2n-clx-h1"
4082     - title: "2005.0-4"
4083       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4084     - title: "2005.0-5"
4085       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4086     - title: "2009.0-5"
4087       data-set: "vpp-performance-changes-2n-clx-cmp"
4088   comparisons:
4089     - title: "2005.0-5 vs 2005.0-4"
4090       reference: 2
4091       compare: 3
4092 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4093     - title: "2009.0-5 vs 2005.0-5"
4094       reference: 3
4095       compare: 4
4096 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4097   legend:
4098     - ''
4099     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4100     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4101     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4102     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4103     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4104
4105 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4106 - type: "table"
4107   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4108   algorithm: "table_comparison"
4109   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4111   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4112   columns:
4113     - title: "2001.0-4"
4114       data-set: "vpp-performance-changes-2n-clx-h1"
4115     - title: "2005.0-4"
4116       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4117     - title: "2005.0-5"
4118       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4119     - title: "2009.0-5"
4120       data-set: "vpp-performance-changes-2n-clx-cmp"
4121   comparisons:
4122     - title: "2005.0-5 vs 2005.0-4"
4123       reference: 2
4124       compare: 3
4125 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4126     - title: "2009.0-5 vs 2005.0-5"
4127       reference: 3
4128       compare: 4
4129 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4130   legend:
4131     - ''
4132     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4133     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4134     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4135     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4136     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4137
4138 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4139 - type: "table"
4140   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4141   algorithm: "table_comparison"
4142   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4144   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4145   columns:
4146     - title: "2001.0-4"
4147       data-set: "vpp-performance-changes-2n-clx-h1"
4148     - title: "2005.0-4"
4149       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4150     - title: "2005.0-5"
4151       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4152     - title: "2009.0-5"
4153       data-set: "vpp-performance-changes-2n-clx-cmp"
4154   comparisons:
4155     - title: "2005.0-5 vs 2005.0-4"
4156       reference: 2
4157       compare: 3
4158 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4159     - title: "2009.0-5 vs 2005.0-5"
4160       reference: 3
4161       compare: 4
4162 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4163   legend:
4164     - ''
4165     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4166     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4167     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4168     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4169     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4170
4171 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4172 #- type: "table"
4173 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4174 #  algorithm: "table_comparison"
4175 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4176 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4177 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4178 #  columns:
4179 #    - title: "2001.0-2"
4180 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4181 #    - title: "2005.0-3"
4182 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4183 #  comparisons:
4184 #    - title: "Diff"
4185 #      reference: 1
4186 #      compare: 2
4187 #  legend:
4188 #    - ''
4189 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4190 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4191 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4192 #    - '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.'
4193 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4194 #
4195 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4196 #- type: "table"
4197 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4198 #  algorithm: "table_comparison"
4199 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4200 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4201 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4202 #  columns:
4203 #    - title: "2001.0-2"
4204 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4205 #    - title: "2005.0-3"
4206 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4207 #  comparisons:
4208 #    - title: "Diff"
4209 #      reference: 1
4210 #      compare: 2
4211 #  legend:
4212 #    - ''
4213 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4214 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4215 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4216 #    - '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.'
4217 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4218 #
4219 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4220 #- type: "table"
4221 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4222 #  algorithm: "table_comparison"
4223 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4224 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4225 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4226 #  columns:
4227 #    - title: "2001.0-2"
4228 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4229 #    - title: "2005.0-3"
4230 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4231 #  comparisons:
4232 #    - title: "Diff"
4233 #      reference: 1
4234 #      compare: 2
4235 #  legend:
4236 #    - ''
4237 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4238 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4239 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4240 #    - '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.'
4241 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4242 #
4243 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4244 #- type: "table"
4245 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4246 #  algorithm: "table_comparison"
4247 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4248 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4249 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4250 #  columns:
4251 #    - title: "2001.0-2"
4252 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4253 #    - title: "2005.0-3"
4254 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4255 #  comparisons:
4256 #    - title: "Diff"
4257 #      reference: 1
4258 #      compare: 2
4259 #  legend:
4260 #    - ''
4261 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4262 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4263 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4264 #    - '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.'
4265 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4266
4267 # VPP Performance Changes 2n-dnv 1t1c pdr
4268 - type: "table"
4269   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4270   algorithm: "table_comparison"
4271   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4273   filter: "'1T1C'"
4274   columns:
4275     - title: "2001.0-2"
4276       data-set: "vpp-performance-changes-2n-dnv-h1"
4277     - title: "2005.0-5"
4278       data-set: "vpp-performance-changes-2n-dnv-ref"
4279     - title: "2009.0-5"
4280       data-set: "vpp-performance-changes-2n-dnv-cmp"
4281   comparisons:
4282     - title: "2009.0-5 vs 2005.0-5"
4283       reference: 2
4284       compare: 3
4285   legend:
4286     - ''
4287     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4288     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4289     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4290     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4291
4292 # VPP Performance Changes 2n-dnv 2t2c pdr
4293 - type: "table"
4294   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4295   algorithm: "table_comparison"
4296   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4298   filter: "'2T2C'"
4299   columns:
4300     - title: "2001.0-2"
4301       data-set: "vpp-performance-changes-2n-dnv-h1"
4302     - title: "2005.0-5"
4303       data-set: "vpp-performance-changes-2n-dnv-ref"
4304     - title: "2009.0-5"
4305       data-set: "vpp-performance-changes-2n-dnv-cmp"
4306   comparisons:
4307     - title: "2009.0-5 vs 2005.0-5"
4308       reference: 2
4309       compare: 3
4310   legend:
4311     - ''
4312     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4313     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4314     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4315     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4316
4317 # VPP Performance Changes 2n-dnv 1t1c ndr
4318 - type: "table"
4319   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4320   algorithm: "table_comparison"
4321   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4323   filter: "'1T1C'"
4324   columns:
4325     - title: "2001.0-2"
4326       data-set: "vpp-performance-changes-2n-dnv-h1"
4327     - title: "2005.0-5"
4328       data-set: "vpp-performance-changes-2n-dnv-ref"
4329     - title: "2009.0-5"
4330       data-set: "vpp-performance-changes-2n-dnv-cmp"
4331   comparisons:
4332     - title: "2009.0-5 vs 2005.0-5"
4333       reference: 2
4334       compare: 3
4335   legend:
4336     - ''
4337     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4338     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4339     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4340     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4341
4342 # VPP Performance Changes 2n-dnv 2t2c ndr
4343 - type: "table"
4344   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4345   algorithm: "table_comparison"
4346   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4348   filter: "'2T2C'"
4349   columns:
4350     - title: "2001.0-2"
4351       data-set: "vpp-performance-changes-2n-dnv-h1"
4352     - title: "2005.0-5"
4353       data-set: "vpp-performance-changes-2n-dnv-ref"
4354     - title: "2009.0-5"
4355       data-set: "vpp-performance-changes-2n-dnv-cmp"
4356   comparisons:
4357     - title: "2009.0-5 vs 2005.0-5"
4358       reference: 2
4359       compare: 3
4360   legend:
4361     - ''
4362     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4363     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4364     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4365     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4366
4367 # VPP Performance Changes 3n-dnv 1t1c pdr
4368 - type: "table"
4369   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4370   algorithm: "table_comparison"
4371   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4372   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4373   filter: "'1T1C'"
4374   columns:
4375     - title: "2001.0-2"
4376       data-set: "vpp-performance-changes-3n-dnv-h1"
4377     - title: "2005.0-5"
4378       data-set: "vpp-performance-changes-3n-dnv-ref"
4379     - title: "2009.0-5"
4380       data-set: "vpp-performance-changes-3n-dnv-cmp"
4381   comparisons:
4382     - title: "2009.0-5 vs 2005.0-5"
4383       reference: 2
4384       compare: 3
4385   legend:
4386     - ''
4387     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4388     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4389     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4390     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4391
4392 # VPP Performance Changes 3n-dnv 2t2c pdr
4393 - type: "table"
4394   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4395   algorithm: "table_comparison"
4396   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4398   filter: "'2T2C'"
4399   columns:
4400     - title: "2001.0-2"
4401       data-set: "vpp-performance-changes-3n-dnv-h1"
4402     - title: "2005.0-5"
4403       data-set: "vpp-performance-changes-3n-dnv-ref"
4404     - title: "2009.0-5"
4405       data-set: "vpp-performance-changes-3n-dnv-cmp"
4406   comparisons:
4407     - title: "2009.0-5 vs 2005.0-5"
4408       reference: 2
4409       compare: 3
4410   legend:
4411     - ''
4412     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4413     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4414     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4415     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4416
4417 # VPP Performance Changes 3n-dnv 1t1c ndr
4418 - type: "table"
4419   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4420   algorithm: "table_comparison"
4421   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4423   filter: "'1T1C'"
4424   columns:
4425     - title: "2001.0-2"
4426       data-set: "vpp-performance-changes-3n-dnv-h1"
4427     - title: "2005.0-5"
4428       data-set: "vpp-performance-changes-3n-dnv-ref"
4429     - title: "2009.0-5"
4430       data-set: "vpp-performance-changes-3n-dnv-cmp"
4431   comparisons:
4432     - title: "2009.0-5 vs 2005.0-5"
4433       reference: 2
4434       compare: 3
4435   legend:
4436     - ''
4437     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4438     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4439     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4440     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4441
4442 # VPP Performance Changes 3n-dnv 2t2c ndr
4443 - type: "table"
4444   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4445   algorithm: "table_comparison"
4446   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4448   filter: "'2T2C'"
4449   columns:
4450     - title: "2001.0-2"
4451       data-set: "vpp-performance-changes-3n-dnv-h1"
4452     - title: "2005.0-5"
4453       data-set: "vpp-performance-changes-3n-dnv-ref"
4454     - title: "2009.0-5"
4455       data-set: "vpp-performance-changes-3n-dnv-cmp"
4456   comparisons:
4457     - title: "2009.0-5 vs 2005.0-5"
4458       reference: 2
4459       compare: 3
4460   legend:
4461     - ''
4462     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4463     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4464     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4465     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4466
4467 # VPP Performance Changes 3n-tsh 1t1c pdr
4468 - type: "table"
4469   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4470   algorithm: "table_comparison"
4471   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4473   filter: "'1T1C'"
4474   columns:
4475     - title: "2001.0-4"
4476       data-set: "vpp-performance-changes-3n-tsh-h1"
4477     - title: "2005.0-4"
4478       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4479     - title: "2005.0-5"
4480       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4481     - title: "2009.0-5"
4482       data-set: "vpp-performance-changes-3n-tsh-cmp"
4483   comparisons:
4484     - title: "2005.0-5 vs 2005.0-4"
4485       reference: 2
4486       compare: 3
4487 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4488     - title: "2009.0-5 vs 2005.0-5"
4489       reference: 3
4490       compare: 4
4491 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4492   legend:
4493     - ''
4494     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4495     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4496     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4497     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4498     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4499
4500 # VPP Performance Changes 3n-tsh 2t2c pdr
4501 - type: "table"
4502   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4503   algorithm: "table_comparison"
4504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4506   filter: "'2T2C'"
4507   columns:
4508     - title: "2001.0-4"
4509       data-set: "vpp-performance-changes-3n-tsh-h1"
4510     - title: "2005.0-4"
4511       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4512     - title: "2005.0-5"
4513       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4514     - title: "2009.0-5"
4515       data-set: "vpp-performance-changes-3n-tsh-cmp"
4516   comparisons:
4517     - title: "2005.0-5 vs 2005.0-4"
4518       reference: 2
4519       compare: 3
4520 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4521     - title: "2009.0-5 vs 2005.0-5"
4522       reference: 3
4523       compare: 4
4524 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4525   legend:
4526     - ''
4527     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4528     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4529     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4530     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4531     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4532
4533 # VPP Performance Changes 3n-tsh 1t1c ndr
4534 - type: "table"
4535   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4536   algorithm: "table_comparison"
4537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4538   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4539   filter: "'1T1C'"
4540   columns:
4541     - title: "2001.0-4"
4542       data-set: "vpp-performance-changes-3n-tsh-h1"
4543     - title: "2005.0-4"
4544       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4545     - title: "2005.0-5"
4546       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4547     - title: "2009.0-5"
4548       data-set: "vpp-performance-changes-3n-tsh-cmp"
4549   comparisons:
4550     - title: "2005.0-5 vs 2005.0-4"
4551       reference: 2
4552       compare: 3
4553 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4554     - title: "2009.0-5 vs 2005.0-5"
4555       reference: 3
4556       compare: 4
4557 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4558   legend:
4559     - ''
4560     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
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-tsh 2t2c ndr
4567 - type: "table"
4568   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4569   algorithm: "table_comparison"
4570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4572   filter: "'2T2C'"
4573   columns:
4574     - title: "2001.0-4"
4575       data-set: "vpp-performance-changes-3n-tsh-h1"
4576     - title: "2005.0-4"
4577       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4578     - title: "2005.0-5"
4579       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4580     - title: "2009.0-5"
4581       data-set: "vpp-performance-changes-3n-tsh-cmp"
4582   comparisons:
4583     - title: "2005.0-5 vs 2005.0-4"
4584       reference: 2
4585       compare: 3
4586 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4587     - title: "2009.0-5 vs 2005.0-5"
4588       reference: 3
4589       compare: 4
4590 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4591   legend:
4592     - ''
4593     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
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 Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4600 - type: "table"
4601   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4602   algorithm: "table_comparison"
4603   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4604   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4605   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4606   columns:
4607     - title: "3n-hsw xl710"
4608       data-set: "vpp-compare-testbeds-ref"
4609       tag: "NIC_Intel-XL710"
4610     - title: "3n-skx xxv710"
4611       data-set: "vpp-compare-testbeds-cmp"
4612       tag: "NIC_Intel-XXV710"
4613   comparisons:
4614     - title: "Diff"
4615       reference: 1
4616       compare: 2
4617   legend:
4618     - ""
4619     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4620     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4621
4622 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4623 - type: "table"
4624   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4625   algorithm: "table_comparison"
4626   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4628   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4629   columns:
4630     - title: "3n-hsw xl710"
4631       data-set: "vpp-compare-testbeds-ref"
4632       tag: "NIC_Intel-XL710"
4633     - title: "3n-skx xxv710"
4634       data-set: "vpp-compare-testbeds-cmp"
4635       tag: "NIC_Intel-XXV710"
4636   comparisons:
4637     - title: "Diff"
4638       reference: 1
4639       compare: 2
4640   legend:
4641     - ""
4642     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4643     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4644
4645 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4646 - type: "table"
4647   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4648   algorithm: "table_comparison"
4649   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4650   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4651   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4652   columns:
4653     - title: "3n-hsw xl710"
4654       data-set: "vpp-compare-testbeds-ref"
4655       tag: "NIC_Intel-XL710"
4656     - title: "3n-skx xxv710"
4657       data-set: "vpp-compare-testbeds-cmp"
4658       tag: "NIC_Intel-XXV710"
4659   comparisons:
4660     - title: "Diff"
4661       reference: 1
4662       compare: 2
4663   legend:
4664     - ""
4665     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4666     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4667
4668 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4669 - type: "table"
4670   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4671   algorithm: "table_comparison"
4672   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4673   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4674   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4675   columns:
4676     - title: "3n-hsw xl710"
4677       data-set: "vpp-compare-testbeds-ref"
4678       tag: "NIC_Intel-XL710"
4679     - title: "3n-skx xxv710"
4680       data-set: "vpp-compare-testbeds-cmp"
4681       tag: "NIC_Intel-XXV710"
4682   comparisons:
4683     - title: "Diff"
4684       reference: 1
4685       compare: 2
4686   legend:
4687     - ""
4688     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4689     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4690
4691 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4692 - type: "table"
4693   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4694   algorithm: "table_comparison"
4695   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4697   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4698   columns:
4699     - title: "2n-skx"
4700       data-set: "vpp-compare-testbeds-skx-clx-ref"
4701     - title: "2n-clx"
4702       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4703   comparisons:
4704     - title: "Diff"
4705       reference: 1
4706       compare: 2
4707   legend:
4708     - ""
4709     - "2n-skx, 2n-clx - testbeds and NICs tested."
4710     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4711
4712 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4713 - type: "table"
4714   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4715   algorithm: "table_comparison"
4716   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4718   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4719   columns:
4720     - title: "2n-skx"
4721       data-set: "vpp-compare-testbeds-skx-clx-ref"
4722     - title: "2n-clx"
4723       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4724   comparisons:
4725     - title: "Diff"
4726       reference: 1
4727       compare: 2
4728   legend:
4729     - ""
4730     - "2n-skx, 2n-clx - testbeds and NICs tested."
4731     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4732
4733 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4734 - type: "table"
4735   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4736   algorithm: "table_comparison"
4737   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4739   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4740   columns:
4741     - title: "2n-skx"
4742       data-set: "vpp-compare-testbeds-skx-clx-ref"
4743     - title: "2n-clx"
4744       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4745   comparisons:
4746     - title: "Diff"
4747       reference: 1
4748       compare: 2
4749   legend:
4750     - ""
4751     - "2n-skx, 2n-clx - testbeds and NICs tested."
4752     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4753
4754 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4755 - type: "table"
4756   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4757   algorithm: "table_comparison"
4758   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4760   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4761   columns:
4762     - title: "2n-skx"
4763       data-set: "vpp-compare-testbeds-skx-clx-ref"
4764     - title: "2n-clx"
4765       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4766   comparisons:
4767     - title: "Diff"
4768       reference: 1
4769       compare: 2
4770   legend:
4771     - ""
4772     - "2n-skx, 2n-clx - testbeds and NICs tested."
4773     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4774
4775 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4776 - type: "table"
4777   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4778   algorithm: "table_comparison"
4779   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4781   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4782   columns:
4783     - title: "3n-hsw xl710"
4784       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4785       tag: "NIC_Intel-XL710"
4786     - title: "2n-clx xxv710"
4787       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4788       tag: "NIC_Intel-XXV710"
4789   comparisons:
4790     - title: "Diff"
4791       reference: 1
4792       compare: 2
4793   legend:
4794     - ""
4795     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4796     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4797
4798 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4799 - type: "table"
4800   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4801   algorithm: "table_comparison"
4802   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4804   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4805   columns:
4806     - title: "3n-hsw xl710"
4807       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4808       tag: "NIC_Intel-XL710"
4809     - title: "2n-clx xxv710"
4810       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4811       tag: "NIC_Intel-XXV710"
4812   comparisons:
4813     - title: "Diff"
4814       reference: 1
4815       compare: 2
4816   legend:
4817     - ""
4818     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4819     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4820
4821 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4822 - type: "table"
4823   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4824   algorithm: "table_comparison"
4825   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4827   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4828   columns:
4829     - title: "3n-hsw xl710"
4830       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4831       tag: "NIC_Intel-XL710"
4832     - title: "2n-clx xxv710"
4833       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4834       tag: "NIC_Intel-XXV710"
4835   comparisons:
4836     - title: "Diff"
4837       reference: 1
4838       compare: 2
4839   legend:
4840     - ""
4841     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4842     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4843
4844 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4845 - type: "table"
4846   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4847   algorithm: "table_comparison"
4848   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4850   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4851   columns:
4852     - title: "3n-hsw xl710"
4853       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4854       tag: "NIC_Intel-XL710"
4855     - title: "2n-clx xxv710"
4856       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4857       tag: "NIC_Intel-XXV710"
4858   comparisons:
4859     - title: "Diff"
4860       reference: 1
4861       compare: 2
4862   legend:
4863     - ""
4864     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4865     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4866
4867 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4868 - type: "table"
4869   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4870   algorithm: "table_comparison"
4871   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4873   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4874   columns:
4875     - title: "3n-skx"
4876       data-set: "vpp-compare-topologies-ref"
4877     - title: "2n-skx"
4878       data-set: "vpp-compare-topologies-cmp"
4879   comparisons:
4880     - title: "Diff"
4881       reference: 1
4882       compare: 2
4883   legend:
4884     - ""
4885     - "3n-skx, 2n-skx - topologies tested."
4886     - "Diff - difference between 3n-skx and 2n-skx topologies."
4887
4888 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4889 - type: "table"
4890   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4891   algorithm: "table_comparison"
4892   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4894   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4895   columns:
4896     - title: "3n-skx"
4897       data-set: "vpp-compare-topologies-ref"
4898     - title: "2n-skx"
4899       data-set: "vpp-compare-topologies-cmp"
4900   comparisons:
4901     - title: "Diff"
4902       reference: 1
4903       compare: 2
4904   legend:
4905     - ""
4906     - "3n-skx, 2n-skx - topologies tested."
4907     - "Diff - difference between 3n-skx and 2n-skx topologies."
4908
4909 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4910 - type: "table"
4911   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4912   algorithm: "table_comparison"
4913   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4915   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4916   columns:
4917     - title: "3n-skx"
4918       data-set: "vpp-compare-topologies-ref"
4919     - title: "2n-skx"
4920       data-set: "vpp-compare-topologies-cmp"
4921   comparisons:
4922     - title: "Diff"
4923       reference: 1
4924       compare: 2
4925   legend:
4926     - ""
4927     - "3n-skx, 2n-skx - topologies tested."
4928     - "Diff - difference between 3n-skx and 2n-skx topologies."
4929
4930 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4931 - type: "table"
4932   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4933   algorithm: "table_comparison"
4934   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4936   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4937   columns:
4938     - title: "3n-skx"
4939       data-set: "vpp-compare-topologies-ref"
4940     - title: "2n-skx"
4941       data-set: "vpp-compare-topologies-cmp"
4942   comparisons:
4943     - title: "Diff"
4944       reference: 1
4945       compare: 2
4946   legend:
4947     - ""
4948     - "3n-skx, 2n-skx - topologies tested."
4949     - "Diff - difference between 3n-skx and 2n-skx topologies."
4950
4951 # VPP Performance Changes 3n-hsw 1t1c mrr
4952 - type: "table"
4953   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4954   algorithm: "table_comparison"
4955   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4957   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4958   columns:
4959     - title: "2001.0-2"
4960       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4961     - title: "2005.0-4"
4962       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4963     - title: "2005.0-5"
4964       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4965     - title: "2009.0-5"
4966       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4967   comparisons:
4968     - title: "2005.0-5 vs 2005.0-4"
4969       reference: 2
4970       compare: 3
4971 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4972     - title: "2009.0-5 vs 2005.0-5"
4973       reference: 3
4974       compare: 4
4975 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4976   legend:
4977     - ''
4978     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4979     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4980     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4981     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4982     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4983
4984 # VPP Performance Changes 3n-hsw 2t2c mrr
4985 - type: "table"
4986   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4987   algorithm: "table_comparison"
4988   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4990   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4991   columns:
4992     - title: "2001.0-2"
4993       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4994     - title: "2005.0-4"
4995       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4996     - title: "2005.0-5"
4997       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4998     - title: "2009.0-5"
4999       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5000   comparisons:
5001     - title: "2005.0-5 vs 2005.0-4"
5002       reference: 2
5003       compare: 3
5004 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5005     - title: "2009.0-5 vs 2005.0-5"
5006       reference: 3
5007       compare: 4
5008 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5009   legend:
5010     - ''
5011     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5012     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5013     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5014     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5015     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5016
5017 # VPP Performance Changes 3n-hsw 4t4c mrr
5018 - type: "table"
5019   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5020   algorithm: "table_comparison"
5021   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5023   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5024   columns:
5025     - title: "2001.0-2"
5026       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5027     - title: "2005.0-4"
5028       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5029     - title: "2005.0-5"
5030       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5031     - title: "2009.0-5"
5032       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5033   comparisons:
5034     - title: "2005.0-5 vs 2005.0-4"
5035       reference: 2
5036       compare: 3
5037 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5038     - title: "2009.0-5 vs 2005.0-5"
5039       reference: 3
5040       compare: 4
5041 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5042   legend:
5043     - ''
5044     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5045     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5046     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5047     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5048     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5049
5050 # VPP Performance Changes 3n-skx 2t1c mrr
5051 - type: "table"
5052   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5053   algorithm: "table_comparison"
5054   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5055   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5056   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5057   columns:
5058     - title: "2001.0-2"
5059       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5060     - title: "2005.0-4"
5061       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5062     - title: "2005.0-5"
5063       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5064     - title: "2009.0-5"
5065       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5066   comparisons:
5067     - title: "2005.0-5 vs 2005.0-4"
5068       reference: 2
5069       compare: 3
5070 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5071     - title: "2009.0-5 vs 2005.0-5"
5072       reference: 2
5073       compare: 3
5074 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5075   legend:
5076     - ''
5077     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5078     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5079     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5080     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5081     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5082
5083 # VPP Performance Changes 3n-skx 4t2c mrr
5084 - type: "table"
5085   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5086   algorithm: "table_comparison"
5087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5089   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5090   columns:
5091     - title: "2001.0-2"
5092       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5093     - title: "2005.0-4"
5094       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5095     - title: "2005.0-5"
5096       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5097     - title: "2009.0-5"
5098       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5099   comparisons:
5100     - title: "2005.0-5 vs 2005.0-4"
5101       reference: 2
5102       compare: 3
5103 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5104     - title: "2009.0-5 vs 2005.0-5"
5105       reference: 2
5106       compare: 3
5107 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5108   legend:
5109     - ''
5110     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5111     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5112     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5113     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5114     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5115
5116 # VPP Performance Changes 3n-skx 8t4c mrr
5117 - type: "table"
5118   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5119   algorithm: "table_comparison"
5120   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5122   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5123   columns:
5124     - title: "2001.0-2"
5125       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5126     - title: "2005.0-4"
5127       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5128     - title: "2005.0-5"
5129       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5130     - title: "2009.0-5"
5131       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5132   comparisons:
5133     - title: "2005.0-5 vs 2005.0-4"
5134       reference: 2
5135       compare: 3
5136 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5137     - title: "2009.0-5 vs 2005.0-5"
5138       reference: 2
5139       compare: 3
5140 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5141   legend:
5142     - ''
5143     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5144     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5145     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5146     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5147     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5148
5149 # VPP Performance Changes 2n-skx 2t1c mrr
5150 - type: "table"
5151   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5152   algorithm: "table_comparison"
5153   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5154   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5155   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5156   columns:
5157     - title: "2001.0-2"
5158       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5159     - title: "2005.0-4"
5160       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5161     - title: "2005.0-5"
5162       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5163     - title: "2009.0-5"
5164       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5165   comparisons:
5166     - title: "2005.0-5 vs 2005.0-4"
5167       reference: 2
5168       compare: 3
5169 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5170     - title: "2009.0-5 vs 2005.0-4"
5171       reference: 3
5172       compare: 4
5173 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5174   legend:
5175     - ''
5176     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5177     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5178     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5179     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5180     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5181
5182 # VPP Performance Changes 2n-skx 4t2c mrr
5183 - type: "table"
5184   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5185   algorithm: "table_comparison"
5186   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5187   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5188   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5189   columns:
5190     - title: "2001.0-2"
5191       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5192     - title: "2005.0-4"
5193       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5194     - title: "2005.0-5"
5195       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5196     - title: "2009.0-5"
5197       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5198   comparisons:
5199     - title: "2005.0-5 vs 2005.0-4"
5200       reference: 2
5201       compare: 3
5202 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5203     - title: "2009.0-5 vs 2005.0-4"
5204       reference: 3
5205       compare: 4
5206 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5207   legend:
5208     - ''
5209     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5210     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5211     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5212     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5213     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5214
5215 # VPP Performance Changes 2n-skx 8t4c mrr
5216 - type: "table"
5217   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5218   algorithm: "table_comparison"
5219   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5221   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5222   columns:
5223     - title: "2001.0-2"
5224       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5225     - title: "2005.0-4"
5226       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5227     - title: "2005.0-5"
5228       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5229     - title: "2009.0-5"
5230       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5231   comparisons:
5232     - title: "2005.0-5 vs 2005.0-4"
5233       reference: 2
5234       compare: 3
5235 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5236     - title: "2009.0-5 vs 2005.0-4"
5237       reference: 3
5238       compare: 4
5239 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5240   legend:
5241     - ''
5242     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5243     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5244     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5245     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5246     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5247
5248 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5249 - type: "table"
5250   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5251   algorithm: "table_comparison"
5252   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5253   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5254   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5255   columns:
5256     - title: "2001.0-2"
5257       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5258     - title: "2005.0-4"
5259       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5260     - title: "2005.0-5"
5261       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5262     - title: "2009.0-5"
5263       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5264   comparisons:
5265     - title: "2005.0-5 vs 2005.0-4"
5266       reference: 2
5267       compare: 3
5268 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5269     - title: "2009.0-5 vs 2005.0-5"
5270       reference: 3
5271       compare: 4
5272 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5273   legend:
5274     - ''
5275     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5276     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5277     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5278     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5279     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5280
5281 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5282 - type: "table"
5283   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5284   algorithm: "table_comparison"
5285   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5286   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5287   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5288   columns:
5289     - title: "2001.0-2"
5290       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5291     - title: "2005.0-4"
5292       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5293     - title: "2005.0-5"
5294       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5295     - title: "2009.0-5"
5296       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5297   comparisons:
5298     - title: "2005.0-5 vs 2005.0-4"
5299       reference: 2
5300       compare: 3
5301 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5302     - title: "2009.0-5 vs 2005.0-5"
5303       reference: 3
5304       compare: 4
5305 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5306   legend:
5307     - ''
5308     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5309     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5310     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5311     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5312     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5313
5314 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5315 - type: "table"
5316   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5317   algorithm: "table_comparison"
5318   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5320   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5321   columns:
5322     - title: "2001.0-2"
5323       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5324     - title: "2005.0-4"
5325       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5326     - title: "2005.0-5"
5327       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5328     - title: "2009.0-5"
5329       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5330   comparisons:
5331     - title: "2005.0-5 vs 2005.0-4"
5332       reference: 2
5333       compare: 3
5334 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5335     - title: "2009.0-5 vs 2005.0-5"
5336       reference: 3
5337       compare: 4
5338 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5339   legend:
5340     - ''
5341     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5342     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5343     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5344     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5345     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5346
5347 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5348 #- type: "table"
5349 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5350 #  algorithm: "table_comparison"
5351 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5352 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5353 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5354 #  columns:
5355 #    - title: "2001"
5356 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5357 #    - title: "2005"
5358 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5359 #  comparisons:
5360 #    - title: "Diff"
5361 #      reference: 1
5362 #      compare: 2
5363 #  legend:
5364 #    - ""
5365 #    - "2001, 2005 - VPP versions tested."
5366 #    - "Diff - difference between 2001 and 2005 VPP version."
5367 #
5368 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5369 #- type: "table"
5370 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5371 #  algorithm: "table_comparison"
5372 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5373 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5374 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5375 #  columns:
5376 #    - title: "2001"
5377 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5378 #    - title: "2005"
5379 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5380 #  comparisons:
5381 #    - title: "Diff"
5382 #      reference: 1
5383 #      compare: 2
5384 #  legend:
5385 #    - ""
5386 #    - "2001, 2005 - VPP versions tested."
5387 #    - "Diff - difference between 2001 and 2005 VPP version."
5388 #
5389 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5390 #- type: "table"
5391 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5392 #  algorithm: "table_comparison"
5393 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5394 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5395 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5396 #  columns:
5397 #    - title: "2001"
5398 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5399 #    - title: "2005"
5400 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5401 #  comparisons:
5402 #    - title: "Diff"
5403 #      reference: 1
5404 #      compare: 2
5405 #  legend:
5406 #    - ""
5407 #    - "2001, 2005 - VPP versions tested."
5408 #    - "Diff - difference between 2001 and 2005 VPP version."
5409
5410 # VPP Performance Changes 2n-dnv 1t1c mrr
5411 - type: "table"
5412   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5413   algorithm: "table_comparison"
5414   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5416   filter: "'1T1C'"
5417   columns:
5418     - title: "2001.0-2"
5419       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5420     - title: "2005.0-5"
5421       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5422     - title: "2009.0-5"
5423       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5424   comparisons:
5425     - title: "2009.0-5 vs 2005.0-5"
5426       reference: 2
5427       compare: 3
5428   legend:
5429     - ''
5430     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5431     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5432     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5433     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5434
5435 # VPP Performance Changes 2n-dnv 2t2c mrr
5436 - type: "table"
5437   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5438   algorithm: "table_comparison"
5439   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5440   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5441   filter: "'2T2C'"
5442   columns:
5443     - title: "2001.0-2"
5444       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5445     - title: "2005.0-5"
5446       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5447     - title: "2009.0-5"
5448       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5449   comparisons:
5450     - title: "2009.0-5 vs 2005.0-5"
5451       reference: 2
5452       compare: 3
5453   legend:
5454     - ''
5455     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5456     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5457     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5458     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5459
5460 # VPP Performance Changes 2n-dnv 4t4c mrr
5461 - type: "table"
5462   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5463   algorithm: "table_comparison"
5464   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5466   filter: "'4T4C'"
5467   columns:
5468     - title: "2001.0-2"
5469       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5470     - title: "2005.0-5"
5471       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5472     - title: "2009.0-5"
5473       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5474   comparisons:
5475     - title: "2009.0-5 vs 2005.0-5"
5476       reference: 2
5477       compare: 3
5478   legend:
5479     - ''
5480     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5481     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5482     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5483     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5484
5485 # VPP Performance Changes 3n-dnv 1t1c mrr
5486 - type: "table"
5487   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5488   algorithm: "table_comparison"
5489   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5490   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5491   filter: "'1T1C'"
5492   columns:
5493     - title: "2001.0-2"
5494       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5495     - title: "2005.0-5"
5496       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5497     - title: "2009.0-5"
5498       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5499   comparisons:
5500     - title: "2009.0-5 vs 2005.0-5"
5501       reference: 2
5502       compare: 3
5503   legend:
5504     - ''
5505     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5506     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5507     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5508     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5509
5510 # VPP Performance Changes 3n-dnv 2t2c mrr
5511 - type: "table"
5512   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5513   algorithm: "table_comparison"
5514   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5515   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5516   filter: "'2T2C'"
5517   columns:
5518     - title: "2001.0-2"
5519       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5520     - title: "2005.0-5"
5521       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5522     - title: "2009.0-5"
5523       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5524   comparisons:
5525     - title: "2009.0-5 vs 2005.0-5"
5526       reference: 2
5527       compare: 3
5528   legend:
5529     - ''
5530     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5531     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5532     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5533     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5534
5535 # VPP Performance Changes 3n-dnv 4t4c mrr
5536 - type: "table"
5537   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5538   algorithm: "table_comparison"
5539   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5541   filter: "'4T4C'"
5542   columns:
5543     - title: "2001.0-2"
5544       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5545     - title: "2005.0-5"
5546       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5547     - title: "2009.0-5"
5548       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5549   comparisons:
5550     - title: "2009.0-5 vs 2005.0-5"
5551       reference: 2
5552       compare: 3
5553   legend:
5554     - ''
5555     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5556     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5557     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5558     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5559
5560 # VPP Performance Changes 3n-tsh 1t1c mrr
5561 - type: "table"
5562   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5563   algorithm: "table_comparison"
5564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5566   filter: "'1T1C'"
5567   columns:
5568     - title: "2001.0-2"
5569       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5570     - title: "2005.0-4"
5571       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5572     - title: "2005.0-5"
5573       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5574     - title: "2009.0-5"
5575       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5576   comparisons:
5577     - title: "2005.0-5 vs 2005.0-4"
5578       reference: 2
5579       compare: 3
5580 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5581     - title: "2009.0-5 vs 2005.0-5"
5582       reference: 3
5583       compare: 4
5584 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5585   legend:
5586     - ''
5587     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5588     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5589     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5590     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5591     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5592
5593 # VPP Performance Changes 3n-tsh 2t2c mrr
5594 - type: "table"
5595   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5596   algorithm: "table_comparison"
5597   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5599   filter: "'2T2C'"
5600   columns:
5601     - title: "2001.0-2"
5602       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5603     - title: "2005.0-4"
5604       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5605     - title: "2005.0-5"
5606       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5607     - title: "2009.0-5"
5608       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5609   comparisons:
5610     - title: "2005.0-5 vs 2005.0-4"
5611       reference: 2
5612       compare: 3
5613 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5614     - title: "2009.0-5 vs 2005.0-5"
5615       reference: 3
5616       compare: 4
5617 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5618   legend:
5619     - ''
5620     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5621     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5622     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5623     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5624     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5625
5626 # VPP Performance Changes 3n-tsh 4t4c mrr
5627 - type: "table"
5628   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5629   algorithm: "table_comparison"
5630   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5632   filter: "'4T4C'"
5633   columns:
5634     - title: "2001.0-2"
5635       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5636     - title: "2005.0-4"
5637       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5638     - title: "2005.0-5"
5639       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5640     - title: "2009.0-5"
5641       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5642   comparisons:
5643     - title: "2005.0-5 vs 2005.0-4"
5644       reference: 2
5645       compare: 3
5646 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5647     - title: "2009.0-5 vs 2005.0-5"
5648       reference: 3
5649       compare: 4
5650 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5651   legend:
5652     - ''
5653     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5654     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5655     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5656     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5657     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5658
5659 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5660 - type: "table"
5661   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5662   algorithm: "table_comparison"
5663   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5665   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5666   columns:
5667     - title: "3n-hsw xl710"
5668       data-set: "vpp-compare-testbeds-mrr-ref"
5669       tag: "NIC_Intel-XL710"
5670     - title: "3n-skx xxv710"
5671       data-set: "vpp-compare-testbeds-mrr-cmp"
5672       tag: "NIC_Intel-XXV710"
5673   comparisons:
5674     - title: "Diff"
5675       reference: 1
5676       compare: 2
5677   legend:
5678     - ""
5679     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5680     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5681
5682 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5683 - type: "table"
5684   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5685   algorithm: "table_comparison"
5686   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5688   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5689   columns:
5690     - title: "3n-hsw xl710"
5691       data-set: "vpp-compare-testbeds-mrr-ref"
5692       tag: "NIC_Intel-XL710"
5693     - title: "3n-skx xxv710"
5694       data-set: "vpp-compare-testbeds-mrr-cmp"
5695       tag: "NIC_Intel-XXV710"
5696   comparisons:
5697     - title: "Diff"
5698       reference: 1
5699       compare: 2
5700   legend:
5701     - ""
5702     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5703     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5704
5705 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5706 - type: "table"
5707   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5708   algorithm: "table_comparison"
5709   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5710   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5711   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5712   columns:
5713     - title: "3n-hsw xl710"
5714       data-set: "vpp-compare-testbeds-mrr-ref"
5715       tag: "NIC_Intel-XL710"
5716     - title: "3n-skx xxv710"
5717       data-set: "vpp-compare-testbeds-mrr-cmp"
5718       tag: "NIC_Intel-XXV710"
5719   comparisons:
5720     - title: "Diff"
5721       reference: 1
5722       compare: 2
5723   legend:
5724     - ""
5725     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5726     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5727
5728 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5729 - type: "table"
5730   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5731   algorithm: "table_comparison"
5732   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5734   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5735   columns:
5736     - title: "2n-skx"
5737       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5738     - title: "2n-clx"
5739       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5740   comparisons:
5741     - title: "Diff"
5742       reference: 1
5743       compare: 2
5744   legend:
5745     - ""
5746     - "2n-skx, 2n-clx - testbeds and NICs tested."
5747     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5748
5749 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5750 - type: "table"
5751   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5752   algorithm: "table_comparison"
5753   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5755   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5756   columns:
5757     - title: "2n-skx"
5758       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5759     - title: "2n-clx"
5760       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5761   comparisons:
5762     - title: "Diff"
5763       reference: 1
5764       compare: 2
5765   legend:
5766     - ""
5767     - "2n-skx, 2n-clx - testbeds and NICs tested."
5768     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5769
5770 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5771 - type: "table"
5772   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5773   algorithm: "table_comparison"
5774   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5776   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5777   columns:
5778     - title: "2n-skx"
5779       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5780     - title: "2n-clx"
5781       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5782   comparisons:
5783     - title: "Diff"
5784       reference: 1
5785       compare: 2
5786   legend:
5787     - ""
5788     - "2n-skx, 2n-clx - testbeds and NICs tested."
5789     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5790
5791 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5792 - type: "table"
5793   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5794   algorithm: "table_comparison"
5795   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5797   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5798   columns:
5799     - title: "3n-skx"
5800       data-set: "vpp-compare-topologies-mrr-ref"
5801     - title: "2n-skx"
5802       data-set: "vpp-compare-topologies-mrr-cmp"
5803   comparisons:
5804     - title: "Diff"
5805       reference: 1
5806       compare: 2
5807   legend:
5808     - ""
5809     - "3n-skx, 2n-skx - topologies tested."
5810     - "Diff - difference between 3n-skx and 2n-skx topologies."
5811
5812 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5813 - type: "table"
5814   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5815   algorithm: "table_comparison"
5816   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5818   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5819   columns:
5820     - title: "3n-skx"
5821       data-set: "vpp-compare-topologies-mrr-ref"
5822     - title: "2n-skx"
5823       data-set: "vpp-compare-topologies-mrr-cmp"
5824   comparisons:
5825     - title: "Diff"
5826       reference: 1
5827       compare: 2
5828   legend:
5829     - ""
5830     - "3n-skx, 2n-skx - topologies tested."
5831     - "Diff - difference between 3n-skx and 2n-skx topologies."
5832
5833 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5834 - type: "table"
5835   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5836   algorithm: "table_comparison"
5837   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5839   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5840   columns:
5841     - title: "3n-skx"
5842       data-set: "vpp-compare-topologies-mrr-ref"
5843     - title: "2n-skx"
5844       data-set: "vpp-compare-topologies-mrr-cmp"
5845   comparisons:
5846     - title: "Diff"
5847       reference: 1
5848       compare: 2
5849   legend:
5850     - ""
5851     - "3n-skx, 2n-skx - topologies tested."
5852     - "Diff - difference between 3n-skx and 2n-skx topologies."
5853
5854 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5855 - type: "table"
5856   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5857   algorithm: "table_comparison"
5858   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5860   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5861   columns:
5862     - title: "3n-hsw xl710"
5863       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5864       tag: "NIC_Intel-XL710"
5865     - title: "2n-clx xxv710"
5866       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5867       tag: "NIC_Intel-XXV710"
5868   comparisons:
5869     - title: "Diff"
5870       reference: 1
5871       compare: 2
5872   legend:
5873     - ""
5874     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5875     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5876
5877 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5878 - type: "table"
5879   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5880   algorithm: "table_comparison"
5881   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5883   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5884   columns:
5885     - title: "3n-hsw xl710"
5886       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5887       tag: "NIC_Intel-XL710"
5888     - title: "2n-clx xxv710"
5889       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5890       tag: "NIC_Intel-XXV710"
5891   comparisons:
5892     - title: "Diff"
5893       reference: 1
5894       compare: 2
5895   legend:
5896     - ""
5897     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5898     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5899
5900 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5901 - type: "table"
5902   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5903   algorithm: "table_comparison"
5904   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5906   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5907   columns:
5908     - title: "3n-hsw xl710"
5909       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5910       tag: "NIC_Intel-XL710"
5911     - title: "2n-clx xxv710"
5912       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5913       tag: "NIC_Intel-XXV710"
5914   comparisons:
5915     - title: "Diff"
5916       reference: 1
5917       compare: 2
5918   legend:
5919     - ""
5920     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5921     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5922
5923 # Detailed Test Results - VPP Performance Results 3n-hsw
5924 - type: "table"
5925   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5926   algorithm: "table_merged_details"
5927   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5928   columns:
5929     - title: " |prein| Test Name |preout| "
5930       data: "data name"
5931     - 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| "
5932       data: "data msg"
5933   data: "vpp-perf-results-3n-hsw"
5934   filter: "all"
5935   parameters:
5936   - "name"
5937   - "parent"
5938   - "msg"
5939
5940 # Detailed Test Results - VPP Performance Results 3n-skx
5941 - type: "table"
5942   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5943   algorithm: "table_merged_details"
5944   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5945   columns:
5946     - title: " |prein| Test Name |preout| "
5947       data: "data name"
5948     - 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| "
5949       data: "data msg"
5950   data: "vpp-perf-results-3n-skx"
5951   filter: "all"
5952   remove-ndr: False
5953   parameters:
5954   - "name"
5955   - "parent"
5956   - "msg"
5957
5958 # Detailed Test Results - VPP Performance Results 2n-skx
5959 - type: "table"
5960   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5961   algorithm: "table_merged_details"
5962   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5963   columns:
5964     - title: " |prein| Test Name |preout| "
5965       data: "data name"
5966     - 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| "
5967       data: "data msg"
5968   data: "vpp-perf-results-2n-skx"
5969   filter: "all"
5970   remove-ndr: False
5971   parameters:
5972   - "name"
5973   - "parent"
5974   - "msg"
5975
5976 # Detailed Test Results - VPP Performance Results 2n-clx
5977 - type: "table"
5978   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5979   algorithm: "table_merged_details"
5980   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5981   columns:
5982     - title: " |prein| Test Name |preout| "
5983       data: "data name"
5984     - 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| "
5985       data: "data msg"
5986   data: "vpp-perf-results-2n-clx"
5987   filter: "all"
5988   parameters:
5989   - "name"
5990   - "parent"
5991   - "msg"
5992
5993 # Detailed Test Results - VPP Performance Results 3n-tsh
5994 - type: "table"
5995   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5996   algorithm: "table_merged_details"
5997   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5998   columns:
5999     - title: " |prein| Test Name |preout| "
6000       data: "data name"
6001     - 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| "
6002       data: "data msg"
6003   data: "vpp-perf-results-3n-tsh"
6004   filter: "all"
6005   parameters:
6006   - "name"
6007   - "parent"
6008   - "msg"
6009
6010 # Detailed Test Results - VPP Performance Results 3n-dnv
6011 - type: "table"
6012   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6013   algorithm: "table_merged_details"
6014   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6015   columns:
6016     - title: " |prein| Test Name |preout| "
6017       data: "data name"
6018     - 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| "
6019       data: "data msg"
6020   data: "vpp-perf-results-3n-dnv"
6021   filter: "all"
6022   parameters:
6023   - "name"
6024   - "parent"
6025   - "msg"
6026
6027 # Detailed Test Results - VPP Performance Results 2n-dnv
6028 - type: "table"
6029   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6030   algorithm: "table_merged_details"
6031   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6032   columns:
6033     - title: " |prein| Test Name |preout| "
6034       data: "data name"
6035     - 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| "
6036       data: "data msg"
6037   data: "vpp-perf-results-2n-dnv"
6038   filter: "all"
6039   parameters:
6040   - "name"
6041   - "parent"
6042   - "msg"
6043
6044 # Test configuration - VPP Performance Test Configs 3n-hsw
6045 - type: "table"
6046   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6047   algorithm: "table_merged_details"
6048   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6049   columns:
6050     - title: " |prein| Test Name |preout| "
6051       data: "data name"
6052     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6053       data: "data conf-history"
6054   data: "vpp-perf-results-3n-hsw"
6055   filter: "all"
6056   parameters:
6057   - "parent"
6058   - "name"
6059   - "conf-history"
6060
6061 # Test configuration - VPP Performance Test Configs 3n-skx
6062 - type: "table"
6063   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6064   algorithm: "table_merged_details"
6065   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6066   columns:
6067     - title: " |prein| Test Name |preout| "
6068       data: "data name"
6069     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6070       data: "data conf-history"
6071   data: "vpp-perf-results-3n-skx"
6072   filter: "all"
6073   parameters:
6074   - "parent"
6075   - "name"
6076   - "conf-history"
6077
6078 # Test configuration - VPP Performance Test Configs 2n-skx
6079 - type: "table"
6080   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6081   algorithm: "table_merged_details"
6082   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6083   columns:
6084     - title: " |prein| Test Name |preout| "
6085       data: "data name"
6086     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6087       data: "data conf-history"
6088   data: "vpp-perf-results-2n-skx"
6089   filter: "all"
6090   parameters:
6091   - "parent"
6092   - "name"
6093   - "conf-history"
6094
6095 # Test configuration - VPP Performance Test Configs 2n-clx
6096 - type: "table"
6097   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6098   algorithm: "table_merged_details"
6099   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6100   columns:
6101     - title: " |prein| Test Name |preout| "
6102       data: "data name"
6103     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6104       data: "data conf-history"
6105   data: "vpp-perf-results-2n-clx"
6106   filter: "all"
6107   parameters:
6108   - "parent"
6109   - "name"
6110   - "conf-history"
6111
6112 # Test configuration - VPP Performance Test Configs 3n-tsh
6113 - type: "table"
6114   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6115   algorithm: "table_merged_details"
6116   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6117   columns:
6118     - title: " |prein| Test Name |preout| "
6119       data: "data name"
6120     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6121       data: "data conf-history"
6122   data: "vpp-perf-results-3n-tsh"
6123   filter: "all"
6124   parameters:
6125   - "parent"
6126   - "name"
6127   - "conf-history"
6128
6129 # Test configuration - VPP Performance Test Configs 3n-dnv
6130 - type: "table"
6131   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6132   algorithm: "table_merged_details"
6133   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6134   columns:
6135     - title: " |prein| Test Name |preout| "
6136       data: "data name"
6137     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6138       data: "data conf-history"
6139   data: "vpp-perf-results-3n-dnv"
6140   filter: "all"
6141   parameters:
6142   - "parent"
6143   - "name"
6144   - "conf-history"
6145
6146 # Test configuration - VPP Performance Test Configs 2n-dnv
6147 - type: "table"
6148   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6149   algorithm: "table_merged_details"
6150   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6151   columns:
6152     - title: " |prein| Test Name |preout| "
6153       data: "data name"
6154     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6155       data: "data conf-history"
6156   data: "vpp-perf-results-2n-dnv"
6157   filter: "all"
6158   parameters:
6159   - "parent"
6160   - "name"
6161   - "conf-history"
6162
6163 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6164 - type: "table"
6165   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6166   algorithm: "table_oper_data_html"
6167   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6168   data: "vpp-perf-results-3n-hsw"
6169   filter: "all"
6170
6171 # Test Operational Data - VPP Performance Operational Data 3n-skx
6172 - type: "table"
6173   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6174   algorithm: "table_oper_data_html"
6175   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6176   data: "vpp-perf-results-3n-skx"
6177   filter: "all"
6178
6179 # Test Operational Data - VPP Performance Operational Data 2n-skx
6180 - type: "table"
6181   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6182   algorithm: "table_oper_data_html"
6183   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6184   data: "vpp-perf-results-2n-skx"
6185   filter: "all"
6186
6187 # Test Operational Data - VPP Performance Operational Data 2n-clx
6188 - type: "table"
6189   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6190   algorithm: "table_oper_data_html"
6191   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6192   data: "vpp-perf-results-2n-clx"
6193   filter: "all"
6194
6195 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6196 - type: "table"
6197   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6198   algorithm: "table_oper_data_html"
6199   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6200   data: "vpp-perf-results-3n-tsh"
6201   filter: "all"
6202
6203 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6204 - type: "table"
6205   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6206   algorithm: "table_oper_data_html"
6207   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6208   data: "vpp-perf-results-3n-dnv"
6209   filter: "all"
6210
6211 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6212 - type: "table"
6213   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6214   algorithm: "table_oper_data_html"
6215   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6216   data: "vpp-perf-results-2n-dnv"
6217   filter: "all"
6218
6219 # Detailed Test Results - VPP MRR Results 3n-hsw
6220 - type: "table"
6221   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6222   algorithm: "table_merged_details"
6223   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6224   columns:
6225     - title: " |prein| Test Name |preout| "
6226       data: "data name"
6227     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6228       data: "data msg"
6229   data: "vpp-mrr-results-3n-hsw"
6230   filter: "all"
6231   parameters:
6232   - "name"
6233   - "parent"
6234   - "msg"
6235
6236 # Detailed Test Results - VPP MRR Results 3n-skx
6237 - type: "table"
6238   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6239   algorithm: "table_merged_details"
6240   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6241   columns:
6242     - title: " |prein| Test Name |preout| "
6243       data: "data name"
6244     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6245       data: "data msg"
6246   data: "vpp-mrr-results-3n-skx"
6247   filter: "all"
6248   parameters:
6249   - "name"
6250   - "parent"
6251   - "msg"
6252
6253 # Detailed Test Results - VPP MRR Results 2n-skx
6254 - type: "table"
6255   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6256   algorithm: "table_merged_details"
6257   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6258   columns:
6259     - title: " |prein| Test Name |preout| "
6260       data: "data name"
6261     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6262       data: "data msg"
6263   data: "vpp-mrr-results-2n-skx"
6264   filter: "all"
6265   parameters:
6266   - "name"
6267   - "parent"
6268   - "msg"
6269
6270 # Detailed Test Results - VPP MRR Results 2n-clx
6271 - type: "table"
6272   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6273   algorithm: "table_merged_details"
6274   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6275   columns:
6276     - title: " |prein| Test Name |preout| "
6277       data: "data name"
6278     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6279       data: "data msg"
6280   data: "vpp-mrr-results-2n-clx"
6281   filter: "all"
6282   parameters:
6283   - "name"
6284   - "parent"
6285   - "msg"
6286
6287 # Detailed Test Results - VPP MRR Results 3n-tsh
6288 - type: "table"
6289   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6290   algorithm: "table_merged_details"
6291   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6292   columns:
6293     - title: " |prein| Test Name |preout| "
6294       data: "data name"
6295     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6296       data: "data msg"
6297   data: "vpp-mrr-results-3n-tsh"
6298   filter: "all"
6299   parameters:
6300   - "name"
6301   - "parent"
6302   - "msg"
6303
6304 # Detailed Test Results - VPP MRR Results 3n-dnv
6305 - type: "table"
6306   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6307   algorithm: "table_merged_details"
6308   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6309   columns:
6310     - title: " |prein| Test Name |preout| "
6311       data: "data name"
6312     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6313       data: "data msg"
6314   data: "vpp-mrr-results-3n-dnv"
6315   filter: "all"
6316   parameters:
6317   - "name"
6318   - "parent"
6319   - "msg"
6320
6321 # Detailed Test Results - VPP MRR Results 2n-dnv
6322 - type: "table"
6323   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6324   algorithm: "table_merged_details"
6325   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6326   columns:
6327     - title: " |prein| Test Name |preout| "
6328       data: "data name"
6329     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6330       data: "data msg"
6331   data: "vpp-mrr-results-2n-dnv"
6332   filter: "all"
6333   parameters:
6334   - "name"
6335   - "parent"
6336   - "msg"
6337
6338 # Test configuration - VPP MRR Test Configs 3n-hsw
6339 - type: "table"
6340   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6341   algorithm: "table_merged_details"
6342   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6343   columns:
6344     - title: " |prein| Test Name |preout| "
6345       data: "data name"
6346     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6347       data: "data conf-history"
6348   data: "vpp-mrr-results-3n-hsw"
6349   filter: "all"
6350   parameters:
6351   - "parent"
6352   - "name"
6353   - "conf-history"
6354
6355 # Test configuration - VPP MRR Test Configs 3n-skx
6356 - type: "table"
6357   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6358   algorithm: "table_merged_details"
6359   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6360   columns:
6361     - title: " |prein| Test Name |preout| "
6362       data: "data name"
6363     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6364       data: "data conf-history"
6365   data: "vpp-mrr-results-3n-skx"
6366   filter: "all"
6367   parameters:
6368   - "parent"
6369   - "name"
6370   - "conf-history"
6371
6372 # Test configuration - VPP MRR Test Configs 2n-skx
6373 - type: "table"
6374   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6375   algorithm: "table_merged_details"
6376   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6377   columns:
6378     - title: " |prein| Test Name |preout| "
6379       data: "data name"
6380     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6381       data: "data conf-history"
6382   data: "vpp-mrr-results-2n-skx"
6383   filter: "all"
6384   parameters:
6385   - "parent"
6386   - "name"
6387   - "conf-history"
6388
6389 # Test configuration - VPP MRR Test Configs 2n-clx
6390 - type: "table"
6391   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6392   algorithm: "table_merged_details"
6393   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6394   columns:
6395     - title: " |prein| Test Name |preout| "
6396       data: "data name"
6397     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6398       data: "data conf-history"
6399   data: "vpp-mrr-results-2n-clx"
6400   filter: "all"
6401   parameters:
6402   - "parent"
6403   - "name"
6404   - "conf-history"
6405
6406 # Test configuration - VPP MRR Test Configs 3n-tsh
6407 - type: "table"
6408   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6409   algorithm: "table_merged_details"
6410   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6411   columns:
6412     - title: " |prein| Test Name |preout| "
6413       data: "data name"
6414     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6415       data: "data conf-history"
6416   data: "vpp-mrr-results-3n-tsh"
6417   filter: "all"
6418   parameters:
6419   - "parent"
6420   - "name"
6421   - "conf-history"
6422
6423 # Test configuration - VPP MRR Test Configs 3n-dnv
6424 - type: "table"
6425   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6426   algorithm: "table_merged_details"
6427   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6428   columns:
6429     - title: " |prein| Test Name |preout| "
6430       data: "data name"
6431     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6432       data: "data conf-history"
6433   data: "vpp-mrr-results-3n-dnv"
6434   filter: "all"
6435   parameters:
6436   - "parent"
6437   - "name"
6438   - "conf-history"
6439
6440 # Test configuration - VPP MRR Test Configs 2n-dnv
6441 - type: "table"
6442   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6443   algorithm: "table_merged_details"
6444   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6445   columns:
6446     - title: " |prein| Test Name |preout| "
6447       data: "data name"
6448     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6449       data: "data conf-history"
6450   data: "vpp-mrr-results-2n-dnv"
6451   filter: "all"
6452   parameters:
6453   - "parent"
6454   - "name"
6455   - "conf-history"
6456
6457 # Detailed Test Results - VPP Device Results - Ubuntu
6458 - type: "table"
6459   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6460   algorithm: "table_merged_details"
6461   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6462   columns:
6463     - title: " |prein| Test Name |preout| "
6464       data: "data name"
6465     - title: " |prein| Status |preout| "
6466       data: "data status"
6467   data: "vpp-device-results-ubuntu"
6468   filter: "all"
6469   parameters:
6470   - "name"
6471   - "parent"
6472   - "doc"
6473   - "status"
6474
6475 # Test configuration - VPP Device Test Configs - Ubuntu
6476 - type: "table"
6477   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6478   algorithm: "table_merged_details"
6479   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6480   columns:
6481     - title: " |prein| Test Name |preout| "
6482       data: "data name"
6483     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6484       data: "data conf-history"
6485   data: "vpp-device-results-ubuntu"
6486   filter: "all"
6487   parameters:
6488   - "parent"
6489   - "name"
6490   - "conf-history"
6491
6492 ################################################################################
6493
6494 # DPDK Performance Changes 3n-hsw 1t1c pdr
6495 - type: "table"
6496   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6497   algorithm: "table_comparison"
6498   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6500   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6501   columns:
6502     - title: "2001"
6503       data-set: "dpdk-performance-changes-3n-hsw-h1"
6504     - title: "2005"
6505       data-set: "dpdk-performance-changes-3n-hsw-ref"
6506     - title: "2009"
6507       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6508   comparisons:
6509     - title: "Diff"
6510       reference: 2
6511       compare: 3
6512   legend:
6513     - ""
6514     - "2001, 2005, 2009 - DPDK versions tested."
6515     - "Diff - difference between 2005 and 2009 DPDK version."
6516
6517 # DPDK Performance Changes 3n-hsw 2t2c pdr
6518 - type: "table"
6519   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6520   algorithm: "table_comparison"
6521   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6523   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6524   columns:
6525     - title: "2001"
6526       data-set: "dpdk-performance-changes-3n-hsw-h1"
6527     - title: "2005"
6528       data-set: "dpdk-performance-changes-3n-hsw-ref"
6529     - title: "2009"
6530       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6531   comparisons:
6532     - title: "Diff"
6533       reference: 2
6534       compare: 3
6535   legend:
6536     - ""
6537     - "2001, 2005, 2009 - DPDK versions tested."
6538     - "Diff - difference between 2005 and 2009 DPDK version."
6539
6540 # DPDK Performance Changes 3n-hsw 1t1c pdr
6541 - type: "table"
6542   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6543   algorithm: "table_comparison"
6544   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6546   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6547   columns:
6548     - title: "2001"
6549       data-set: "dpdk-performance-changes-3n-hsw-h1"
6550     - title: "2005"
6551       data-set: "dpdk-performance-changes-3n-hsw-ref"
6552     - title: "2009"
6553       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6554   comparisons:
6555     - title: "Diff"
6556       reference: 2
6557       compare: 3
6558   legend:
6559     - ""
6560     - "2001, 2005, 2009 - DPDK versions tested."
6561     - "Diff - difference between 2005 and 2009 DPDK version."
6562
6563 # DPDK Performance Changes 3n-hsw 2t2c ndr
6564 - type: "table"
6565   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6566   algorithm: "table_comparison"
6567   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6569   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6570   columns:
6571     - title: "2001"
6572       data-set: "dpdk-performance-changes-3n-hsw-h1"
6573     - title: "2005"
6574       data-set: "dpdk-performance-changes-3n-hsw-ref"
6575     - title: "2009"
6576       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6577   comparisons:
6578     - title: "Diff"
6579       reference: 2
6580       compare: 3
6581   legend:
6582     - ""
6583     - "2001, 2005, 2009 - DPDK versions tested."
6584     - "Diff - difference between 2005 and 2009 DPDK version."
6585
6586 # DPDK Performance Changes 3n-skx 2t1c pdr
6587 - type: "table"
6588   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6589   algorithm: "table_comparison"
6590   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6592   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6593   columns:
6594     - title: "2001"
6595       data-set: "dpdk-performance-changes-3n-skx-h1"
6596     - title: "2005"
6597       data-set: "dpdk-performance-changes-3n-skx-ref"
6598     - title: "2009"
6599       data-set: "dpdk-performance-changes-3n-skx-cmp"
6600   comparisons:
6601     - title: "Diff"
6602       reference: 2
6603       compare: 3
6604   legend:
6605     - ""
6606     - "2001, 2005, 2009 - DPDK versions tested."
6607     - "Diff - difference between 2005 and 2009 DPDK version."
6608
6609 # DPDK Performance Changes 3n-skx 4t2c pdr
6610 - type: "table"
6611   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6612   algorithm: "table_comparison"
6613   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6615   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6616   columns:
6617     - title: "2001"
6618       data-set: "dpdk-performance-changes-3n-skx-h1"
6619     - title: "2005"
6620       data-set: "dpdk-performance-changes-3n-skx-ref"
6621     - title: "2009"
6622       data-set: "dpdk-performance-changes-3n-skx-cmp"
6623   comparisons:
6624     - title: "Diff"
6625       reference: 2
6626       compare: 3
6627   legend:
6628     - ""
6629     - "2001, 2005, 2009 - DPDK versions tested."
6630     - "Diff - difference between 2005 and 2009 DPDK version."
6631
6632 # DPDK Performance Changes 3n-skx 2t1c ndr
6633 - type: "table"
6634   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6635   algorithm: "table_comparison"
6636   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6638   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6639   columns:
6640     - title: "2001"
6641       data-set: "dpdk-performance-changes-3n-skx-h1"
6642     - title: "2005"
6643       data-set: "dpdk-performance-changes-3n-skx-ref"
6644     - title: "2009"
6645       data-set: "dpdk-performance-changes-3n-skx-cmp"
6646   comparisons:
6647     - title: "Diff"
6648       reference: 2
6649       compare: 3
6650   legend:
6651     - ""
6652     - "2001, 2005, 2009 - DPDK versions tested."
6653     - "Diff - difference between 2005 and 2009 DPDK version."
6654
6655 # DPDK Performance Changes 3n-skx 4t2c ndr
6656 - type: "table"
6657   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6658   algorithm: "table_comparison"
6659   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6661   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6662   columns:
6663     - title: "2001"
6664       data-set: "dpdk-performance-changes-3n-skx-h1"
6665     - title: "2005"
6666       data-set: "dpdk-performance-changes-3n-skx-ref"
6667     - title: "2009"
6668       data-set: "dpdk-performance-changes-3n-skx-cmp"
6669   comparisons:
6670     - title: "Diff"
6671       reference: 2
6672       compare: 3
6673   legend:
6674     - ""
6675     - "2001, 2005, 2009 - DPDK versions tested."
6676     - "Diff - difference between 2005 and 2009 DPDK version."
6677
6678 # DPDK Performance Changes 2n-skx 2t1c pdr
6679 - type: "table"
6680   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6681   algorithm: "table_comparison"
6682   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6683   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6684   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6685   columns:
6686     - title: "2001"
6687       data-set: "dpdk-performance-changes-2n-skx-h1"
6688     - title: "2005"
6689       data-set: "dpdk-performance-changes-2n-skx-ref"
6690     - title: "2009"
6691       data-set: "dpdk-performance-changes-2n-skx-cmp"
6692   comparisons:
6693     - title: "Diff"
6694       reference: 2
6695       compare: 3
6696   legend:
6697     - ""
6698     - "2001, 2005, 2009 - DPDK versions tested."
6699     - "Diff - difference between 2005 and 2009 DPDK version."
6700
6701 # DPDK Performance Changes 2n-skx 4t2c pdr
6702 - type: "table"
6703   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6704   algorithm: "table_comparison"
6705   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6706   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6707   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6708   columns:
6709     - title: "2001"
6710       data-set: "dpdk-performance-changes-2n-skx-h1"
6711     - title: "2005"
6712       data-set: "dpdk-performance-changes-2n-skx-ref"
6713     - title: "2009"
6714       data-set: "dpdk-performance-changes-2n-skx-cmp"
6715   comparisons:
6716     - title: "Diff"
6717       reference: 2
6718       compare: 3
6719   legend:
6720     - ""
6721     - "2001, 2005, 2009 - DPDK versions tested."
6722     - "Diff - difference between 2005 and 2009 DPDK version."
6723
6724 # DPDK Performance Changes 2n-skx 2t1c ndr
6725 - type: "table"
6726   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6727   algorithm: "table_comparison"
6728   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6730   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6731   columns:
6732     - title: "2001"
6733       data-set: "dpdk-performance-changes-2n-skx-h1"
6734     - title: "2005"
6735       data-set: "dpdk-performance-changes-2n-skx-ref"
6736     - title: "2009"
6737       data-set: "dpdk-performance-changes-2n-skx-cmp"
6738   comparisons:
6739     - title: "Diff"
6740       reference: 2
6741       compare: 3
6742   legend:
6743     - ""
6744     - "2001, 2005, 2009 - DPDK versions tested."
6745     - "Diff - difference between 2005 and 2009 DPDK version."
6746
6747 # DPDK Performance Changes 2n-skx 4t2c ndr
6748 - type: "table"
6749   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6750   algorithm: "table_comparison"
6751   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6753   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6754   columns:
6755     - title: "2001"
6756       data-set: "dpdk-performance-changes-2n-skx-h1"
6757     - title: "2005"
6758       data-set: "dpdk-performance-changes-2n-skx-ref"
6759     - title: "2009"
6760       data-set: "dpdk-performance-changes-2n-skx-cmp"
6761   comparisons:
6762     - title: "Diff"
6763       reference: 2
6764       compare: 3
6765   legend:
6766     - ""
6767     - "2001, 2005, 2009 - DPDK versions tested."
6768     - "Diff - difference between 2005 and 2009 DPDK version."
6769
6770 # DPDK Performance Changes 2n-clx 2t1c pdr
6771 - type: "table"
6772   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6773   algorithm: "table_comparison"
6774   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6776   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6777   columns:
6778     - title: "2001"
6779       data-set: "dpdk-performance-changes-2n-clx-h1"
6780     - title: "2005"
6781       data-set: "dpdk-performance-changes-2n-clx-ref"
6782     - title: "2009"
6783       data-set: "dpdk-performance-changes-2n-clx-cmp"
6784   comparisons:
6785     - title: "Diff"
6786       reference: 2
6787       compare: 3
6788   legend:
6789     - ""
6790     - "2001, 2005, 2009 - DPDK versions tested."
6791     - "Diff - difference between 2005 and 2009 DPDK version."
6792
6793 # DPDK Performance Changes 2n-clx 4t2c pdr
6794 - type: "table"
6795   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6796   algorithm: "table_comparison"
6797   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6799   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6800   columns:
6801     - title: "2001"
6802       data-set: "dpdk-performance-changes-2n-clx-h1"
6803     - title: "2005"
6804       data-set: "dpdk-performance-changes-2n-clx-ref"
6805     - title: "2009"
6806       data-set: "dpdk-performance-changes-2n-clx-cmp"
6807   comparisons:
6808     - title: "Diff"
6809       reference: 2
6810       compare: 3
6811   legend:
6812     - ""
6813     - "2001, 2005, 2009 - DPDK versions tested."
6814     - "Diff - difference between 2005 and 2009 DPDK version."
6815
6816 # DPDK Performance Changes 2n-clx 2t1c ndr
6817 - type: "table"
6818   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6819   algorithm: "table_comparison"
6820   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6822   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6823   columns:
6824     - title: "2001"
6825       data-set: "dpdk-performance-changes-2n-clx-h1"
6826     - title: "2005"
6827       data-set: "dpdk-performance-changes-2n-clx-ref"
6828     - title: "2009"
6829       data-set: "dpdk-performance-changes-2n-clx-cmp"
6830   comparisons:
6831     - title: "Diff"
6832       reference: 2
6833       compare: 3
6834   legend:
6835     - ""
6836     - "2001, 2005, 2009 - DPDK versions tested."
6837     - "Diff - difference between 2005 and 2009 DPDK version."
6838
6839 # DPDK Performance Changes 2n-clx 4t2c ndr
6840 - type: "table"
6841   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6842   algorithm: "table_comparison"
6843   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6844   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6845   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6846   columns:
6847     - title: "2001"
6848       data-set: "dpdk-performance-changes-2n-clx-h1"
6849     - title: "2005"
6850       data-set: "dpdk-performance-changes-2n-clx-ref"
6851     - title: "2009"
6852       data-set: "dpdk-performance-changes-2n-clx-cmp"
6853   comparisons:
6854     - title: "Diff"
6855       reference: 2
6856       compare: 3
6857   legend:
6858     - ""
6859     - "2001, 2005, 2009 - DPDK versions tested."
6860     - "Diff - difference between 2005 and 2009 DPDK version."
6861
6862 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6863 #- type: "table"
6864 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6865 #  algorithm: "table_comparison"
6866 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6867 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6868 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6869 #  columns:
6870 #    - title: "2001"
6871 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6872 #    - title: "2005"
6873 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6874 #    - title: "2009"
6875 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6876 #  comparisons:
6877 #    - title: "Diff"
6878 #      reference: 2
6879 #      compare: 3
6880 #  legend:
6881 #    - ""
6882 #    - "2001, 2005, 2009 - DPDK versions tested."
6883 #    - "Diff - difference between 2005 and 2009 DPDK version."
6884 #
6885 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6886 #- type: "table"
6887 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6888 #  algorithm: "table_comparison"
6889 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6890 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6891 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6892 #  columns:
6893 #    - title: "2001"
6894 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6895 #    - title: "2005"
6896 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6897 #    - title: "2009"
6898 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6899 #  comparisons:
6900 #    - title: "Diff"
6901 #      reference: 2
6902 #      compare: 3
6903 #  legend:
6904 #    - ""
6905 #    - "2001, 2005, 2009 - DPDK versions tested."
6906 #    - "Diff - difference between 2005 and 2009 DPDK version."
6907 #
6908 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6909 #- type: "table"
6910 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6911 #  algorithm: "table_comparison"
6912 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6913 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6914 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6915 #  columns:
6916 #    - title: "2001"
6917 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6918 #    - title: "2005"
6919 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6920 #    - title: "2009"
6921 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6922 #  comparisons:
6923 #    - title: "Diff"
6924 #      reference: 2
6925 #      compare: 3
6926 #  legend:
6927 #    - ""
6928 #    - "2001, 2005, 2009 - DPDK versions tested."
6929 #    - "Diff - difference between 2005 and 2009 DPDK version."
6930 #
6931 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6932 #- type: "table"
6933 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6934 #  algorithm: "table_comparison"
6935 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6936 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6937 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6938 #  columns:
6939 #    - title: "2001"
6940 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6941 #    - title: "2005"
6942 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6943 #    - title: "2009"
6944 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6945 #  comparisons:
6946 #    - title: "Diff"
6947 #      reference: 2
6948 #      compare: 3
6949 #  legend:
6950 #    - ""
6951 #    - "2001, 2005, 2009 - DPDK versions tested."
6952 #    - "Diff - difference between 2005 and 2009 DPDK version."
6953 #
6954 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6955 #- type: "table"
6956 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6957 #  algorithm: "table_comparison"
6958 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6959 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6960 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6961 #  columns:
6962 #    - title: "2001"
6963 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6964 #    - title: "2005"
6965 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6966 #    - title: "2009"
6967 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6968 #  comparisons:
6969 #    - title: "Diff"
6970 #      reference: 2
6971 #      compare: 3
6972 #  legend:
6973 #    - ""
6974 #    - "2001, 2005, 2009 - DPDK versions tested."
6975 #    - "Diff - difference between 2005 and 2009 DPDK version."
6976 #
6977 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6978 #- type: "table"
6979 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6980 #  algorithm: "table_comparison"
6981 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6982 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6983 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6984 #  columns:
6985 #    - title: "2001"
6986 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6987 #    - title: "2005"
6988 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6989 #    - title: "2009"
6990 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6991 #  comparisons:
6992 #    - title: "Diff"
6993 #      reference: 2
6994 #      compare: 3
6995 #  legend:
6996 #    - ""
6997 #    - "2001, 2005, 2009 - DPDK versions tested."
6998 #    - "Diff - difference between 2005 and 2009 DPDK version."
6999 #
7000 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7001 #- type: "table"
7002 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7003 #  algorithm: "table_comparison"
7004 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7005 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7006 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7007 #  columns:
7008 #    - title: "2001"
7009 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7010 #    - title: "2005"
7011 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7012 #    - title: "2009"
7013 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7014 #  comparisons:
7015 #    - title: "Diff"
7016 #      reference: 2
7017 #      compare: 3
7018 #  legend:
7019 #    - ""
7020 #    - "2001, 2005, 2009 - DPDK versions tested."
7021 #    - "Diff - difference between 2005 and 2009 DPDK version."
7022 #
7023 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7024 #- type: "table"
7025 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7026 #  algorithm: "table_comparison"
7027 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7028 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7029 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7030 #  columns:
7031 #    - title: "2001"
7032 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7033 #    - title: "2005"
7034 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7035 #    - title: "2009"
7036 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7037 #  comparisons:
7038 #    - title: "Diff"
7039 #      reference: 2
7040 #      compare: 3
7041 #  legend:
7042 #    - ""
7043 #    - "2001, 2005, 2009 - DPDK versions tested."
7044 #    - "Diff - difference between 2005 and 2009 DPDK version."
7045
7046 # DPDK Performance Changes 3n-tsh 1t1c pdr
7047 - type: "table"
7048   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7049   algorithm: "table_comparison"
7050   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7052   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7053   columns:
7054     - title: "2001"
7055       data-set: "dpdk-performance-changes-3n-tsh-h1"
7056     - title: "2005"
7057       data-set: "dpdk-performance-changes-3n-tsh-ref"
7058     - title: "2009"
7059       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7060   comparisons:
7061     - title: "Diff"
7062       reference: 2
7063       compare: 3
7064   legend:
7065     - ""
7066     - "2001, 2005, 2009 - DPDK versions tested."
7067     - "Diff - difference between 2005 and 2009 DPDK version."
7068
7069 # DPDK Performance Changes 3n-tsh 2t2c pdr
7070 - type: "table"
7071   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7072   algorithm: "table_comparison"
7073   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7075   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7076   columns:
7077     - title: "2001"
7078       data-set: "dpdk-performance-changes-3n-tsh-h1"
7079     - title: "2005"
7080       data-set: "dpdk-performance-changes-3n-tsh-ref"
7081     - title: "2009"
7082       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7083   comparisons:
7084     - title: "Diff"
7085       reference: 2
7086       compare: 3
7087   legend:
7088     - ""
7089     - "2001, 2005, 2009 - DPDK versions tested."
7090     - "Diff - difference between 2005 and 2009 DPDK version."
7091
7092 # DPDK Performance Changes 3n-tsh 1t1c ndr
7093 - type: "table"
7094   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7095   algorithm: "table_comparison"
7096   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7098   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7099   columns:
7100     - title: "2001"
7101       data-set: "dpdk-performance-changes-3n-tsh-h1"
7102     - title: "2005"
7103       data-set: "dpdk-performance-changes-3n-tsh-ref"
7104     - title: "2009"
7105       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7106   comparisons:
7107     - title: "Diff"
7108       reference: 2
7109       compare: 3
7110   legend:
7111     - ""
7112     - "2001, 2005, 2009 - DPDK versions tested."
7113     - "Diff - difference between 2005 and 2009 DPDK version."
7114
7115 # DPDK Performance Changes 3n-tsh 2t2c ndr
7116 - type: "table"
7117   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7118   algorithm: "table_comparison"
7119   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7121   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7122   columns:
7123     - title: "2001"
7124       data-set: "dpdk-performance-changes-3n-tsh-h1"
7125     - title: "2005"
7126       data-set: "dpdk-performance-changes-3n-tsh-ref"
7127     - title: "2009"
7128       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7129   comparisons:
7130     - title: "Diff"
7131       reference: 2
7132       compare: 3
7133   legend:
7134     - ""
7135     - "2001, 2005, 2009 - DPDK versions tested."
7136     - "Diff - difference between 2005 and 2009 DPDK version."
7137
7138 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7139 - type: "table"
7140   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7141   algorithm: "table_comparison"
7142   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7144   filter: "'NIC_Intel-X710'"
7145   columns:
7146     - title: "3n-hsw x710"
7147       data-set: "dpdk-compare-testbeds-ref"
7148     - title: "3n-skx x710"
7149       data-set: "dpdk-compare-testbeds-cmp"
7150   comparisons:
7151     - title: "Diff"
7152       reference: 1
7153       compare: 2
7154   legend:
7155     - ""
7156     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7157     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7158
7159 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7160 - type: "table"
7161   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7162   algorithm: "table_comparison"
7163   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7165   filter: "'NIC_Intel-X710'"
7166   columns:
7167     - title: "3n-hsw x710"
7168       data-set: "dpdk-compare-testbeds-ref"
7169     - title: "3n-skx x710"
7170       data-set: "dpdk-compare-testbeds-cmp"
7171   comparisons:
7172     - title: "Diff"
7173       reference: 1
7174       compare: 2
7175   legend:
7176     - ""
7177     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7178     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7179
7180 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7181 - type: "table"
7182   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7183   algorithm: "table_comparison"
7184   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7186   filter: "'NIC_Intel-XXV710'"
7187   columns:
7188     - title: "2n-skx"
7189       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7190     - title: "2n-clx"
7191       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7192   comparisons:
7193     - title: "Diff"
7194       reference: 1
7195       compare: 2
7196   legend:
7197     - ""
7198     - "2n-skx, 2n-clx - testbeds and NICs tested."
7199     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7200
7201 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7202 - type: "table"
7203   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7204   algorithm: "table_comparison"
7205   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7207   filter: "'NIC_Intel-XXV710'"
7208   columns:
7209     - title: "2n-skx"
7210       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7211     - title: "2n-clx"
7212       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7213   comparisons:
7214     - title: "Diff"
7215       reference: 1
7216       compare: 2
7217   legend:
7218     - ""
7219     - "2n-skx, 2n-clx - testbeds and NICs tested."
7220     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7221
7222 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7223 - type: "table"
7224   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7225   algorithm: "table_comparison"
7226   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7228   filter: "'NIC_Intel-XXV710'"
7229   columns:
7230     - title: "3n-skx"
7231       data-set: "dpdk-compare-topologies-ref"
7232     - title: "2n-skx"
7233       data-set: "dpdk-compare-topologies-cmp"
7234   comparisons:
7235     - title: "Diff"
7236       reference: 1
7237       compare: 2
7238   legend:
7239     - ""
7240     - "3n-skx, 2n-skx - topologies tested."
7241     - "Diff - difference between 3n-skx and 2n-skx topologies."
7242
7243 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7244 - type: "table"
7245   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7246   algorithm: "table_comparison"
7247   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7249   filter: "'NIC_Intel-XXV710'"
7250   columns:
7251     - title: "3n-skx"
7252       data-set: "dpdk-compare-topologies-ref"
7253     - title: "2n-skx"
7254       data-set: "dpdk-compare-topologies-cmp"
7255   comparisons:
7256     - title: "Diff"
7257       reference: 1
7258       compare: 2
7259   legend:
7260     - ""
7261     - "3n-skx, 2n-skx - topologies tested."
7262     - "Diff - difference between 3n-skx and 2n-skx topologies."
7263
7264 # Detailed Test Results - DPDK Performance Results 3n-hsw
7265 - type: "table"
7266   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7267   algorithm: "table_merged_details"
7268   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7269   columns:
7270     - title: " |prein| Test Name |preout| "
7271       data: "data name"
7272     - 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| "
7273       data: "data msg"
7274   data: "dpdk-perf-results-3n-hsw"
7275   filter: "all"
7276   parameters:
7277   - "name"
7278   - "parent"
7279   - "msg"
7280
7281 # Detailed Test Results - DPDK Performance Results 3n-skx
7282 - type: "table"
7283   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7284   algorithm: "table_merged_details"
7285   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7286   columns:
7287     - title: " |prein| Test Name |preout| "
7288       data: "data name"
7289     - 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| "
7290       data: "data msg"
7291   data: "dpdk-perf-results-3n-skx"
7292   filter: "all"
7293   remove-ndr: False
7294   parameters:
7295   - "name"
7296   - "parent"
7297   - "msg"
7298
7299 # Detailed Test Results - DPDK Performance Results 2n-skx
7300 - type: "table"
7301   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7302   algorithm: "table_merged_details"
7303   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7304   columns:
7305     - title: " |prein| Test Name |preout| "
7306       data: "data name"
7307     - 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| "
7308       data: "data msg"
7309   data: "dpdk-perf-results-2n-skx"
7310   filter: "all"
7311   remove-ndr: False
7312   parameters:
7313   - "name"
7314   - "parent"
7315   - "msg"
7316
7317 # Detailed Test Results - DPDK Performance Results 2n-clx
7318 - type: "table"
7319   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7320   algorithm: "table_merged_details"
7321   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7322   columns:
7323     - title: " |prein| Test Name |preout| "
7324       data: "data name"
7325     - 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| "
7326       data: "data msg"
7327   data: "dpdk-perf-results-2n-clx"
7328   filter: "all"
7329   parameters:
7330   - "name"
7331   - "parent"
7332   - "msg"
7333
7334 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7335 #- type: "table"
7336 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7337 #  algorithm: "table_merged_details"
7338 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7339 #  columns:
7340 #    - title: " |prein| Test Name |preout| "
7341 #      data: "data name"
7342 #    - 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| "
7343 #      data: "data msg"
7344 #  data: "dpdk-perf-results-2n-dnv"
7345 #  filter: "all"
7346 #  parameters:
7347 #  - "name"
7348 #  - "parent"
7349 #  - "msg"
7350 #
7351 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7352 #- type: "table"
7353 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7354 #  algorithm: "table_merged_details"
7355 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7356 #  columns:
7357 #    - title: " |prein| Test Name |preout| "
7358 #      data: "data name"
7359 #    - 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| "
7360 #      data: "data msg"
7361 #  data: "dpdk-perf-results-3n-dnv"
7362 #  filter: "all"
7363 #  parameters:
7364 #  - "name"
7365 #  - "parent"
7366 #  - "msg"
7367
7368 # Detailed Test Results - DPDK Performance Results 3n-tsh
7369 - type: "table"
7370   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7371   algorithm: "table_merged_details"
7372   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7373   columns:
7374     - title: " |prein| Test Name |preout| "
7375       data: "data name"
7376     - 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| "
7377       data: "data msg"
7378   data: "dpdk-perf-results-3n-tsh"
7379   filter: "all"
7380   parameters:
7381   - "name"
7382   - "parent"
7383   - "msg"
7384
7385 ################################################################################
7386 ###                                F I L E S                                 ###
7387 ################################################################################
7388
7389 # VPP Performance Results
7390 - type: "file"
7391   title: "VPP Performance Results"
7392   algorithm: "file_details_split"
7393   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7394   dir-tables:
7395     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7396     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7397     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7398     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7399     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7400     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7401     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7402   data:
7403     - "vpp-perf-results-2n-skx"
7404     - "vpp-perf-results-3n-skx"
7405     - "vpp-perf-results-2n-clx"
7406     - "vpp-perf-results-3n-hsw"
7407     - "vpp-perf-results-3n-tsh"
7408     - "vpp-perf-results-2n-dnv"
7409     - "vpp-perf-results-3n-dnv"
7410   filter: "all"
7411   data-start-level: 4
7412   order-chapters:
7413     level-1:
7414       - "l2"
7415       - "ip4"
7416       - "ip6"
7417       - "srv6"
7418       - "ip4_tunnels"
7419       - "ip6_tunnels"
7420       - "vm_vhost"
7421       - "container_memif"
7422       - "crypto"
7423       - "vts"
7424       - "lb"
7425       - "nfv_density"
7426       - "hoststack"
7427     level-2:
7428       - "2n-skx"
7429       - "3n-skx"
7430       - "2n-clx"
7431       - "3n-hsw"
7432       - "3n-tsh"
7433       - "2n-dnv"
7434       - "3n-dnv"
7435     level-3:
7436       - "xl710"
7437       - "x520"
7438       - "xxv710"
7439       - "x710"
7440       - "x553"
7441       - "cx556a"
7442       - "vic1227"
7443       - "vic1385"
7444
7445 # VPP Performance Configuration
7446 - type: "file"
7447   title: "VPP Performance Configuration"
7448   algorithm: "file_details_split"
7449   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7450   dir-tables:
7451     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7452     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7453     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7454     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7455     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7456     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7457     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7458   data:
7459     - "vpp-perf-results-2n-skx"
7460     - "vpp-perf-results-3n-skx"
7461     - "vpp-perf-results-2n-clx"
7462     - "vpp-perf-results-3n-hsw"
7463     - "vpp-perf-results-3n-tsh"
7464     - "vpp-perf-results-2n-dnv"
7465     - "vpp-perf-results-3n-dnv"
7466   filter: "all"
7467   data-start-level: 4
7468   order-chapters:
7469     level-1:
7470       - "l2"
7471       - "ip4"
7472       - "ip6"
7473       - "srv6"
7474       - "ip4_tunnels"
7475       - "ip6_tunnels"
7476       - "vm_vhost"
7477       - "container_memif"
7478       - "crypto"
7479       - "vts"
7480       - "lb"
7481       - "nfv_density"
7482       - "hoststack"
7483     level-2:
7484       - "2n-skx"
7485       - "3n-skx"
7486       - "2n-clx"
7487       - "3n-hsw"
7488       - "3n-tsh"
7489       - "2n-dnv"
7490       - "3n-dnv"
7491     level-3:
7492       - "xl710"
7493       - "x520"
7494       - "xxv710"
7495       - "x710"
7496       - "x553"
7497       - "cx556a"
7498       - "vic1227"
7499       - "vic1385"
7500
7501 # VPP Performance Operational
7502 - type: "file"
7503   title: "VPP Performance Operational"
7504   algorithm: "file_details_split_html"
7505   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7506   dir-tables:
7507     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7508     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7509     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7510     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7511     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7512     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7513     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7514   data:
7515     - "vpp-perf-results-2n-skx"
7516     - "vpp-perf-results-3n-skx"
7517     - "vpp-perf-results-2n-clx"
7518     - "vpp-perf-results-3n-hsw"
7519     - "vpp-perf-results-3n-tsh"
7520     - "vpp-perf-results-2n-dnv"
7521     - "vpp-perf-results-3n-dnv"
7522   filter: "all"
7523   data-start-level: 4
7524   order-chapters:
7525     level-1:
7526       - "l2"
7527       - "ip4"
7528       - "ip6"
7529       - "srv6"
7530       - "ip4_tunnels"
7531       - "ip6_tunnels"
7532       - "vm_vhost"
7533       - "container_memif"
7534       - "crypto"
7535       - "vts"
7536       - "lb"
7537       - "nfv_density"
7538       - "hoststack"
7539     level-2:
7540       - "2n-skx"
7541       - "3n-skx"
7542       - "2n-clx"
7543       - "3n-hsw"
7544       - "3n-tsh"
7545       - "2n-dnv"
7546       - "3n-dnv"
7547     level-3:
7548       - "xl710"
7549       - "x520"
7550       - "xxv710"
7551       - "x710"
7552       - "x553"
7553       - "cx556a"
7554       - "vic1227"
7555       - "vic1385"
7556
7557 # VPP MRR Results
7558 - type: "file"
7559   title: "VPP MRR Results"
7560   algorithm: "file_details_split"
7561   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7562   dir-tables:
7563     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7564     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7565     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7566     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7567     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7568     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7569     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7570   data:
7571     - "vpp-mrr-results-2n-skx"
7572     - "vpp-mrr-results-3n-skx"
7573     - "vpp-mrr-results-2n-clx"
7574     - "vpp-mrr-results-3n-hsw"
7575     - "vpp-mrr-results-3n-tsh"
7576     - "vpp-mrr-results-2n-dnv"
7577     - "vpp-mrr-results-3n-dnv"
7578   filter: "all"
7579   data-start-level: 4
7580   order-chapters:
7581     level-1:
7582       - "l2"
7583       - "ip4"
7584       - "ip6"
7585       - "srv6"
7586       - "ip4_tunnels"
7587       - "ip6_tunnels"
7588       - "vm_vhost"
7589       - "container_memif"
7590       - "crypto"
7591       - "vts"
7592       - "lb"
7593       - "nfv_density"
7594       - "hoststack"
7595     level-2:
7596       - "2n-skx"
7597       - "3n-skx"
7598       - "2n-clx"
7599       - "3n-hsw"
7600       - "3n-tsh"
7601       - "2n-dnv"
7602       - "3n-dnv"
7603     level-3:
7604       - "xl710"
7605       - "x520"
7606       - "xxv710"
7607       - "x710"
7608       - "x553"
7609       - "cx556a"
7610       - "vic1227"
7611       - "vic1385"
7612
7613 # VPP MRR Configuration
7614 - type: "file"
7615   title: "VPP MRR Configuration"
7616   algorithm: "file_details_split"
7617   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7618   dir-tables:
7619     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7620     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7621     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7622     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7623     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7624     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7625     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7626   data:
7627     - "vpp-mrr-results-2n-skx"
7628     - "vpp-mrr-results-3n-skx"
7629     - "vpp-mrr-results-2n-clx"
7630     - "vpp-mrr-results-3n-hsw"
7631     - "vpp-mrr-results-3n-tsh"
7632     - "vpp-mrr-results-2n-dnv"
7633     - "vpp-mrr-results-3n-dnv"
7634   filter: "all"
7635   data-start-level: 4
7636   order-chapters:
7637     level-1:
7638       - "l2"
7639       - "ip4"
7640       - "ip6"
7641       - "srv6"
7642       - "ip4_tunnels"
7643       - "ip6_tunnels"
7644       - "vm_vhost"
7645       - "container_memif"
7646       - "crypto"
7647       - "vts"
7648       - "lb"
7649       - "nfv_density"
7650       - "hoststack"
7651     level-2:
7652       - "2n-skx"
7653       - "3n-skx"
7654       - "2n-clx"
7655       - "3n-hsw"
7656       - "3n-tsh"
7657       - "2n-dnv"
7658       - "3n-dnv"
7659     level-3:
7660       - "xl710"
7661       - "x520"
7662       - "xxv710"
7663       - "x710"
7664       - "x553"
7665       - "cx556a"
7666       - "vic1227"
7667       - "vic1385"
7668
7669 # VPP Device Results - Ubuntu
7670 - type: "file"
7671   title: "VPP Device Results - Ubuntu"
7672   algorithm: "file_test_results"
7673   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7674   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7675   data: "vpp-device-results-ubuntu"
7676   filter: "all"
7677   data-start-level: 4
7678
7679 # VPP Device Configuration - Ubuntu
7680 - type: "file"
7681   title: "VPP Device Configuration - Ubuntu"
7682   algorithm: "file_test_results"
7683   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7684   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7685   data: "vpp-device-results-ubuntu"
7686   filter: "all"
7687   data-start-level: 4
7688
7689 # DPDK Performance Results 3n-hsw
7690 - type: "file"
7691   title: "DPDK Performance Results 3n-hsw"
7692   algorithm: "file_test_results"
7693   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7694   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7695   data: "dpdk-perf-results-3n-hsw"
7696   filter: "all"
7697   data-start-level: 4
7698
7699 # DPDK Performance Results 3n-skx
7700 - type: "file"
7701   title: "DPDK Performance Results 3n-skx"
7702   algorithm: "file_test_results"
7703   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7704   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7705   data: "dpdk-perf-results-3n-skx"
7706   filter: "all"
7707   data-start-level: 4
7708
7709 # DPDK Performance Results 2n-skx
7710 - type: "file"
7711   title: "DPDK Performance Results 2n-skx"
7712   algorithm: "file_test_results"
7713   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7714   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7715   data: "dpdk-perf-results-2n-skx"
7716   filter: "all"
7717   data-start-level: 4
7718
7719 # DPDK Performance Results 2n-clx
7720 - type: "file"
7721   title: "DPDK Performance Results 2n-clx"
7722   algorithm: "file_test_results"
7723   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7724   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7725   data: "dpdk-perf-results-2n-clx"
7726   filter: "all"
7727   data-start-level: 4
7728
7729 ## DPDK Performance Results 2n-dnv
7730 #- type: "file"
7731 #  title: "DPDK Performance Results 2n-dnv"
7732 #  algorithm: "file_test_results"
7733 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7734 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7735 #  data: "dpdk-perf-results-2n-dnv"
7736 #  filter: "all"
7737 #  data-start-level: 4
7738 #
7739 ## DPDK Performance Results 3n-dnv
7740 #- type: "file"
7741 #  title: "DPDK Performance Results 3n-dnv"
7742 #  algorithm: "file_test_results"
7743 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7744 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7745 #  data: "dpdk-perf-results-3n-dnv"
7746 #  filter: "all"
7747 #  data-start-level: 4
7748
7749 # DPDK Performance Results 3n-tsh
7750 - type: "file"
7751   title: "DPDK Performance Results 3n-tsh"
7752   algorithm: "file_test_results"
7753   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7754   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7755   data: "dpdk-perf-results-3n-tsh"
7756   filter: "all"
7757   data-start-level: 4
7758
7759 ################################################################################
7760 ###                                P L O T S                                 ###
7761 ################################################################################
7762
7763 # Hoststack tests 3n-hsw
7764
7765 - type: "plot"
7766   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7767   algorithm: "plot_perf_box_name"
7768   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7769   data: "plot-vpp-hoststack-3n-hsw"
7770   include:
7771     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7772     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7773   layout:
7774     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7775     layout: "plot-hoststack"
7776
7777 - type: "plot"
7778   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7779   algorithm: "plot_perf_box_name"
7780   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7781   data: "plot-vpp-hoststack-3n-hsw"
7782   include:
7783     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7784     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7785   layout:
7786     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7787     layout: "plot-hoststack"
7788
7789 - type: "plot"
7790   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7791   algorithm: "plot_perf_box_name"
7792   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7793   data: "plot-vpp-hoststack-3n-hsw"
7794   include:
7795     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7796     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7797     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7798     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7799   layout:
7800     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7801     layout: "plot-hoststack"
7802
7803 ################################################################################
7804
7805 # Soak Test (PLRsearch), boxes - 2n-clx
7806 - type: "plot"
7807   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7808   algorithm: "plot_perf_box_name"
7809   output-file-type: ".html"
7810   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7811   data: "plot-vpp-soak-2n-clx"
7812   include:
7813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7819   layout:
7820     title: "30 Minutes Soak Test (PLRsearch)"
7821     layout: "plot-soak-throughput"
7822
7823 # Soak Test (PLRsearch), boxes - 2n-clx
7824 - type: "plot"
7825   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7826   algorithm: "plot_perf_box_name"
7827   output-file-type: ".html"
7828   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7829   data: "plot-vpp-soak-2n-clx"
7830   include:
7831     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7832     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7836     - "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"
7837   layout:
7838     title: "30 Minutes Soak Test (PLRsearch)"
7839     layout: "plot-soak-throughput"
7840
7841 # Soak Test (PLRsearch), boxes - 2n-skx
7842 - type: "plot"
7843   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7844   algorithm: "plot_perf_box_name"
7845   output-file-type: ".html"
7846   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7847   data: "plot-vpp-soak-2n-skx"
7848   include:
7849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7855   layout:
7856     title: "30 Minutes Soak Test (PLRsearch)"
7857     layout: "plot-soak-throughput"
7858
7859 # Soak Test (PLRsearch), boxes - 2n-skx
7860 - type: "plot"
7861   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7862   algorithm: "plot_perf_box_name"
7863   output-file-type: ".html"
7864   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7865   data: "plot-vpp-soak-2n-skx"
7866   include:
7867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7872     - "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"
7873   layout:
7874     title: "30 Minutes Soak Test (PLRsearch)"
7875     layout: "plot-soak-throughput"
7876
7877 ###############################################################################
7878
7879 # Reconf tests 2n-skx
7880
7881 - type: "plot"
7882   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7883   algorithm: "plot_nf_reconf_box_name"
7884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7885   data: "plot-vpp-nfv-reconf-2n-skx"
7886   include:
7887     - "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"
7888     - "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"
7889     - "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"
7890     - "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"
7891     - "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"
7892     - "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"
7893   layout:
7894     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7895     layout: "plot-throughput"
7896
7897 - type: "plot"
7898   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7899   algorithm: "plot_nf_reconf_box_name"
7900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7901   data: "plot-vpp-nfv-reconf-2n-skx"
7902   include:
7903     - "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"
7904     - "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"
7905     - "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"
7906     - "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"
7907     - "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"
7908     - "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"
7909   layout:
7910     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7911     layout: "plot-throughput"
7912
7913 - type: "plot"
7914   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7915   algorithm: "plot_nf_reconf_box_name"
7916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7917   data: "plot-vpp-nfv-reconf-2n-skx"
7918   include:
7919     - "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"
7920     - "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"
7921     - "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"
7922     - "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"
7923     - "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"
7924     - "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"
7925   layout:
7926     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7927     layout: "plot-throughput"
7928
7929 ###############################################################################
7930
7931 # Reconf tests 2n-clx
7932
7933 - type: "plot"
7934   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7935   algorithm: "plot_nf_reconf_box_name"
7936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7937   data: "plot-vpp-nfv-reconf-2n-clx"
7938   include:
7939     - "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"
7940     - "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"
7941     - "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"
7942     - "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"
7943   layout:
7944     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7945     layout: "plot-throughput"
7946
7947 - type: "plot"
7948   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7949   algorithm: "plot_nf_reconf_box_name"
7950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7951   data: "plot-vpp-nfv-reconf-2n-clx"
7952   include:
7953     - "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"
7954     - "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"
7955     - "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"
7956     - "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"
7957   layout:
7958     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7959     layout: "plot-throughput"
7960
7961 - type: "plot"
7962   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7963   algorithm: "plot_nf_reconf_box_name"
7964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7965   data: "plot-vpp-nfv-reconf-2n-clx"
7966   include:
7967     - "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"
7968     - "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"
7969     - "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"
7970     - "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"
7971   layout:
7972     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7973     layout: "plot-throughput"
7974
7975 ###############################################################################
7976
7977 # Plots - NF Density - VSC - MRR IMIX
7978 - type: "plot"
7979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7980   algorithm: "plot_nf_heatmap"
7981   output-file-type: ".html"
7982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7983   data: "plot-vpp-nfv-2n-skx-mrr"
7984   filter: "'NIC_Intel-XXV710' and
7985            'NF_DENSITY' and
7986            'VHOST' and
7987            not 'VXLAN' and
7988            'CHAIN' and
7989            'NF_VPPIP4' and
7990            'IMIX' and
7991            '2T1C' and
7992            'MRR'"
7993   parameters:
7994   - "result"
7995   - "name"
7996   - "tags"
7997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7998   x-axis: "X = VNFs per Service Chain"
7999   y-axis: "Y = Number of Service Chains"
8000   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8001   layout:
8002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8003     layout: "plot-service-density"
8004
8005 - type: "plot"
8006   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8007   algorithm: "plot_nf_heatmap"
8008   output-file-type: ".html"
8009   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8010   data: "plot-vpp-nfv-2n-skx-mrr"
8011   filter: "'NIC_Intel-XXV710' and
8012            'NF_DENSITY' and
8013            'VHOST' and
8014            not 'VXLAN' and
8015            'CHAIN' and
8016            'NF_VPPIP4' and
8017            'IMIX' and
8018            '4T2C' and
8019            'MRR'"
8020   parameters:
8021   - "result"
8022   - "name"
8023   - "tags"
8024   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8025   x-axis: "X = VNFs per Service Chain"
8026   y-axis: "Y = Number of Service Chains"
8027   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8028   layout:
8029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8030     layout: "plot-service-density"
8031
8032 - type: "plot"
8033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8034   algorithm: "plot_nf_heatmap"
8035   output-file-type: ".html"
8036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8037   data: "plot-vpp-nfv-2n-skx-mrr"
8038   filter: "'NIC_Intel-XXV710' and
8039            'NF_DENSITY' and
8040            'VHOST' and
8041            not 'VXLAN' and
8042            'CHAIN' and
8043            'NF_VPPIP4' and
8044            'IMIX' and
8045            '8T4C' and
8046            'MRR'"
8047   parameters:
8048   - "result"
8049   - "name"
8050   - "tags"
8051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8052   x-axis: "X = VNFs per Service Chain"
8053   y-axis: "Y = Number of Service Chains"
8054   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8055   layout:
8056     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8057     layout: "plot-service-density"
8058
8059 # Plots - NF Density - VSC - NDR IMIX
8060 - type: "plot"
8061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8062   algorithm: "plot_nf_heatmap"
8063   output-file-type: ".html"
8064   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8065   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8066   filter: "'NIC_Intel-XXV710' and
8067            'NF_DENSITY' and
8068            'VHOST' and
8069            not 'VXLAN' and
8070            'CHAIN' and
8071            'NF_VPPIP4' and
8072            'IMIX' and
8073            '2T1C' and
8074            'NDRPDR'"
8075   parameters:
8076   - "throughput"
8077   - "name"
8078   - "tags"
8079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8080   x-axis: "X = VNFs per Service Chain"
8081   y-axis: "Y = Number of Service Chains"
8082   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8083   layout:
8084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8085     layout: "plot-service-density"
8086
8087 - type: "plot"
8088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8089   algorithm: "plot_nf_heatmap"
8090   output-file-type: ".html"
8091   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8092   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8093   filter: "'NIC_Intel-XXV710' and
8094            'NF_DENSITY' and
8095            'VHOST' and
8096            not 'VXLAN' and
8097            'CHAIN' and
8098            'NF_VPPIP4' and
8099            'IMIX' and
8100            '4T2C' and
8101            'NDRPDR'"
8102   parameters:
8103   - "throughput"
8104   - "name"
8105   - "tags"
8106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8107   x-axis: "X = VNFs per Service Chain"
8108   y-axis: "Y = Number of Service Chains"
8109   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8110   layout:
8111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8112     layout: "plot-service-density"
8113
8114 - type: "plot"
8115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8116   algorithm: "plot_nf_heatmap"
8117   output-file-type: ".html"
8118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8119   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8120   filter: "'NIC_Intel-XXV710' and
8121            'NF_DENSITY' and
8122            'VHOST' and
8123            not 'VXLAN' and
8124            'CHAIN' and
8125            'NF_VPPIP4' and
8126            'IMIX' and
8127            '8T4C' and
8128            'NDRPDR'"
8129   parameters:
8130   - "throughput"
8131   - "name"
8132   - "tags"
8133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8134   x-axis: "X = VNFs per Service Chain"
8135   y-axis: "Y = Number of Service Chains"
8136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8137   layout:
8138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8139     layout: "plot-service-density"
8140
8141 # Plots - NF Density - VSC - PDR IMIX
8142 - type: "plot"
8143   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8144   algorithm: "plot_nf_heatmap"
8145   output-file-type: ".html"
8146   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8147   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8148   filter: "'NIC_Intel-XXV710' and
8149            'NF_DENSITY' and
8150            'VHOST' and
8151            not 'VXLAN' and
8152            'CHAIN' and
8153            'NF_VPPIP4' and
8154            'IMIX' and
8155            '2T1C' and
8156            'NDRPDR'"
8157   parameters:
8158   - "throughput"
8159   - "name"
8160   - "tags"
8161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8162   x-axis: "X = VNFs per Service Chain"
8163   y-axis: "Y = Number of Service Chains"
8164   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8165   layout:
8166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8167     layout: "plot-service-density"
8168
8169 - type: "plot"
8170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8171   algorithm: "plot_nf_heatmap"
8172   output-file-type: ".html"
8173   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8174   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8175   filter: "'NIC_Intel-XXV710' and
8176            'NF_DENSITY' and
8177            'VHOST' and
8178            not 'VXLAN' and
8179            'CHAIN' and
8180            'NF_VPPIP4' and
8181            'IMIX' and
8182            '4T2C' and
8183            'NDRPDR'"
8184   parameters:
8185   - "throughput"
8186   - "name"
8187   - "tags"
8188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8189   x-axis: "X = VNFs per Service Chain"
8190   y-axis: "Y = Number of Service Chains"
8191   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8192   layout:
8193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8194     layout: "plot-service-density"
8195
8196 - type: "plot"
8197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8198   algorithm: "plot_nf_heatmap"
8199   output-file-type: ".html"
8200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8201   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8202   filter: "'NIC_Intel-XXV710' and
8203            'NF_DENSITY' and
8204            'VHOST' and
8205            not 'VXLAN' and
8206            'CHAIN' and
8207            'NF_VPPIP4' and
8208            'IMIX' and
8209            '8T4C' and
8210            'NDRPDR'"
8211   parameters:
8212   - "throughput"
8213   - "name"
8214   - "tags"
8215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8216   x-axis: "X = VNFs per Service Chain"
8217   y-axis: "Y = Number of Service Chains"
8218   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8219   layout:
8220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8221     layout: "plot-service-density"
8222
8223 ###############################################################################
8224
8225 # Plots - NF Density - VSC - MRR IMIX
8226 - type: "plot"
8227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8228   algorithm: "plot_nf_heatmap"
8229   output-file-type: ".html"
8230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8231   data: "plot-vpp-nfv-2n-skx-mrr"
8232   filter: "'NIC_Intel-XXV710' and
8233            'NF_DENSITY' and
8234            'VHOST' and
8235            'VXLAN' and
8236            'CHAIN' and
8237            'IMIX' and
8238            '2T1C' and
8239            'MRR'"
8240   parameters:
8241   - "result"
8242   - "name"
8243   - "tags"
8244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8245   x-axis: "X = VNFs per Service Chain"
8246   y-axis: "Y = Number of Service Chains"
8247   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8248   layout:
8249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8250     layout: "plot-service-density"
8251
8252 - type: "plot"
8253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8254   algorithm: "plot_nf_heatmap"
8255   output-file-type: ".html"
8256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8257   data: "plot-vpp-nfv-2n-skx-mrr"
8258   filter: "'NIC_Intel-XXV710' and
8259            'NF_DENSITY' and
8260            'VHOST' and
8261            'VXLAN' and
8262            'CHAIN' and
8263            'IMIX' and
8264            '4T2C' and
8265            'MRR'"
8266   parameters:
8267   - "result"
8268   - "name"
8269   - "tags"
8270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8271   x-axis: "X = VNFs per Service Chain"
8272   y-axis: "Y = Number of Service Chains"
8273   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8274   layout:
8275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8276     layout: "plot-service-density"
8277
8278 - type: "plot"
8279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8280   algorithm: "plot_nf_heatmap"
8281   output-file-type: ".html"
8282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8283   data: "plot-vpp-nfv-2n-skx-mrr"
8284   filter: "'NIC_Intel-XXV710' and
8285            'NF_DENSITY' and
8286            'VHOST' and
8287            'VXLAN' and
8288            'CHAIN' and
8289            'IMIX' and
8290            '8T4C' and
8291            'MRR'"
8292   parameters:
8293   - "result"
8294   - "name"
8295   - "tags"
8296   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8297   x-axis: "X = VNFs per Service Chain"
8298   y-axis: "Y = Number of Service Chains"
8299   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8300   layout:
8301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8302     layout: "plot-service-density"
8303
8304 # Plots - NF Density - VSC - NDR IMIX
8305 - type: "plot"
8306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8307   algorithm: "plot_nf_heatmap"
8308   output-file-type: ".html"
8309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8310   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8311   filter: "'NIC_Intel-XXV710' and
8312            'NF_DENSITY' and
8313            'VHOST' and
8314            'VXLAN' and
8315            'CHAIN' and
8316            'IMIX' and
8317            '2T1C' and
8318            'NDRPDR'"
8319   parameters:
8320   - "throughput"
8321   - "name"
8322   - "tags"
8323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8324   x-axis: "X = VNFs per Service Chain"
8325   y-axis: "Y = Number of Service Chains"
8326   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8327   layout:
8328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8329     layout: "plot-service-density"
8330
8331 - type: "plot"
8332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8333   algorithm: "plot_nf_heatmap"
8334   output-file-type: ".html"
8335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8336   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8337   filter: "'NIC_Intel-XXV710' and
8338            'NF_DENSITY' and
8339            'VHOST' and
8340            'VXLAN' and
8341            'CHAIN' and
8342            'IMIX' and
8343            '4T2C' and
8344            'NDRPDR'"
8345   parameters:
8346   - "throughput"
8347   - "name"
8348   - "tags"
8349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8350   x-axis: "X = VNFs per Service Chain"
8351   y-axis: "Y = Number of Service Chains"
8352   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8353   layout:
8354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8355     layout: "plot-service-density"
8356
8357 - type: "plot"
8358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8359   algorithm: "plot_nf_heatmap"
8360   output-file-type: ".html"
8361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8362   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8363   filter: "'NIC_Intel-XXV710' and
8364            'NF_DENSITY' and
8365            'VHOST' and
8366            'VXLAN' and
8367            'CHAIN' and
8368            'IMIX' and
8369            '8T4C' and
8370            'NDRPDR'"
8371   parameters:
8372   - "throughput"
8373   - "name"
8374   - "tags"
8375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8376   x-axis: "X = VNFs per Service Chain"
8377   y-axis: "Y = Number of Service Chains"
8378   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8379   layout:
8380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8381     layout: "plot-service-density"
8382
8383 # Plots - NF Density - VSC - PDR IMIX
8384 - type: "plot"
8385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8386   algorithm: "plot_nf_heatmap"
8387   output-file-type: ".html"
8388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8389   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8390   filter: "'NIC_Intel-XXV710' and
8391            'NF_DENSITY' and
8392            'VHOST' and
8393            'VXLAN' and
8394            'CHAIN' and
8395            'IMIX' and
8396            '2T1C' and
8397            'NDRPDR'"
8398   parameters:
8399   - "throughput"
8400   - "name"
8401   - "tags"
8402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8403   x-axis: "X = VNFs per Service Chain"
8404   y-axis: "Y = Number of Service Chains"
8405   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8406   layout:
8407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8408     layout: "plot-service-density"
8409
8410 - type: "plot"
8411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8412   algorithm: "plot_nf_heatmap"
8413   output-file-type: ".html"
8414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8415   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8416   filter: "'NIC_Intel-XXV710' and
8417            'NF_DENSITY' and
8418            'VHOST' and
8419            'VXLAN' and
8420            'CHAIN' and
8421            'IMIX' and
8422            '4T2C' and
8423            'NDRPDR'"
8424   parameters:
8425   - "throughput"
8426   - "name"
8427   - "tags"
8428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8429   x-axis: "X = VNFs per Service Chain"
8430   y-axis: "Y = Number of Service Chains"
8431   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8432   layout:
8433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8434     layout: "plot-service-density"
8435
8436 - type: "plot"
8437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8438   algorithm: "plot_nf_heatmap"
8439   output-file-type: ".html"
8440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8441   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8442   filter: "'NIC_Intel-XXV710' and
8443            'NF_DENSITY' and
8444            'VHOST' and
8445            'VXLAN' and
8446            'CHAIN' and
8447            'IMIX' and
8448            '8T4C' and
8449            'NDRPDR'"
8450   parameters:
8451   - "throughput"
8452   - "name"
8453   - "tags"
8454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8455   x-axis: "X = VNFs per Service Chain"
8456   y-axis: "Y = Number of Service Chains"
8457   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8458   layout:
8459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8460     layout: "plot-service-density"
8461
8462 ###############################################################################
8463
8464 # Plots - NF Density - CSC - MRR IMIX
8465 - type: "plot"
8466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8467   algorithm: "plot_nf_heatmap"
8468   output-file-type: ".html"
8469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8470   data: "plot-vpp-nfv-2n-skx-mrr"
8471   filter: "'NIC_Intel-XXV710' and
8472            'NF_DENSITY' and
8473            'DOCKER' and
8474            'CHAIN' and
8475            'NF_VPPIP4' and
8476            'IMIX' and
8477            '2T1C' and
8478            'MRR'"
8479   parameters:
8480   - "result"
8481   - "name"
8482   - "tags"
8483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8484   x-axis: "X = CNFs per Service Chain"
8485   y-axis: "Y = Number of Service Chains"
8486   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8487   layout:
8488     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8489     layout: "plot-service-density"
8490
8491 - type: "plot"
8492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8493   algorithm: "plot_nf_heatmap"
8494   output-file-type: ".html"
8495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8496   data: "plot-vpp-nfv-2n-skx-mrr"
8497   filter: "'NIC_Intel-XXV710' and
8498            'NF_DENSITY' and
8499            'DOCKER' and
8500            'CHAIN' and
8501            'NF_VPPIP4' and
8502            'IMIX' and
8503            '4T2C' and
8504            'MRR'"
8505   parameters:
8506   - "result"
8507   - "name"
8508   - "tags"
8509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8510   x-axis: "X = CNFs per Service Chain"
8511   y-axis: "Y = Number of Service Chains"
8512   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8513   layout:
8514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8515     layout: "plot-service-density"
8516
8517 - type: "plot"
8518   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8519   algorithm: "plot_nf_heatmap"
8520   output-file-type: ".html"
8521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8522   data: "plot-vpp-nfv-2n-skx-mrr"
8523   filter: "'NIC_Intel-XXV710' and
8524            'NF_DENSITY' and
8525            'DOCKER' and
8526            'CHAIN' and
8527            'NF_VPPIP4' and
8528            'IMIX' and
8529            '8T4C' and
8530            'MRR'"
8531   parameters:
8532   - "result"
8533   - "name"
8534   - "tags"
8535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8536   x-axis: "X = CNFs per Service Chain"
8537   y-axis: "Y = Number of Service Chains"
8538   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8539   layout:
8540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8541     layout: "plot-service-density"
8542
8543 # Plots - NF Density - CSC - NDR IMIX
8544 - type: "plot"
8545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8546   algorithm: "plot_nf_heatmap"
8547   output-file-type: ".html"
8548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8549   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8550   filter: "'NIC_Intel-XXV710' and
8551            'NF_DENSITY' and
8552            'DOCKER' and
8553            'CHAIN' and
8554            'NF_VPPIP4' and
8555            'IMIX' and
8556            '2T1C' and
8557            'NDRPDR'"
8558   parameters:
8559   - "throughput"
8560   - "name"
8561   - "tags"
8562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8563   x-axis: "X = CNFs per Service Chain"
8564   y-axis: "Y = Number of Service Chains"
8565   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8566   layout:
8567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8568     layout: "plot-service-density"
8569
8570 - type: "plot"
8571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8572   algorithm: "plot_nf_heatmap"
8573   output-file-type: ".html"
8574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8575   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8576   filter: "'NIC_Intel-XXV710' and
8577            'NF_DENSITY' and
8578            'DOCKER' and
8579            'CHAIN' and
8580            'NF_VPPIP4' and
8581            'IMIX' and
8582            '4T2C' and
8583            'NDRPDR'"
8584   parameters:
8585   - "throughput"
8586   - "name"
8587   - "tags"
8588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8589   x-axis: "X = CNFs per Service Chain"
8590   y-axis: "Y = Number of Service Chains"
8591   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8592   layout:
8593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8594     layout: "plot-service-density"
8595
8596 - type: "plot"
8597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8598   algorithm: "plot_nf_heatmap"
8599   output-file-type: ".html"
8600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8601   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8602   filter: "'NIC_Intel-XXV710' and
8603            'NF_DENSITY' and
8604            'DOCKER' and
8605            'CHAIN' and
8606            'NF_VPPIP4' and
8607            'IMIX' and
8608            '8T4C' and
8609            'NDRPDR'"
8610   parameters:
8611   - "throughput"
8612   - "name"
8613   - "tags"
8614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8615   x-axis: "X = CNFs per Service Chain"
8616   y-axis: "Y = Number of Service Chains"
8617   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8618   layout:
8619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8620     layout: "plot-service-density"
8621
8622 # Plots - NF Density - CSC - PDR IMIX
8623 - type: "plot"
8624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8625   algorithm: "plot_nf_heatmap"
8626   output-file-type: ".html"
8627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8628   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8629   filter: "'NIC_Intel-XXV710' and
8630            'NF_DENSITY' and
8631            'DOCKER' and
8632            'CHAIN' and
8633            'NF_VPPIP4' and
8634            'IMIX' and
8635            '2T1C' and
8636            'NDRPDR'"
8637   parameters:
8638   - "throughput"
8639   - "name"
8640   - "tags"
8641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8642   x-axis: "X = CNFs per Service Chain"
8643   y-axis: "Y = Number of Service Chains"
8644   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8645   layout:
8646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8647     layout: "plot-service-density"
8648
8649 - type: "plot"
8650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8651   algorithm: "plot_nf_heatmap"
8652   output-file-type: ".html"
8653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8654   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8655   filter: "'NIC_Intel-XXV710' and
8656            'NF_DENSITY' and
8657            'DOCKER' and
8658            'CHAIN' and
8659            'NF_VPPIP4' and
8660            'IMIX' and
8661            '4T2C' and
8662            'NDRPDR'"
8663   parameters:
8664   - "throughput"
8665   - "name"
8666   - "tags"
8667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8668   x-axis: "X = CNFs per Service Chain"
8669   y-axis: "Y = Number of Service Chains"
8670   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8671   layout:
8672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8673     layout: "plot-service-density"
8674
8675 - type: "plot"
8676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8677   algorithm: "plot_nf_heatmap"
8678   output-file-type: ".html"
8679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8680   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8681   filter: "'NIC_Intel-XXV710' and
8682            'NF_DENSITY' and
8683            'DOCKER' and
8684            'CHAIN' and
8685            'NF_VPPIP4' and
8686            'IMIX' and
8687            '8T4C' and
8688            'NDRPDR'"
8689   parameters:
8690   - "throughput"
8691   - "name"
8692   - "tags"
8693   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8694   x-axis: "X = CNFs per Service Chain"
8695   y-axis: "Y = Number of Service Chains"
8696   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8697   layout:
8698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8699     layout: "plot-service-density"
8700
8701 ################################################################################
8702 #
8703 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8704 #- type: "plot"
8705 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8706 #  algorithm: "plot_nf_heatmap"
8707 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8708 #  data: "plot-vpp-nfv-3n-skx-mrr"
8709 #  filter: "'NIC_Intel-XXV710' and
8710 #           'NF_DENSITY' and
8711 #           'DOCKER' and
8712 #           'CHAIN' and
8713 #           'NF_VPPIP4' and
8714 #           'IPSEC' and
8715 #           'TNL_4' and
8716 #           'IMIX' and
8717 #           '2T1C' and
8718 #           'MRR'"
8719 #  parameters:
8720 #  - "result"
8721 #  - "name"
8722 #  - "tags"
8723 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8724 #  x-axis: "X = CNFs per Service Chain"
8725 #  y-axis: "Y = Number of Service Chains"
8726 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8727 #  layout:
8728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8729 #    layout: "plot-service-density"
8730 #
8731 #- type: "plot"
8732 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8733 #  algorithm: "plot_nf_heatmap"
8734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8735 #  data: "plot-vpp-nfv-3n-skx-mrr"
8736 #  filter: "'NIC_Intel-XXV710' and
8737 #           'NF_DENSITY' and
8738 #           'DOCKER' and
8739 #           'CHAIN' and
8740 #           'NF_VPPIP4' and
8741 #           'IPSEC' and
8742 #           'TNL_4' and
8743 #           'IMIX' and
8744 #           '4T2C' and
8745 #           'MRR'"
8746 #  parameters:
8747 #  - "result"
8748 #  - "name"
8749 #  - "tags"
8750 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8751 #  x-axis: "X = CNFs per Service Chain"
8752 #  y-axis: "Y = Number of Service Chains"
8753 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8754 #  layout:
8755 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8756 #    layout: "plot-service-density"
8757 #
8758 #- type: "plot"
8759 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8760 #  algorithm: "plot_nf_heatmap"
8761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8762 #  data: "plot-vpp-nfv-3n-skx-mrr"
8763 #  filter: "'NIC_Intel-XXV710' and
8764 #           'NF_DENSITY' and
8765 #           'DOCKER' and
8766 #           'CHAIN' and
8767 #           'NF_VPPIP4' and
8768 #           'IPSEC' and
8769 #           'TNL_4' and
8770 #           'IMIX' and
8771 #           '8T4C' and
8772 #           'MRR'"
8773 #  parameters:
8774 #  - "result"
8775 #  - "name"
8776 #  - "tags"
8777 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8778 #  x-axis: "X = CNFs per Service Chain"
8779 #  y-axis: "Y = Number of Service Chains"
8780 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8781 #  layout:
8782 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8783 #    layout: "plot-service-density"
8784
8785 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8786 #- type: "plot"
8787 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8788 #  algorithm: "plot_nf_heatmap"
8789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8790 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8791 #  filter: "'NIC_Intel-XXV710' and
8792 #           'NF_DENSITY' and
8793 #           'DOCKER' and
8794 #           'CHAIN' and
8795 #           'NF_VPPIP4' and
8796 #           'IPSEC' and
8797 #           'TNL_4' and
8798 #           'IMIX' and
8799 #           '2T1C' and
8800 #           'NDRPDR'"
8801 #  parameters:
8802 #  - "throughput"
8803 #  - "name"
8804 #  - "tags"
8805 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8806 #  x-axis: "X = CNFs per Service Chain"
8807 #  y-axis: "Y = Number of Service Chains"
8808 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8809 #  layout:
8810 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8811 #    layout: "plot-service-density"
8812 #
8813 #- type: "plot"
8814 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8815 #  algorithm: "plot_nf_heatmap"
8816 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8817 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8818 #  filter: "'NIC_Intel-XXV710' and
8819 #           'NF_DENSITY' and
8820 #           'DOCKER' and
8821 #           'CHAIN' and
8822 #           'NF_VPPIP4' and
8823 #           'IPSEC' and
8824 #           'TNL_4' and
8825 #           'IMIX' and
8826 #           '4T2C' and
8827 #           'NDRPDR'"
8828 #  parameters:
8829 #  - "throughput"
8830 #  - "name"
8831 #  - "tags"
8832 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8833 #  x-axis: "X = CNFs per Service Chain"
8834 #  y-axis: "Y = Number of Service Chains"
8835 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8836 #  layout:
8837 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8838 #    layout: "plot-service-density"
8839 #
8840 #- type: "plot"
8841 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8842 #  algorithm: "plot_nf_heatmap"
8843 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8844 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8845 #  filter: "'NIC_Intel-XXV710' and
8846 #           'NF_DENSITY' and
8847 #           'DOCKER' and
8848 #           'CHAIN' and
8849 #           'NF_VPPIP4' and
8850 #           'IPSEC' and
8851 #           'TNL_4' and
8852 #           'IMIX' and
8853 #           '8T4C' and
8854 #           'NDRPDR'"
8855 #  parameters:
8856 #  - "throughput"
8857 #  - "name"
8858 #  - "tags"
8859 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8860 #  x-axis: "X = CNFs per Service Chain"
8861 #  y-axis: "Y = Number of Service Chains"
8862 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8863 #  layout:
8864 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8865 #    layout: "plot-service-density"
8866 #
8867 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8868 #- type: "plot"
8869 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8870 #  algorithm: "plot_nf_heatmap"
8871 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8872 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8873 #  filter: "'NIC_Intel-XXV710' and
8874 #           'NF_DENSITY' and
8875 #           'DOCKER' and
8876 #           'CHAIN' and
8877 #           'NF_VPPIP4' and
8878 #           'IPSEC' and
8879 #           'TNL_4' and
8880 #           'IMIX' and
8881 #           '2T1C' and
8882 #           'NDRPDR'"
8883 #  parameters:
8884 #  - "throughput"
8885 #  - "name"
8886 #  - "tags"
8887 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8888 #  x-axis: "X = CNFs per Service Chain"
8889 #  y-axis: "Y = Number of Service Chains"
8890 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8891 #  layout:
8892 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8893 #    layout: "plot-service-density"
8894 #
8895 #- type: "plot"
8896 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8897 #  algorithm: "plot_nf_heatmap"
8898 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8899 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8900 #  filter: "'NIC_Intel-XXV710' and
8901 #           'NF_DENSITY' and
8902 #           'DOCKER' and
8903 #           'CHAIN' and
8904 #           'NF_VPPIP4' and
8905 #           'IPSEC' and
8906 #           'TNL_4' and
8907 #           'IMIX' and
8908 #           '4T2C' and
8909 #           'NDRPDR'"
8910 #  parameters:
8911 #  - "throughput"
8912 #  - "name"
8913 #  - "tags"
8914 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8915 #  x-axis: "X = CNFs per Service Chain"
8916 #  y-axis: "Y = Number of Service Chains"
8917 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8918 #  layout:
8919 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8920 #    layout: "plot-service-density"
8921 #
8922 #- type: "plot"
8923 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8924 #  algorithm: "plot_nf_heatmap"
8925 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8926 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8927 #  filter: "'NIC_Intel-XXV710' and
8928 #           'NF_DENSITY' and
8929 #           'DOCKER' and
8930 #           'CHAIN' and
8931 #           'NF_VPPIP4' and
8932 #           'IPSEC' and
8933 #           'TNL_4' and
8934 #           'IMIX' and
8935 #           '8T4C' and
8936 #           'NDRPDR'"
8937 #  parameters:
8938 #  - "throughput"
8939 #  - "name"
8940 #  - "tags"
8941 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8942 #  x-axis: "X = CNFs per Service Chain"
8943 #  y-axis: "Y = Number of Service Chains"
8944 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8945 #  layout:
8946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8947 #    layout: "plot-service-density"
8948
8949 ###############################################################################
8950
8951 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8952 #- type: "plot"
8953 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8954 #  algorithm: "plot_nf_heatmap"
8955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8956 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8957 #  filter: "'NIC_Intel-XL710' and
8958 #           'NF_DENSITY' and
8959 #           'DOCKER' and
8960 #           'CHAIN' and
8961 #           'NF_VPPIP4' and
8962 #           'IMIX' and
8963 #           'TNL_4' and
8964 #           '1T1C' and
8965 #           'MRR'"
8966 #  parameters:
8967 #  - "result"
8968 #  - "name"
8969 #  - "tags"
8970 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8971 #  x-axis: "X = CNFs per Service Chain"
8972 #  y-axis: "Y = Number of Service Chains"
8973 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8974 #  layout:
8975 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8976 #    layout: "plot-service-density"
8977 #
8978 #- type: "plot"
8979 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8980 #  algorithm: "plot_nf_heatmap"
8981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8982 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8983 #  filter: "'NIC_Intel-XL710' and
8984 #           'NF_DENSITY' and
8985 #           'DOCKER' and
8986 #           'CHAIN' and
8987 #           'NF_VPPIP4' and
8988 #           'IPSEC' and
8989 #           'TNL_4' and
8990 #           'IMIX' and
8991 #           '2T2C' and
8992 #           'MRR'"
8993 #  parameters:
8994 #  - "result"
8995 #  - "name"
8996 #  - "tags"
8997 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8998 #  x-axis: "X = CNFs per Service Chain"
8999 #  y-axis: "Y = Number of Service Chains"
9000 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9001 #  layout:
9002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9003 #    layout: "plot-service-density"
9004 #
9005 #- type: "plot"
9006 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9007 #  algorithm: "plot_nf_heatmap"
9008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9009 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9010 #  filter: "'NIC_Intel-XL710' and
9011 #           'NF_DENSITY' and
9012 #           'DOCKER' and
9013 #           'CHAIN' and
9014 #           'NF_VPPIP4' and
9015 #           'IPSEC' and
9016 #           'TNL_4' and
9017 #           'IMIX' and
9018 #           '4T4C' and
9019 #           'MRR'"
9020 #  parameters:
9021 #  - "result"
9022 #  - "name"
9023 #  - "tags"
9024 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9025 #  x-axis: "X = CNFs per Service Chain"
9026 #  y-axis: "Y = Number of Service Chains"
9027 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9028 #  layout:
9029 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9030 #    layout: "plot-service-density"
9031
9032 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9033 #- type: "plot"
9034 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9035 #  algorithm: "plot_nf_heatmap"
9036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9037 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9038 #  filter: "'NIC_Intel-XL710' and
9039 #           'NF_DENSITY' and
9040 #           'DOCKER' and
9041 #           'CHAIN' and
9042 #           'NF_VPPIP4' and
9043 #           'IPSEC' and
9044 #           'TNL_4' and
9045 #           'IMIX' and
9046 #           '1T1C' and
9047 #           'NDRPDR'"
9048 #  parameters:
9049 #  - "throughput"
9050 #  - "name"
9051 #  - "tags"
9052 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9053 #  x-axis: "X = CNFs per Service Chain"
9054 #  y-axis: "Y = Number of Service Chains"
9055 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9056 #  layout:
9057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9058 #    layout: "plot-service-density"
9059 #
9060 #- type: "plot"
9061 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9062 #  algorithm: "plot_nf_heatmap"
9063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9064 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9065 #  filter: "'NIC_Intel-XL710' and
9066 #           'NF_DENSITY' and
9067 #           'DOCKER' and
9068 #           'CHAIN' and
9069 #           'NF_VPPIP4' and
9070 #           'IPSEC' and
9071 #           'TNL_4' and
9072 #           'IMIX' and
9073 #           '2T2C' and
9074 #           'NDRPDR'"
9075 #  parameters:
9076 #  - "throughput"
9077 #  - "name"
9078 #  - "tags"
9079 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9080 #  x-axis: "X = CNFs per Service Chain"
9081 #  y-axis: "Y = Number of Service Chains"
9082 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9083 #  layout:
9084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9085 #    layout: "plot-service-density"
9086 #
9087 #- type: "plot"
9088 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9089 #  algorithm: "plot_nf_heatmap"
9090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9091 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9092 #  filter: "'NIC_Intel-XL710' and
9093 #           'NF_DENSITY' and
9094 #           'DOCKER' and
9095 #           'CHAIN' and
9096 #           'NF_VPPIP4' and
9097 #           'IPSEC' and
9098 #           'TNL_4' and
9099 #           'IMIX' and
9100 #           '4T4C' and
9101 #           'NDRPDR'"
9102 #  parameters:
9103 #  - "throughput"
9104 #  - "name"
9105 #  - "tags"
9106 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9107 #  x-axis: "X = CNFs per Service Chain"
9108 #  y-axis: "Y = Number of Service Chains"
9109 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9110 #  layout:
9111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9112 #    layout: "plot-service-density"
9113 #
9114 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9115 #- type: "plot"
9116 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9117 #  algorithm: "plot_nf_heatmap"
9118 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9119 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9120 #  filter: "'NIC_Intel-XL710' and
9121 #           'NF_DENSITY' and
9122 #           'DOCKER' and
9123 #           'CHAIN' and
9124 #           'NF_VPPIP4' and
9125 #           'IPSEC' and
9126 #           'TNL_4' and
9127 #           'IMIX' and
9128 #           '1T1C' and
9129 #           'NDRPDR'"
9130 #  parameters:
9131 #  - "throughput"
9132 #  - "name"
9133 #  - "tags"
9134 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9135 #  x-axis: "X = CNFs per Service Chain"
9136 #  y-axis: "Y = Number of Service Chains"
9137 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9138 #  layout:
9139 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9140 #    layout: "plot-service-density"
9141 #
9142 #- type: "plot"
9143 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9144 #  algorithm: "plot_nf_heatmap"
9145 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9146 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9147 #  filter: "'NIC_Intel-XL710' and
9148 #           'NF_DENSITY' and
9149 #           'DOCKER' and
9150 #           'CHAIN' and
9151 #           'NF_VPPIP4' and
9152 #           'IPSEC' and
9153 #           'TNL_4' and
9154 #           'IMIX' and
9155 #           '2T2C' and
9156 #           'NDRPDR'"
9157 #  parameters:
9158 #  - "throughput"
9159 #  - "name"
9160 #  - "tags"
9161 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9162 #  x-axis: "X = CNFs per Service Chain"
9163 #  y-axis: "Y = Number of Service Chains"
9164 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9165 #  layout:
9166 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9167 #    layout: "plot-service-density"
9168 #
9169 #- type: "plot"
9170 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9171 #  algorithm: "plot_nf_heatmap"
9172 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9173 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9174 #  filter: "'NIC_Intel-XL710' and
9175 #           'NF_DENSITY' and
9176 #           'DOCKER' and
9177 #           'CHAIN' and
9178 #           'NF_VPPIP4' and
9179 #           'IPSEC' and
9180 #           'TNL_4' and
9181 #           'IMIX' and
9182 #           '4T4C' and
9183 #           'NDRPDR'"
9184 #  parameters:
9185 #  - "throughput"
9186 #  - "name"
9187 #  - "tags"
9188 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9189 #  x-axis: "X = CNFs per Service Chain"
9190 #  y-axis: "Y = Number of Service Chains"
9191 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9192 #  layout:
9193 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9194 #    layout: "plot-service-density"
9195
9196 ###############################################################################
9197
9198 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9199 #- type: "plot"
9200 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9201 #  algorithm: "plot_nf_heatmap"
9202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9203 #  data: "plot-vpp-nfv-3n-skx-mrr"
9204 #  filter: "'NIC_Intel-XXV710' and
9205 #           'NF_DENSITY' and
9206 #           'DOCKER' and
9207 #           'CHAIN' and
9208 #           'NF_VPPIP4' and
9209 #           'IPSEC' and
9210 #           'TNL_1000' and
9211 #           'IMIX' and
9212 #           '2T1C' and
9213 #           'MRR'"
9214 #  parameters:
9215 #  - "result"
9216 #  - "name"
9217 #  - "tags"
9218 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9219 #  x-axis: "X = CNFs per Service Chain"
9220 #  y-axis: "Y = Number of Service Chains"
9221 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9222 #  layout:
9223 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9224 #    layout: "plot-service-density"
9225 #
9226 #- type: "plot"
9227 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9228 #  algorithm: "plot_nf_heatmap"
9229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9230 #  data: "plot-vpp-nfv-3n-skx-mrr"
9231 #  filter: "'NIC_Intel-XXV710' and
9232 #           'NF_DENSITY' and
9233 #           'DOCKER' and
9234 #           'CHAIN' and
9235 #           'NF_VPPIP4' and
9236 #           'IPSEC' and
9237 #           'TNL_1000' and
9238 #           'IMIX' and
9239 #           '4T2C' and
9240 #           'MRR'"
9241 #  parameters:
9242 #  - "result"
9243 #  - "name"
9244 #  - "tags"
9245 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9246 #  x-axis: "X = CNFs per Service Chain"
9247 #  y-axis: "Y = Number of Service Chains"
9248 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9249 #  layout:
9250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9251 #    layout: "plot-service-density"
9252 #
9253 #- type: "plot"
9254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9255 #  algorithm: "plot_nf_heatmap"
9256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9257 #  data: "plot-vpp-nfv-3n-skx-mrr"
9258 #  filter: "'NIC_Intel-XXV710' and
9259 #           'NF_DENSITY' and
9260 #           'DOCKER' and
9261 #           'CHAIN' and
9262 #           'NF_VPPIP4' and
9263 #           'IPSEC' and
9264 #           'TNL_1000' and
9265 #           'IMIX' and
9266 #           '8T4C' and
9267 #           'MRR'"
9268 #  parameters:
9269 #  - "result"
9270 #  - "name"
9271 #  - "tags"
9272 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9273 #  x-axis: "X = CNFs per Service Chain"
9274 #  y-axis: "Y = Number of Service Chains"
9275 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9276 #  layout:
9277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9278 #    layout: "plot-service-density"
9279
9280 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9281 #- type: "plot"
9282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9283 #  algorithm: "plot_nf_heatmap"
9284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9285 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9286 #  filter: "'NIC_Intel-XXV710' and
9287 #           'NF_DENSITY' and
9288 #           'DOCKER' and
9289 #           'CHAIN' and
9290 #           'NF_VPPIP4' and
9291 #           'IPSEC' and
9292 #           'TNL_1000' and
9293 #           'IMIX' and
9294 #           '2T1C' and
9295 #           'NDRPDR'"
9296 #  parameters:
9297 #  - "throughput"
9298 #  - "name"
9299 #  - "tags"
9300 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9301 #  x-axis: "X = CNFs per Service Chain"
9302 #  y-axis: "Y = Number of Service Chains"
9303 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9304 #  layout:
9305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9306 #    layout: "plot-service-density"
9307 #
9308 #- type: "plot"
9309 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9310 #  algorithm: "plot_nf_heatmap"
9311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9312 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9313 #  filter: "'NIC_Intel-XXV710' and
9314 #           'NF_DENSITY' and
9315 #           'DOCKER' and
9316 #           'CHAIN' and
9317 #           'NF_VPPIP4' and
9318 #           'IPSEC' and
9319 #           'TNL_1000' and
9320 #           'IMIX' and
9321 #           '4T2C' and
9322 #           'NDRPDR'"
9323 #  parameters:
9324 #  - "throughput"
9325 #  - "name"
9326 #  - "tags"
9327 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9328 #  x-axis: "X = CNFs per Service Chain"
9329 #  y-axis: "Y = Number of Service Chains"
9330 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9331 #  layout:
9332 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9333 #    layout: "plot-service-density"
9334 #
9335 #- type: "plot"
9336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9337 #  algorithm: "plot_nf_heatmap"
9338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9339 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9340 #  filter: "'NIC_Intel-XXV710' and
9341 #           'NF_DENSITY' and
9342 #           'DOCKER' and
9343 #           'CHAIN' and
9344 #           'NF_VPPIP4' and
9345 #           'IPSEC' and
9346 #           'TNL_1000' and
9347 #           'IMIX' and
9348 #           '8T4C' and
9349 #           'NDRPDR'"
9350 #  parameters:
9351 #  - "throughput"
9352 #  - "name"
9353 #  - "tags"
9354 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9355 #  x-axis: "X = CNFs per Service Chain"
9356 #  y-axis: "Y = Number of Service Chains"
9357 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9358 #  layout:
9359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9360 #    layout: "plot-service-density"
9361 #
9362 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9363 #- type: "plot"
9364 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9365 #  algorithm: "plot_nf_heatmap"
9366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9367 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9368 #  filter: "'NIC_Intel-XXV710' and
9369 #           'NF_DENSITY' and
9370 #           'DOCKER' and
9371 #           'CHAIN' and
9372 #           'NF_VPPIP4' and
9373 #           'IPSEC' and
9374 #           'TNL_1000' and
9375 #           'IMIX' and
9376 #           '2T1C' and
9377 #           'NDRPDR'"
9378 #  parameters:
9379 #  - "throughput"
9380 #  - "name"
9381 #  - "tags"
9382 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9383 #  x-axis: "X = CNFs per Service Chain"
9384 #  y-axis: "Y = Number of Service Chains"
9385 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9386 #  layout:
9387 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9388 #    layout: "plot-service-density"
9389 #
9390 #- type: "plot"
9391 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9392 #  algorithm: "plot_nf_heatmap"
9393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9394 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9395 #  filter: "'NIC_Intel-XXV710' and
9396 #           'NF_DENSITY' and
9397 #           'DOCKER' and
9398 #           'CHAIN' and
9399 #           'NF_VPPIP4' and
9400 #           'IPSEC' and
9401 #           'TNL_1000' and
9402 #           'IMIX' and
9403 #           '4T2C' and
9404 #           'NDRPDR'"
9405 #  parameters:
9406 #  - "throughput"
9407 #  - "name"
9408 #  - "tags"
9409 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9410 #  x-axis: "X = CNFs per Service Chain"
9411 #  y-axis: "Y = Number of Service Chains"
9412 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9413 #  layout:
9414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9415 #    layout: "plot-service-density"
9416 #
9417 #- type: "plot"
9418 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9419 #  algorithm: "plot_nf_heatmap"
9420 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9421 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9422 #  filter: "'NIC_Intel-XXV710' and
9423 #           'NF_DENSITY' and
9424 #           'DOCKER' and
9425 #           'CHAIN' and
9426 #           'NF_VPPIP4' and
9427 #           'IPSEC' and
9428 #           'TNL_1000' and
9429 #           'IMIX' and
9430 #           '8T4C' and
9431 #           'NDRPDR'"
9432 #  parameters:
9433 #  - "throughput"
9434 #  - "name"
9435 #  - "tags"
9436 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9437 #  x-axis: "X = CNFs per Service Chain"
9438 #  y-axis: "Y = Number of Service Chains"
9439 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9440 #  layout:
9441 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9442 #    layout: "plot-service-density"
9443
9444 ###############################################################################
9445
9446 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9447 #- type: "plot"
9448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9449 #  algorithm: "plot_nf_heatmap"
9450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9451 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9452 #  filter: "'NIC_Intel-XL710' and
9453 #           'NF_DENSITY' and
9454 #           'DOCKER' and
9455 #           'CHAIN' and
9456 #           'NF_VPPIP4' and
9457 #           'IMIX' and
9458 #           'TNL_1000' and
9459 #           '1T1C' and
9460 #           'MRR'"
9461 #  parameters:
9462 #  - "result"
9463 #  - "name"
9464 #  - "tags"
9465 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9466 #  x-axis: "X = CNFs per Service Chain"
9467 #  y-axis: "Y = Number of Service Chains"
9468 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9469 #  layout:
9470 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9471 #    layout: "plot-service-density"
9472 #
9473 #- type: "plot"
9474 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9475 #  algorithm: "plot_nf_heatmap"
9476 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9477 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9478 #  filter: "'NIC_Intel-XL710' and
9479 #           'NF_DENSITY' and
9480 #           'DOCKER' and
9481 #           'CHAIN' and
9482 #           'NF_VPPIP4' and
9483 #           'IPSEC' and
9484 #           'TNL_1000' and
9485 #           'IMIX' and
9486 #           '2T2C' and
9487 #           'MRR'"
9488 #  parameters:
9489 #  - "result"
9490 #  - "name"
9491 #  - "tags"
9492 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9493 #  x-axis: "X = CNFs per Service Chain"
9494 #  y-axis: "Y = Number of Service Chains"
9495 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9496 #  layout:
9497 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9498 #    layout: "plot-service-density"
9499 #
9500 #- type: "plot"
9501 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9502 #  algorithm: "plot_nf_heatmap"
9503 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9504 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9505 #  filter: "'NIC_Intel-XL710' and
9506 #           'NF_DENSITY' and
9507 #           'DOCKER' and
9508 #           'CHAIN' and
9509 #           'NF_VPPIP4' and
9510 #           'IPSEC' and
9511 #           'TNL_1000' and
9512 #           'IMIX' and
9513 #           '4T4C' and
9514 #           'MRR'"
9515 #  parameters:
9516 #  - "result"
9517 #  - "name"
9518 #  - "tags"
9519 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9520 #  x-axis: "X = CNFs per Service Chain"
9521 #  y-axis: "Y = Number of Service Chains"
9522 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9523 #  layout:
9524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9525 #    layout: "plot-service-density"
9526
9527 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9528 #- type: "plot"
9529 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9530 #  algorithm: "plot_nf_heatmap"
9531 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9532 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9533 #  filter: "'NIC_Intel-XL710' and
9534 #           'NF_DENSITY' and
9535 #           'DOCKER' and
9536 #           'CHAIN' and
9537 #           'NF_VPPIP4' and
9538 #           'IPSEC' and
9539 #           'TNL_1000' and
9540 #           'IMIX' and
9541 #           '1T1C' and
9542 #           'NDRPDR'"
9543 #  parameters:
9544 #  - "throughput"
9545 #  - "name"
9546 #  - "tags"
9547 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9548 #  x-axis: "X = CNFs per Service Chain"
9549 #  y-axis: "Y = Number of Service Chains"
9550 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9551 #  layout:
9552 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9553 #    layout: "plot-service-density"
9554 #
9555 #- type: "plot"
9556 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9557 #  algorithm: "plot_nf_heatmap"
9558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9559 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9560 #  filter: "'NIC_Intel-XL710' and
9561 #           'NF_DENSITY' and
9562 #           'DOCKER' and
9563 #           'CHAIN' and
9564 #           'NF_VPPIP4' and
9565 #           'IPSEC' and
9566 #           'TNL_1000' and
9567 #           'IMIX' and
9568 #           '2T2C' and
9569 #           'NDRPDR'"
9570 #  parameters:
9571 #  - "throughput"
9572 #  - "name"
9573 #  - "tags"
9574 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9575 #  x-axis: "X = CNFs per Service Chain"
9576 #  y-axis: "Y = Number of Service Chains"
9577 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9578 #  layout:
9579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9580 #    layout: "plot-service-density"
9581 #
9582 #- type: "plot"
9583 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9584 #  algorithm: "plot_nf_heatmap"
9585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9586 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9587 #  filter: "'NIC_Intel-XL710' and
9588 #           'NF_DENSITY' and
9589 #           'DOCKER' and
9590 #           'CHAIN' and
9591 #           'NF_VPPIP4' and
9592 #           'IPSEC' and
9593 #           'TNL_1000' and
9594 #           'IMIX' and
9595 #           '4T4C' and
9596 #           'NDRPDR'"
9597 #  parameters:
9598 #  - "throughput"
9599 #  - "name"
9600 #  - "tags"
9601 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9602 #  x-axis: "X = CNFs per Service Chain"
9603 #  y-axis: "Y = Number of Service Chains"
9604 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9605 #  layout:
9606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9607 #    layout: "plot-service-density"
9608 #
9609 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9610 #- type: "plot"
9611 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9612 #  algorithm: "plot_nf_heatmap"
9613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9614 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9615 #  filter: "'NIC_Intel-XL710' and
9616 #           'NF_DENSITY' and
9617 #           'DOCKER' and
9618 #           'CHAIN' and
9619 #           'NF_VPPIP4' and
9620 #           'IPSEC' and
9621 #           'TNL_1000' and
9622 #           'IMIX' and
9623 #           '1T1C' and
9624 #           'NDRPDR'"
9625 #  parameters:
9626 #  - "throughput"
9627 #  - "name"
9628 #  - "tags"
9629 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9630 #  x-axis: "X = CNFs per Service Chain"
9631 #  y-axis: "Y = Number of Service Chains"
9632 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9633 #  layout:
9634 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9635 #    layout: "plot-service-density"
9636 #
9637 #- type: "plot"
9638 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9639 #  algorithm: "plot_nf_heatmap"
9640 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9641 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9642 #  filter: "'NIC_Intel-XL710' and
9643 #           'NF_DENSITY' and
9644 #           'DOCKER' and
9645 #           'CHAIN' and
9646 #           'NF_VPPIP4' and
9647 #           'IPSEC' and
9648 #           'TNL_1000' and
9649 #           'IMIX' and
9650 #           '2T2C' and
9651 #           'NDRPDR'"
9652 #  parameters:
9653 #  - "throughput"
9654 #  - "name"
9655 #  - "tags"
9656 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9657 #  x-axis: "X = CNFs per Service Chain"
9658 #  y-axis: "Y = Number of Service Chains"
9659 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9660 #  layout:
9661 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9662 #    layout: "plot-service-density"
9663 #
9664 #- type: "plot"
9665 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9666 #  algorithm: "plot_nf_heatmap"
9667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9668 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9669 #  filter: "'NIC_Intel-XL710' and
9670 #           'NF_DENSITY' and
9671 #           'DOCKER' and
9672 #           'CHAIN' and
9673 #           'NF_VPPIP4' and
9674 #           'IPSEC' and
9675 #           'TNL_1000' and
9676 #           'IMIX' and
9677 #           '4T4C' and
9678 #           'NDRPDR'"
9679 #  parameters:
9680 #  - "throughput"
9681 #  - "name"
9682 #  - "tags"
9683 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9684 #  x-axis: "X = CNFs per Service Chain"
9685 #  y-axis: "Y = Number of Service Chains"
9686 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9687 #  layout:
9688 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9689 #    layout: "plot-service-density"
9690
9691 ###############################################################################
9692
9693 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9694 #- type: "plot"
9695 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9696 #  algorithm: "plot_nf_heatmap"
9697 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9698 #  data: "plot-vpp-nfv-3n-skx-mrr"
9699 #  filter: "'NIC_Intel-XXV710' and
9700 #           'NF_DENSITY' and
9701 #           'DOCKER' and
9702 #           'CHAIN' and
9703 #           'NF_VPPIP4' and
9704 #           'IPSEC' and
9705 #           'TNL_10000' and
9706 #           'IMIX' and
9707 #           '2T1C' and
9708 #           'MRR'"
9709 #  parameters:
9710 #  - "result"
9711 #  - "name"
9712 #  - "tags"
9713 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9714 #  x-axis: "X = CNFs per Service Chain"
9715 #  y-axis: "Y = Number of Service Chains"
9716 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9717 #  layout:
9718 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9719 #    layout: "plot-service-density"
9720 #
9721 #- type: "plot"
9722 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9723 #  algorithm: "plot_nf_heatmap"
9724 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9725 #  data: "plot-vpp-nfv-3n-skx-mrr"
9726 #  filter: "'NIC_Intel-XXV710' and
9727 #           'NF_DENSITY' and
9728 #           'DOCKER' and
9729 #           'CHAIN' and
9730 #           'NF_VPPIP4' and
9731 #           'IPSEC' and
9732 #           'TNL_10000' and
9733 #           'IMIX' and
9734 #           '4T2C' and
9735 #           'MRR'"
9736 #  parameters:
9737 #  - "result"
9738 #  - "name"
9739 #  - "tags"
9740 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9741 #  x-axis: "X = CNFs per Service Chain"
9742 #  y-axis: "Y = Number of Service Chains"
9743 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9744 #  layout:
9745 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9746 #    layout: "plot-service-density"
9747 #
9748 #- type: "plot"
9749 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9750 #  algorithm: "plot_nf_heatmap"
9751 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9752 #  data: "plot-vpp-nfv-3n-skx-mrr"
9753 #  filter: "'NIC_Intel-XXV710' and
9754 #           'NF_DENSITY' and
9755 #           'DOCKER' and
9756 #           'CHAIN' and
9757 #           'NF_VPPIP4' and
9758 #           'IPSEC' and
9759 #           'TNL_10000' and
9760 #           'IMIX' and
9761 #           '8T4C' and
9762 #           'MRR'"
9763 #  parameters:
9764 #  - "result"
9765 #  - "name"
9766 #  - "tags"
9767 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9768 #  x-axis: "X = CNFs per Service Chain"
9769 #  y-axis: "Y = Number of Service Chains"
9770 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9771 #  layout:
9772 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9773 #    layout: "plot-service-density"
9774
9775 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9776 #- type: "plot"
9777 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9778 #  algorithm: "plot_nf_heatmap"
9779 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9780 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9781 #  filter: "'NIC_Intel-XXV710' and
9782 #           'NF_DENSITY' and
9783 #           'DOCKER' and
9784 #           'CHAIN' and
9785 #           'NF_VPPIP4' and
9786 #           'IPSEC' and
9787 #           'TNL_10000' and
9788 #           'IMIX' and
9789 #           '2T1C' and
9790 #           'NDRPDR'"
9791 #  parameters:
9792 #  - "throughput"
9793 #  - "name"
9794 #  - "tags"
9795 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9796 #  x-axis: "X = CNFs per Service Chain"
9797 #  y-axis: "Y = Number of Service Chains"
9798 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9799 #  layout:
9800 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9801 #    layout: "plot-service-density"
9802 #
9803 #- type: "plot"
9804 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9805 #  algorithm: "plot_nf_heatmap"
9806 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9807 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9808 #  filter: "'NIC_Intel-XXV710' and
9809 #           'NF_DENSITY' and
9810 #           'DOCKER' and
9811 #           'CHAIN' and
9812 #           'NF_VPPIP4' and
9813 #           'IPSEC' and
9814 #           'TNL_10000' and
9815 #           'IMIX' and
9816 #           '4T2C' and
9817 #           'NDRPDR'"
9818 #  parameters:
9819 #  - "throughput"
9820 #  - "name"
9821 #  - "tags"
9822 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9823 #  x-axis: "X = CNFs per Service Chain"
9824 #  y-axis: "Y = Number of Service Chains"
9825 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9826 #  layout:
9827 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9828 #    layout: "plot-service-density"
9829 #
9830 #- type: "plot"
9831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9832 #  algorithm: "plot_nf_heatmap"
9833 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9834 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9835 #  filter: "'NIC_Intel-XXV710' and
9836 #           'NF_DENSITY' and
9837 #           'DOCKER' and
9838 #           'CHAIN' and
9839 #           'NF_VPPIP4' and
9840 #           'IPSEC' and
9841 #           'TNL_10000' and
9842 #           'IMIX' and
9843 #           '8T4C' and
9844 #           'NDRPDR'"
9845 #  parameters:
9846 #  - "throughput"
9847 #  - "name"
9848 #  - "tags"
9849 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9850 #  x-axis: "X = CNFs per Service Chain"
9851 #  y-axis: "Y = Number of Service Chains"
9852 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9853 #  layout:
9854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9855 #    layout: "plot-service-density"
9856 #
9857 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9858 #- type: "plot"
9859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9860 #  algorithm: "plot_nf_heatmap"
9861 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9862 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9863 #  filter: "'NIC_Intel-XXV710' and
9864 #           'NF_DENSITY' and
9865 #           'DOCKER' and
9866 #           'CHAIN' and
9867 #           'NF_VPPIP4' and
9868 #           'IPSEC' and
9869 #           'TNL_10000' and
9870 #           'IMIX' and
9871 #           '2T1C' and
9872 #           'NDRPDR'"
9873 #  parameters:
9874 #  - "throughput"
9875 #  - "name"
9876 #  - "tags"
9877 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9878 #  x-axis: "X = CNFs per Service Chain"
9879 #  y-axis: "Y = Number of Service Chains"
9880 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9881 #  layout:
9882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9883 #    layout: "plot-service-density"
9884 #
9885 #- type: "plot"
9886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9887 #  algorithm: "plot_nf_heatmap"
9888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9889 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9890 #  filter: "'NIC_Intel-XXV710' and
9891 #           'NF_DENSITY' and
9892 #           'DOCKER' and
9893 #           'CHAIN' and
9894 #           'NF_VPPIP4' and
9895 #           'IPSEC' and
9896 #           'TNL_10000' and
9897 #           'IMIX' and
9898 #           '4T2C' and
9899 #           'NDRPDR'"
9900 #  parameters:
9901 #  - "throughput"
9902 #  - "name"
9903 #  - "tags"
9904 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9905 #  x-axis: "X = CNFs per Service Chain"
9906 #  y-axis: "Y = Number of Service Chains"
9907 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9908 #  layout:
9909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9910 #    layout: "plot-service-density"
9911 #
9912 #- type: "plot"
9913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9914 #  algorithm: "plot_nf_heatmap"
9915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9916 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9917 #  filter: "'NIC_Intel-XXV710' and
9918 #           'NF_DENSITY' and
9919 #           'DOCKER' and
9920 #           'CHAIN' and
9921 #           'NF_VPPIP4' and
9922 #           'IPSEC' and
9923 #           'TNL_10000' and
9924 #           'IMIX' and
9925 #           '8T4C' and
9926 #           'NDRPDR'"
9927 #  parameters:
9928 #  - "throughput"
9929 #  - "name"
9930 #  - "tags"
9931 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9932 #  x-axis: "X = CNFs per Service Chain"
9933 #  y-axis: "Y = Number of Service Chains"
9934 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9935 #  layout:
9936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9937 #    layout: "plot-service-density"
9938
9939 ###############################################################################
9940
9941 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9942 #- type: "plot"
9943 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9944 #  algorithm: "plot_nf_heatmap"
9945 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9946 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9947 #  filter: "'NIC_Intel-XL710' and
9948 #           'NF_DENSITY' and
9949 #           'DOCKER' and
9950 #           'CHAIN' and
9951 #           'NF_VPPIP4' and
9952 #           'IMIX' and
9953 #           'TNL_10000' and
9954 #           '1T1C' and
9955 #           'MRR'"
9956 #  parameters:
9957 #  - "result"
9958 #  - "name"
9959 #  - "tags"
9960 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9961 #  x-axis: "X = CNFs per Service Chain"
9962 #  y-axis: "Y = Number of Service Chains"
9963 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9964 #  layout:
9965 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9966 #    layout: "plot-service-density"
9967 #
9968 #- type: "plot"
9969 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9970 #  algorithm: "plot_nf_heatmap"
9971 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9972 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9973 #  filter: "'NIC_Intel-XL710' and
9974 #           'NF_DENSITY' and
9975 #           'DOCKER' and
9976 #           'CHAIN' and
9977 #           'NF_VPPIP4' and
9978 #           'IPSEC' and
9979 #           'TNL_10000' and
9980 #           'IMIX' and
9981 #           '2T2C' and
9982 #           'MRR'"
9983 #  parameters:
9984 #  - "result"
9985 #  - "name"
9986 #  - "tags"
9987 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9988 #  x-axis: "X = CNFs per Service Chain"
9989 #  y-axis: "Y = Number of Service Chains"
9990 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9991 #  layout:
9992 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9993 #    layout: "plot-service-density"
9994 #
9995 #- type: "plot"
9996 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9997 #  algorithm: "plot_nf_heatmap"
9998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9999 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10000 #  filter: "'NIC_Intel-XL710' and
10001 #           'NF_DENSITY' and
10002 #           'DOCKER' and
10003 #           'CHAIN' and
10004 #           'NF_VPPIP4' and
10005 #           'IPSEC' and
10006 #           'TNL_10000' and
10007 #           'IMIX' and
10008 #           '4T4C' and
10009 #           'MRR'"
10010 #  parameters:
10011 #  - "result"
10012 #  - "name"
10013 #  - "tags"
10014 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10015 #  x-axis: "X = CNFs per Service Chain"
10016 #  y-axis: "Y = Number of Service Chains"
10017 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10018 #  layout:
10019 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10020 #    layout: "plot-service-density"
10021
10022 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10023 #- type: "plot"
10024 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10025 #  algorithm: "plot_nf_heatmap"
10026 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10027 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10028 #  filter: "'NIC_Intel-XL710' and
10029 #           'NF_DENSITY' and
10030 #           'DOCKER' and
10031 #           'CHAIN' and
10032 #           'NF_VPPIP4' and
10033 #           'IPSEC' and
10034 #           'TNL_10000' and
10035 #           'IMIX' and
10036 #           '1T1C' and
10037 #           'NDRPDR'"
10038 #  parameters:
10039 #  - "throughput"
10040 #  - "name"
10041 #  - "tags"
10042 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10043 #  x-axis: "X = CNFs per Service Chain"
10044 #  y-axis: "Y = Number of Service Chains"
10045 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10046 #  layout:
10047 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10048 #    layout: "plot-service-density"
10049 #
10050 #- type: "plot"
10051 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10052 #  algorithm: "plot_nf_heatmap"
10053 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10054 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10055 #  filter: "'NIC_Intel-XL710' and
10056 #           'NF_DENSITY' and
10057 #           'DOCKER' and
10058 #           'CHAIN' and
10059 #           'NF_VPPIP4' and
10060 #           'IPSEC' and
10061 #           'TNL_10000' and
10062 #           'IMIX' and
10063 #           '2T2C' and
10064 #           'NDRPDR'"
10065 #  parameters:
10066 #  - "throughput"
10067 #  - "name"
10068 #  - "tags"
10069 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10070 #  x-axis: "X = CNFs per Service Chain"
10071 #  y-axis: "Y = Number of Service Chains"
10072 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10073 #  layout:
10074 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10075 #    layout: "plot-service-density"
10076 #
10077 #- type: "plot"
10078 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10079 #  algorithm: "plot_nf_heatmap"
10080 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10081 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10082 #  filter: "'NIC_Intel-XL710' and
10083 #           'NF_DENSITY' and
10084 #           'DOCKER' and
10085 #           'CHAIN' and
10086 #           'NF_VPPIP4' and
10087 #           'IPSEC' and
10088 #           'TNL_10000' and
10089 #           'IMIX' and
10090 #           '4T4C' and
10091 #           'NDRPDR'"
10092 #  parameters:
10093 #  - "throughput"
10094 #  - "name"
10095 #  - "tags"
10096 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10097 #  x-axis: "X = CNFs per Service Chain"
10098 #  y-axis: "Y = Number of Service Chains"
10099 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10100 #  layout:
10101 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10102 #    layout: "plot-service-density"
10103 #
10104 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10105 #- type: "plot"
10106 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10107 #  algorithm: "plot_nf_heatmap"
10108 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10109 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10110 #  filter: "'NIC_Intel-XL710' and
10111 #           'NF_DENSITY' and
10112 #           'DOCKER' and
10113 #           'CHAIN' and
10114 #           'NF_VPPIP4' and
10115 #           'IPSEC' and
10116 #           'TNL_10000' and
10117 #           'IMIX' and
10118 #           '1T1C' and
10119 #           'NDRPDR'"
10120 #  parameters:
10121 #  - "throughput"
10122 #  - "name"
10123 #  - "tags"
10124 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10125 #  x-axis: "X = CNFs per Service Chain"
10126 #  y-axis: "Y = Number of Service Chains"
10127 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10128 #  layout:
10129 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10130 #    layout: "plot-service-density"
10131 #
10132 #- type: "plot"
10133 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10134 #  algorithm: "plot_nf_heatmap"
10135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10136 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10137 #  filter: "'NIC_Intel-XL710' and
10138 #           'NF_DENSITY' and
10139 #           'DOCKER' and
10140 #           'CHAIN' and
10141 #           'NF_VPPIP4' and
10142 #           'IPSEC' and
10143 #           'TNL_10000' and
10144 #           'IMIX' and
10145 #           '2T2C' and
10146 #           'NDRPDR'"
10147 #  parameters:
10148 #  - "throughput"
10149 #  - "name"
10150 #  - "tags"
10151 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10152 #  x-axis: "X = CNFs per Service Chain"
10153 #  y-axis: "Y = Number of Service Chains"
10154 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10155 #  layout:
10156 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10157 #    layout: "plot-service-density"
10158 #
10159 #- type: "plot"
10160 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10161 #  algorithm: "plot_nf_heatmap"
10162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10163 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10164 #  filter: "'NIC_Intel-XL710' and
10165 #           'NF_DENSITY' and
10166 #           'DOCKER' and
10167 #           'CHAIN' and
10168 #           'NF_VPPIP4' and
10169 #           'IPSEC' and
10170 #           'TNL_10000' and
10171 #           'IMIX' and
10172 #           '4T4C' and
10173 #           'NDRPDR'"
10174 #  parameters:
10175 #  - "throughput"
10176 #  - "name"
10177 #  - "tags"
10178 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10179 #  x-axis: "X = CNFs per Service Chain"
10180 #  y-axis: "Y = Number of Service Chains"
10181 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10182 #  layout:
10183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10184 #    layout: "plot-service-density"
10185
10186 ###############################################################################
10187
10188 # Plots - NF Density - CSP - MRR IMIX
10189 - type: "plot"
10190   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10191   algorithm: "plot_nf_heatmap"
10192   output-file-type: ".html"
10193   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10194   data: "plot-vpp-nfv-2n-skx-mrr"
10195   filter: "'NIC_Intel-XXV710' and
10196            'NF_DENSITY' and
10197            'DOCKER' and
10198            'PIPELINE' and
10199            'NF_VPPIP4' and
10200            'IMIX' and
10201            '2T1C' and
10202            'MRR'"
10203   parameters:
10204   - "result"
10205   - "name"
10206   - "tags"
10207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10208   x-axis: "X = CNFs per Service Pipeline"
10209   y-axis: "Y = Number of Service Pipelines"
10210   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10211   layout:
10212     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10213     layout: "plot-service-density"
10214
10215 - type: "plot"
10216   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10217   algorithm: "plot_nf_heatmap"
10218   output-file-type: ".html"
10219   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10220   data: "plot-vpp-nfv-2n-skx-mrr"
10221   filter: "'NIC_Intel-XXV710' and
10222            'NF_DENSITY' and
10223            'DOCKER' and
10224            'PIPELINE' and
10225            'NF_VPPIP4' and
10226            'IMIX' and
10227            '4T2C' and
10228            'MRR'"
10229   parameters:
10230   - "result"
10231   - "name"
10232   - "tags"
10233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10234   x-axis: "X = CNFs per Service Pipeline"
10235   y-axis: "Y = Number of Service Pipelines"
10236   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10237   layout:
10238     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10239     layout: "plot-service-density"
10240
10241 - type: "plot"
10242   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10243   algorithm: "plot_nf_heatmap"
10244   output-file-type: ".html"
10245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10246   data: "plot-vpp-nfv-2n-skx-mrr"
10247   filter: "'NIC_Intel-XXV710' and
10248            'NF_DENSITY' and
10249            'DOCKER' and
10250            'PIPELINE' and
10251            'NF_VPPIP4' and
10252            'IMIX' and
10253            '8T4C' and
10254            'MRR'"
10255   parameters:
10256   - "result"
10257   - "name"
10258   - "tags"
10259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10260   x-axis: "X = CNFs per Service Pipeline"
10261   y-axis: "Y = Number of Service Pipelines"
10262   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10263   layout:
10264     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10265     layout: "plot-service-density"
10266
10267 # Plots - NF Density - CSP - NDR IMIX
10268 - type: "plot"
10269   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10270   algorithm: "plot_nf_heatmap"
10271   output-file-type: ".html"
10272   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10273   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10274   filter: "'NIC_Intel-XXV710' and
10275            'NF_DENSITY' and
10276            'DOCKER' and
10277            'PIPELINE' and
10278            'NF_VPPIP4' and
10279            'IMIX' and
10280            '2T1C' and
10281            'NDRPDR'"
10282   parameters:
10283   - "throughput"
10284   - "name"
10285   - "tags"
10286   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10287   x-axis: "X = CNFs per Service Pipeline"
10288   y-axis: "Y = Number of Service Pipelines"
10289   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10290   layout:
10291     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10292     layout: "plot-service-density"
10293
10294 - type: "plot"
10295   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10296   algorithm: "plot_nf_heatmap"
10297   output-file-type: ".html"
10298   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10299   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10300   filter: "'NIC_Intel-XXV710' and
10301            'NF_DENSITY' and
10302            'DOCKER' and
10303            'PIPELINE' and
10304            'NF_VPPIP4' and
10305            'IMIX' and
10306            '4T2C' and
10307            'NDRPDR'"
10308   parameters:
10309   - "throughput"
10310   - "name"
10311   - "tags"
10312   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10313   x-axis: "X = CNFs per Service Pipeline"
10314   y-axis: "Y = Number of Service Pipelines"
10315   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10316   layout:
10317     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10318     layout: "plot-service-density"
10319
10320 - type: "plot"
10321   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10322   algorithm: "plot_nf_heatmap"
10323   output-file-type: ".html"
10324   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10325   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10326   filter: "'NIC_Intel-XXV710' and
10327            'NF_DENSITY' and
10328            'DOCKER' and
10329            'PIPELINE' and
10330            'NF_VPPIP4' and
10331            'IMIX' and
10332            '8T4C' and
10333            'NDRPDR'"
10334   parameters:
10335   - "throughput"
10336   - "name"
10337   - "tags"
10338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10339   x-axis: "X = CNFs per Service Pipeline"
10340   y-axis: "Y = Number of Service Pipelines"
10341   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10342   layout:
10343     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10344     layout: "plot-service-density"
10345
10346 # Plots - NF Density - CSP - PDR IMIX
10347 - type: "plot"
10348   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10349   algorithm: "plot_nf_heatmap"
10350   output-file-type: ".html"
10351   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10352   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10353   filter: "'NIC_Intel-XXV710' and
10354            'NF_DENSITY' and
10355            'DOCKER' and
10356            'PIPELINE' and
10357            'NF_VPPIP4' and
10358            'IMIX' and
10359            '2T1C' and
10360            'NDRPDR'"
10361   parameters:
10362   - "throughput"
10363   - "name"
10364   - "tags"
10365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10366   x-axis: "X = CNFs per Service Pipeline"
10367   y-axis: "Y = Number of Service Pipelines"
10368   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10369   layout:
10370     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10371     layout: "plot-service-density"
10372
10373 - type: "plot"
10374   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10375   algorithm: "plot_nf_heatmap"
10376   output-file-type: ".html"
10377   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10378   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10379   filter: "'NIC_Intel-XXV710' and
10380            'NF_DENSITY' and
10381            'DOCKER' and
10382            'PIPELINE' and
10383            'NF_VPPIP4' and
10384            'IMIX' and
10385            '4T2C' and
10386            'NDRPDR'"
10387   parameters:
10388   - "throughput"
10389   - "name"
10390   - "tags"
10391   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10392   x-axis: "X = CNFs per Service Pipeline"
10393   y-axis: "Y = Number of Service Pipelines"
10394   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10395   layout:
10396     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10397     layout: "plot-service-density"
10398
10399 - type: "plot"
10400   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10401   algorithm: "plot_nf_heatmap"
10402   output-file-type: ".html"
10403   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10404   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10405   filter: "'NIC_Intel-XXV710' and
10406            'NF_DENSITY' and
10407            'DOCKER' and
10408            'PIPELINE' and
10409            'NF_VPPIP4' and
10410            'IMIX' and
10411            '8T4C' and
10412            'NDRPDR'"
10413   parameters:
10414   - "throughput"
10415   - "name"
10416   - "tags"
10417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10418   x-axis: "X = CNFs per Service Pipeline"
10419   y-axis: "Y = Number of Service Pipelines"
10420   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10421   layout:
10422     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10423     layout: "plot-service-density"
10424
10425 ###############################################################################
10426 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10427
10428 - type: "plot"
10429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10430   algorithm: "plot_nf_heatmap"
10431   output-file-type: ".html"
10432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10433   data: "plot-vpp-nfv-2n-clx-mrr"
10434   filter: "'NIC_Intel-XXV710' and
10435            'NF_DENSITY' and
10436            'VHOST' and
10437            not 'VXLAN' and
10438            'CHAIN' and
10439            'NF_VPPIP4' and
10440            'IMIX' and
10441            '2T1C' and
10442            'MRR'"
10443   parameters:
10444   - "result"
10445   - "name"
10446   - "tags"
10447   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10448   x-axis: "X = VNFs per Service Chain"
10449   y-axis: "Y = Number of Service Chains"
10450   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10451   layout:
10452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10453     layout: "plot-service-density"
10454
10455 - type: "plot"
10456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10457   algorithm: "plot_nf_heatmap"
10458   output-file-type: ".html"
10459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10460   data: "plot-vpp-nfv-2n-clx-mrr"
10461   filter: "'NIC_Intel-XXV710' and
10462            'NF_DENSITY' and
10463            'VHOST' and
10464            not 'VXLAN' and
10465            'CHAIN' and
10466            'NF_VPPIP4' and
10467            'IMIX' and
10468            '4T2C' and
10469            'MRR'"
10470   parameters:
10471   - "result"
10472   - "name"
10473   - "tags"
10474   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10475   x-axis: "X = VNFs per Service Chain"
10476   y-axis: "Y = Number of Service Chains"
10477   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10478   layout:
10479     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10480     layout: "plot-service-density"
10481
10482 - type: "plot"
10483   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10484   algorithm: "plot_nf_heatmap"
10485   output-file-type: ".html"
10486   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10487   data: "plot-vpp-nfv-2n-clx-mrr"
10488   filter: "'NIC_Intel-XXV710' and
10489            'NF_DENSITY' and
10490            'VHOST' and
10491            not 'VXLAN' and
10492            'CHAIN' and
10493            'NF_VPPIP4' and
10494            'IMIX' and
10495            '8T4C' and
10496            'MRR'"
10497   parameters:
10498   - "result"
10499   - "name"
10500   - "tags"
10501   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10502   x-axis: "X = VNFs per Service Chain"
10503   y-axis: "Y = Number of Service Chains"
10504   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10505   layout:
10506     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10507     layout: "plot-service-density"
10508
10509 # Plots - NF Density - VSC - NDR IMIX
10510 - type: "plot"
10511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10512   algorithm: "plot_nf_heatmap"
10513   output-file-type: ".html"
10514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10515   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10516   filter: "'NIC_Intel-XXV710' and
10517            'NF_DENSITY' and
10518            'VHOST' and
10519            not 'VXLAN' and
10520            'CHAIN' and
10521            'NF_VPPIP4' and
10522            'IMIX' and
10523            '2T1C' and
10524            'NDRPDR'"
10525   parameters:
10526   - "throughput"
10527   - "name"
10528   - "tags"
10529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10530   x-axis: "X = VNFs per Service Chain"
10531   y-axis: "Y = Number of Service Chains"
10532   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10533   layout:
10534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10535     layout: "plot-service-density"
10536
10537 - type: "plot"
10538   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10539   algorithm: "plot_nf_heatmap"
10540   output-file-type: ".html"
10541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10542   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10543   filter: "'NIC_Intel-XXV710' and
10544            'NF_DENSITY' and
10545            'VHOST' and
10546            not 'VXLAN' and
10547            'CHAIN' and
10548            'NF_VPPIP4' and
10549            'IMIX' and
10550            '4T2C' and
10551            'NDRPDR'"
10552   parameters:
10553   - "throughput"
10554   - "name"
10555   - "tags"
10556   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10557   x-axis: "X = VNFs per Service Chain"
10558   y-axis: "Y = Number of Service Chains"
10559   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10560   layout:
10561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10562     layout: "plot-service-density"
10563
10564 - type: "plot"
10565   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10566   algorithm: "plot_nf_heatmap"
10567   output-file-type: ".html"
10568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10569   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10570   filter: "'NIC_Intel-XXV710' and
10571            'NF_DENSITY' and
10572            'VHOST' and
10573            not 'VXLAN' and
10574            'CHAIN' and
10575            'NF_VPPIP4' and
10576            'IMIX' and
10577            '8T4C' and
10578            'NDRPDR'"
10579   parameters:
10580   - "throughput"
10581   - "name"
10582   - "tags"
10583   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10584   x-axis: "X = VNFs per Service Chain"
10585   y-axis: "Y = Number of Service Chains"
10586   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10587   layout:
10588     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10589     layout: "plot-service-density"
10590
10591 # Plots - NF Density - VSC - PDR IMIX
10592 - type: "plot"
10593   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10594   algorithm: "plot_nf_heatmap"
10595   output-file-type: ".html"
10596   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10597   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10598   filter: "'NIC_Intel-XXV710' and
10599            'NF_DENSITY' and
10600            'VHOST' and
10601            not 'VXLAN' and
10602            'CHAIN' and
10603            'NF_VPPIP4' and
10604            'IMIX' and
10605            '2T1C' and
10606            'NDRPDR'"
10607   parameters:
10608   - "throughput"
10609   - "name"
10610   - "tags"
10611   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10612   x-axis: "X = VNFs per Service Chain"
10613   y-axis: "Y = Number of Service Chains"
10614   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10615   layout:
10616     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10617     layout: "plot-service-density"
10618
10619 - type: "plot"
10620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10621   algorithm: "plot_nf_heatmap"
10622   output-file-type: ".html"
10623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10624   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10625   filter: "'NIC_Intel-XXV710' and
10626            'NF_DENSITY' and
10627            'VHOST' and
10628            not 'VXLAN' and
10629            'CHAIN' and
10630            'NF_VPPIP4' and
10631            'IMIX' and
10632            '4T2C' and
10633            'NDRPDR'"
10634   parameters:
10635   - "throughput"
10636   - "name"
10637   - "tags"
10638   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10639   x-axis: "X = VNFs per Service Chain"
10640   y-axis: "Y = Number of Service Chains"
10641   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10642   layout:
10643     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10644     layout: "plot-service-density"
10645
10646 - type: "plot"
10647   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10648   algorithm: "plot_nf_heatmap"
10649   output-file-type: ".html"
10650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10651   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10652   filter: "'NIC_Intel-XXV710' and
10653            'NF_DENSITY' and
10654            'VHOST' and
10655            not 'VXLAN' and
10656            'CHAIN' and
10657            'NF_VPPIP4' and
10658            'IMIX' and
10659            '8T4C' and
10660            'NDRPDR'"
10661   parameters:
10662   - "throughput"
10663   - "name"
10664   - "tags"
10665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10666   x-axis: "X = VNFs per Service Chain"
10667   y-axis: "Y = Number of Service Chains"
10668   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10669   layout:
10670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10671     layout: "plot-service-density"
10672
10673 # Plots - NF Density - VSC - MRR IMIX
10674 - type: "plot"
10675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10676   algorithm: "plot_nf_heatmap"
10677   output-file-type: ".html"
10678   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10679   data: "plot-vpp-nfv-2n-clx-mrr"
10680   filter: "'NIC_Intel-XXV710' and
10681            'NF_DENSITY' and
10682            'VHOST' and
10683            'VXLAN' and
10684            'CHAIN' and
10685            'IMIX' and
10686            '2T1C' and
10687            'MRR'"
10688   parameters:
10689   - "result"
10690   - "name"
10691   - "tags"
10692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10693   x-axis: "X = VNFs per Service Chain"
10694   y-axis: "Y = Number of Service Chains"
10695   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10696   layout:
10697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10698     layout: "plot-service-density"
10699
10700 - type: "plot"
10701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10702   algorithm: "plot_nf_heatmap"
10703   output-file-type: ".html"
10704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10705   data: "plot-vpp-nfv-2n-clx-mrr"
10706   filter: "'NIC_Intel-XXV710' and
10707            'NF_DENSITY' and
10708            'VHOST' and
10709            'VXLAN' and
10710            'CHAIN' and
10711            'IMIX' and
10712            '4T2C' and
10713            'MRR'"
10714   parameters:
10715   - "result"
10716   - "name"
10717   - "tags"
10718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10719   x-axis: "X = VNFs per Service Chain"
10720   y-axis: "Y = Number of Service Chains"
10721   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10722   layout:
10723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10724     layout: "plot-service-density"
10725
10726 - type: "plot"
10727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10728   algorithm: "plot_nf_heatmap"
10729   output-file-type: ".html"
10730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10731   data: "plot-vpp-nfv-2n-clx-mrr"
10732   filter: "'NIC_Intel-XXV710' and
10733            'NF_DENSITY' and
10734            'VHOST' and
10735            'VXLAN' and
10736            'CHAIN' and
10737            'IMIX' and
10738            '8T4C' and
10739            'MRR'"
10740   parameters:
10741   - "result"
10742   - "name"
10743   - "tags"
10744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10745   x-axis: "X = VNFs per Service Chain"
10746   y-axis: "Y = Number of Service Chains"
10747   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10748   layout:
10749     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10750     layout: "plot-service-density"
10751
10752 # Plots - NF Density - VSC - NDR IMIX
10753 - type: "plot"
10754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10755   algorithm: "plot_nf_heatmap"
10756   output-file-type: ".html"
10757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10758   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10759   filter: "'NIC_Intel-XXV710' and
10760            'NF_DENSITY' and
10761            'VHOST' and
10762            'VXLAN' and
10763            'CHAIN' and
10764            'IMIX' and
10765            '2T1C' and
10766            'NDRPDR'"
10767   parameters:
10768   - "throughput"
10769   - "name"
10770   - "tags"
10771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10772   x-axis: "X = VNFs per Service Chain"
10773   y-axis: "Y = Number of Service Chains"
10774   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10775   layout:
10776     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10777     layout: "plot-service-density"
10778
10779 - type: "plot"
10780   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10781   algorithm: "plot_nf_heatmap"
10782   output-file-type: ".html"
10783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10784   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10785   filter: "'NIC_Intel-XXV710' and
10786            'NF_DENSITY' and
10787            'VHOST' and
10788            'VXLAN' and
10789            'CHAIN' and
10790            'IMIX' and
10791            '4T2C' and
10792            'NDRPDR'"
10793   parameters:
10794   - "throughput"
10795   - "name"
10796   - "tags"
10797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10798   x-axis: "X = VNFs per Service Chain"
10799   y-axis: "Y = Number of Service Chains"
10800   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10801   layout:
10802     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10803     layout: "plot-service-density"
10804
10805 - type: "plot"
10806   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10807   algorithm: "plot_nf_heatmap"
10808   output-file-type: ".html"
10809   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10810   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10811   filter: "'NIC_Intel-XXV710' and
10812            'NF_DENSITY' and
10813            'VHOST' and
10814            'VXLAN' and
10815            'CHAIN' and
10816            'IMIX' and
10817            '8T4C' and
10818            'NDRPDR'"
10819   parameters:
10820   - "throughput"
10821   - "name"
10822   - "tags"
10823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10824   x-axis: "X = VNFs per Service Chain"
10825   y-axis: "Y = Number of Service Chains"
10826   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10827   layout:
10828     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10829     layout: "plot-service-density"
10830
10831 # Plots - NF Density - VSC - PDR IMIX
10832 - type: "plot"
10833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10834   algorithm: "plot_nf_heatmap"
10835   output-file-type: ".html"
10836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10837   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10838   filter: "'NIC_Intel-XXV710' and
10839            'NF_DENSITY' and
10840            'VHOST' and
10841            'VXLAN' and
10842            'CHAIN' and
10843            'IMIX' and
10844            '2T1C' and
10845            'NDRPDR'"
10846   parameters:
10847   - "throughput"
10848   - "name"
10849   - "tags"
10850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10851   x-axis: "X = VNFs per Service Chain"
10852   y-axis: "Y = Number of Service Chains"
10853   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10854   layout:
10855     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10856     layout: "plot-service-density"
10857
10858 - type: "plot"
10859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10860   algorithm: "plot_nf_heatmap"
10861   output-file-type: ".html"
10862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10863   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10864   filter: "'NIC_Intel-XXV710' and
10865            'NF_DENSITY' and
10866            'VHOST' and
10867            'VXLAN' and
10868            'CHAIN' and
10869            'IMIX' and
10870            '4T2C' and
10871            'NDRPDR'"
10872   parameters:
10873   - "throughput"
10874   - "name"
10875   - "tags"
10876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10877   x-axis: "X = VNFs per Service Chain"
10878   y-axis: "Y = Number of Service Chains"
10879   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10880   layout:
10881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10882     layout: "plot-service-density"
10883
10884 - type: "plot"
10885   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10886   algorithm: "plot_nf_heatmap"
10887   output-file-type: ".html"
10888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10889   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10890   filter: "'NIC_Intel-XXV710' and
10891            'NF_DENSITY' and
10892            'VHOST' and
10893            'VXLAN' and
10894            'CHAIN' and
10895            'IMIX' and
10896            '8T4C' and
10897            'NDRPDR'"
10898   parameters:
10899   - "throughput"
10900   - "name"
10901   - "tags"
10902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10903   x-axis: "X = VNFs per Service Chain"
10904   y-axis: "Y = Number of Service Chains"
10905   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10906   layout:
10907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10908     layout: "plot-service-density"
10909
10910 # Plots - NF Density - CSC - MRR IMIX
10911 - type: "plot"
10912   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10913   algorithm: "plot_nf_heatmap"
10914   output-file-type: ".html"
10915   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10916   data: "plot-vpp-nfv-2n-clx-mrr"
10917   filter: "'NIC_Intel-XXV710' and
10918            'NF_DENSITY' and
10919            'DOCKER' and
10920            'CHAIN' and
10921            'NF_VPPIP4' and
10922            'IMIX' and
10923            '2T1C' and
10924            'MRR'"
10925   parameters:
10926   - "result"
10927   - "name"
10928   - "tags"
10929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10930   x-axis: "X = CNFs per Service Chain"
10931   y-axis: "Y = Number of Service Chains"
10932   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10933   layout:
10934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10935     layout: "plot-service-density"
10936
10937 - type: "plot"
10938   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10939   algorithm: "plot_nf_heatmap"
10940   output-file-type: ".html"
10941   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10942   data: "plot-vpp-nfv-2n-clx-mrr"
10943   filter: "'NIC_Intel-XXV710' and
10944            'NF_DENSITY' and
10945            'DOCKER' and
10946            'CHAIN' and
10947            'NF_VPPIP4' and
10948            'IMIX' and
10949            '4T2C' and
10950            'MRR'"
10951   parameters:
10952   - "result"
10953   - "name"
10954   - "tags"
10955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10956   x-axis: "X = CNFs per Service Chain"
10957   y-axis: "Y = Number of Service Chains"
10958   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10959   layout:
10960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10961     layout: "plot-service-density"
10962
10963 - type: "plot"
10964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10965   algorithm: "plot_nf_heatmap"
10966   output-file-type: ".html"
10967   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10968   data: "plot-vpp-nfv-2n-clx-mrr"
10969   filter: "'NIC_Intel-XXV710' and
10970            'NF_DENSITY' and
10971            'DOCKER' and
10972            'CHAIN' and
10973            'NF_VPPIP4' and
10974            'IMIX' and
10975            '8T4C' and
10976            'MRR'"
10977   parameters:
10978   - "result"
10979   - "name"
10980   - "tags"
10981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10982   x-axis: "X = CNFs per Service Chain"
10983   y-axis: "Y = Number of Service Chains"
10984   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10985   layout:
10986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10987     layout: "plot-service-density"
10988
10989 # Plots - NF Density - CSC - NDR IMIX
10990 - type: "plot"
10991   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10992   algorithm: "plot_nf_heatmap"
10993   output-file-type: ".html"
10994   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10995   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10996   filter: "'NIC_Intel-XXV710' and
10997            'NF_DENSITY' and
10998            'DOCKER' and
10999            'CHAIN' and
11000            'NF_VPPIP4' and
11001            'IMIX' and
11002            '2T1C' and
11003            'NDRPDR'"
11004   parameters:
11005   - "throughput"
11006   - "name"
11007   - "tags"
11008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11009   x-axis: "X = CNFs per Service Chain"
11010   y-axis: "Y = Number of Service Chains"
11011   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11012   layout:
11013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11014     layout: "plot-service-density"
11015
11016 - type: "plot"
11017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11018   algorithm: "plot_nf_heatmap"
11019   output-file-type: ".html"
11020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11021   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11022   filter: "'NIC_Intel-XXV710' and
11023            'NF_DENSITY' and
11024            'DOCKER' and
11025            'CHAIN' and
11026            'NF_VPPIP4' and
11027            'IMIX' and
11028            '4T2C' and
11029            'NDRPDR'"
11030   parameters:
11031   - "throughput"
11032   - "name"
11033   - "tags"
11034   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11035   x-axis: "X = CNFs per Service Chain"
11036   y-axis: "Y = Number of Service Chains"
11037   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11038   layout:
11039     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11040     layout: "plot-service-density"
11041
11042 - type: "plot"
11043   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11044   algorithm: "plot_nf_heatmap"
11045   output-file-type: ".html"
11046   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11047   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11048   filter: "'NIC_Intel-XXV710' and
11049            'NF_DENSITY' and
11050            'DOCKER' and
11051            'CHAIN' and
11052            'NF_VPPIP4' and
11053            'IMIX' and
11054            '8T4C' and
11055            'NDRPDR'"
11056   parameters:
11057   - "throughput"
11058   - "name"
11059   - "tags"
11060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11061   x-axis: "X = CNFs per Service Chain"
11062   y-axis: "Y = Number of Service Chains"
11063   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11064   layout:
11065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11066     layout: "plot-service-density"
11067
11068 # Plots - NF Density - CSC - PDR IMIX
11069 - type: "plot"
11070   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11071   algorithm: "plot_nf_heatmap"
11072   output-file-type: ".html"
11073   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11074   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11075   filter: "'NIC_Intel-XXV710' and
11076            'NF_DENSITY' and
11077            'DOCKER' and
11078            'CHAIN' and
11079            'NF_VPPIP4' and
11080            'IMIX' and
11081            '2T1C' and
11082            'NDRPDR'"
11083   parameters:
11084   - "throughput"
11085   - "name"
11086   - "tags"
11087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11088   x-axis: "X = CNFs per Service Chain"
11089   y-axis: "Y = Number of Service Chains"
11090   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11091   layout:
11092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11093     layout: "plot-service-density"
11094
11095 - type: "plot"
11096   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11097   algorithm: "plot_nf_heatmap"
11098   output-file-type: ".html"
11099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11100   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11101   filter: "'NIC_Intel-XXV710' and
11102            'NF_DENSITY' and
11103            'DOCKER' and
11104            'CHAIN' and
11105            'NF_VPPIP4' and
11106            'IMIX' and
11107            '4T2C' and
11108            'NDRPDR'"
11109   parameters:
11110   - "throughput"
11111   - "name"
11112   - "tags"
11113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11114   x-axis: "X = CNFs per Service Chain"
11115   y-axis: "Y = Number of Service Chains"
11116   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11117   layout:
11118     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11119     layout: "plot-service-density"
11120
11121 - type: "plot"
11122   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11123   algorithm: "plot_nf_heatmap"
11124   output-file-type: ".html"
11125   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11126   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11127   filter: "'NIC_Intel-XXV710' and
11128            'NF_DENSITY' and
11129            'DOCKER' and
11130            'CHAIN' and
11131            'NF_VPPIP4' and
11132            'IMIX' and
11133            '8T4C' and
11134            'NDRPDR'"
11135   parameters:
11136   - "throughput"
11137   - "name"
11138   - "tags"
11139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11140   x-axis: "X = CNFs per Service Chain"
11141   y-axis: "Y = Number of Service Chains"
11142   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11143   layout:
11144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11145     layout: "plot-service-density"
11146
11147 # Plots - NF Density - CSP - MRR IMIX
11148 - type: "plot"
11149   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11150   algorithm: "plot_nf_heatmap"
11151   output-file-type: ".html"
11152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11153   data: "plot-vpp-nfv-2n-clx-mrr"
11154   filter: "'NIC_Intel-XXV710' and
11155            'NF_DENSITY' and
11156            'DOCKER' and
11157            'PIPELINE' and
11158            'NF_VPPIP4' and
11159            'IMIX' and
11160            '2T1C' and
11161            'MRR'"
11162   parameters:
11163   - "result"
11164   - "name"
11165   - "tags"
11166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11167   x-axis: "X = CNFs per Service Pipeline"
11168   y-axis: "Y = Number of Service Pipelines"
11169   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11170   layout:
11171     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11172     layout: "plot-service-density"
11173
11174 - type: "plot"
11175   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11176   algorithm: "plot_nf_heatmap"
11177   output-file-type: ".html"
11178   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11179   data: "plot-vpp-nfv-2n-clx-mrr"
11180   filter: "'NIC_Intel-XXV710' and
11181            'NF_DENSITY' and
11182            'DOCKER' and
11183            'PIPELINE' and
11184            'NF_VPPIP4' and
11185            'IMIX' and
11186            '4T2C' and
11187            'MRR'"
11188   parameters:
11189   - "result"
11190   - "name"
11191   - "tags"
11192   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11193   x-axis: "X = CNFs per Service Pipeline"
11194   y-axis: "Y = Number of Service Pipelines"
11195   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11196   layout:
11197     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11198     layout: "plot-service-density"
11199
11200 - type: "plot"
11201   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11202   algorithm: "plot_nf_heatmap"
11203   output-file-type: ".html"
11204   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11205   data: "plot-vpp-nfv-2n-clx-mrr"
11206   filter: "'NIC_Intel-XXV710' and
11207            'NF_DENSITY' and
11208            'DOCKER' and
11209            'PIPELINE' and
11210            'NF_VPPIP4' and
11211            'IMIX' and
11212            '8T4C' and
11213            'MRR'"
11214   parameters:
11215   - "result"
11216   - "name"
11217   - "tags"
11218   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11219   x-axis: "X = CNFs per Service Pipeline"
11220   y-axis: "Y = Number of Service Pipelines"
11221   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11222   layout:
11223     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11224     layout: "plot-service-density"
11225
11226 # Plots - NF Density - CSP - NDR IMIX
11227 - type: "plot"
11228   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11229   algorithm: "plot_nf_heatmap"
11230   output-file-type: ".html"
11231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11232   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11233   filter: "'NIC_Intel-XXV710' and
11234            'NF_DENSITY' and
11235            'DOCKER' and
11236            'PIPELINE' and
11237            'NF_VPPIP4' and
11238            'IMIX' and
11239            '2T1C' and
11240            'NDRPDR'"
11241   parameters:
11242   - "throughput"
11243   - "name"
11244   - "tags"
11245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11246   x-axis: "X = CNFs per Service Pipeline"
11247   y-axis: "Y = Number of Service Pipelines"
11248   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11249   layout:
11250     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11251     layout: "plot-service-density"
11252
11253 - type: "plot"
11254   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11255   algorithm: "plot_nf_heatmap"
11256   output-file-type: ".html"
11257   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11258   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11259   filter: "'NIC_Intel-XXV710' and
11260            'NF_DENSITY' and
11261            'DOCKER' and
11262            'PIPELINE' and
11263            'NF_VPPIP4' and
11264            'IMIX' and
11265            '4T2C' and
11266            'NDRPDR'"
11267   parameters:
11268   - "throughput"
11269   - "name"
11270   - "tags"
11271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11272   x-axis: "X = CNFs per Service Pipeline"
11273   y-axis: "Y = Number of Service Pipelines"
11274   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11275   layout:
11276     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11277     layout: "plot-service-density"
11278
11279 - type: "plot"
11280   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11281   algorithm: "plot_nf_heatmap"
11282   output-file-type: ".html"
11283   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11284   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11285   filter: "'NIC_Intel-XXV710' and
11286            'NF_DENSITY' and
11287            'DOCKER' and
11288            'PIPELINE' and
11289            'NF_VPPIP4' and
11290            'IMIX' and
11291            '8T4C' and
11292            'NDRPDR'"
11293   parameters:
11294   - "throughput"
11295   - "name"
11296   - "tags"
11297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11298   x-axis: "X = CNFs per Service Pipeline"
11299   y-axis: "Y = Number of Service Pipelines"
11300   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11301   layout:
11302     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11303     layout: "plot-service-density"
11304
11305 # Plots - NF Density - CSP - PDR IMIX
11306 - type: "plot"
11307   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11308   algorithm: "plot_nf_heatmap"
11309   output-file-type: ".html"
11310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11311   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11312   filter: "'NIC_Intel-XXV710' and
11313            'NF_DENSITY' and
11314            'DOCKER' and
11315            'PIPELINE' and
11316            'NF_VPPIP4' and
11317            'IMIX' and
11318            '2T1C' and
11319            'NDRPDR'"
11320   parameters:
11321   - "throughput"
11322   - "name"
11323   - "tags"
11324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11325   x-axis: "X = CNFs per Service Pipeline"
11326   y-axis: "Y = Number of Service Pipelines"
11327   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11328   layout:
11329     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11330     layout: "plot-service-density"
11331
11332 - type: "plot"
11333   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11334   algorithm: "plot_nf_heatmap"
11335   output-file-type: ".html"
11336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11337   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11338   filter: "'NIC_Intel-XXV710' and
11339            'NF_DENSITY' and
11340            'DOCKER' and
11341            'PIPELINE' and
11342            'NF_VPPIP4' and
11343            'IMIX' and
11344            '4T2C' and
11345            'NDRPDR'"
11346   parameters:
11347   - "throughput"
11348   - "name"
11349   - "tags"
11350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11351   x-axis: "X = CNFs per Service Pipeline"
11352   y-axis: "Y = Number of Service Pipelines"
11353   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11354   layout:
11355     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11356     layout: "plot-service-density"
11357
11358 - type: "plot"
11359   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11360   algorithm: "plot_nf_heatmap"
11361   output-file-type: ".html"
11362   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11363   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11364   filter: "'NIC_Intel-XXV710' and
11365            'NF_DENSITY' and
11366            'DOCKER' and
11367            'PIPELINE' and
11368            'NF_VPPIP4' and
11369            'IMIX' and
11370            '8T4C' and
11371            'NDRPDR'"
11372   parameters:
11373   - "throughput"
11374   - "name"
11375   - "tags"
11376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11377   x-axis: "X = CNFs per Service Pipeline"
11378   y-axis: "Y = Number of Service Pipelines"
11379   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11380   layout:
11381     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11382     layout: "plot-service-density"
11383
11384 ################################################################################
11385
11386 # Packet Throughput
11387
11388 - type: "plot"
11389   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11390   algorithm: "plot_perf_box_name"
11391   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11393   include:
11394     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11398   layout:
11399     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11404   algorithm: "plot_perf_box_name"
11405   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11407   include:
11408     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11409     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11412   layout:
11413     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11414     layout: "plot-throughput"
11415
11416 - type: "plot"
11417   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11418   algorithm: "plot_perf_box_name"
11419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11421   include:
11422     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11423     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11426   layout:
11427     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11432   algorithm: "plot_perf_box_name"
11433   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11434   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11435   include:
11436     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11440   layout:
11441     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11442     layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11446   algorithm: "plot_perf_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11449   include:
11450     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11451     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11452     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11453     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11454     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11455   layout:
11456     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11457     layout: "plot-throughput"
11458
11459 - type: "plot"
11460   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11461   algorithm: "plot_perf_box_name"
11462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11464   include:
11465     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11466     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11467     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11468     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11469     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11470   layout:
11471     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11479   include:
11480     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11481     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11482     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11483     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11484     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11485   layout:
11486     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11487     layout: "plot-throughput"
11488
11489 - type: "plot"
11490   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11491   algorithm: "plot_perf_box_name"
11492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11494   include:
11495     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11496     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11497     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11498     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11499     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11500   layout:
11501     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11502     layout: "plot-throughput"
11503
11504 - type: "plot"
11505   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11506   algorithm: "plot_perf_box_name"
11507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11509   include:
11510     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11511     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11512     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11513     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11514     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11515   layout:
11516     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11517     layout: "plot-throughput"
11518
11519 - type: "plot"
11520   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11521   algorithm: "plot_perf_box_name"
11522   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11523   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11524   include:
11525     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11526     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11527     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11528     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11529     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11530   layout:
11531     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11532     layout: "plot-throughput"
11533
11534 - type: "plot"
11535   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11536   algorithm: "plot_perf_box_name"
11537   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11539   include:
11540     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11546   layout:
11547     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11548     layout: "plot-throughput"
11549
11550 - type: "plot"
11551   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11552   algorithm: "plot_perf_box_name"
11553   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11555   include:
11556     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11562   layout:
11563     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11577   layout:
11578     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11579     layout: "plot-throughput"
11580
11581 - type: "plot"
11582   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11583   algorithm: "plot_perf_box_name"
11584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11586   include:
11587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11592   layout:
11593     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11601   include:
11602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11605   layout:
11606     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11607     layout: "plot-throughput"
11608
11609 - type: "plot"
11610   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11611   algorithm: "plot_perf_box_name"
11612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11614   include:
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11618   layout:
11619     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11620     layout: "plot-throughput"
11621
11622 - type: "plot"
11623   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11624   algorithm: "plot_perf_box_name"
11625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11627   include:
11628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11633   layout:
11634     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11635     layout: "plot-throughput"
11636
11637 - type: "plot"
11638   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11639   algorithm: "plot_perf_box_name"
11640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11642   include:
11643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11648   layout:
11649     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11650     layout: "plot-throughput"
11651
11652 - type: "plot"
11653   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11654   algorithm: "plot_perf_box_name"
11655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11657   include:
11658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11661   layout:
11662     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11663     layout: "plot-throughput"
11664
11665 - type: "plot"
11666   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11667   algorithm: "plot_perf_box_name"
11668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11670   include:
11671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11674   layout:
11675     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11676     layout: "plot-throughput"
11677
11678 - type: "plot"
11679   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11680   algorithm: "plot_perf_box_name"
11681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11683   include:
11684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11690   layout:
11691     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11692     layout: "plot-throughput"
11693
11694 - type: "plot"
11695   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11696   algorithm: "plot_perf_box_name"
11697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11699   include:
11700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11706   layout:
11707     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11708     layout: "plot-throughput"
11709
11710 - type: "plot"
11711   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11712   algorithm: "plot_perf_box_name"
11713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11715   include:
11716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11717     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11718     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11719     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11720     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11721   layout:
11722     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11723     layout: "plot-throughput"
11724
11725 - type: "plot"
11726   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11727   algorithm: "plot_perf_box_name"
11728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11730   include:
11731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11733     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11735     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11736   layout:
11737     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11738     layout: "plot-throughput"
11739
11740 - type: "plot"
11741   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11742   algorithm: "plot_perf_box_name"
11743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11745   include:
11746     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11747     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11748     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11749     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11750     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11751     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11752     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11753     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11755     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11756   layout:
11757     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11758     layout: "plot-cps"
11759
11760 - type: "plot"
11761   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11762   algorithm: "plot_perf_box_name"
11763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11765   include:
11766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11768     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11769     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11770     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11771     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11772     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11773     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11774     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11775     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11776   layout:
11777     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11778     layout: "plot-throughput"
11779
11780 - type: "plot"
11781   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11782   algorithm: "plot_perf_box_name"
11783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11785   include:
11786     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11787     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11788     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11789     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11790     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11791     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11792     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11793     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11794     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11795     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11796   layout:
11797     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11798     layout: "plot-cps"
11799
11800 - type: "plot"
11801   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11802   algorithm: "plot_perf_box_name"
11803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11805   include:
11806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11812     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11813     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11814     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11815     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11816   layout:
11817     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11818     layout: "plot-throughput"
11819
11820 - type: "plot"
11821   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11822   algorithm: "plot_perf_box_name"
11823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11825   include:
11826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11828     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11830     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11831   layout:
11832     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11833     layout: "plot-throughput"
11834
11835 - type: "plot"
11836   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11837   algorithm: "plot_perf_box_name"
11838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11840   include:
11841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11842     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11844     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11846   layout:
11847     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11848     layout: "plot-throughput"
11849
11850 - type: "plot"
11851   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11852   algorithm: "plot_perf_box_name"
11853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11855   include:
11856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11857     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11859     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11866   layout:
11867     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11868     layout: "plot-cps"
11869
11870 - type: "plot"
11871   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11872   algorithm: "plot_perf_box_name"
11873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11875   include:
11876     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11886   layout:
11887     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11895   include:
11896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11906   layout:
11907     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11908     layout: "plot-cps"
11909
11910 - type: "plot"
11911   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11912   algorithm: "plot_perf_box_name"
11913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11915   include:
11916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11924     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11925     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11926   layout:
11927     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11928     layout: "plot-throughput"
11929
11930 - type: "plot"
11931   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11932   algorithm: "plot_perf_box_name"
11933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11935   include:
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11942   layout:
11943     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11948   algorithm: "plot_perf_box_name"
11949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11951   include:
11952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11958   layout:
11959     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11967   include:
11968     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11971   layout:
11972     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11973     layout: "plot-throughput"
11974
11975 - type: "plot"
11976   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11980   include:
11981     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11984   layout:
11985     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11993   include:
11994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11996 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11997 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11998 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11999   layout:
12000     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12008   include:
12009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12011 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12012 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12013 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12014   layout:
12015     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12023   include:
12024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12029   layout:
12030     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12038   include:
12039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12044   layout:
12045     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12046     layout: "plot-throughput"
12047
12048 - type: "plot"
12049   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12050   algorithm: "plot_perf_box_name"
12051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12053   include:
12054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12059   layout:
12060     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12061     layout: "plot-throughput"
12062
12063 - type: "plot"
12064   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12065   algorithm: "plot_perf_box_name"
12066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12068   include:
12069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12074   layout:
12075     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12080   algorithm: "plot_perf_box_name"
12081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12083   include:
12084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12088   layout:
12089     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12090     layout: "plot-throughput"
12091
12092 - type: "plot"
12093   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12094   algorithm: "plot_perf_box_name"
12095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12097   include:
12098     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12102   layout:
12103     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12111   include:
12112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12117   layout:
12118     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12119     layout: "plot-throughput"
12120
12121 - type: "plot"
12122   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12123   algorithm: "plot_perf_box_name"
12124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12126   include:
12127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12132   layout:
12133     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12134     layout: "plot-throughput"
12135
12136 - type: "plot"
12137   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12138   algorithm: "plot_perf_box_name"
12139   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12140   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12141   include:
12142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12147   layout:
12148     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12149     layout: "plot-throughput"
12150
12151 - type: "plot"
12152   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12153   algorithm: "plot_perf_box_name"
12154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12156   include:
12157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12162   layout:
12163     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12164     layout: "plot-throughput"
12165
12166 - type: "plot"
12167   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12168   algorithm: "plot_perf_box_name"
12169   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12170   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12171   include:
12172     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12176   layout:
12177     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12178     layout: "plot-throughput"
12179
12180 - type: "plot"
12181   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12182   algorithm: "plot_perf_box_name"
12183   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12184   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12185   include:
12186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12190   layout:
12191     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12198   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12199   include:
12200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12205   layout:
12206     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12207     layout: "plot-throughput"
12208
12209 - type: "plot"
12210   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12211   algorithm: "plot_perf_box_name"
12212   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12213   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12214   include:
12215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12220   layout:
12221     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12222     layout: "plot-throughput"
12223
12224 - type: "plot"
12225   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12226   algorithm: "plot_perf_box_name"
12227   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12228   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12229   include:
12230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12236   layout:
12237     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12238     layout: "plot-throughput"
12239
12240 - type: "plot"
12241   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12242   algorithm: "plot_perf_box_name"
12243   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12244   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12245   include:
12246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12252   layout:
12253     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12254     layout: "plot-throughput"
12255
12256 - type: "plot"
12257   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12258   algorithm: "plot_perf_box_name"
12259   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12260   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12261   include:
12262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12267   layout:
12268     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12275   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12276   include:
12277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12282   layout:
12283     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12284     layout: "plot-throughput"
12285
12286 - type: "plot"
12287   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12288   algorithm: "plot_perf_box_name"
12289   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12290   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12291   include:
12292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12297   layout:
12298     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12299     layout: "plot-throughput"
12300
12301 - type: "plot"
12302   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12303   algorithm: "plot_perf_box_name"
12304   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12305   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12306   include:
12307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12312   layout:
12313     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12314     layout: "plot-throughput"
12315
12316 - type: "plot"
12317   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12318   algorithm: "plot_perf_box_name"
12319   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12321   include:
12322     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12324   layout:
12325     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12326     layout: "plot-throughput"
12327
12328 - type: "plot"
12329   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12330   algorithm: "plot_perf_box_name"
12331   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12333   include:
12334     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12336   layout:
12337     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12338     layout: "plot-throughput"
12339
12340 - type: "plot"
12341   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12342   algorithm: "plot_perf_box_name"
12343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12345   include:
12346     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12350   layout:
12351     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12352     layout: "plot-throughput"
12353
12354 - type: "plot"
12355   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12356   algorithm: "plot_perf_box_name"
12357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12359   include:
12360     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12364   layout:
12365     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12366     layout: "plot-throughput"
12367
12368 - type: "plot"
12369   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12370   algorithm: "plot_perf_box_name"
12371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12373   include:
12374     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12378   layout:
12379     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12380     layout: "plot-throughput"
12381
12382 - type: "plot"
12383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12384   algorithm: "plot_perf_box_name"
12385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12387   include:
12388     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12392   layout:
12393     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12394     layout: "plot-throughput"
12395
12396 - type: "plot"
12397   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12398   algorithm: "plot_perf_box_name"
12399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12401   include:
12402     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12406   layout:
12407     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12408     layout: "plot-throughput"
12409
12410 - type: "plot"
12411   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12412   algorithm: "plot_perf_box_name"
12413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12415   include:
12416     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12420   layout:
12421     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12428   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12429   include:
12430     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12434   layout:
12435     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12442   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12443   include:
12444     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12448   layout:
12449     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12457   include:
12458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12464   layout:
12465     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12473   include:
12474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12480   layout:
12481     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12495   layout:
12496     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12504   include:
12505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12510   layout:
12511     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12512     layout: "plot-throughput"
12513
12514 - type: "plot"
12515   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12516   algorithm: "plot_perf_box_name"
12517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12519   include:
12520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12525   layout:
12526     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12527     layout: "plot-throughput"
12528
12529 - type: "plot"
12530   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12531   algorithm: "plot_perf_box_name"
12532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12534   include:
12535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12540   layout:
12541     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12546   algorithm: "plot_perf_box_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12549   include:
12550     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12552     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12553   layout:
12554     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12555     layout: "plot-throughput"
12556
12557 - type: "plot"
12558   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12559   algorithm: "plot_perf_box_name"
12560   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12562   include:
12563     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12566   layout:
12567     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12575   include:
12576     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12578     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12579   layout:
12580     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12581     layout: "plot-throughput"
12582
12583 - type: "plot"
12584   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12585   algorithm: "plot_perf_box_name"
12586   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12588   include:
12589     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12592   layout:
12593     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12601   include:
12602     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12607   layout:
12608     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12609     layout: "plot-throughput"
12610
12611 - type: "plot"
12612   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12613   algorithm: "plot_perf_box_name"
12614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12616   include:
12617     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12622   layout:
12623     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12624     layout: "plot-throughput"
12625
12626 - type: "plot"
12627   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12628   algorithm: "plot_perf_box_name"
12629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12631   include:
12632     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12637   layout:
12638     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12639     layout: "plot-throughput"
12640
12641 - type: "plot"
12642   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12643   algorithm: "plot_perf_box_name"
12644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12646   include:
12647     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12652   layout:
12653     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12654     layout: "plot-throughput"
12655
12656 - type: "plot"
12657   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12658   algorithm: "plot_perf_box_name"
12659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12661   include:
12662     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12667   layout:
12668     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12675   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12676   include:
12677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12682   layout:
12683     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12690   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12691   include:
12692     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12697   layout:
12698     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12703   algorithm: "plot_perf_box_name"
12704   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12705   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12706   include:
12707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12711     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12712   layout:
12713     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12714     layout: "plot-throughput"
12715
12716 - type: "plot"
12717   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12718   algorithm: "plot_perf_box_name"
12719   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12720   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12721   include:
12722     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12727   layout:
12728     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12735   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12736   include:
12737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12741     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12742   layout:
12743     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12751   include:
12752     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12753     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12754     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12755     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12756     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12757     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12758   layout:
12759     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12760     layout: "plot-throughput"
12761
12762 - type: "plot"
12763   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12764   algorithm: "plot_perf_box_name"
12765   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12767   include:
12768     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12769     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12770     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12771     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12772     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12773     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12774   layout:
12775     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12776     layout: "plot-throughput"
12777
12778 - type: "plot"
12779   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12780   algorithm: "plot_perf_box_name"
12781   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12782   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12783   include:
12784     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12785     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12786     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12787     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12788   layout:
12789     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12790     layout: "plot-throughput"
12791
12792 - type: "plot"
12793   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12794   algorithm: "plot_perf_box_name"
12795   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12797   include:
12798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12802   layout:
12803     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12811   include:
12812     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12813     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12814     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12815     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12816     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12817     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12818   layout:
12819     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12827   include:
12828     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12829     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12830     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12831     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12832     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12833     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12834   layout:
12835     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12836     layout: "plot-throughput"
12837
12838 - type: "plot"
12839   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12840   algorithm: "plot_perf_box_name"
12841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12843   include:
12844     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12845     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12846     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12847     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12848     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12849     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12850   layout:
12851     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12859   include:
12860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12864     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12865     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12866   layout:
12867     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12875   include:
12876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12882   layout:
12883     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12891   include:
12892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12898   layout:
12899     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12907   include:
12908     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12913     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12914   layout:
12915     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12916     layout: "plot-throughput"
12917
12918 - type: "plot"
12919   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12920   algorithm: "plot_perf_box_name"
12921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12923   include:
12924     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12929     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12930   layout:
12931     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12938   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12939   include:
12940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12946   layout:
12947     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12955   include:
12956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12962   layout:
12963     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12971   include:
12972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12978   layout:
12979     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12987   include:
12988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12994   layout:
12995     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13003   include:
13004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13010   layout:
13011     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13016   algorithm: "plot_perf_box_name"
13017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13019   include:
13020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13026   layout:
13027     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13035   include:
13036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13042   layout:
13043     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13044     layout: "plot-throughput"
13045
13046 - type: "plot"
13047   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13048   algorithm: "plot_perf_box_name"
13049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13051   include:
13052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13058   layout:
13059     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13067   include:
13068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13072   layout:
13073     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13074     layout: "plot-throughput"
13075
13076 - type: "plot"
13077   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13078   algorithm: "plot_perf_box_name"
13079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13081   include:
13082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13086   layout:
13087     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13095   include:
13096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13100   layout:
13101     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13102     layout: "plot-throughput"
13103
13104 - type: "plot"
13105   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13106   algorithm: "plot_perf_box_name"
13107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13109   include:
13110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13114   layout:
13115     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13120   algorithm: "plot_perf_box_name"
13121   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13123   include:
13124     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13130   layout:
13131     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13132     layout: "plot-throughput"
13133
13134 - type: "plot"
13135   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13136   algorithm: "plot_perf_box_name"
13137   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13139   include:
13140     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13146   layout:
13147     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13148     layout: "plot-throughput"
13149
13150 - type: "plot"
13151   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13152   algorithm: "plot_perf_box_name"
13153   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13155   include:
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13161   layout:
13162     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13163     layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13170   include:
13171     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13176   layout:
13177     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13178     layout: "plot-throughput"
13179
13180 - type: "plot"
13181   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13182   algorithm: "plot_perf_box_name"
13183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13185   include:
13186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13191   layout:
13192     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13193     layout: "plot-throughput"
13194
13195 - type: "plot"
13196   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13197   algorithm: "plot_perf_box_name"
13198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13200   include:
13201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13206   layout:
13207     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13208     layout: "plot-throughput"
13209
13210 - type: "plot"
13211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13212   algorithm: "plot_perf_box_name"
13213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13215   include:
13216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13220   layout:
13221     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13226   algorithm: "plot_perf_box_name"
13227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13229   include:
13230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13234   layout:
13235     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13236     layout: "plot-throughput"
13237
13238 - type: "plot"
13239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13240   algorithm: "plot_perf_box_name"
13241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13243   include:
13244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13250   layout:
13251     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13252     layout: "plot-throughput"
13253
13254 - type: "plot"
13255   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13256   algorithm: "plot_perf_box_name"
13257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13259   include:
13260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13266   layout:
13267     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13268     layout: "plot-throughput"
13269
13270 - type: "plot"
13271   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13272   algorithm: "plot_perf_box_name"
13273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13275   include:
13276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13282   layout:
13283     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13284     layout: "plot-throughput"
13285
13286 - type: "plot"
13287   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13288   algorithm: "plot_perf_box_name"
13289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13291   include:
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13298   layout:
13299     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13300     layout: "plot-throughput"
13301
13302 - type: "plot"
13303   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13304   algorithm: "plot_perf_box_name"
13305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13307   include:
13308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13314   layout:
13315     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13316     layout: "plot-throughput"
13317
13318 - type: "plot"
13319   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13320   algorithm: "plot_perf_box_name"
13321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13323   include:
13324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13330   layout:
13331     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13332     layout: "plot-throughput"
13333
13334 - type: "plot"
13335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13336   algorithm: "plot_perf_box_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13339   include:
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13346   layout:
13347     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13352   algorithm: "plot_perf_box_name"
13353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13355   include:
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13362   layout:
13363     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13371   include:
13372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13376   layout:
13377     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13385   include:
13386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13390   layout:
13391     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13399   include:
13400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13406   layout:
13407     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13415   include:
13416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13422   layout:
13423     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13431   include:
13432     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13438   layout:
13439     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13447   include:
13448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13454   layout:
13455     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13463   include:
13464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13468   layout:
13469     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13470     layout: "plot-throughput"
13471
13472 - type: "plot"
13473   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13474   algorithm: "plot_perf_box_name"
13475   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13476   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13477   include:
13478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13482   layout:
13483     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13490   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13491   include:
13492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13498   layout:
13499     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13500     layout: "plot-throughput"
13501
13502 - type: "plot"
13503   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13504   algorithm: "plot_perf_box_name"
13505   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13506   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13507   include:
13508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13514   layout:
13515     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13523   include:
13524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13528   layout:
13529     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13530     layout: "plot-throughput"
13531
13532 - type: "plot"
13533   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13534   algorithm: "plot_perf_box_name"
13535   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13536   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13537   include:
13538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13542   layout:
13543     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13544     layout: "plot-throughput"
13545
13546 - type: "plot"
13547   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13548   algorithm: "plot_perf_box_name"
13549   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13550   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13551   include:
13552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13558   layout:
13559     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13560     layout: "plot-throughput"
13561
13562 - type: "plot"
13563   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13564   algorithm: "plot_perf_box_name"
13565   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13566   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13567   include:
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13574   layout:
13575     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13576     layout: "plot-throughput"
13577
13578 - type: "plot"
13579   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13580   algorithm: "plot_perf_box_name"
13581   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13582   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13583   include:
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13590   layout:
13591     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13592     layout: "plot-throughput"
13593
13594 - type: "plot"
13595   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13596   algorithm: "plot_perf_box_name"
13597   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13598   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13599   include:
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13606   layout:
13607     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13608     layout: "plot-throughput"
13609
13610 - type: "plot"
13611   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13612   algorithm: "plot_perf_box_name"
13613   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13614   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13615   include:
13616     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13617     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13618     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13619     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13620     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13621     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13622   layout:
13623     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13624     layout: "plot-throughput"
13625
13626 - type: "plot"
13627   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13628   algorithm: "plot_perf_box_name"
13629   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13631   include:
13632     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13633     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13634     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13635     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13636     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13637     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13638   layout:
13639     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13640     layout: "plot-throughput"
13641
13642 - type: "plot"
13643   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13644   algorithm: "plot_perf_box_name"
13645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13647   include:
13648     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13649     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13650     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13651 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13652 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13653 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13654   layout:
13655     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13656     layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13660   algorithm: "plot_perf_box_name"
13661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13663   include:
13664     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13665     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13666     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13667 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13668 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13669 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13670   layout:
13671     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13672     layout: "plot-throughput"
13673
13674 - type: "plot"
13675   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13676   algorithm: "plot_perf_box_name"
13677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13679   include:
13680     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13681     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13682     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13683     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13684     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13685     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13686   layout:
13687     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13688     layout: "plot-throughput"
13689
13690 - type: "plot"
13691   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13692   algorithm: "plot_perf_box_name"
13693   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13695   include:
13696     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13697     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13698     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13699     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13700     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13701     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13702   layout:
13703     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13704     layout: "plot-throughput"
13705
13706 - type: "plot"
13707   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13708   algorithm: "plot_perf_box_name"
13709   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13710   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13711   include:
13712     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13713     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13714     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13715     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13716     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13717     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13718   layout:
13719     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13720     layout: "plot-throughput"
13721
13722 - type: "plot"
13723   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13724   algorithm: "plot_perf_box_name"
13725   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13726   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13727   include:
13728     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13729     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13730     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13731     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13732     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13733     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13734   layout:
13735     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13736     layout: "plot-throughput"
13737
13738 #- type: "plot"
13739 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13740 #  algorithm: "plot_perf_box_name"
13741 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13742 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13743 #  include:
13744 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13745 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13746 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13747 #  layout:
13748 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13749 #    layout: "plot-throughput"
13750 #
13751 #- type: "plot"
13752 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13753 #  algorithm: "plot_perf_box_name"
13754 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13755 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13756 #  include:
13757 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13758 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13759 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13760 #  layout:
13761 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13762 #    layout: "plot-throughput"
13763
13764 - type: "plot"
13765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13766   algorithm: "plot_perf_box_name"
13767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13769   include:
13770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13775   layout:
13776     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13777     layout: "plot-throughput"
13778
13779 - type: "plot"
13780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13781   algorithm: "plot_perf_box_name"
13782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13784   include:
13785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13790   layout:
13791     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13792     layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13796   algorithm: "plot_perf_box_name"
13797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13799   include:
13800     - "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"
13801     - "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"
13802     - "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"
13803     - "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"
13804     - "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"
13805   layout:
13806     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13807     layout: "plot-throughput"
13808
13809 - type: "plot"
13810   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13811   algorithm: "plot_perf_box_name"
13812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13814   include:
13815     - "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"
13816     - "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"
13817     - "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"
13818     - "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"
13819     - "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"
13820   layout:
13821     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13822     layout: "plot-throughput"
13823
13824 - type: "plot"
13825   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13826   algorithm: "plot_perf_box_name"
13827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13829   include:
13830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13835   layout:
13836     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13837     layout: "plot-throughput"
13838
13839 - type: "plot"
13840   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13841   algorithm: "plot_perf_box_name"
13842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13844   include:
13845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13850   layout:
13851     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13852     layout: "plot-throughput"
13853
13854 - type: "plot"
13855   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13856   algorithm: "plot_perf_box_name"
13857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13859   include:
13860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13865   layout:
13866     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13867     layout: "plot-throughput"
13868
13869 - type: "plot"
13870   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13871   algorithm: "plot_perf_box_name"
13872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13874   include:
13875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13880   layout:
13881     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13889   include:
13890     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13895   layout:
13896     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13897     layout: "plot-throughput"
13898
13899 - type: "plot"
13900   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13901   algorithm: "plot_perf_box_name"
13902   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13904   include:
13905     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13910   layout:
13911     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13912     layout: "plot-throughput"
13913
13914 - type: "plot"
13915   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13916   algorithm: "plot_perf_box_name"
13917   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13919   include:
13920     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13922     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13923     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13924     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13925   layout:
13926     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13927     layout: "plot-throughput"
13928
13929 - type: "plot"
13930   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13931   algorithm: "plot_perf_box_name"
13932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13934   include:
13935     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13940   layout:
13941     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13942     layout: "plot-throughput"
13943
13944 - type: "plot"
13945   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13946   algorithm: "plot_perf_box_name"
13947   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13949   include:
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13954   layout:
13955     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13956     layout: "plot-throughput"
13957
13958 - type: "plot"
13959   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13960   algorithm: "plot_perf_box_name"
13961   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13963   include:
13964     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13968   layout:
13969     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13970     layout: "plot-throughput"
13971
13972 - type: "plot"
13973   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13974   algorithm: "plot_perf_box_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13977   include:
13978     - "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"
13979     - "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"
13980     - "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"
13981     - "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"
13982   layout:
13983     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13984     layout: "plot-throughput"
13985
13986 - type: "plot"
13987   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13988   algorithm: "plot_perf_box_name"
13989   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13991   include:
13992     - "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"
13993     - "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"
13994     - "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"
13995     - "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"
13996   layout:
13997     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13998     layout: "plot-throughput"
13999
14000 - type: "plot"
14001   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14002   algorithm: "plot_perf_box_name"
14003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14005   include:
14006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14012   layout:
14013     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14014     layout: "plot-throughput"
14015
14016 - type: "plot"
14017   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14018   algorithm: "plot_perf_box_name"
14019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14021   include:
14022     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14028   layout:
14029     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14030     layout: "plot-throughput"
14031
14032 - type: "plot"
14033   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14034   algorithm: "plot_perf_box_name"
14035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14037   include:
14038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14044   layout:
14045     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14046     layout: "plot-throughput"
14047
14048 - type: "plot"
14049   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14050   algorithm: "plot_perf_box_name"
14051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14053   include:
14054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14060   layout:
14061     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14062     layout: "plot-throughput"
14063
14064 - type: "plot"
14065   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14066   algorithm: "plot_perf_box_name"
14067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14069   include:
14070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14076   layout:
14077     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14078     layout: "plot-throughput"
14079
14080 - type: "plot"
14081   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14082   algorithm: "plot_perf_box_name"
14083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14085   include:
14086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14092   layout:
14093     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14094     layout: "plot-throughput"
14095
14096 - type: "plot"
14097   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14098   algorithm: "plot_perf_box_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14101   include:
14102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14107   layout:
14108     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14109     layout: "plot-throughput"
14110
14111 - type: "plot"
14112   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14113   algorithm: "plot_perf_box_name"
14114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14122   layout:
14123     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14124     layout: "plot-throughput"
14125
14126 - type: "plot"
14127   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14128   algorithm: "plot_perf_box_name"
14129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14131   include:
14132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14134   layout:
14135     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14136     layout: "plot-throughput"
14137
14138 - type: "plot"
14139   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14140   algorithm: "plot_perf_box_name"
14141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14143   include:
14144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14146   layout:
14147     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14148     layout: "plot-throughput"
14149
14150 - type: "plot"
14151   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14152   algorithm: "plot_perf_box_name"
14153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14155   include:
14156     - "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"
14157     - "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"
14158   layout:
14159     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14160     layout: "plot-throughput"
14161
14162 - type: "plot"
14163   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14164   algorithm: "plot_perf_box_name"
14165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14167   include:
14168     - "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"
14169     - "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"
14170   layout:
14171     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14172     layout: "plot-throughput"
14173
14174 - type: "plot"
14175   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14176   algorithm: "plot_perf_box_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14179   include:
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14182   layout:
14183     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14184     layout: "plot-throughput"
14185
14186 - type: "plot"
14187   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14188   algorithm: "plot_perf_box_name"
14189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14191   include:
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14194   layout:
14195     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14196     layout: "plot-throughput"
14197
14198 - type: "plot"
14199   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14200   algorithm: "plot_perf_box_name"
14201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14203   include:
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14206   layout:
14207     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14208     layout: "plot-throughput"
14209
14210 - type: "plot"
14211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14212   algorithm: "plot_perf_box_name"
14213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14215   include:
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14218   layout:
14219     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14220     layout: "plot-throughput"
14221
14222 - type: "plot"
14223   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14224   algorithm: "plot_perf_box_name"
14225   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14226   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14227   include:
14228     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14234   layout:
14235     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14236     layout: "plot-throughput"
14237
14238 - type: "plot"
14239   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14240   algorithm: "plot_perf_box_name"
14241   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14242   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14243   include:
14244     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14247     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14248     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14249     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14250   layout:
14251     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14252     layout: "plot-throughput"
14253
14254 - type: "plot"
14255   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14256   algorithm: "plot_perf_box_name"
14257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14259   include:
14260     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14263     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14264     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14265     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14266   layout:
14267     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14268     layout: "plot-throughput"
14269
14270 - type: "plot"
14271   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14272   algorithm: "plot_perf_box_name"
14273   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14274   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14275   include:
14276     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14277     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14278     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14279     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14280     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14281     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14282   layout:
14283     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14284     layout: "plot-throughput"
14285
14286 - type: "plot"
14287   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14288   algorithm: "plot_perf_box_name"
14289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14291   include:
14292     - "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"
14293     - "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"
14294     - "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"
14295     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14296     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14297     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14298   layout:
14299     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14300     layout: "plot-throughput"
14301
14302 - type: "plot"
14303   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14304   algorithm: "plot_perf_box_name"
14305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14307   include:
14308     - "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"
14309     - "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"
14310     - "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"
14311     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14312     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14313     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14314   layout:
14315     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14316     layout: "plot-throughput"
14317
14318 ################################################################################
14319
14320 # Packet Speedup
14321
14322 - type: "plot"
14323   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14324   algorithm: "plot_tsa_name"
14325   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14327   include:
14328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14329     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14331     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14332   layout:
14333     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14334     layout: "plot-throughput-speedup-analysis"
14335
14336 - type: "plot"
14337   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14338   algorithm: "plot_tsa_name"
14339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14341   include:
14342     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14343     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14346   layout:
14347     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14355   include:
14356     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14357     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14358     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14359     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14360   layout:
14361     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14362     layout: "plot-throughput-speedup-analysis"
14363
14364 - type: "plot"
14365   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14366   algorithm: "plot_tsa_name"
14367   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14368   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14369   include:
14370     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14371     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14372     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14373     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14374   layout:
14375     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14376     layout: "plot-throughput-speedup-analysis"
14377
14378 - type: "plot"
14379   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14380   algorithm: "plot_tsa_name"
14381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14383   include:
14384     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14385     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14386     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14387     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14388     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14389   layout:
14390     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14391     layout: "plot-throughput-speedup-analysis"
14392
14393 - type: "plot"
14394   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14395   algorithm: "plot_tsa_name"
14396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14398   include:
14399     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14400     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14401     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14402     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14403     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14404   layout:
14405     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14406     layout: "plot-throughput-speedup-analysis"
14407
14408 - type: "plot"
14409   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14410   algorithm: "plot_tsa_name"
14411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14413   include:
14414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14418     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14419   layout:
14420     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14428   include:
14429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14430     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14431     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14432     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14433     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14434   layout:
14435     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14436     layout: "plot-throughput-speedup-analysis"
14437
14438 - type: "plot"
14439   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14440   algorithm: "plot_tsa_name"
14441   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14443   include:
14444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14450   layout:
14451     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14452     layout: "plot-throughput-speedup-analysis"
14453
14454 - type: "plot"
14455   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14456   algorithm: "plot_tsa_name"
14457   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14459   include:
14460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14466   layout:
14467     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14481   layout:
14482     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14490   include:
14491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14496   layout:
14497     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14498     layout: "plot-throughput-speedup-analysis"
14499
14500 - type: "plot"
14501   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14502   algorithm: "plot_tsa_name"
14503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14505   include:
14506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14509   layout:
14510     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14518   include:
14519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14522   layout:
14523     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14524     layout: "plot-throughput-speedup-analysis"
14525
14526 - type: "plot"
14527   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14528   algorithm: "plot_tsa_name"
14529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14531   include:
14532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14537   layout:
14538     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14539     layout: "plot-throughput-speedup-analysis"
14540
14541 - type: "plot"
14542   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14543   algorithm: "plot_tsa_name"
14544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14546   include:
14547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14552   layout:
14553     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14554     layout: "plot-throughput-speedup-analysis"
14555
14556 - type: "plot"
14557   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14558   algorithm: "plot_tsa_name"
14559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14561   include:
14562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14565   layout:
14566     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14574   include:
14575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14578   layout:
14579     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14594   layout:
14595     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14610   layout:
14611     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14619   include:
14620     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14621     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14622     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14623     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14624     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14625   layout:
14626     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14627     layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14634   include:
14635     - "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"
14636     - "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"
14637     - "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"
14638     - "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"
14639     - "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"
14640   layout:
14641     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "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"
14651     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14652     - "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"
14653     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14654     - "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"
14655     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14656     - "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"
14657     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14658     - "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"
14659     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14660   layout:
14661     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14662     layout: "plot-throughput-speedup-analysis-cps"
14663
14664 - type: "plot"
14665   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14666   algorithm: "plot_tsa_name"
14667   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14669   include:
14670     - "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"
14671     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14672     - "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"
14673     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14674     - "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"
14675     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14676     - "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"
14677     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14678     - "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"
14679     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14680   layout:
14681     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 - type: "plot"
14685   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14686   algorithm: "plot_tsa_name"
14687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14689   include:
14690     - "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"
14691     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14692     - "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"
14693     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14694     - "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"
14695     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14696     - "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"
14697     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14698     - "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"
14699     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14700   layout:
14701     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14702     layout: "plot-throughput-speedup-analysis-cps"
14703
14704 - type: "plot"
14705   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14706   algorithm: "plot_tsa_name"
14707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14709   include:
14710     - "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"
14711     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14712     - "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"
14713     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14714     - "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"
14715     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14716     - "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"
14717     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14718     - "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"
14719     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14720   layout:
14721     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14722     layout: "plot-throughput-speedup-analysis"
14723
14724 - type: "plot"
14725   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14726   algorithm: "plot_tsa_name"
14727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14729   include:
14730     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14733     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14735   layout:
14736     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14737     layout: "plot-throughput-speedup-analysis"
14738
14739 - type: "plot"
14740   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14741   algorithm: "plot_tsa_name"
14742   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14744   include:
14745     - "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"
14746     - "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"
14747     - "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"
14748     - "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"
14749     - "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"
14750   layout:
14751     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14752     layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14759   include:
14760     - "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"
14761     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14762     - "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"
14763     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14764     - "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"
14765     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14766     - "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"
14767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14768     - "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"
14769     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14770   layout:
14771     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14772     layout: "plot-throughput-speedup-analysis-cps"
14773
14774 - type: "plot"
14775   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14779   include:
14780     - "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"
14781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14782     - "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"
14783     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14784     - "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"
14785     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14786     - "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"
14787     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14788     - "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"
14789     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14790   layout:
14791     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14792     layout: "plot-throughput-speedup-analysis"
14793
14794 - type: "plot"
14795   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14796   algorithm: "plot_tsa_name"
14797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14799   include:
14800     - "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"
14801     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14802     - "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"
14803     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14804     - "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"
14805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14806     - "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"
14807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14808     - "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"
14809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14810   layout:
14811     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14812     layout: "plot-throughput-speedup-analysis-cps"
14813
14814 - type: "plot"
14815   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14819   include:
14820     - "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"
14821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14822     - "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"
14823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14824     - "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"
14825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14826     - "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"
14827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14828     - "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"
14829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14830   layout:
14831     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14832     layout: "plot-throughput-speedup-analysis"
14833
14834 - type: "plot"
14835   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14836   algorithm: "plot_tsa_name"
14837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14839   include:
14840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14846   layout:
14847     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 - type: "plot"
14851   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14852   algorithm: "plot_tsa_name"
14853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14855   include:
14856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14862   layout:
14863     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14864     layout: "plot-throughput-speedup-analysis"
14865
14866 - type: "plot"
14867   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14868   algorithm: "plot_tsa_name"
14869   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14871   include:
14872     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14875   layout:
14876     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14884   include:
14885     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14888   layout:
14889     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14890     layout: "plot-throughput-speedup-analysis"
14891
14892 - type: "plot"
14893   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14894   algorithm: "plot_tsa_name"
14895   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14897   include:
14898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14901 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14902 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14903   layout:
14904     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14912   include:
14913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14916 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14917 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14918   layout:
14919     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14933   layout:
14934     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14942   include:
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14948   layout:
14949     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 - type: "plot"
14953   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14954   algorithm: "plot_tsa_name"
14955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14957   include:
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14963   layout:
14964     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14965     layout: "plot-throughput-speedup-analysis"
14966
14967 - type: "plot"
14968   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14969   algorithm: "plot_tsa_name"
14970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14972   include:
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14978   layout:
14979     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14987   include:
14988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14992   layout:
14993     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14994     layout: "plot-throughput-speedup-analysis"
14995
14996 - type: "plot"
14997   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14998   algorithm: "plot_tsa_name"
14999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15001   include:
15002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15006   layout:
15007     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15021   layout:
15022     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15023     layout: "plot-throughput-speedup-analysis"
15024
15025 - type: "plot"
15026   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15027   algorithm: "plot_tsa_name"
15028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15030   include:
15031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15036   layout:
15037     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15038     layout: "plot-throughput-speedup-analysis"
15039
15040 - type: "plot"
15041   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15042   algorithm: "plot_tsa_name"
15043   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15045   include:
15046     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15048   layout:
15049     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15057   include:
15058     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15060   layout:
15061     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15062     layout: "plot-throughput-speedup-analysis"
15063
15064 - type: "plot"
15065   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15066   algorithm: "plot_tsa_name"
15067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15069   include:
15070     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15074   layout:
15075     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15088   layout:
15089     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15090     layout: "plot-throughput-speedup-analysis"
15091
15092 - type: "plot"
15093   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15094   algorithm: "plot_tsa_name"
15095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15097   include:
15098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15102   layout:
15103     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15111   include:
15112     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15116   layout:
15117     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15125   include:
15126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15132   layout:
15133     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15141   include:
15142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15148   layout:
15149     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15150     layout: "plot-throughput-speedup-analysis"
15151
15152 - type: "plot"
15153   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15154   algorithm: "plot_tsa_name"
15155   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15157   include:
15158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15163   layout:
15164     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15172   include:
15173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15178   layout:
15179     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15180     layout: "plot-throughput-speedup-analysis"
15181
15182 - type: "plot"
15183   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15184   algorithm: "plot_tsa_name"
15185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15187   include:
15188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15193   layout:
15194     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15202   include:
15203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15208   layout:
15209     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15210     layout: "plot-throughput-speedup-analysis"
15211
15212 - type: "plot"
15213   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15214   algorithm: "plot_tsa_name"
15215   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15217   include:
15218     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15221   layout:
15222     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15230   include:
15231     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15234   layout:
15235     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15236     layout: "plot-throughput-speedup-analysis"
15237
15238 - type: "plot"
15239   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15240   algorithm: "plot_tsa_name"
15241   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15243   include:
15244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15247   layout:
15248     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 - type: "plot"
15252   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15253   algorithm: "plot_tsa_name"
15254   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15256   include:
15257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15260   layout:
15261     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 - type: "plot"
15265   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15266   algorithm: "plot_tsa_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15269   include:
15270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15271     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15275   layout:
15276     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15277     layout: "plot-throughput-speedup-analysis"
15278
15279 - type: "plot"
15280   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15281   algorithm: "plot_tsa_name"
15282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15284   include:
15285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15290   layout:
15291     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15292     layout: "plot-throughput-speedup-analysis"
15293
15294 - type: "plot"
15295   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15296   algorithm: "plot_tsa_name"
15297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15299   include:
15300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15305   layout:
15306     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 - type: "plot"
15310   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15311   algorithm: "plot_tsa_name"
15312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15314   include:
15315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15320   layout:
15321     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15322     layout: "plot-throughput-speedup-analysis"
15323
15324 - type: "plot"
15325   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15326   algorithm: "plot_tsa_name"
15327   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15329   include:
15330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15336   layout:
15337     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15338     layout: "plot-throughput-speedup-analysis"
15339
15340 - type: "plot"
15341   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15342   algorithm: "plot_tsa_name"
15343   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15345   include:
15346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15352   layout:
15353     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15354     layout: "plot-throughput-speedup-analysis"
15355
15356 - type: "plot"
15357   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15358   algorithm: "plot_tsa_name"
15359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15361   include:
15362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15366   layout:
15367     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15368     layout: "plot-throughput-speedup-analysis"
15369
15370 - type: "plot"
15371   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15372   algorithm: "plot_tsa_name"
15373   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15375   include:
15376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15380   layout:
15381     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 - type: "plot"
15385   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15386   algorithm: "plot_tsa_name"
15387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15389   include:
15390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15396   layout:
15397     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15398     layout: "plot-throughput-speedup-analysis"
15399
15400 - type: "plot"
15401   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15402   algorithm: "plot_tsa_name"
15403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15405   include:
15406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15412   layout:
15413     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15421   include:
15422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15428   layout:
15429     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15430     layout: "plot-throughput-speedup-analysis"
15431
15432 - type: "plot"
15433   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15434   algorithm: "plot_tsa_name"
15435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15437   include:
15438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15444   layout:
15445     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15453   include:
15454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15460   layout:
15461     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15462     layout: "plot-throughput-speedup-analysis"
15463
15464 - type: "plot"
15465   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15466   algorithm: "plot_tsa_name"
15467   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15469   include:
15470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15476   layout:
15477     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15485   include:
15486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15492   layout:
15493     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15494     layout: "plot-throughput-speedup-analysis"
15495
15496 - type: "plot"
15497   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15498   algorithm: "plot_tsa_name"
15499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15501   include:
15502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15508   layout:
15509     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15510     layout: "plot-throughput-speedup-analysis"
15511
15512 - type: "plot"
15513   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15514   algorithm: "plot_tsa_name"
15515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15517   include:
15518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15524   layout:
15525     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15526     layout: "plot-throughput-speedup-analysis"
15527
15528 - type: "plot"
15529   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15530   algorithm: "plot_tsa_name"
15531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15533   include:
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15540   layout:
15541     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15542     layout: "plot-throughput-speedup-analysis"
15543
15544 - type: "plot"
15545   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15546   algorithm: "plot_tsa_name"
15547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15549   include:
15550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15554   layout:
15555     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15556     layout: "plot-throughput-speedup-analysis"
15557
15558 - type: "plot"
15559   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15560   algorithm: "plot_tsa_name"
15561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15563   include:
15564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15568   layout:
15569     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15577   include:
15578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15582   layout:
15583     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15584     layout: "plot-throughput-speedup-analysis"
15585
15586 - type: "plot"
15587   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15588   algorithm: "plot_tsa_name"
15589   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15591   include:
15592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15596   layout:
15597     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15605   include:
15606     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15612   layout:
15613     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15614     layout: "plot-throughput-speedup-analysis"
15615
15616 - type: "plot"
15617   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15618   algorithm: "plot_tsa_name"
15619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15621   include:
15622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15628   layout:
15629     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15630     layout: "plot-throughput-speedup-analysis"
15631
15632 - type: "plot"
15633   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15634   algorithm: "plot_tsa_name"
15635   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15637   include:
15638     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15643   layout:
15644     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15652   include:
15653     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15658   layout:
15659     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15660     layout: "plot-throughput-speedup-analysis"
15661
15662 - type: "plot"
15663   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15664   algorithm: "plot_tsa_name"
15665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15667   include:
15668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15673   layout:
15674     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15682   include:
15683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15688   layout:
15689     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15690     layout: "plot-throughput-speedup-analysis"
15691
15692 - type: "plot"
15693   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15694   algorithm: "plot_tsa_name"
15695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15697   include:
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15702   layout:
15703     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15704     layout: "plot-throughput-speedup-analysis"
15705
15706 - type: "plot"
15707   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15708   algorithm: "plot_tsa_name"
15709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15711   include:
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15716   layout:
15717     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15725   include:
15726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15732   layout:
15733     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15734     layout: "plot-throughput-speedup-analysis"
15735
15736 - type: "plot"
15737   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15738   algorithm: "plot_tsa_name"
15739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15741   include:
15742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15748   layout:
15749     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 - type: "plot"
15753   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15754   algorithm: "plot_tsa_name"
15755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15757   include:
15758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15764   layout:
15765     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15766     layout: "plot-throughput-speedup-analysis"
15767
15768 - type: "plot"
15769   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15770   algorithm: "plot_tsa_name"
15771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15773   include:
15774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15780   layout:
15781     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15782     layout: "plot-throughput-speedup-analysis"
15783
15784 - type: "plot"
15785   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15786   algorithm: "plot_tsa_name"
15787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15789   include:
15790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15796   layout:
15797     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15798     layout: "plot-throughput-speedup-analysis"
15799
15800 - type: "plot"
15801   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15802   algorithm: "plot_tsa_name"
15803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15805   include:
15806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15812   layout:
15813     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15814     layout: "plot-throughput-speedup-analysis"
15815
15816 - type: "plot"
15817   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15818   algorithm: "plot_tsa_name"
15819   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15820   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15821   include:
15822     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15827     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15828   layout:
15829     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15830     layout: "plot-throughput-speedup-analysis"
15831
15832 - type: "plot"
15833   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15834   algorithm: "plot_tsa_name"
15835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15837   include:
15838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15844   layout:
15845     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15853   include:
15854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15860   layout:
15861     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15862     layout: "plot-throughput-speedup-analysis"
15863
15864 - type: "plot"
15865   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15866   algorithm: "plot_tsa_name"
15867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15869   include:
15870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15876   layout:
15877     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15878     layout: "plot-throughput-speedup-analysis"
15879
15880 - type: "plot"
15881   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15882   algorithm: "plot_tsa_name"
15883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15885   include:
15886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15891   layout:
15892     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15893     layout: "plot-throughput-speedup-analysis"
15894
15895 - type: "plot"
15896   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15897   algorithm: "plot_tsa_name"
15898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15900   include:
15901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15906   layout:
15907     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15908     layout: "plot-throughput-speedup-analysis"
15909
15910 - type: "plot"
15911   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15912   algorithm: "plot_tsa_name"
15913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15915   include:
15916     - "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"
15917     - "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"
15918     - "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"
15919     - "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"
15920     - "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"
15921   layout:
15922     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15923     layout: "plot-throughput-speedup-analysis"
15924
15925 - type: "plot"
15926   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15927   algorithm: "plot_tsa_name"
15928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15930   include:
15931     - "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"
15932     - "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"
15933     - "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"
15934     - "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"
15935     - "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"
15936   layout:
15937     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15938     layout: "plot-throughput-speedup-analysis"
15939
15940 - type: "plot"
15941   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15942   algorithm: "plot_tsa_name"
15943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15945   include:
15946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15951   layout:
15952     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15953     layout: "plot-throughput-speedup-analysis"
15954
15955 - type: "plot"
15956   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15957   algorithm: "plot_tsa_name"
15958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15960   include:
15961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15966   layout:
15967     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15968     layout: "plot-throughput-speedup-analysis"
15969
15970 - type: "plot"
15971   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15972   algorithm: "plot_tsa_name"
15973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15975   include:
15976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15981   layout:
15982     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15983     layout: "plot-throughput-speedup-analysis"
15984
15985 - type: "plot"
15986   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15987   algorithm: "plot_tsa_name"
15988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15990   include:
15991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15996   layout:
15997     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15998     layout: "plot-throughput-speedup-analysis"
15999
16000 - type: "plot"
16001   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16002   algorithm: "plot_tsa_name"
16003   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16005   include:
16006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16011   layout:
16012     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16013     layout: "plot-throughput-speedup-analysis"
16014
16015 - type: "plot"
16016   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16017   algorithm: "plot_tsa_name"
16018   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16020   include:
16021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16026   layout:
16027     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16035   include:
16036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16041   layout:
16042     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16050   include:
16051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16056   layout:
16057     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16065   include:
16066     - "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"
16067     - "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"
16068     - "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"
16069     - "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"
16070   layout:
16071     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16079   include:
16080     - "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"
16081     - "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"
16082     - "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"
16083     - "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"
16084   layout:
16085     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16093   include:
16094     - "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"
16095     - "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"
16096     - "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"
16097     - "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"
16098   layout:
16099     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16107   include:
16108     - "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"
16109     - "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"
16110     - "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"
16111     - "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"
16112   layout:
16113     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16114     layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16121   include:
16122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16128   layout:
16129     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16130     layout: "plot-throughput-speedup-analysis"
16131
16132 - type: "plot"
16133   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16134   algorithm: "plot_tsa_name"
16135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16137   include:
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16144   layout:
16145     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16146     layout: "plot-throughput-speedup-analysis"
16147
16148 - type: "plot"
16149   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16150   algorithm: "plot_tsa_name"
16151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16153   include:
16154     - "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"
16155     - "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"
16156     - "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"
16157     - "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"
16158     - "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"
16159     - "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"
16160   layout:
16161     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16169   include:
16170     - "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"
16171     - "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"
16172     - "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"
16173     - "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"
16174     - "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"
16175     - "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"
16176   layout:
16177     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16178     layout: "plot-throughput-speedup-analysis"
16179
16180 - type: "plot"
16181   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16182   algorithm: "plot_tsa_name"
16183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16185   include:
16186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16192   layout:
16193     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16201   include:
16202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208   layout:
16209     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16210     layout: "plot-throughput-speedup-analysis"
16211
16212 - type: "plot"
16213   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16214   algorithm: "plot_tsa_name"
16215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16217   include:
16218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16223   layout:
16224     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16225     layout: "plot-throughput-speedup-analysis"
16226
16227 - type: "plot"
16228   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16229   algorithm: "plot_tsa_name"
16230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16232   include:
16233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16238   layout:
16239     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16240     layout: "plot-throughput-speedup-analysis"
16241
16242 - type: "plot"
16243   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16244   algorithm: "plot_tsa_name"
16245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16247   include:
16248     - "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"
16249     - "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"
16250   layout:
16251     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16252     layout: "plot-throughput-speedup-analysis"
16253
16254 - type: "plot"
16255   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16256   algorithm: "plot_tsa_name"
16257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16259   include:
16260     - "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"
16261     - "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"
16262   layout:
16263     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16271   include:
16272     - "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"
16273     - "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"
16274   layout:
16275     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16276     layout: "plot-throughput-speedup-analysis"
16277
16278 - type: "plot"
16279   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16280   algorithm: "plot_tsa_name"
16281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16283   include:
16284     - "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"
16285     - "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"
16286   layout:
16287     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16288     layout: "plot-throughput-speedup-analysis"
16289
16290 - type: "plot"
16291   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16292   algorithm: "plot_tsa_name"
16293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16295   include:
16296     - "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"
16297     - "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"
16298     - "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"
16299     - "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"
16300     - "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"
16301     - "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"
16302   layout:
16303     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16304     layout: "plot-throughput-speedup-analysis"
16305
16306 - type: "plot"
16307   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16308   algorithm: "plot_tsa_name"
16309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16311   include:
16312     - "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"
16313     - "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"
16314     - "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"
16315     - "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"
16316     - "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"
16317     - "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"
16318   layout:
16319     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16320     layout: "plot-throughput-speedup-analysis"
16321
16322 - type: "plot"
16323   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16324   algorithm: "plot_tsa_name"
16325   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16326   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16327   include:
16328     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16329     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16330     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16331     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16332     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16333   layout:
16334     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16335     layout: "plot-throughput-speedup-analysis"
16336
16337 - type: "plot"
16338   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16339   algorithm: "plot_tsa_name"
16340   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16341   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16342   include:
16343     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16344     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16345     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16346     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16347     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16348   layout:
16349     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16350     layout: "plot-throughput-speedup-analysis"
16351
16352 - type: "plot"
16353   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16354   algorithm: "plot_tsa_name"
16355   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16356   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16357   include:
16358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16363   layout:
16364     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16372   include:
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16378   layout:
16379     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16380     layout: "plot-throughput-speedup-analysis"
16381
16382 - type: "plot"
16383   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16384   algorithm: "plot_tsa_name"
16385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16387   include:
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16392   layout:
16393     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16394     layout: "plot-throughput-speedup-analysis"
16395
16396 - type: "plot"
16397   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16398   algorithm: "plot_tsa_name"
16399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16401   include:
16402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16406   layout:
16407     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16408     layout: "plot-throughput-speedup-analysis"
16409
16410 - type: "plot"
16411   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16412   algorithm: "plot_tsa_name"
16413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16415   include:
16416     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16420   layout:
16421     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16422     layout: "plot-throughput-speedup-analysis"
16423
16424 - type: "plot"
16425   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16426   algorithm: "plot_tsa_name"
16427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16429   include:
16430     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16434   layout:
16435     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16436     layout: "plot-throughput-speedup-analysis"
16437
16438 - type: "plot"
16439   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16440   algorithm: "plot_tsa_name"
16441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16443   include:
16444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16449   layout:
16450     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16458   include:
16459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16464   layout:
16465     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16473   include:
16474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16480   layout:
16481     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 - type: "plot"
16485   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16486   algorithm: "plot_tsa_name"
16487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16489   include:
16490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16496   layout:
16497     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16498     layout: "plot-throughput-speedup-analysis"
16499
16500 - type: "plot"
16501   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16502   algorithm: "plot_tsa_name"
16503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16505   include:
16506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16510   layout:
16511     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16512     layout: "plot-throughput-speedup-analysis"
16513
16514 - type: "plot"
16515   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16516   algorithm: "plot_tsa_name"
16517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16519   include:
16520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16524   layout:
16525     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16526     layout: "plot-throughput-speedup-analysis"
16527
16528 - type: "plot"
16529   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16530   algorithm: "plot_tsa_name"
16531   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16532   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16533   include:
16534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16540   layout:
16541     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16542     layout: "plot-throughput-speedup-analysis"
16543
16544 - type: "plot"
16545   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16546   algorithm: "plot_tsa_name"
16547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16549   include:
16550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16556   layout:
16557     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16558     layout: "plot-throughput-speedup-analysis"
16559
16560 - type: "plot"
16561   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16562   algorithm: "plot_tsa_name"
16563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16565   include:
16566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16572   layout:
16573     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16574     layout: "plot-throughput-speedup-analysis"
16575
16576 - type: "plot"
16577   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16578   algorithm: "plot_tsa_name"
16579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16581   include:
16582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16588   layout:
16589     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16590     layout: "plot-throughput-speedup-analysis"
16591
16592 - type: "plot"
16593   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16594   algorithm: "plot_tsa_name"
16595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16597   include:
16598     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16599     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16600     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16601     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16602     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16603     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16604   layout:
16605     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16606     layout: "plot-throughput-speedup-analysis"
16607
16608 - type: "plot"
16609   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16610   algorithm: "plot_tsa_name"
16611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16613   include:
16614     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16615     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16616     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16617     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16618     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16619     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16620   layout:
16621     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16622     layout: "plot-throughput-speedup-analysis"
16623
16624 - type: "plot"
16625   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16626   algorithm: "plot_tsa_name"
16627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16629   include:
16630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16631     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16632     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16636   layout:
16637     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16638     layout: "plot-throughput-speedup-analysis"
16639
16640 - type: "plot"
16641   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16642   algorithm: "plot_tsa_name"
16643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16645   include:
16646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16652   layout:
16653     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16654     layout: "plot-throughput-speedup-analysis"
16655
16656 - type: "plot"
16657   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16658   algorithm: "plot_tsa_name"
16659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16661   include:
16662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16668   layout:
16669     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16670     layout: "plot-throughput-speedup-analysis"
16671
16672 - type: "plot"
16673   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16674   algorithm: "plot_tsa_name"
16675   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16676   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16677   include:
16678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16684   layout:
16685     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16686     layout: "plot-throughput-speedup-analysis"
16687
16688 #- type: "plot"
16689 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16690 #  algorithm: "plot_tsa_name"
16691 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16692 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16693 #  include:
16694 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16695 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16696 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16697 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16698 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16699 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16700 #  layout:
16701 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16702 #    layout: "plot-throughput-speedup-analysis"
16703 #
16704 #- type: "plot"
16705 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16706 #  algorithm: "plot_tsa_name"
16707 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16708 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16709 #  include:
16710 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16711 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16712 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16713 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16714 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16715 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16716 #  layout:
16717 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16718 #    layout: "plot-throughput-speedup-analysis"
16719
16720 - type: "plot"
16721   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16722   algorithm: "plot_tsa_name"
16723   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16724   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16725   include:
16726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16731   layout:
16732     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16733     layout: "plot-throughput-speedup-analysis"
16734
16735 - type: "plot"
16736   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16737   algorithm: "plot_tsa_name"
16738   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16739   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16740   include:
16741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16746   layout:
16747     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16748     layout: "plot-throughput-speedup-analysis"
16749
16750 - type: "plot"
16751   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16752   algorithm: "plot_tsa_name"
16753   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16754   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16755   include:
16756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16762   layout:
16763     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16764     layout: "plot-throughput-speedup-analysis"
16765
16766 - type: "plot"
16767   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16768   algorithm: "plot_tsa_name"
16769   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16770   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16771   include:
16772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16778   layout:
16779     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16780     layout: "plot-throughput-speedup-analysis"
16781
16782 - type: "plot"
16783   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16784   algorithm: "plot_tsa_name"
16785   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16786   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16787   include:
16788     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16793   layout:
16794     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16795     layout: "plot-throughput-speedup-analysis"
16796
16797 - type: "plot"
16798   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16799   algorithm: "plot_tsa_name"
16800   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16801   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16802   include:
16803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16808   layout:
16809     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16810     layout: "plot-throughput-speedup-analysis"
16811
16812 - type: "plot"
16813   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16814   algorithm: "plot_tsa_name"
16815   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16816   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16817   include:
16818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16822   layout:
16823     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16824     layout: "plot-throughput-speedup-analysis"
16825
16826 - type: "plot"
16827   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16828   algorithm: "plot_tsa_name"
16829   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16830   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16831   include:
16832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16836   layout:
16837     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16838     layout: "plot-throughput-speedup-analysis"
16839
16840 - type: "plot"
16841   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16842   algorithm: "plot_tsa_name"
16843   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16844   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16845   include:
16846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16852   layout:
16853     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16854     layout: "plot-throughput-speedup-analysis"
16855
16856 - type: "plot"
16857   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16858   algorithm: "plot_tsa_name"
16859   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16860   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16861   include:
16862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16868   layout:
16869     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16870     layout: "plot-throughput-speedup-analysis"
16871
16872 - type: "plot"
16873   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16874   algorithm: "plot_tsa_name"
16875   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16876   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16877   include:
16878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16883   layout:
16884     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16885     layout: "plot-throughput-speedup-analysis"
16886
16887 - type: "plot"
16888   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16889   algorithm: "plot_tsa_name"
16890   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16891   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16892   include:
16893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16898   layout:
16899     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16900     layout: "plot-throughput-speedup-analysis"
16901
16902 - type: "plot"
16903   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16904   algorithm: "plot_tsa_name"
16905   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16906   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16907   include:
16908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16913   layout:
16914     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16915     layout: "plot-throughput-speedup-analysis"
16916
16917 - type: "plot"
16918   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16919   algorithm: "plot_tsa_name"
16920   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16921   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16922   include:
16923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16928   layout:
16929     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16930     layout: "plot-throughput-speedup-analysis"
16931
16932 - type: "plot"
16933   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16934   algorithm: "plot_tsa_name"
16935   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16936   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16937   include:
16938     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16942   layout:
16943     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16944     layout: "plot-throughput-speedup-analysis"
16945
16946 - type: "plot"
16947   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16948   algorithm: "plot_tsa_name"
16949   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16950   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16951   include:
16952     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16956   layout:
16957     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16958     layout: "plot-throughput-speedup-analysis"
16959
16960 - type: "plot"
16961   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16962   algorithm: "plot_tsa_name"
16963   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16964   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16965   include:
16966     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16967     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16971   layout:
16972     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16973     layout: "plot-throughput-speedup-analysis"
16974
16975 - type: "plot"
16976   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16977   algorithm: "plot_tsa_name"
16978   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16979   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16980   include:
16981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16986   layout:
16987     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16988     layout: "plot-throughput-speedup-analysis"
16989
16990 - type: "plot"
16991   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16992   algorithm: "plot_tsa_name"
16993   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16994   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16995   include:
16996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17002   layout:
17003     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17004     layout: "plot-throughput-speedup-analysis"
17005
17006 - type: "plot"
17007   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17008   algorithm: "plot_tsa_name"
17009   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17010   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17011   include:
17012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17018   layout:
17019     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17020     layout: "plot-throughput-speedup-analysis"
17021
17022 - type: "plot"
17023   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17024   algorithm: "plot_tsa_name"
17025   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17026   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17027   include:
17028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17032   layout:
17033     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17034     layout: "plot-throughput-speedup-analysis"
17035
17036 - type: "plot"
17037   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17038   algorithm: "plot_tsa_name"
17039   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17040   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17041   include:
17042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17046   layout:
17047     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17048     layout: "plot-throughput-speedup-analysis"
17049
17050 - type: "plot"
17051   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17052   algorithm: "plot_tsa_name"
17053   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17054   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17055   include:
17056     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17057     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17062   layout:
17063     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17064     layout: "plot-throughput-speedup-analysis"
17065
17066 - type: "plot"
17067   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17068   algorithm: "plot_tsa_name"
17069   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17070   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17071   include:
17072     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17078   layout:
17079     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17080     layout: "plot-throughput-speedup-analysis"
17081
17082 - type: "plot"
17083   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17084   algorithm: "plot_tsa_name"
17085   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17086   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17087   include:
17088     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17093     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17094   layout:
17095     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17096     layout: "plot-throughput-speedup-analysis"
17097
17098 - type: "plot"
17099   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17100   algorithm: "plot_tsa_name"
17101   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17102   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17103   include:
17104     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17105     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17106     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17107     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17108     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17109     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17110   layout:
17111     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17112     layout: "plot-throughput-speedup-analysis"
17113
17114 #- type: "plot"
17115 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17116 #  algorithm: "plot_tsa_name"
17117 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17118 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17119 #  include:
17120 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17121 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17122 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17123 #  layout:
17124 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17125 #    layout: "plot-throughput-speedup-analysis"
17126 #
17127 #- type: "plot"
17128 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17129 #  algorithm: "plot_tsa_name"
17130 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17131 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17132 #  include:
17133 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17134 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17135 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17136 #  layout:
17137 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17138 #    layout: "plot-throughput-speedup-analysis"
17139
17140 ################################################################################
17141
17142 # Packet Throughput - DPDK
17143
17144 # 2n-skx-xxv710
17145
17146 - type: "plot"
17147   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17148   algorithm: "plot_perf_box_name"
17149   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17150   data: "plot-dpdk-throughput-latency-2n-skx"
17151   include:
17152     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17153     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17154   layout:
17155     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17162   data: "plot-dpdk-throughput-latency-2n-skx"
17163   include:
17164     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17165     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17166   layout:
17167     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17168     layout: "plot-throughput"
17169
17170 - type: "plot"
17171   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17172   algorithm: "plot_perf_box_name"
17173   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17174   data: "plot-dpdk-throughput-latency-2n-skx"
17175   include:
17176     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17177     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17178   layout:
17179     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17180     layout: "plot-throughput"
17181
17182 - type: "plot"
17183   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17184   algorithm: "plot_perf_box_name"
17185   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17186   data: "plot-dpdk-throughput-latency-2n-skx"
17187   include:
17188     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17189     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17190   layout:
17191     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17192     layout: "plot-throughput"
17193
17194 # 2n-skx-x710
17195
17196 - type: "plot"
17197   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17198   algorithm: "plot_perf_box_name"
17199   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17200   data: "plot-dpdk-throughput-latency-2n-skx"
17201   include:
17202     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17203     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17204   layout:
17205     title: "2n-skx-x710-64b-2t1c-base-ndr"
17206     layout: "plot-throughput"
17207
17208 - type: "plot"
17209   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17210   algorithm: "plot_perf_box_name"
17211   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17212   data: "plot-dpdk-throughput-latency-2n-skx"
17213   include:
17214     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17215     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17216   layout:
17217     title: "2n-skx-x710-64b-4t2c-base-ndr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17224   data: "plot-dpdk-throughput-latency-2n-skx"
17225   include:
17226     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17227     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17228   layout:
17229     title: "2n-skx-x710-64b-2t1c-base-pdr"
17230     layout: "plot-throughput"
17231
17232 - type: "plot"
17233   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17234   algorithm: "plot_perf_box_name"
17235   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17236   data: "plot-dpdk-throughput-latency-2n-skx"
17237   include:
17238     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17239     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17240   layout:
17241     title: "2n-skx-x710-64b-4t2c-base-pdr"
17242     layout: "plot-throughput"
17243
17244 # 3n-skx-xxv710
17245
17246 - type: "plot"
17247   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17248   algorithm: "plot_perf_box_name"
17249   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17250   data: "plot-dpdk-throughput-latency-3n-skx"
17251   include:
17252     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17253     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17254   layout:
17255     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17256     layout: "plot-throughput"
17257
17258 - type: "plot"
17259   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17260   algorithm: "plot_perf_box_name"
17261   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17262   data: "plot-dpdk-throughput-latency-3n-skx"
17263   include:
17264     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17265     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17266   layout:
17267     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17268     layout: "plot-throughput"
17269
17270 - type: "plot"
17271   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17272   algorithm: "plot_perf_box_name"
17273   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17274   data: "plot-dpdk-throughput-latency-3n-skx"
17275   include:
17276     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17277     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17278   layout:
17279     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17280     layout: "plot-throughput"
17281
17282 - type: "plot"
17283   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17284   algorithm: "plot_perf_box_name"
17285   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17286   data: "plot-dpdk-throughput-latency-3n-skx"
17287   include:
17288     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17289     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17290   layout:
17291     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17292     layout: "plot-throughput"
17293
17294 # 3n-skx-x710
17295
17296 - type: "plot"
17297   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17298   algorithm: "plot_perf_box_name"
17299   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17300   data: "plot-dpdk-throughput-latency-3n-skx"
17301   include:
17302     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17303     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17304   layout:
17305     title: "3n-skx-x710-64b-2t1c-base-ndr"
17306     layout: "plot-throughput"
17307
17308 - type: "plot"
17309   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17310   algorithm: "plot_perf_box_name"
17311   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17312   data: "plot-dpdk-throughput-latency-3n-skx"
17313   include:
17314     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17315     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17316   layout:
17317     title: "3n-skx-x710-64b-4t2c-base-ndr"
17318     layout: "plot-throughput"
17319
17320 - type: "plot"
17321   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17322   algorithm: "plot_perf_box_name"
17323   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17324   data: "plot-dpdk-throughput-latency-3n-skx"
17325   include:
17326     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17327     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17328   layout:
17329     title: "3n-skx-x710-64b-2t1c-base-pdr"
17330     layout: "plot-throughput"
17331
17332 - type: "plot"
17333   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17334   algorithm: "plot_perf_box_name"
17335   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17336   data: "plot-dpdk-throughput-latency-3n-skx"
17337   include:
17338     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17339     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17340   layout:
17341     title: "3n-skx-x710-64b-4t2c-base-pdr"
17342     layout: "plot-throughput"
17343
17344 # 3n-hsw-xl710
17345
17346 - type: "plot"
17347   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17348   algorithm: "plot_perf_box_name"
17349   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17350   data: "plot-dpdk-throughput-latency-3n-hsw"
17351   include:
17352     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17353     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17354   layout:
17355     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17356     layout: "plot-throughput"
17357
17358 - type: "plot"
17359   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17360   algorithm: "plot_perf_box_name"
17361   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17362   data: "plot-dpdk-throughput-latency-3n-hsw"
17363   include:
17364     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17365     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17366   layout:
17367     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17368     layout: "plot-throughput"
17369
17370 - type: "plot"
17371   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17372   algorithm: "plot_perf_box_name"
17373   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17374   data: "plot-dpdk-throughput-latency-3n-hsw"
17375   include:
17376     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17377     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17378   layout:
17379     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17380     layout: "plot-throughput"
17381
17382 - type: "plot"
17383   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17384   algorithm: "plot_perf_box_name"
17385   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17386   data: "plot-dpdk-throughput-latency-3n-hsw"
17387   include:
17388     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17389     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17390   layout:
17391     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17392     layout: "plot-throughput"
17393
17394 # 3n-hsw-x710
17395
17396 - type: "plot"
17397   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17398   algorithm: "plot_perf_box_name"
17399   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17400   data: "plot-dpdk-throughput-latency-3n-hsw"
17401   include:
17402     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17403     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17404   layout:
17405     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17406     layout: "plot-throughput"
17407
17408 - type: "plot"
17409   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17410   algorithm: "plot_perf_box_name"
17411   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17412   data: "plot-dpdk-throughput-latency-3n-hsw"
17413   include:
17414     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17415     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17416   layout:
17417     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17418     layout: "plot-throughput"
17419
17420 - type: "plot"
17421   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17422   algorithm: "plot_perf_box_name"
17423   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17424   data: "plot-dpdk-throughput-latency-3n-hsw"
17425   include:
17426     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17427     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17428   layout:
17429     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17430     layout: "plot-throughput"
17431
17432 - type: "plot"
17433   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17434   algorithm: "plot_perf_box_name"
17435   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17436   data: "plot-dpdk-throughput-latency-3n-hsw"
17437   include:
17438     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17439     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17440   layout:
17441     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17442     layout: "plot-throughput"
17443
17444 ## 2n-dnv-x553
17445 #
17446 #- type: "plot"
17447 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17448 #  algorithm: "plot_perf_box_name"
17449 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17450 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17451 #  include:
17452 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17453 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17454 #  layout:
17455 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17456 #    layout: "plot-throughput"
17457 #
17458 #- type: "plot"
17459 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17460 #  algorithm: "plot_perf_box_name"
17461 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17462 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17463 #  include:
17464 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17465 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17466 #  layout:
17467 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17468 #    layout: "plot-throughput"
17469 #
17470 #- type: "plot"
17471 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17472 #  algorithm: "plot_perf_box_name"
17473 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17474 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17475 #  include:
17476 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17477 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17478 #  layout:
17479 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17480 #    layout: "plot-throughput"
17481 #
17482 #- type: "plot"
17483 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17484 #  algorithm: "plot_perf_box_name"
17485 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17486 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17487 #  include:
17488 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17489 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17490 #  layout:
17491 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17492 #    layout: "plot-throughput"
17493 #
17494 ## 3n-dnv-x553
17495 #
17496 #- type: "plot"
17497 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17498 #  algorithm: "plot_perf_box_name"
17499 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17500 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17501 #  include:
17502 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17503 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17504 #  layout:
17505 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17506 #    layout: "plot-throughput"
17507 #
17508 #- type: "plot"
17509 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17510 #  algorithm: "plot_perf_box_name"
17511 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17512 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17513 #  include:
17514 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17515 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17516 #  layout:
17517 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17518 #    layout: "plot-throughput"
17519 #
17520 #- type: "plot"
17521 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17522 #  algorithm: "plot_perf_box_name"
17523 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17524 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17525 #  include:
17526 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17527 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17528 #  layout:
17529 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17530 #    layout: "plot-throughput"
17531 #
17532 #- type: "plot"
17533 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17534 #  algorithm: "plot_perf_box_name"
17535 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17536 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17537 #  include:
17538 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17539 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17540 #  layout:
17541 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17542 #    layout: "plot-throughput"
17543
17544 # 3n-tsh-x520
17545
17546 - type: "plot"
17547   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17548   algorithm: "plot_perf_box_name"
17549   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17550   data: "plot-dpdk-throughput-latency-3n-tsh"
17551   include:
17552     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17553     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17554   layout:
17555     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17556     layout: "plot-throughput"
17557
17558 - type: "plot"
17559   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17560   algorithm: "plot_perf_box_name"
17561   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17562   data: "plot-dpdk-throughput-latency-3n-tsh"
17563   include:
17564     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17565     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17566   layout:
17567     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17568     layout: "plot-throughput"
17569
17570 - type: "plot"
17571   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17572   algorithm: "plot_perf_box_name"
17573   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17574   data: "plot-dpdk-throughput-latency-3n-tsh"
17575   include:
17576     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17577     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17578   layout:
17579     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17580     layout: "plot-throughput"
17581
17582 - type: "plot"
17583   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17584   algorithm: "plot_perf_box_name"
17585   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17586   data: "plot-dpdk-throughput-latency-3n-tsh"
17587   include:
17588     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17589     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17590   layout:
17591     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17592     layout: "plot-throughput"
17593
17594 ################################################################################
17595 ###   2n-clx                                                                 ###
17596 ################################################################################
17597
17598 # Packet Throughput
17599
17600 - type: "plot"
17601   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17602   algorithm: "plot_perf_box_name"
17603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17605   include:
17606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17610   layout:
17611     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17612     layout: "plot-throughput"
17613
17614 - type: "plot"
17615   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17616   algorithm: "plot_perf_box_name"
17617   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17619   include:
17620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17622     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17624   layout:
17625     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17626     layout: "plot-throughput"
17627
17628 - type: "plot"
17629   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17630   algorithm: "plot_perf_box_name"
17631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17633   include:
17634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17636     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17638   layout:
17639     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17640     layout: "plot-throughput"
17641
17642 - type: "plot"
17643   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17644   algorithm: "plot_perf_box_name"
17645   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17647   include:
17648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17649     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17650     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17652   layout:
17653     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17654     layout: "plot-throughput"
17655
17656 - type: "plot"
17657   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17658   algorithm: "plot_perf_box_name"
17659   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17661   include:
17662     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17663     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17664     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17665     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17666   layout:
17667     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17668     layout: "plot-throughput"
17669
17670 - type: "plot"
17671   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17672   algorithm: "plot_perf_box_name"
17673   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17675   include:
17676     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17677     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17678     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17679     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17680   layout:
17681     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17682     layout: "plot-throughput"
17683
17684 - type: "plot"
17685   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17686   algorithm: "plot_perf_box_name"
17687   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17689   include:
17690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17696   layout:
17697     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17698     layout: "plot-throughput"
17699
17700 - type: "plot"
17701   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17702   algorithm: "plot_perf_box_name"
17703   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17705   include:
17706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17712   layout:
17713     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17714     layout: "plot-throughput"
17715
17716 - type: "plot"
17717   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17718   algorithm: "plot_perf_box_name"
17719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17721   include:
17722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17726   layout:
17727     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17728     layout: "plot-throughput"
17729
17730 - type: "plot"
17731   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17732   algorithm: "plot_perf_box_name"
17733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17735   include:
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17740   layout:
17741     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17742     layout: "plot-throughput"
17743
17744 - type: "plot"
17745   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17746   algorithm: "plot_perf_box_name"
17747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17749   include:
17750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17753   layout:
17754     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17755     layout: "plot-throughput"
17756
17757 - type: "plot"
17758   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17759   algorithm: "plot_perf_box_name"
17760   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17762   include:
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17766   layout:
17767     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17768     layout: "plot-throughput"
17769
17770 - type: "plot"
17771   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17772   algorithm: "plot_perf_box_name"
17773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17775   include:
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17781   layout:
17782     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17783     layout: "plot-throughput"
17784
17785 - type: "plot"
17786   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17787   algorithm: "plot_perf_box_name"
17788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17790   include:
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17796   layout:
17797     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17798     layout: "plot-throughput"
17799
17800 - type: "plot"
17801   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17802   algorithm: "plot_perf_box_name"
17803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17805   include:
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17809   layout:
17810     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17811     layout: "plot-throughput"
17812
17813 - type: "plot"
17814   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17815   algorithm: "plot_perf_box_name"
17816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17818   include:
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17822   layout:
17823     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17824     layout: "plot-throughput"
17825
17826 - type: "plot"
17827   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17828   algorithm: "plot_perf_box_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17838   layout:
17839     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17840     layout: "plot-throughput"
17841
17842 - type: "plot"
17843   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17844   algorithm: "plot_perf_box_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17854   layout:
17855     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17856     layout: "plot-throughput"
17857
17858 - type: "plot"
17859   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17860   algorithm: "plot_perf_box_name"
17861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17863   include:
17864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17867     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17868     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17869   layout:
17870     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17871     layout: "plot-throughput"
17872
17873 - type: "plot"
17874   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17875   algorithm: "plot_perf_box_name"
17876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17878   include:
17879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17884   layout:
17885     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17886     layout: "plot-throughput"
17887
17888 - type: "plot"
17889   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17890   algorithm: "plot_perf_box_name"
17891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17893   include:
17894     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17895     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17904   layout:
17905     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17906     layout: "plot-cps"
17907
17908 - type: "plot"
17909   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17910   algorithm: "plot_perf_box_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17924   layout:
17925     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17930   algorithm: "plot_perf_box_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17938     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17944   layout:
17945     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17946     layout: "plot-cps"
17947
17948 - type: "plot"
17949   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17950   algorithm: "plot_perf_box_name"
17951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17953   include:
17954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17964   layout:
17965     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17966     layout: "plot-throughput"
17967
17968 - type: "plot"
17969   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17970   algorithm: "plot_perf_box_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17979   layout:
17980     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17981     layout: "plot-throughput"
17982
17983 - type: "plot"
17984   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17985   algorithm: "plot_perf_box_name"
17986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17988   include:
17989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17994   layout:
17995     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17996     layout: "plot-throughput"
17997
17998 - type: "plot"
17999   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18000   algorithm: "plot_perf_box_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18005     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18006     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18007     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18008     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18009     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18014   layout:
18015     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18016     layout: "plot-cps"
18017
18018 - type: "plot"
18019   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18020   algorithm: "plot_perf_box_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18025     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18027     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18029     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18031     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18032     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18033     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18034   layout:
18035     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18036     layout: "plot-throughput"
18037
18038 - type: "plot"
18039   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18040   algorithm: "plot_perf_box_name"
18041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18043   include:
18044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18050     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18052     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18054   layout:
18055     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18056     layout: "plot-cps"
18057
18058 - type: "plot"
18059   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18060   algorithm: "plot_perf_box_name"
18061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18063   include:
18064     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18065     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18067     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18074   layout:
18075     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18076     layout: "plot-throughput"
18077
18078 - type: "plot"
18079   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18080   algorithm: "plot_perf_box_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18090   layout:
18091     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18092     layout: "plot-throughput"
18093
18094 - type: "plot"
18095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18096   algorithm: "plot_perf_box_name"
18097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18099   include:
18100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18106   layout:
18107     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18108     layout: "plot-throughput"
18109
18110 - type: "plot"
18111   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18112   algorithm: "plot_perf_box_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18117     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18118   layout:
18119     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18120     layout: "plot-throughput"
18121
18122 - type: "plot"
18123   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18124   algorithm: "plot_perf_box_name"
18125   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18127   include:
18128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18130   layout:
18131     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18132     layout: "plot-throughput"
18133
18134 - type: "plot"
18135   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18136   algorithm: "plot_perf_box_name"
18137   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18139   include:
18140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18144     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18146   layout:
18147     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18148     layout: "plot-throughput"
18149
18150 - type: "plot"
18151   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18152   algorithm: "plot_perf_box_name"
18153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18155   include:
18156     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18160     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18162   layout:
18163     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18164     layout: "plot-throughput"
18165
18166 - type: "plot"
18167   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18168   algorithm: "plot_perf_box_name"
18169   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18171   include:
18172     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18178   layout:
18179     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18180     layout: "plot-throughput"
18181
18182 - type: "plot"
18183   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18184   algorithm: "plot_perf_box_name"
18185   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18187   include:
18188     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18194   layout:
18195     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18196     layout: "plot-throughput"
18197
18198 - type: "plot"
18199   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18200   algorithm: "plot_perf_box_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18208     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18210   layout:
18211     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18212     layout: "plot-throughput"
18213
18214 - type: "plot"
18215   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18216   algorithm: "plot_perf_box_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18226   layout:
18227     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18228     layout: "plot-throughput"
18229
18230 - type: "plot"
18231   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18232   algorithm: "plot_perf_box_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18241   layout:
18242     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18243     layout: "plot-throughput"
18244
18245 - type: "plot"
18246   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18247   algorithm: "plot_perf_box_name"
18248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18250   include:
18251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18256   layout:
18257     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18258     layout: "plot-throughput"
18259
18260 - type: "plot"
18261   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18262   algorithm: "plot_perf_box_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18265   include:
18266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18269     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18271   layout:
18272     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18273     layout: "plot-throughput"
18274
18275 - type: "plot"
18276   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18277   algorithm: "plot_perf_box_name"
18278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18280   include:
18281     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18283     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18285     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18286   layout:
18287     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18288     layout: "plot-throughput"
18289
18290 - type: "plot"
18291   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18292   algorithm: "plot_perf_box_name"
18293   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18295   include:
18296     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18299     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18301   layout:
18302     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18303     layout: "plot-throughput"
18304
18305 - type: "plot"
18306   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18307   algorithm: "plot_perf_box_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18316   layout:
18317     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18318     layout: "plot-throughput"
18319
18320 - type: "plot"
18321   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18322   algorithm: "plot_perf_box_name"
18323   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18325   include:
18326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18331   layout:
18332     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18333     layout: "plot-throughput"
18334
18335 - type: "plot"
18336   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18337   algorithm: "plot_perf_box_name"
18338   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18340   include:
18341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18346   layout:
18347     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18348     layout: "plot-throughput"
18349
18350 - type: "plot"
18351   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18352   algorithm: "plot_perf_box_name"
18353   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18355   include:
18356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18361   layout:
18362     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18363     layout: "plot-throughput"
18364
18365 - type: "plot"
18366   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18367   algorithm: "plot_perf_box_name"
18368   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18370   include:
18371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18376   layout:
18377     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18378     layout: "plot-throughput"
18379
18380 - type: "plot"
18381   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18382   algorithm: "plot_perf_box_name"
18383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18385   include:
18386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18392   layout:
18393     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18394     layout: "plot-throughput"
18395
18396 - type: "plot"
18397   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18398   algorithm: "plot_perf_box_name"
18399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18401   include:
18402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18408   layout:
18409     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18410     layout: "plot-throughput"
18411
18412 - type: "plot"
18413   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18414   algorithm: "plot_perf_box_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18422   layout:
18423     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18424     layout: "plot-throughput"
18425
18426 - type: "plot"
18427   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18428   algorithm: "plot_perf_box_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18436   layout:
18437     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18438     layout: "plot-throughput"
18439
18440 - type: "plot"
18441   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18442   algorithm: "plot_perf_box_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18452   layout:
18453     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18454     layout: "plot-throughput"
18455
18456 - type: "plot"
18457   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18458   algorithm: "plot_perf_box_name"
18459   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18461   include:
18462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18468   layout:
18469     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18470     layout: "plot-throughput"
18471
18472 - type: "plot"
18473   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18474   algorithm: "plot_perf_box_name"
18475   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18477   include:
18478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18482   layout:
18483     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18484     layout: "plot-throughput"
18485
18486 - type: "plot"
18487   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18488   algorithm: "plot_perf_box_name"
18489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18491   include:
18492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18496   layout:
18497     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18498     layout: "plot-throughput"
18499
18500 - type: "plot"
18501   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18502   algorithm: "plot_perf_box_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18507     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18508     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18509     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18510     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18511     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18512   layout:
18513     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18514     layout: "plot-throughput"
18515
18516 - type: "plot"
18517   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18518   algorithm: "plot_perf_box_name"
18519   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18521   include:
18522     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18523     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18524     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18525     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18526     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18527     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18528   layout:
18529     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18530     layout: "plot-throughput"
18531
18532 - type: "plot"
18533   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18534   algorithm: "plot_perf_box_name"
18535   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18537   include:
18538     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18539     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18540     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18541     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18542   layout:
18543     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18544     layout: "plot-throughput"
18545
18546 - type: "plot"
18547   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18548   algorithm: "plot_perf_box_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18554     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18556   layout:
18557     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18558     layout: "plot-throughput"
18559
18560 - type: "plot"
18561   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18562   algorithm: "plot_perf_box_name"
18563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565   include:
18566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18571   layout:
18572     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18573     layout: "plot-throughput"
18574
18575 - type: "plot"
18576   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18577   algorithm: "plot_perf_box_name"
18578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18580   include:
18581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18586   layout:
18587     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18588     layout: "plot-throughput"
18589
18590 - type: "plot"
18591   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18592   algorithm: "plot_perf_box_name"
18593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18595   include:
18596     - "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"
18597     - "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"
18598     - "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"
18599     - "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"
18600     - "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"
18601   layout:
18602     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18603     layout: "plot-throughput"
18604
18605 - type: "plot"
18606   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18607   algorithm: "plot_perf_box_name"
18608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18610   include:
18611     - "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"
18612     - "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"
18613     - "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"
18614     - "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"
18615     - "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"
18616   layout:
18617     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18618     layout: "plot-throughput"
18619
18620 - type: "plot"
18621   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18622   algorithm: "plot_perf_box_name"
18623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18625   include:
18626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18631   layout:
18632     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18633     layout: "plot-throughput"
18634
18635 - type: "plot"
18636   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18637   algorithm: "plot_perf_box_name"
18638   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18640   include:
18641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18646   layout:
18647     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18648     layout: "plot-throughput"
18649
18650 - type: "plot"
18651   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18652   algorithm: "plot_perf_box_name"
18653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18655   include:
18656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18661   layout:
18662     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18663     layout: "plot-throughput"
18664
18665 - type: "plot"
18666   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18667   algorithm: "plot_perf_box_name"
18668   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18670   include:
18671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18676   layout:
18677     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18678     layout: "plot-throughput"
18679
18680 - type: "plot"
18681   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18682   algorithm: "plot_perf_box_name"
18683   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18685   include:
18686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18690   layout:
18691     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18692     layout: "plot-throughput"
18693
18694 - type: "plot"
18695   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18696   algorithm: "plot_perf_box_name"
18697   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18699   include:
18700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18704   layout:
18705     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18706     layout: "plot-throughput"
18707
18708 - type: "plot"
18709   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18710   algorithm: "plot_perf_box_name"
18711   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18713   include:
18714     - "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"
18715     - "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"
18716     - "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"
18717     - "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"
18718   layout:
18719     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18720     layout: "plot-throughput"
18721
18722 - type: "plot"
18723   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18724   algorithm: "plot_perf_box_name"
18725   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18727   include:
18728     - "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"
18729     - "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"
18730     - "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"
18731     - "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"
18732   layout:
18733     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18734     layout: "plot-throughput"
18735
18736 - type: "plot"
18737   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18738   algorithm: "plot_perf_box_name"
18739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18741   include:
18742     - "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"
18743     - "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"
18744     - "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"
18745     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18746     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18747     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18748   layout:
18749     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18750     layout: "plot-throughput"
18751
18752 - type: "plot"
18753   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18754   algorithm: "plot_perf_box_name"
18755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18757   include:
18758     - "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"
18759     - "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"
18760     - "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"
18761     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18762     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18763     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18764   layout:
18765     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18766     layout: "plot-throughput"
18767
18768 ################################################################################
18769
18770 # Packet Speedup
18771
18772 - type: "plot"
18773   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18774   algorithm: "plot_tsa_name"
18775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18777   include:
18778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18782   layout:
18783     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18784     layout: "plot-throughput-speedup-analysis"
18785
18786 - type: "plot"
18787   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18788   algorithm: "plot_tsa_name"
18789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18791   include:
18792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18796   layout:
18797     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18798     layout: "plot-throughput-speedup-analysis"
18799
18800 - type: "plot"
18801   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18802   algorithm: "plot_tsa_name"
18803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18805   include:
18806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18810   layout:
18811     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18812     layout: "plot-throughput-speedup-analysis"
18813
18814 - type: "plot"
18815   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18816   algorithm: "plot_tsa_name"
18817   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18819   include:
18820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18822     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18824   layout:
18825     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18826     layout: "plot-throughput-speedup-analysis"
18827
18828 - type: "plot"
18829   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18830   algorithm: "plot_tsa_name"
18831   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18833   include:
18834     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18835     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18836     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18837     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18838   layout:
18839     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18840     layout: "plot-throughput-speedup-analysis"
18841
18842 - type: "plot"
18843   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18844   algorithm: "plot_tsa_name"
18845   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18847   include:
18848     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18849     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18850     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18851     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18852   layout:
18853     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18854     layout: "plot-throughput-speedup-analysis"
18855
18856 - type: "plot"
18857   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18858   algorithm: "plot_tsa_name"
18859   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18861   include:
18862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18868   layout:
18869     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18870     layout: "plot-throughput-speedup-analysis"
18871
18872 - type: "plot"
18873   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18874   algorithm: "plot_tsa_name"
18875   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18877   include:
18878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18884   layout:
18885     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18886     layout: "plot-throughput-speedup-analysis"
18887
18888 - type: "plot"
18889   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18890   algorithm: "plot_tsa_name"
18891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18893   include:
18894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18898   layout:
18899     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18900     layout: "plot-throughput-speedup-analysis"
18901
18902 - type: "plot"
18903   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18904   algorithm: "plot_tsa_name"
18905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18907   include:
18908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18912   layout:
18913     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18914     layout: "plot-throughput-speedup-analysis"
18915
18916 - type: "plot"
18917   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18918   algorithm: "plot_tsa_name"
18919   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18921   include:
18922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18925   layout:
18926     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18927     layout: "plot-throughput-speedup-analysis"
18928
18929 - type: "plot"
18930   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18931   algorithm: "plot_tsa_name"
18932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18934   include:
18935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18938   layout:
18939     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18947   include:
18948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18953   layout:
18954     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18962   include:
18963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18968   layout:
18969     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18970     layout: "plot-throughput-speedup-analysis"
18971
18972 - type: "plot"
18973   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18974   algorithm: "plot_tsa_name"
18975   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18977   include:
18978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18981   layout:
18982     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 - type: "plot"
18986   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18987   algorithm: "plot_tsa_name"
18988   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18990   include:
18991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18994   layout:
18995     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18996     layout: "plot-throughput-speedup-analysis"
18997
18998 - type: "plot"
18999   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19000   algorithm: "plot_tsa_name"
19001   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19003   include:
19004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19010   layout:
19011     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19012     layout: "plot-throughput-speedup-analysis"
19013
19014 - type: "plot"
19015   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19016   algorithm: "plot_tsa_name"
19017   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19019   include:
19020     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19021     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19023     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19024     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19025   layout:
19026     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19027     layout: "plot-throughput-speedup-analysis"
19028
19029 - type: "plot"
19030   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19031   algorithm: "plot_tsa_name"
19032   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19034   include:
19035     - "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"
19036     - "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"
19037     - "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"
19038     - "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"
19039     - "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"
19040   layout:
19041     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19042     layout: "plot-throughput-speedup-analysis"
19043
19044 - type: "plot"
19045   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19046   algorithm: "plot_tsa_name"
19047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19049   include:
19050     - "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"
19051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19052     - "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"
19053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19054     - "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"
19055     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19056     - "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"
19057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19058     - "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"
19059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19060   layout:
19061     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19062     layout: "plot-throughput-speedup-analysis-cps"
19063
19064 - type: "plot"
19065   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19066   algorithm: "plot_tsa_name"
19067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19069   include:
19070     - "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"
19071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19072     - "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"
19073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19074     - "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"
19075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19076     - "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"
19077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19078     - "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"
19079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19080   layout:
19081     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19082     layout: "plot-throughput-speedup-analysis"
19083
19084 - type: "plot"
19085   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19086   algorithm: "plot_tsa_name"
19087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19089   include:
19090     - "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"
19091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19092     - "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"
19093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19094     - "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"
19095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19096     - "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"
19097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19098     - "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"
19099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19100   layout:
19101     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19102     layout: "plot-throughput-speedup-analysis-cps"
19103
19104 - type: "plot"
19105   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19106   algorithm: "plot_tsa_name"
19107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19109   include:
19110     - "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"
19111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19112     - "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"
19113     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19114     - "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"
19115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19116     - "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"
19117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19118     - "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"
19119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19120   layout:
19121     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19122     layout: "plot-throughput-speedup-analysis"
19123
19124 - type: "plot"
19125   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19126   algorithm: "plot_tsa_name"
19127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19129   include:
19130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19135   layout:
19136     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19137     layout: "plot-throughput-speedup-analysis"
19138
19139 - type: "plot"
19140   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19141   algorithm: "plot_tsa_name"
19142   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19144   include:
19145     - "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"
19146     - "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"
19147     - "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"
19148     - "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"
19149     - "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"
19150   layout:
19151     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19152     layout: "plot-throughput-speedup-analysis"
19153
19154 - type: "plot"
19155   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19156   algorithm: "plot_tsa_name"
19157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19159   include:
19160     - "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"
19161     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19162     - "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"
19163     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19164     - "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"
19165     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19166     - "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"
19167     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19168     - "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"
19169     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19170   layout:
19171     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19172     layout: "plot-throughput-speedup-analysis-cps"
19173
19174 - type: "plot"
19175   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19176   algorithm: "plot_tsa_name"
19177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19179   include:
19180     - "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"
19181     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19182     - "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"
19183     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19184     - "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"
19185     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19186     - "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"
19187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19188     - "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"
19189     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19190   layout:
19191     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19192     layout: "plot-throughput-speedup-analysis"
19193
19194 - type: "plot"
19195   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19196   algorithm: "plot_tsa_name"
19197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19199   include:
19200     - "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"
19201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19202     - "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"
19203     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19204     - "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"
19205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19206     - "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"
19207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19208     - "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"
19209     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19210   layout:
19211     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19212     layout: "plot-throughput-speedup-analysis-cps"
19213
19214 - type: "plot"
19215   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19216   algorithm: "plot_tsa_name"
19217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19219   include:
19220     - "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"
19221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19222     - "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"
19223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19224     - "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"
19225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19226     - "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"
19227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19228     - "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"
19229     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19230   layout:
19231     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19232     layout: "plot-throughput-speedup-analysis"
19233
19234 - type: "plot"
19235   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19236   algorithm: "plot_tsa_name"
19237   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19239   include:
19240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19246   layout:
19247     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19248     layout: "plot-throughput-speedup-analysis"
19249
19250 - type: "plot"
19251   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19252   algorithm: "plot_tsa_name"
19253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19255   include:
19256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19262   layout:
19263     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19264     layout: "plot-throughput-speedup-analysis"
19265
19266 - type: "plot"
19267   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19268   algorithm: "plot_tsa_name"
19269   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19271   include:
19272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19274   layout:
19275     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19276     layout: "plot-throughput-speedup-analysis"
19277
19278 - type: "plot"
19279   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19280   algorithm: "plot_tsa_name"
19281   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19283   include:
19284     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19285     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19286   layout:
19287     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19288     layout: "plot-throughput-speedup-analysis"
19289
19290 - type: "plot"
19291   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19292   algorithm: "plot_tsa_name"
19293   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19295   include:
19296     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19297     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19298     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19299     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19300     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19301     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19302   layout:
19303     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19304     layout: "plot-throughput-speedup-analysis"
19305
19306 - type: "plot"
19307   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19308   algorithm: "plot_tsa_name"
19309   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19311   include:
19312     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19314     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19315     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19316     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19318   layout:
19319     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19320     layout: "plot-throughput-speedup-analysis"
19321
19322 - type: "plot"
19323   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19324   algorithm: "plot_tsa_name"
19325   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19327   include:
19328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19331     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19332     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19334   layout:
19335     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19336     layout: "plot-throughput-speedup-analysis"
19337
19338 - type: "plot"
19339   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19340   algorithm: "plot_tsa_name"
19341   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19343   include:
19344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19350   layout:
19351     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19352     layout: "plot-throughput-speedup-analysis"
19353
19354 - type: "plot"
19355   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19356   algorithm: "plot_tsa_name"
19357   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19359   include:
19360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19362     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19364     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19365     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19366   layout:
19367     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19368     layout: "plot-throughput-speedup-analysis"
19369
19370 - type: "plot"
19371   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19372   algorithm: "plot_tsa_name"
19373   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19375   include:
19376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19380     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19381     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19382   layout:
19383     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19384     layout: "plot-throughput-speedup-analysis"
19385
19386 - type: "plot"
19387   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19388   algorithm: "plot_tsa_name"
19389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19391   include:
19392     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19393     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19396     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19397   layout:
19398     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19399     layout: "plot-throughput-speedup-analysis"
19400
19401 - type: "plot"
19402   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19403   algorithm: "plot_tsa_name"
19404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19406   include:
19407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19412   layout:
19413     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19414     layout: "plot-throughput-speedup-analysis"
19415
19416 - type: "plot"
19417   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19418   algorithm: "plot_tsa_name"
19419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19421   include:
19422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19424     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19425     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19426     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19427   layout:
19428     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19429     layout: "plot-throughput-speedup-analysis"
19430
19431 - type: "plot"
19432   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19433   algorithm: "plot_tsa_name"
19434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19436   include:
19437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19439     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19440     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19441     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19442   layout:
19443     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19444     layout: "plot-throughput-speedup-analysis"
19445
19446 - type: "plot"
19447   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19448   algorithm: "plot_tsa_name"
19449   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19451   include:
19452     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19453     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19454     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19455     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19456     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19457   layout:
19458     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19459     layout: "plot-throughput-speedup-analysis"
19460
19461 - type: "plot"
19462   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19463   algorithm: "plot_tsa_name"
19464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19466   include:
19467     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19469     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19470     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19471     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19472   layout:
19473     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19474     layout: "plot-throughput-speedup-analysis"
19475
19476 - type: "plot"
19477   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19478   algorithm: "plot_tsa_name"
19479   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19481   include:
19482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19487   layout:
19488     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19489     layout: "plot-throughput-speedup-analysis"
19490
19491 - type: "plot"
19492   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19493   algorithm: "plot_tsa_name"
19494   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19496   include:
19497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19502   layout:
19503     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19504     layout: "plot-throughput-speedup-analysis"
19505
19506 - type: "plot"
19507   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19508   algorithm: "plot_tsa_name"
19509   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19511   include:
19512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19517   layout:
19518     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19519     layout: "plot-throughput-speedup-analysis"
19520
19521 - type: "plot"
19522   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19523   algorithm: "plot_tsa_name"
19524   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19526   include:
19527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19532   layout:
19533     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19534     layout: "plot-throughput-speedup-analysis"
19535
19536 - type: "plot"
19537   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19538   algorithm: "plot_tsa_name"
19539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19541   include:
19542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19548   layout:
19549     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19550     layout: "plot-throughput-speedup-analysis"
19551
19552 - type: "plot"
19553   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19554   algorithm: "plot_tsa_name"
19555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19557   include:
19558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19564   layout:
19565     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19566     layout: "plot-throughput-speedup-analysis"
19567
19568 - type: "plot"
19569   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19570   algorithm: "plot_tsa_name"
19571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19573   include:
19574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19578   layout:
19579     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19580     layout: "plot-throughput-speedup-analysis"
19581
19582 - type: "plot"
19583   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19584   algorithm: "plot_tsa_name"
19585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19587   include:
19588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19592   layout:
19593     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19594     layout: "plot-throughput-speedup-analysis"
19595
19596 - type: "plot"
19597   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19598   algorithm: "plot_tsa_name"
19599   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19601   include:
19602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19608   layout:
19609     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19610     layout: "plot-throughput-speedup-analysis"
19611
19612 - type: "plot"
19613   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19614   algorithm: "plot_tsa_name"
19615   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19617   include:
19618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19624   layout:
19625     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19626     layout: "plot-throughput-speedup-analysis"
19627
19628 - type: "plot"
19629   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19630   algorithm: "plot_tsa_name"
19631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19633   include:
19634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19638   layout:
19639     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19640     layout: "plot-throughput-speedup-analysis"
19641
19642 - type: "plot"
19643   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19644   algorithm: "plot_tsa_name"
19645   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19647   include:
19648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19652   layout:
19653     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19654     layout: "plot-throughput-speedup-analysis"
19655
19656 - type: "plot"
19657   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19658   algorithm: "plot_tsa_name"
19659   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19661   include:
19662     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19663     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19664     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19665     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19666     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19667     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19668   layout:
19669     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19670     layout: "plot-throughput-speedup-analysis"
19671
19672 - type: "plot"
19673   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19674   algorithm: "plot_tsa_name"
19675   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19677   include:
19678     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19679     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19680     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19681     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19682     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19683     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19684   layout:
19685     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19686     layout: "plot-throughput-speedup-analysis"
19687
19688 - type: "plot"
19689   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19690   algorithm: "plot_tsa_name"
19691   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19693   include:
19694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19695     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19696     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19697     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19698   layout:
19699     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19700     layout: "plot-throughput-speedup-analysis"
19701
19702 - type: "plot"
19703   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19704   algorithm: "plot_tsa_name"
19705   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19707   include:
19708     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19710     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19711     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19712   layout:
19713     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19714     layout: "plot-throughput-speedup-analysis"
19715
19716 - type: "plot"
19717   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19718   algorithm: "plot_tsa_name"
19719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19721   include:
19722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19727   layout:
19728     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19729     layout: "plot-throughput-speedup-analysis"
19730
19731 - type: "plot"
19732   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19733   algorithm: "plot_tsa_name"
19734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19736   include:
19737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19742   layout:
19743     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19744     layout: "plot-throughput-speedup-analysis"
19745
19746 - type: "plot"
19747   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19748   algorithm: "plot_tsa_name"
19749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19751   include:
19752     - "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"
19753     - "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"
19754     - "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"
19755     - "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"
19756     - "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"
19757   layout:
19758     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19759     layout: "plot-throughput-speedup-analysis"
19760
19761 - type: "plot"
19762   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19763   algorithm: "plot_tsa_name"
19764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19766   include:
19767     - "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"
19768     - "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"
19769     - "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"
19770     - "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"
19771     - "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"
19772   layout:
19773     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19774     layout: "plot-throughput-speedup-analysis"
19775
19776 - type: "plot"
19777   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19778   algorithm: "plot_tsa_name"
19779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19781   include:
19782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19787   layout:
19788     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19789     layout: "plot-throughput-speedup-analysis"
19790
19791 - type: "plot"
19792   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19793   algorithm: "plot_tsa_name"
19794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19796   include:
19797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19802   layout:
19803     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19804     layout: "plot-throughput-speedup-analysis"
19805
19806 - type: "plot"
19807   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19808   algorithm: "plot_tsa_name"
19809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19811   include:
19812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19817   layout:
19818     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19819     layout: "plot-throughput-speedup-analysis"
19820
19821 - type: "plot"
19822   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19823   algorithm: "plot_tsa_name"
19824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19826   include:
19827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19832   layout:
19833     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19834     layout: "plot-throughput-speedup-analysis"
19835
19836 - type: "plot"
19837   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19838   algorithm: "plot_tsa_name"
19839   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19841   include:
19842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19846   layout:
19847     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19848     layout: "plot-throughput-speedup-analysis"
19849
19850 - type: "plot"
19851   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19852   algorithm: "plot_tsa_name"
19853   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19855   include:
19856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19860   layout:
19861     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19862     layout: "plot-throughput-speedup-analysis"
19863
19864 - type: "plot"
19865   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19866   algorithm: "plot_tsa_name"
19867   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19869   include:
19870     - "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"
19871     - "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"
19872     - "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"
19873     - "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"
19874   layout:
19875     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19876     layout: "plot-throughput-speedup-analysis"
19877
19878 - type: "plot"
19879   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19880   algorithm: "plot_tsa_name"
19881   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19883   include:
19884     - "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"
19885     - "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"
19886     - "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"
19887     - "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"
19888   layout:
19889     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19890     layout: "plot-throughput-speedup-analysis"
19891
19892 - type: "plot"
19893   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19894   algorithm: "plot_tsa_name"
19895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19897   include:
19898     - "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"
19899     - "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"
19900     - "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"
19901     - "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"
19902     - "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"
19903     - "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"
19904   layout:
19905     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19906     layout: "plot-throughput-speedup-analysis"
19907
19908 - type: "plot"
19909   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19910   algorithm: "plot_tsa_name"
19911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19913   include:
19914     - "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"
19915     - "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"
19916     - "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"
19917     - "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"
19918     - "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"
19919     - "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"
19920   layout:
19921     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19922     layout: "plot-throughput-speedup-analysis"
19923
19924 ################################################################################
19925
19926 # Packet Throughput - DPDK
19927
19928 # 2n-clx-xxv710
19929
19930 - type: "plot"
19931   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19932   algorithm: "plot_perf_box_name"
19933   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19934   data: "plot-dpdk-throughput-latency-2n-clx"
19935   include:
19936     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19937     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19938   layout:
19939     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19940     layout: "plot-throughput"
19941
19942 - type: "plot"
19943   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19944   algorithm: "plot_perf_box_name"
19945   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19946   data: "plot-dpdk-throughput-latency-2n-clx"
19947   include:
19948     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19949     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19950   layout:
19951     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19952     layout: "plot-throughput"
19953
19954 - type: "plot"
19955   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19956   algorithm: "plot_perf_box_name"
19957   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19958   data: "plot-dpdk-throughput-latency-2n-clx"
19959   include:
19960     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19961     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19962   layout:
19963     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19964     layout: "plot-throughput"
19965
19966 - type: "plot"
19967   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19968   algorithm: "plot_perf_box_name"
19969   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19970   data: "plot-dpdk-throughput-latency-2n-clx"
19971   include:
19972     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19973     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19974   layout:
19975     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19976     layout: "plot-throughput"
19977
19978 # 2n-clx-x710
19979
19980 - type: "plot"
19981   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19982   algorithm: "plot_perf_box_name"
19983   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19984   data: "plot-dpdk-throughput-latency-2n-clx"
19985   include:
19986     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19987     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19988   layout:
19989     title: "2n-clx-x710-64b-2t1c-base-ndr"
19990     layout: "plot-throughput"
19991
19992 - type: "plot"
19993   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19994   algorithm: "plot_perf_box_name"
19995   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19996   data: "plot-dpdk-throughput-latency-2n-clx"
19997   include:
19998     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19999     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20000   layout:
20001     title: "2n-clx-x710-64b-4t2c-base-ndr"
20002     layout: "plot-throughput"
20003
20004 - type: "plot"
20005   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20006   algorithm: "plot_perf_box_name"
20007   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20008   data: "plot-dpdk-throughput-latency-2n-clx"
20009   include:
20010     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20011     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20012   layout:
20013     title: "2n-clx-x710-64b-2t1c-base-pdr"
20014     layout: "plot-throughput"
20015
20016 - type: "plot"
20017   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20018   algorithm: "plot_perf_box_name"
20019   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20020   data: "plot-dpdk-throughput-latency-2n-clx"
20021   include:
20022     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20023     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20024   layout:
20025     title: "2n-clx-x710-64b-4t2c-base-pdr"
20026     layout: "plot-throughput"
20027
20028 ################################################################################
20029
20030 - type: "plot"
20031   title: "Latency by percentile: 2n-skx"
20032   algorithm: "plot_hdrh_lat_by_percentile"
20033   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20034   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20035   target-links: "../../_static/vpp"
20036   data: "plot-vpp-hdrh-lat-2n-skx"
20037   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20038   layout:
20039     layout: "plot-hdrh-latency-by-percentile"
20040
20041 - type: "plot"
20042   title: "Latency by percentile: 2n-skx-nat44"
20043   algorithm: "plot_hdrh_lat_by_percentile"
20044   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20045   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20046   target-links: "../../_static/vpp"
20047   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
20048   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20049   layout:
20050     layout: "plot-hdrh-latency-by-percentile"
20051
20052 - type: "plot"
20053   title: "Latency by percentile: 3n-skx"
20054   algorithm: "plot_hdrh_lat_by_percentile"
20055   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
20056   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
20057   target-links: "../../_static/vpp"
20058   data: "plot-vpp-hdrh-lat-3n-skx"
20059   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20060   layout:
20061     layout: "plot-hdrh-latency-by-percentile"
20062
20063 - type: "plot"
20064   title: "Latency by percentile: 2n-clx"
20065   algorithm: "plot_hdrh_lat_by_percentile"
20066   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20067   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20068   target-links: "../../_static/vpp"
20069   data: "plot-vpp-hdrh-lat-2n-clx"
20070   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20071   layout:
20072     layout: "plot-hdrh-latency-by-percentile"
20073
20074 - type: "plot"
20075   title: "Latency by percentile: 2n-clx-nat44"
20076   algorithm: "plot_hdrh_lat_by_percentile"
20077   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20078   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20079   target-links: "../../_static/vpp"
20080   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
20081   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20082   layout:
20083     layout: "plot-hdrh-latency-by-percentile"
20084
20085 - type: "plot"
20086   title: "Latency by percentile: 3n-hsw"
20087   algorithm: "plot_hdrh_lat_by_percentile"
20088   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
20089   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
20090   target-links: "../../_static/vpp"
20091   data: "plot-vpp-hdrh-lat-3n-hsw"
20092   filter: "'1T1C' and 'NIC_Intel-XL710'"
20093   layout:
20094     layout: "plot-hdrh-latency-by-percentile"
20095
20096 - type: "plot"
20097   title: "Latency by percentile: 3n-tsh"
20098   algorithm: "plot_hdrh_lat_by_percentile"
20099   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
20100   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
20101   target-links: "../../_static/vpp"
20102   data: "plot-vpp-hdrh-lat-3n-tsh"
20103   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20104   layout:
20105     layout: "plot-hdrh-latency-by-percentile"
20106
20107 - type: "plot"
20108   title: "Latency by percentile: DPDK 2n-skx"
20109   algorithm: "plot_hdrh_lat_by_percentile"
20110   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
20111   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
20112   target-links: "../../_static/dpdk"
20113   data: "plot-dpdk-hdrh-lat-2n-skx"
20114   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20115   layout:
20116     layout: "plot-hdrh-latency-by-percentile"
20117
20118 - type: "plot"
20119   title: "Latency by percentile: DPDK 3n-skx"
20120   algorithm: "plot_hdrh_lat_by_percentile"
20121   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
20122   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
20123   target-links: "../../_static/dpdk"
20124   data: "plot-dpdk-hdrh-lat-3n-skx"
20125   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20126   layout:
20127     layout: "plot-hdrh-latency-by-percentile"
20128
20129 - type: "plot"
20130   title: "Latency by percentile: DPDK 2n-clx"
20131   algorithm: "plot_hdrh_lat_by_percentile"
20132   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20133   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20134   target-links: "../../_static/dpdk"
20135   data: "plot-dpdk-hdrh-lat-2n-clx"
20136   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20137   layout:
20138     layout: "plot-hdrh-latency-by-percentile"
20139
20140 - type: "plot"
20141   title: "Latency by percentile: DPDK 3n-hsw"
20142   algorithm: "plot_hdrh_lat_by_percentile"
20143   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20144   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20145   target-links: "../../_static/dpdk"
20146   data: "plot-dpdk-hdrh-lat-3n-hsw"
20147   filter: "'1T1C' and 'NIC_Intel-XL710'"
20148   layout:
20149     layout: "plot-hdrh-latency-by-percentile"
20150
20151 - type: "plot"
20152   title: "Latency by percentile: DPDK 3n-tsh"
20153   algorithm: "plot_hdrh_lat_by_percentile"
20154   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20155   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20156   target-links: "../../_static/dpdk"
20157   data: "plot-dpdk-hdrh-lat-3n-tsh"
20158   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20159   layout:
20160     layout: "plot-hdrh-latency-by-percentile"